@charset "UTF-8";
h3 {
    margin: 3rem 0 2rem;
    display: inline-block;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1;
    padding-bottom: 1.8rem;
    position: relative;
}
h3::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: block;
    content: "";
    height: 1px;
    background-color: #808080;
    width: 6.48rem;
}
h3::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #808080;
}
@media (min-width: 768px) {
    h3 {
        margin: 9rem 0 5rem;
        font-size: 3.0rem;
        padding-bottom: 2.58rem;
    }
    h3::before {
        width: 13.8rem;
    }
    h3::after {
        width: 20px;
        height: 20px;
        bottom: -10px;
    }
}
h4 {
    margin-top: 3rem;
    padding-left: 2rem;
    border-bottom: 2px solid #4680A3;
}
h4 > span {
    display: inline-block;
    text-indent: -2rem;
}
.l-content {
    width: 90%;
    margin: 0 auto;
}
@media (min-width: 768px) {
    .l-content {
        max-width: 1000px;
    }
}
.o-support_terms {
    padding-inline-start: 2.5rem;
}
.o-support_terms > li {
    margin-top: 1rem;
}
.o-support_terms.sublist > li {
    margin-top: .5rem;
}
.o-support_terms span {
    text-indent: -2rem;
    display: inline-block;
}
.o-support_notes {
    padding-left: 1rem;
}
.u-ta-center {
    text-align: center;
}
.u-mt-M {
    margin-top: 1rem;