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

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

/*-----hed----*/

.com_hed_img {
background:url(../images/privacy/hed_img.jpg) center center;
background-size: cover;
height: 350px;
}

.pri_txt {
font-size: 14px;
margin-bottom: 15px;
}

.pri_txt span {
color: #1d325e;
font-weight: bold;
}

.pri_box {
margin-bottom: 50px;
}


}









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

.com_hed_img {
background:url(../images/privacy/hed_img.jpg) center center;
background-size: cover;
height: 170px;
}

.pri_txt {
font-size: 14px;
margin-bottom: 15px;
}

.pri_txt span {
color: #1d325e;
font-weight: bold;
}

.pri_box {
margin-bottom: 30px;
}


}