@charset "utf-8";
@media only screen and (max-width:740px) {

/*------------------------------------------------
メイン
------------------------------------------------*/

section dl {
	display:block;
	margin-bottom:7.8vw;
}
section dt {
	display:block;
	margin-bottom:2.8vw;
}
section dt img {
	width:61.25vw;
	height:auto;
}
section dd {
	display:block;
	padding:0;
}


}