@charset "utf-8";


/* ========================================================

	feature.css #feature

*======================================================== */

/* font-size===========================================

11px -> 83.4%
12px -> 91.7%
13px -> 100%
14px -> 108.4%
15px -> 116.7%
16px -> 125%
17px -> 133.4%
18px -> 141.7%
19px -> 150%
20px -> 158.4%
21px -> 166.7%
22px -> 175%
23px -> 183.4%
24px -> 191.7%
25px -> 200%
26px -> 208.4%
27px -> 217% 

===================================================== */

/*--------------------------------------------------------

	.featureList
	
----------------------------------------------------------*/
/*当社の特長*/
.featureList li{
	float: left;
	width: 320px;
	margin-right: 30px;
	margin-bottom: 40px;
}
	.featureList li:nth-child(2n){
		margin-right: 0px;
	}
	.featureList li:nth-child(2n+1){
		clear: both;
	}

.featureList li img[class="fLeft"]{
	margin-right: 15px;
}

/*その他特長*/
.otherArea{
	margin-bottom: 25px;
}

.otherArea .ttlOther span{
	display: inline-block;
	font-size: 1.6rem;
	background-color: #F1D5D5;
	padding: 10px 20px 3px;
}

.otherArea .otherBox{
	border: #F1D5D5 solid 4px;
	padding: 20px 20px 20px 15px;
}

.otherArea .otherBox dl dt{
	font-size: 1.6rem;
}

.otherArea .otherBox dl dd{
	color: #444444;
	margin: 0px 0px 17px 20px;
}
	.otherArea .otherBox dl dd:last-child{
		margin-bottom: 0px;
	}



