@charset "utf-8";

/* for desktops */
@media (min-width: 1200.00px) {

/* h3 for desktops */
h3 {
    font-size: 22px;
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 10px 20px;
    border-left: 6px solid #171c8a;
    margin-bottom: 40px;
}

/* terms for desktops */
section.terms_box {
    margin-bottom: 40px;
    padding: 10px;
}
section.terms_box h3 {
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 40px;
}
section.terms_box ol {
    list-style: none;
    padding: 0;
}
section.terms_box p.lead {
    font-size: 16px;
    margin-bottom: 20px;
}
section.terms_box dl.terms_list {
    padding: 10px;
    line-height: 1.7;
    margin-bottom: 40px;
}
section.terms_box dl.terms_list dt {
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 20px;
}
section.terms_box dl.terms_list dd {
    line-height: 1.7;
}
section.terms_box dl.terms_list dd span {
    display: inline-block;
}
section.terms_box ol.num_list {
    line-height: 1.7;
    margin-bottom: 20px;
}
section.terms_box ol.num_list li {
    line-height: 1.7;
    margin-bottom: 10px;
}
section.terms_box ol.num_list li span {
    display: inline-block;
    margin-bottom: 20px;
}
section.terms_box p.til {
    text-align: right;
}

}

/* for phones */
@media (max-width: 575.99px) {

/* h3 for phones */

/* terms for phones */
section.terms_box {
    width: 100%;
    margin: 0 auto 40px;
    padding: 10px 0;
}
section.terms_box h3 {
    width: 100%;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 40px;
    box-sizing: border-box;
}
section.terms_box ol {
    list-style: none;
    padding: 0;
}
section.terms_box p.lead {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}
section.terms_box dl.terms_list {
    width: 100%;
    padding: 10px 0;
    line-height: 1.7;
    margin-bottom: 40px;
}
section.terms_box dl.terms_list dt {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 20px;
}
section.terms_box dl.terms_list dd {
    width: 100%;
    line-height: 1.7;
}
section.terms_box dl.terms_list dd span {
    display: inline-block;
}
section.terms_box ol.num_list {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 20px;
}
section.terms_box ol.num_list li {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 10px;
}
section.terms_box ol.num_list li span {
    display: inline-block;
    margin-bottom: 20px;
}
section.terms_box p.til {
    text-align: right;
}

}

/* for tablets */
@media (min-width: 576.00px) and (max-width: 1199.99px) {

/* h3 for tablets */
h3 {
    width: 100%;
    font-size: 22px;
    color: #6b6b6b;
    background: #f5f5f5;
    padding: 10px;
    border-left: 6px solid #171c8a;
    margin-bottom: 40px;
    box-sizing: border-box;
}

/* terms for tablets */
section.terms_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
}
section.terms_box h3 {
    width: 100%;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid #9c9c9c;
    margin-bottom: 40px;
    box-sizing: border-box;
}
section.terms_box ol {
    list-style: none;
    padding: 0;
}
section.terms_box p.lead {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}
section.terms_box dl.terms_list {
    width: 100%;
    padding: 10px;
    line-height: 1.7;
    margin-bottom: 40px;
    box-sizing: border-box;
}
section.terms_box dl.terms_list dt {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    margin-bottom: 20px;
}
section.terms_box dl.terms_list dd {
    width: 100%;
    line-height: 1.7;
}
section.terms_box dl.terms_list dd span {
    display: inline-block;
}
section.terms_box ol.num_list {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 20px;
}
section.terms_box ol.num_list li {
    width: 100%;
    line-height: 1.7;
    margin-bottom: 10px;
}
section.terms_box ol.num_list li span {
    display: inline-block;
    margin-bottom: 20px;
}
section.terms_box p.til {
    text-align: right;
}

}
