
/***************************
　KEYVISUAL
****************************/
#keyVisual{ display: block; text-align: center; background-color: #FBFCF0; }

#keyVisual .visual-wrapper{
    position: relative;
    width: 100vw;
    background: url(../images/key_privacypolicy.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}
#keyVisual .visual-wrapper:before{
    content: "";
    display: block;
    padding-top: 80%;
}

#keyVisual .visual-wrapper .visual_img{
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}
#keyVisual .visual-wrapper .visual_img img{ width: 70%; }



/***************************
　CONTENT
****************************/
/*============ #policyArea ===============*/
#policyArea {
    position: relative;
    padding: 90px 5vw 100px;
    background-size: 80%;
    background-position-x: 170px;
    background-position-y: 50px;
}
#policyArea .title_area img{
    width: auto;
    height: 22px;
}
#policyArea h2{
    color: #FBCA4D;
    letter-spacing: 0.8em;
}
#policyArea .title_article{
    color: #FFFFFF;
    font-size: 1.1em;
    padding: 6px 0px 4px 14px;
    margin-top:60px;
    background-color: #FBCA4D;
}

#policyArea dt{
    font-size: 1.2em;
    font-weight: bold;
    padding:25px 0px 20px;
}

#policyArea dd{
    font-size: 1em;
    line-height: 2em;
}

#policyArea dd.line{
    padding-bottom:45px;
    border-bottom: 1px solid #d2d2d2;
}


@media screen and (max-width:350px) {
/*　for iPhone Landscape　(iPhone4)　*/

}



@media screen and (min-width:480px) {
/*　for iPhone Landscape　(iPhone 横)　*/
#keyVisual .visual-wrapper{
    background-size: cover;
    background-position: center 25%;
}

#keyVisual .visual-wrapper:before{ padding-top: 300px; }
#keyVisual .visual-wrapper .visual_img img{ width: auto; height: 200px; }

}

@media screen and (min-width:600px){
/***************************
　for iphone 6 横
****************************/

}


@media screen and (min-width:768px){

/***************************
　for iPad 　
****************************/


}
@media screen and (min-width:1024px) {
/***************************
　for PC 　
****************************/


#policyArea{
    padding: 70px 13vw;
    background-size: 490px;
    background-position-x: 90%;
    background-position-y: 70px;
}


}


@media screen and (min-width:1400px) {
/***************************
　for PC 2
****************************/


#policyArea{ padding: 70px 16vw; background-position-x: 70%; }

}


