@charset "UTF-8";

/*****************************
	スマホリフォーム建築ページ
*****************************/
.reform_contents_box{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:1% auto 3%;
}
.reform_contents_text{
	background-position:bottom center;
	background-size:100% auto;
	background-repeat: no-repeat;
	width:100%;
	font-size:2.8vw;
	color:#FFF;
	text-align:center;
	line-height:1.8em;
	letter-spacing: .1em;
	padding:1%;
	box-sizing: border-box;
}
.reform_contents_text .mitem{
	font-size:3.2vw;
	color:#FFF;
	font-weight: bold;
}
.reform_contents_item{
	width:100%;
	font-size:3.2vw;
	color:#FFF;
	font-weight: bold;
	margin:3% auto;
}
.reform_contents_img{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:3% 0;
	padding:0;
}
.reform_contents_img img{
	width:100%;
	vertical-align:bottom;
}

@media screen and (min-width: 901px) {

/*****************************
	リフォーム建築ページ
*****************************/
.reform_contents_box{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:5px auto 10px;
}
.reform_contents_text{
	background-position:bottom center;
	background-size:1200px auto;
	background-repeat: no-repeat;
	width:1200px;
	font-size:1.4vw;
	color:#FFF;
	text-align:center;
	line-height:1.8em;
	letter-spacing: .1em;
	padding:5px;
	box-sizing: border-box;
}
.reform_contents_text .mitem{
	font-size:1.8vw;
	color:#FFF;
	font-weight: bold;
}
.reform_contents_item{
	width:1200px;
	font-size:1.8vw;
	color:#FFF;
	line-height:2em;
	font-weight: bold;
	text-align:center;
	margin:20px auto;
}
.reform_contents_img{
	width:1200px;
	height:auto;
	overflow:hidden;
	margin:20px 0 10px;
	padding:0;
}
.reform_contents_img img{
	width:1200px;
	vertical-align:bottom;
}

}
