@charset "UTF-8";
/* CSS Information
============================================
File: Terms.css
Site: Okinawa Story
SCSS: Contents Static Pages
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* プライバシーポリシー
========================================== */
.p-terms {
    padding: 0 1rem;
}
.p-terms__header {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-terms__header:nth-last-child(n+2) {
    margin-bottom: 2rem;
}
.p-terms__header-main-list {
    margin: 1em 0 1em 1.6em;
    counter-reset: cnt 0;
}
.p-terms__header-main-list li {
    list-style-type: none;
    counter-increment: cnt;
}
.p-terms__header-main-list li:before {
    content: counter(cnt) ") ";
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
}
.p-terms__main {
    counter-reset: treaty 0;
}
.p-terms__main-section {
    font-size: 1.2rem;
    line-height: 1.8;
}
.p-terms__main-section:nth-last-child(n+2) {
    margin-bottom: 2rem;
}
.p-terms__main-section-ttl {
    display: flex;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 0.4em;
}
.p-terms__main-section-ttl:before {
    counter-increment: treaty 1;
    content: counter(treaty) ".";
    margin-right: 1rem;
}
.p-terms__main-section-list {
    margin: 1em 0 1em 1.6em;
    counter-reset: cnt 0;
}
.p-terms__main-section-list li {
    list-style-type: none;
    counter-increment: cnt;
}
.p-terms__main-section-list li:before {
    content: counter(cnt) ") ";
    display: inline-block;
    margin-left: -1.6em;
    width: 1.6em;
}
.p-terms__main-section-list-txt {
    text-align: left;
    margin-bottom: 4px;
}
@media (min-width: 48em) {
    .p-terms {
        padding: 0 2rem;
    }
    .p-terms__header {
        font-size: 1.4rem;
    }
    .p-terms__header:nth-last-child(n+2) {
        margin-bottom: 3rem;
    }
    .p-terms__main-section {
        font-size: 1.4rem;
    }
    .p-terms__main-section:nth-last-child(n+2) {
        margin-bottom: 3rem;
    }
    .p-terms__main-section-ttl {
        font-size: 1.8rem;
    }
}
/*# sourceMappingURL=terms.css.map */