@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;
}
