@charset "utf-8";


h3 {
	margin-top:20px; 
}
/* スマホに適用するCSS */
@media screen and (max-width:767px)
{

	.main_sub1 {
		width: 90%;
	}
}