@charset "utf-8";
/* =================================
strength.css
================================= */
.contentWrap {
	padding-bottom: 100px;
}
.mainView {
	min-height: 450px;
	background: url(../img/img_main_strength.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 450px;
}

.strengthArea {
	margin-top: 60px;
}
.strengthArea h2 {
	color: #7a5623;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.strengthList li {
	float: left;
	width: 480px;
	margin: 40px 0 0 40px;
	padding-bottom: 28px;
	background: url(../../common/img/bg_diagonal.png) repeat 0 0;
}
.strengthList li:nth-child(odd) {
	margin-left: 0;
}
.strengthList li .number {
	margin-top: 23px;
	text-align: center;
	line-height: 1;
}
.strengthList li .number span {
	display: block;
	font-size: 1.8rem;
}
.strengthList li .number em {
	display: block;
	margin-top: 8px;
	font-size: 4rem;
	font-weight: bold;
}
.strengthList li .number+p {
	margin: 25px 20px 0;
	font-size: 1.8rem;
}
.strengthList li:nth-child(2) .number+p {
	letter-spacing: -0.5px;
}
.strengthList li .number+p a {
	font-size: 1.4rem;
}
.strengthList li dl {
	display: table;
	width: 440px;
	margin: 20px 20px 0;
	border: 1px solid #a0a0a0;
}
.strengthList li dl dt {
	display: table-cell;
	padding: 3px 10px;
	background: #a0a0a0;
	color: #ffffff;
}
.strengthList li dl dd {
	display: table-cell;
	padding: 3px 10px;
	background: #ffffff;
}
.strengthList li.strength05 {
	clear: both;
	display: flex;
	width: 100%;
	padding: 40px;
}
.strengthList li.strength05 .photoBox {
	margin-left: 40px;
}
.strengthList li.strength05 .textBox .number {
	margin-top: 0
}
.strengthList li.strength05 .textBox .number+p {
	margin: 25px 0 0;
}
.strengthList li.strength05 .textBox .number+p strong {
	font-weight: bold;
}