@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {

.headArea {
background: url("../images/privacy/hed_img.jpg") center center no-repeat;
background-size: cover;
}

.page_wrap {
width:800px !important;
}

.p_tit {
margin-bottom: 14px;
font-weight: 500;
letter-spacing: .7px;
font-size: 1.1em;
padding-bottom: 5px;
border-bottom: 1px solid #999;
}

.c_txt {
margin: 0 0 80px;
}

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

.headArea {
background: url("../images/privacy/hed_img.jpg") center center no-repeat;
background-size: cover;
}

.p_tit {
margin-bottom: 14px;
font-weight: 500;
letter-spacing: .7px;
font-size: 1.1em;
padding-bottom: 5px;
border-bottom: 1px solid #999;
}

.c_txt {
margin: 0 0 40px;
}


}