@charset "utf-8";

@media screen and (max-width: 767px) {
/* !Clearfix
---------------------------------------------------------- */
.crawlerImg01 {
	padding-top: 20px;
	display: block;
	min-height: 1%;
}
.crawlerImg01:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
	.crawlerImg01 > figure {
		float: left;
		padding: 0 10px;
		width: 50%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
		.crawlerImg01 > figure img {
			width: 100%;
			max-width: 200px;
			height:auto;
		}
}
