@charset "UTF-8";
/* CSS Document */



/*PC*/
@media print, screen and (min-width: 768px) {



#hed .hed_bg {
background: url("../images/privacy/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}


#privacy .content_box01 {
position: relative;
margin: 100px auto 180px;
width: 900px;
}

#privacy .content_box01 p {
margin: 0 auto 60px;
font-size: 1rem;
}

#privacy .content_box01 h3 {
font-size: 1.2rem;
font-weight: 700;
margin: 0 0 30px;
position: relative;
}

#privacy .content_box01 h3::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 40px;
height: 1px;
background: #000;}


}



/*sp*/
@media only screen and (max-width: 767px) {



#hed .hed_bg {
background: url("../images/privacy/hed_bg.jpg") center no-repeat;
background-size: auto;
background-size: cover;
width: 100%;
height: 400px;
position: relative;
}

#privacy .content_box01 {
position: relative;
margin: 30px auto 100px;
width: 90%;
}

#privacy .content_box01 h3 {
font-size: .9rem;
font-weight: 500;
margin: 20px 0 30px;
position: relative;
}

#privacy .content_box01 h3::before {
content: "";
position: absolute;
bottom: -10px;
left: 0;
width: 40px;
height: 1px;
background: #000;
}

}