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

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


#hedwrap { position: relative; }
.hed_img { width: 100%; margin: 0 auto; background: url(../images/privacy/hed_img.jpg) center center; height: 400px; background-size: cover; margin-top: 100px; display: flex; align-items: center; }

/*------------*/
.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) {

#hedwrap { position: relative; }
.hed_img { width: 100%; margin: 0 auto; background: url(../images/privacy/hed_img.jpg) center center; height: 200px; background-size: cover; margin-top: 100px; display: flex; align-items: center; }
/*------------*/
.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; }


}
