@charset "UTF-8";
/*  Recoボード */
.reco-summary{
	@include flex_space;margin:30px 0 10px 0;align-items: center;
	.reco-text{width:48%; font-size:15px;line-height:1.6;}
	.reco-image{
		width:50%;
		img{width:100%;}
	}
}
.reco-content{
	margin:30px 0 0 0;
	img{width:100%;}
}

.reco-spec{
	width:100%;margin:30px 0 10px 0;
	text-align: center;border-collapse: collapse;
	tr{height:35px;}
	th,td{vertical-align:middle;border:1px #222 solid;}
	th{background:#5aac35;color:#fff;}
}


#contact-button02{
	text-align: center;padding-top: 43px;
	img{
		width: 700px;
		&:hover{
			opacity: 0.5;
			transition: 0.3s;
		}
	}
}
