.foundation-wrapper {
	width: 1120px;
	margin: 0 auto 100px auto;
}
.foundation-title > h3 {
	width: 1120px;
    border-bottom: 2px solid #0b4596;
    padding: 28px 0px;
    height: 32px;
    font-size: 32px;
    font-weight: 100;
    letter-spacing: -1.7px;
    color: #0b4596;
    margin: 0 auto;
    line-height: 32px;
}
.foundation-comment {
    display: block;
    padding: 65px 0px 65px 0px;
}
.foundation-comment > p {
	font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.9px;
    color: #000000;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.foundation-comment > p > span.orange {
    color: #ff5400;
}
.foundation-banner {
	
}
.foundation-banner > img {
	background-color: #d8d8d8;
	width: 1080px;
	height: auto;
	display: block;
	margin: 0 auto;
}
.foundation-list {
	width: 1080px;
    margin: 35px auto 0px auto;
    height: 360px;
}
.foundation-box {
	width: 338px;
	height: 360px;
	border: 1px solid #9b9b9b;
	display: inline-block;
	float: left;
}
.foundation-box:not(:first-child) {
	margin-left: 30px;
}
.box-image {
	height: 95px;
    width: inherit;
}
.box-image > img {
	margin-left: 20px;
}
.box-title {
	margin-top: 35px;
}
.box-title.type2 {
	margin-top: 18px;
}
.box-title > p {
	font-size: 35px;
	line-height: 35px;
	height: 35px;
	font-weight: 700;	
	letter-spacing: -3.8px;
	color: #0b4596;
	text-align: center;
}
.box-title > p:not(:first-child) {
	margin-top: 5px;
}
.box-text{
	margin-top : 20px;
}
.box-text > p {
	font-size: 21px;
    line-height: 21px;
    height: 21px;
    font-weight: 500;    
    letter-spacing: -1.6px;
    color: #000000;
    text-align: center;
}
.box-text > p:not(:first-child) {
	margin-top: 7px;
}