@charset "utf-8";
/*PC*/
@media print, screen and (min-width: 768px) {

/*----------------------------------------------------*/
.c-mv--policy {
    background: url(../images/policy/hed_img.jpg) no-repeat center center;
    background-size: cover;
}

.com_box {
	margin:0 0 60px;
}

}





/*----------------------------------------------------*/



/*sp*/
@media only screen and (max-width: 767px) {

/*----------------------------------------------------*/
.c-mv--policy {
     background: url(../images/policy/hed_img.jpg) no-repeat center center;
    background-size: cover;
}

.com_box {
	margin:0 0 30px;
}

}