@charset "UTF-8";

/*===============================================
画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px) {
    #subpage_main .main_img_bg {
        background-image: url("../img/privacy/main_img.jpg");
    }

    #conts_privacy {
        padding-top: 80px;
    }

    #conts_privacy .auto {
        width: 814px;
    }

    #conts_privacy .date {
        text-align: right;
    }

    #conts_privacy .text_box {
        width: 680px;
        line-height: 32px;
        margin: 0 auto 60px;
    }

    #conts_privacy .text_box p {
        margin-bottom: 15px;
    }

    #conts_privacy .text_box p:last-of-type {
        margin-bottom: 0;
    }

    #conts_privacy .border_box {
        width: 100%;
        padding: 58px 82px 55px;
        border: 1px solid #f1f1f1;
    }

    #conts_privacy h4 {
        font-size: 18px;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 18px;
        text-align: center;
    }

    #conts_privacy dl {
        line-height: 30px;
        margin-bottom: 20px;
    }

    #conts_privacy dl:last-of-type {
        margin-bottom: 0;
    }

    #conts_privacy dl dt {
        font-weight: bold;
    }

}

/*===============================================
画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px) {
    #subpage_main .main_img_bg {
        background-image: url("../img/privacy/main_img.jpg");
    }

    #conts_privacy .text_box {
        line-height: 1.9;
        margin: 0 auto 60px;
    }

    #conts_privacy .text_box p {
        margin-bottom: 15px;
    }

    #conts_privacy .text_box p:last-of-type {
        margin-bottom: 0;
    }

    #conts_privacy .border_box {
        width: 100%;
        margin: 0 auto;
        padding: 30px 5% 26px;
        border: 1px solid #f1f1f1;
    }

    #conts_privacy h4 {
        font-size: 1.8rem;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 18px;
        text-align: center;
    }

    #conts_privacy dl {
        line-height: 1.8;
        margin-bottom: 20px;
    }

    #conts_privacy dl:last-of-type {
        margin-bottom: 0;
    }

    #conts_privacy dl dt {
        font-weight: bold;
    }


}
