@charset "utf-8";

.listB ul li:nth-child(odd){
	width: 45%;
	float: left;
	clear:both;
	margin-bottom: 5px;
}
.listB ul li:nth-child(even){
	width: 45%;
	float: right;
	margin-bottom: 5px;
}
.block3 div img{
	border: solid 1px #e5e5e5;
	border-radius: 7px;
	box-sizing: content-box;
}
.block3 div .cms_caption_b{
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.block3 .cms_image{
		margin-bottom: 10px;
	}
	.listB ul li:nth-child(odd),
	.listB ul li:nth-child(even){
		width:100%;
		float: none;
	}
}