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

RULE

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



/*________________________________________________________

PC
________________________________________________________*/

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


}

/*________________________________________________________

SP
________________________________________________________*/


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

.contents h2 { font-size: 220%!important;}
.contents p {margin-left: 16px;}


}

