@charset "UTF-8";
/*************************
外壁塗装で得する理由
 *************************/

p{
	margin:0;
}

.main{
	margin-bottom:80px;
}

.main h2{
	margin-bottom:20px;	
}

.main h2 img{
	width:100%;
	height:auto;	
}

.contents_box{
	margin-bottom:80px;	
}

.select_box{
	margin-bottom:60px;	
}

.select_box dt{
	margin-bottom:20px;	
}

.select_box dt .number{
	display:table-cell;
	font-size:18px;
	font-weight:bold;
	vertical-align:middle;
}

.select_box dt .first{
	background:url(../../../../img/page/select/circle01.gif) left center no-repeat;
	background-size: 50px 50px;
}

.select_box dt .second{
	background:url(../../../../img/page/select/circle02.gif) left center no-repeat;
	background-size: 50px 50px;
}

.select_box dt .third{
	background:url(../../../../img/page/select/circle03.gif) left center no-repeat;
	background-size: 50px 50px;
}

.select_box dt .fourth{
	background:url(../../../../img/page/select/circle04.gif) left center no-repeat;
	background-size: 50px 50px;
}

.select_box dt .fifth{
	background:url(../../../../img/page/select/circle05.gif) left center no-repeat;
	background-size: 50px 50px;
}
.select_box dt .sixth{
	background:url(../../../../img/page/select/circle06.gif) left center no-repeat;
	background-size: 50px 50px;
}

.select_box dt .seventh{
	background:url(../../../../img/page/select/circle07.gif) left center no-repeat;
	background-size: 50px 50px;
}

.select_box dd{
	padding-left:20px;	
	font-size:16px;
	line-height:1.8;
}

.contents_box .ttl01{
	margin-bottom:60px;
}

.contents_box .lead01{
	margin-bottom:60px;
}

.subttl{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	margin-bottom:20px;
}


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

.select_box dt .number{
	padding-left:60px;
	height:50px;
}

}

@media screen and (max-width:640px){

p br,
dd br{
	display:none;
}

.contents_box{
	margin-bottom:60px;	
}

.select_box dt .number{
	font-size:16px;
	padding-left:50px;
	height:40px;
	background-size:40px auto;
}

.select_box dd{
	padding-left:10px;
	font-size:14px;
	line-height:1.6;
}

.contents_box .ttl01{
	margin-bottom:40px;
}

.contents_box .lead01{
	margin-bottom:40px;
}

.subttl{
	font-size:16px;	
}

}

