@charset "utf-8";

/* privacy-wrapper
---------------------------------------------------*/
.privacy-wrapper {
    background-color: #fcf9f7;
}
.privacy-wrapper .inner {
    padding: 100px 0;
}
.privacy-wrapper .page-heading {
    text-align: center;
}

#privacy_wrap dl.list-privacy {
    max-width: 860px;
    line-height: 2em;
    letter-spacing: 0.1em;
    margin: 0 auto 60px;
}
#privacy_wrap dl.list-privacy:last-of-type {
    margin-bottom: 0;
}
#privacy_wrap dl.list-privacy dt {
    color: #c67089;
    font-weight: 500;
    margin-bottom: 0.5em;
}
ul.indent > li {
    text-indent: -1em;
    margin-left: 1.5em;
}
ol.parentheses {
    padding: 0 0 0 2em;
    margin: 0;
}
ol.parentheses > li {
    position: relative;
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
    margin-bottom: 2em;
}
ol.parentheses > li:before {
    position: absolute;
    top: 0;
    left: -3.5em;
    width: 3em;
    text-align: right;
    display: marker;
    content: '(' counter(cnt) ')';
}
ol.parentheses > li:last-of-type {
    margin-bottom: 0;
}

/* < 768px */
@media screen and (min-width:1px) and (max-width: 768px) {
    .privacy-wrapper .inner {
        padding: 16.66vw 0 20.83vw;
    }
    #privacy_wrap dl.list-privacy {
        line-height: 1.7em;
        letter-spacing: 0.075em;
        margin-bottom: 13.88vw;
    }
}
