@charset "utf-8";

/*-----------------------------------------------------------------------*/
/*【section】*/
/*-----------------------------------------------------------------------*/
section h2 {
	font-size:1.2rem;
}


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

section h2 {
	font-size:1.5rem;
}

}/*-----769px以上-----*/

