@charset "UTF-8";
.areaPrivacy {}
.areaPrivacy_box {
    background: #fff;
    padding: 40px;
}
.privacy {
    margin-bottom: 35px;
}
.privacy:last-child {
    margin-bottom: 0;
}
.privacy_title {}
.privacy_text {
    margin-bottom: 1em;
}
.privacy_oList {
    padding-left: 1.9em;
}
.privacy_oList > li {}
.privacy_oList > li:first-child {}
.privacy_oList > li:last-child {}
.privacy_oList > li:nth-child(2n+1) {}
.privacy_oList > li:nth-child(n+3) {}
.areaPrivacy_text {
    margin-bottom: 40px;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
    .areaPrivacy {}
    .areaPrivacy_box {}
    .privacy {}
    .privacy:last-child {}
    .privacy_title {}
    .privacy_text {}
    .privacy_oList {}
    .privacy_oList > li {}
    .privacy_oList > li:first-child {}
    .privacy_oList > li:last-child {}
    .privacy_oList > li:nth-child(2n+1) {}
    .privacy_oList > li:nth-child(n+3) {}
    .areaPrivacy_text {}
}
@media screen and (max-width:767px) {
    .areaPrivacy {}
    .areaPrivacy_box {
        padding: 25px 15px;
    }
    .privacy {
        margin-bottom: 25px;
    }
    .privacy:last-child {}
    .privacy_title {}
    .privacy_text {}
    .privacy_oList {}
    .privacy_oList > li {}
    .privacy_oList > li:first-child {}
    .privacy_oList > li:last-child {}
    .privacy_oList > li:nth-child(2n+1) {}
    .privacy_oList > li:nth-child(n+3) {}
    .areaPrivacy_text {
        margin-bottom: 25px;
    }
}
