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

/*------------------------------------------------
メイン
------------------------------------------------*/
section.sec01 {
	margin-bottom: 4rem;
}
section.sec01 .bannerAreaA {
	margin-bottom: 1rem;
	flex-direction: column;
}
section.sec01 .bannerAreaA > div {
	width: 100%;
}
section.sec01 .bannerAreaA .bnrA,
section.sec01 .bannerAreaA .bnrB,
section.sec01 .bannerAreaA .bnrC {
	margin-bottom: 2rem;
}
section.sec01 .bannerAreaA .bnrB a {
	text-align: center;
}



.thumbnail {
	width: 90%;
	margin: 0 auto 2rem;
}
.thumbnail img {
	width: 100%;
}




}