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

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

.begSubTit {
font-size: 1.1em;
font-weight: bold;
display: inline-block;
margin-bottom: 15px;
}

}


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


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

.begSubTit {
font-size: 1.1em;
font-weight: bold;
display: inline-block;
margin-bottom: 15px;
}




}