@charset "UTF-8";

.u-terms__sec > ol > li > ol > li {
    counter-increment: cnt;
}

.u-terms__sec > ol > li > ol > li::marker {
    position: relative;
    content: "("counter(cnt)") ";
}

.u-privacyPolicy__terms >li::marker {
    font-size: 1.25rem;
    font-weight: 700;
}

.u-terms__sec > ol > li > ol.no_marker > li::marker {
    content: none;
}

.u-terms__sec > ol > li > ol.no_marker > li {
    position: relative;
}

.u-terms__sec > ol > li > ol.no_marker > li > span {
    position: absolute;
    left: -1.3em;
    display: block;
}
