/*--------------------------------------------------------------------------------
　▼ sec01
--------------------------------------------------------------------------------*/
.inner_wrap > p {
    border-bottom: 1px solid #707070;
    padding-bottom: 72px;
}
.privacy_contents {
    font-size: 1.8rem;
    margin: 68px auto 0;
}
.privacy_contents > h3 {
    font-weight: 500;
    line-height: 2em;
    margin: 0 auto 10px;
}
.privacy_contents > p {
    line-height: 2em;
}
.inner_wrap .enactment_txt {
    border-bottom: none;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2em;
    margin-top: 40px;
    padding: 0;
}

@media screen and (max-width:1024px) {

}


@media screen and (max-width:767px) {

    .other_section .en_tit_sp img {
        width: 200px;
    }
    .inner_wrap > p {
        padding-bottom: 35px;
    }
    .privacy_contents {
        margin: 35px auto 0;
    }
    .privacy_contents > h3 {
        font-size: 1.6rem;
        margin: 0 auto;
    }
    .privacy_contents > p {
        font-size: 1.5rem;
    }
    .enactment_txt {
        font-size: 1.6rem;
    }

}