/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
.lower_top_policy {
    background-image: url(../images/policy/topimg.jpg);
    background-size: cover;
    background-position: center 60%;
}


/* ////////////////////////////////// */
/* プライバシーポリシー */
/* ////////////////////////////////// */
.policy_area {
    margin: 130px auto;
    max-width: 1000px;
}
.policy_area h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #FF6644;
}
.policy_area strong {
    color: #FF8E25;
}


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1350px){
    .m3_back {
        height: 1200px;
    }
}
@media screen and (min-width:1450px){
    .m3_back {
        height: 1300px;
    }
}
*/

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .policy_area {
        width: 750px;
    }  
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    .policy_area {
        width: calc(100% - 30px);
        margin: 50px auto 100px;
    }
}