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

/*PC*/
@media print, screen and (min-width: 769px) {
.begP strong {
font-weight: bold;
}



}


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


/*sp*/
@media only screen and (max-width: 768px) {
.begP strong {
font-weight: bold;
}





}