@charset "UTF-8";
/*************************
 リフォームQ&A
 *************************/

.main,
.body_contents{
	margin-bottom:100px;	
}

.float .half{
	position:relative;
	height:190px;
	padding:10px;	
}

.qa2{
	background:url(../../../../img/page/reform_q_a/qa2.jpg) center center no-repeat;
	background-size:100% auto;	
}

.qa3{
	background:url(../../../../img/page/reform_q_a/qa3.jpg) center center no-repeat;
	background-size:100% auto;	
}

.qa4{
	background:url(../../../../img/page/reform_q_a/qa4.jpg) center center no-repeat;
	background-size:100% auto;	
}

.qa5{
	background:url(../../../../img/page/reform_q_a/qa5.jpg) center center no-repeat;
	background-size:100% auto;	
}

.fusuma{
	background:url(../../../../img/page/reform_q_a/fusuma.jpg) center center no-repeat;
	background-size:100% auto;	
}

.kabegami{
	background:url(../../../../img/page/reform_q_a/kabegami.jpg) center center no-repeat;
	background-size:100% auto;	
}

.tatami{
	background:url(../../../../img/page/reform_q_a/tatami.jpg) center center no-repeat;
	background-size:100% auto;	
}

.border{
	border:1px solid #fff;
	width:100%;
	height:100%;
}

.btn01{
	position:absolute;
	width:60%;	
	top:40%;
	left:21%;
}

.btn01 a{
	display:block;
	position:relative;
	padding:10px;
	border:1px solid #fff;
	color:#fff;
	text-align:center;
}

.btn01 a:hover{
	background:#fff;
	color:#333;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
}

.btn01 a i{
	position:absolute;
	top:33%;
	right:10%;
}

.text01{
	text-align:center;
	font-size:16px;
	margin-bottom:30px;
}

@media (min-width: 641px) {

.float:after{
	content:"";
	display:block;
	clear:both;
}

.float .half{
	float:left;
	width:48%;
}

.float .half:nth-child(odd){
	margin-right:4%;
}

.float .half:nth-child(1),
.float .half:nth-child(2){
	margin-bottom:30px;
}

}

@media (max-width: 640px) {

.main,
.body_contents{
	margin-bottom:80px;	
}

.float .half{
	height:150px;
	margin-bottom:30px;
}

.float .half:last-child{
	margin-bottom:0;	
}

}
