@charset "UTF-8";
.privacy {
    font-size: 17px;
    line-height: 1.65;
}
.privacy_title {
    margin-bottom: 36px;
}
.privacy_title > b {}
.privacy_title > b > img {}
.privacy_title > small {}
.privacy_text {
    margin-bottom: 14px;
}
.contents {
    border-top: 1px dashed #b5b5b5;
    border-bottom: 1px dashed #b5b5b5;
    padding-top: 28px;
    padding-bottom: 6px;
    margin-bottom: 54px;
}
.contents_sect {
    margin-bottom: 35px;
}
.contents_title {
    font-size: 17px;
    margin-bottom: 2px;
}
.contents_text {}
.contents_oList {
    list-style-type: decimal;
    margin-top: 20px;
    padding-left: 16px;
    padding-left: 2.5em;
}
.contents_oList > li {}
.contents_oList > li:first-child {}
.contents_oList > li:nth-child(2n+1) {}
.contact {}
.contact_title {
    font-size: 17px;
    margin-bottom: 5px;
}
.contact_text {}
.contact_dList {
    list-style: none;
    margin-top: 24px;
}
.contact_dList > dt {}
.contact_dList > dd {}
.contact_dList > dd > a {}
.contact_dList > dd > a:hover {}
.contact_dList > dd > a:before {
    content: "";
}
.contact_dList > dd > a:after {
    content: "";
}

/* タブレット以下設定 */

@media screen and (max-width: 999px) {
    .privacy {
        font-size: 15px;
    }
    .privacy_title {
        margin-bottom: 25px;
    }
    .privacy_title > b {}
    .privacy_title > b > img {}
    .privacy_title > small {}
    .privacy_text {}
    .contents {}
    .contents_sect {}
    .contents_title {
        font-size: 15px;
    }
    .contents_text {}
    .contents_oList {}
    .contents_oList > li {}
    .contents_oList > li:first-child {}
    .contents_oList > li:nth-child(2n+1) {}
    .contact {}
    .contact_title {
        font-size: 15px;
    }
    .contact_text {}
    .contact_dList {}
    .contact_dList > dt {}
    .contact_dList > dd {}
    .contact_dList > dd > a {}
    .contact_dList > dd > a:hover {}
    .contact_dList > dd > a:before {}
    .contact_dList > dd > a:after {}
}

/* スマホ設定 */

@media screen and (max-width:699px) {
    .privacy {
        font-size: 14px;
        line-height: inherit;
    }
    .privacy_title {
        margin-bottom: 20px;
    }
    .privacy_title > b {}
    .privacy_title > b > img {}
    .privacy_title > small {}
    .privacy_text {}
    .contents {
        padding: 25px 0;
        margin: 25px 0;
    }
    .contents_sect {
        margin-bottom: 25px;
    }
    .contents_sect:last-of-type {
        margin-bottom: 0;
    }
    .contents_title {
        font-size: 14px;
    }
    .contents_text {}
    .contents_oList {
        margin-top: 1em;
        padding-left: 1.5em;
    }
    .contents_oList > li {}
    .contents_oList > li:first-child {}
    .contents_oList > li:nth-child(2n+1) {}
    .contact {}
    .contact_title {}
    .contact_text {}
    .contact_dList {}
    .contact_dList > dt {}
    .contact_dList > dd {}
    .contact_dList > dd > a {}
    .contact_dList > dd > a:hover {}
    .contact_dList > dd > a:before {}
    .contact_dList > dd > a:after {}
}
