@charset "utf-8";

.strength {
	margin-bottom: 50px;
}

.underKeyimage {
	width: 100%;
	height: 200px;
	background: #696867 url(../images/strength/ttlTsuyomi.jpg) no-repeat center center;
	text-align: center;
}

.strength #Side h2 {
	background: url(../images/strength/iconTruck.png) no-repeat 15px center;
}

/*-------------------------------------------------------------------------*/
#Main h2 + img {
	margin-bottom: 45px;
}

#Main h3 {
	min-height: 95px;
	margin-bottom: 20px;
	padding: 30px 0 0 120px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #1a2260;
	line-height: 1.4;
}

#Main section > div {
	margin-bottom: 50px;
	padding: 0 10px;
}

#Main section > div.strength3 {
	margin-bottom: 0;
}

.strength1 h3 {background: url(../images/strength/imgStrength1.png) no-repeat 0 50%;}
.strength2 h3 {background: url(../images/strength/imgStrength2.png) no-repeat 0 50%;}
.strength3 h3 {background: url(../images/strength/imgStrength3.png) no-repeat 0 50%;}

.strength1 h3 + img {
	margin-bottom: 20px;
}

.strength2 div,
.strength3 div {
	position: relative;
}

.strength2 div img {
	position: absolute;
	top: 0;
	left: 0;
}

.strength2 div p {
	min-height: 370px;
	padding-left: 390px;
}

.strength3 div p {
	min-height: 370px;
	padding-right: 380px;
}

.strength3 div img {
	position: absolute;
	top: 0;
	right: 0;
}