@charset "utf-8";


/*==========================================
 renovation
===========================================*/
#renovation{}

#renovation .topCom{}
#renovation .topCom div:first-of-type{
	width: 54%;
	font-size: 1.4em;
	line-height: 1.7;
	font-weight: bold;
	color: #1a274d;
}

#renovation .topCom div:first-of-type p{
	padding-top: 40px;
	font-size: 1.1rem;
	font-weight: normal;
	color: #000;
}
#renovation .topCom div:last-of-type{
	width: 38%;
	padding-top: 15px;
	text-align: center;
}

#renovation .topCom div:last-of-type img{
	width:100%;
	max-width: 600px;
	margin: 0 auto;
}

@media only screen and (max-width: 799px){
	#renovation .topCom div:first-of-type{
		width: 100%;
	}
	#renovation .topCom div:last-of-type{
		width: 100%;
		padding-top: 40px;
	}
}


/** diy_ex **/
#diy_ex{
	margin-top: 70px;
	border-top: 1px dotted #999;
}

#diy_ex #exImg{}

#diy_ex #exImg img{
	width: 18%;
	max-width: 360px;
	display: block;
	margin-bottom: 20px;
}

@media only screen and (max-width: 799px){
	#diy_ex #exImg img{
		width: 48%;
	}

}

