@charset "UTF-8";
/* =============================================================================

RULE

============================================================================= */



/*________________________________________________________

PC
________________________________________________________*/

@media only screen and (min-width: 741px) {


}

/*________________________________________________________

SP
________________________________________________________*/


@media only screen and (max-width: 740px) {

.contents h2 { font-size: 190%!important;}
.contents p {
	margin-left: 10px;
	margin-right: 8px;
}


}

