.lead{
	position:relative;
	left:-50px;
	width:calc(100% + 100px);
	padding:60px 0;
	margin:0 0 68px;
	text-align:center;
	font-size:18px;
	line-height:2.4;
	background:#d0d1db;
}

section ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 0 98px;
}
.wrap:last-of-type ul{
	margin:0;
}
section ul li{
	width:49%;
}
section ul li img{
	width:100%;
}
section ul li h2{
	margin:0 0 20px;
	padding:0 0 20px;
	font-weight:600;
	font-size:42px;
	line-height:1.2;
	border-bottom:1px solid #CCC;
}
section ul li h3{
	margin:0 0 40px;
	font-weight:500;
	font-size:36px;
}
section ul li h3 span{
	display:block;
	margin:15px 0 0;
	font-weight:400;
	font-size:16px;
}
section ul li dl dt{
	padding:11px 0 13px 25px;
	background:#141B4D;
	color:#fff;
	font-size:20px;
	font-weight:500;
	line-height:1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
section ul li dl dd{
	padding:22px 25px 30px;
	margin:0 0 20px 0;
	background:#EEEEEE;
	line-height:2.4;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

@media screen and (max-width:959px) {
	.lead{
		width:110%;
		left:-5%;
		padding:25px;
		text-align:left;
		line-height:1.8;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
	}
	
	section ul{
		margin:0 0 50px;
	}
	section ul li{
		width:100%;
	}
	section ul li img{
		margin:0 0 20px;
	}
	section ul li h2{
		font-size:32px;
	}


}
