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

/*------------------------------------------------
メイン
------------------------------------------------*/
section ul li {
	margin-bottom: 2.1vw;
    padding:0 0 2.1vw 20px;
}

section dl {
	display:block;
	width:100%;
	margin-bottom:15px;
	padding-bottom:15px;
}
section dt {
	background-position:0 0.05em;
}
section dt,
section dd {
	display:block;
	width:auto;
}
section dd li {
    padding:0 0 0 15px;
	margin-bottom: 0;
}
}