@charset "utf-8";
/* CSS Document */
.mainMenu {
    z-index: 10000;
}

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



/*--------hed_img------------*/

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

/*------------*/
.pri_tit { color: #a40000; font-weight: bold; font-size: 20px; margin: 0 auto 15px; }			
.pri_txt { margin: 0 auto 5px; }			
.pri_box { margin: 0 auto 50px; }	


}




/*----------------------------------------------------*/




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



/*--------------------*/

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


/*------------*/
.pri_tit { color: #a40000; font-weight: bold; font-size: 16px; margin: 0 auto 15px; }			
.pri_txt { margin: 0 auto 5px; }			
.pri_box { margin: 0 auto 30px; }


}
