#page_title {
	margin: 0 0 60px;
}

#page_title:after {
	background: url('../images/about/bg_h2.jpg') no-repeat;
	background-size: 100%;
	background-position: top right;
}

#page_title h2 {
	letter-spacing: -5px;
	font-size: 30px;
}

main section article {
	width: 940px;
	margin: 0 auto;
}

main section h3 {
	margin: 0 0 40px;
}

main section {
	padding: 40px 0;
}

main section:nth-child(odd) {
	background: #edf8ff;
}

#section1 p {
	text-align: center;
	padding: 20px 0;
	color: #272e5f;
	font-size: 24px;
}

#section2 dl {
	border: 1px solid #ccc;
	border-radius: 20px;
	margin: 0 0 20px;
	padding: 20px;
}

#section2 dt {
	font-size: 18px;
	color: #58a6e5;
	margin: 0 0 10px;
}

#section3 h4 {
	text-align: center;
	padding: 0 0 40px 0;
	color: #272e5f;
	font-size: 24px;
}

#section3 dl {
	display: flex;
}

#section3 dt {
	text-align: center;
	width: 240px;
	font-size: 24px;
	color: #c5d0df;
	flex: none;
}

#section3 dd {
	width: calc(100% - 240px);
	padding: 0 0 0 80px;
	flex: none;
	box-sizing: border-box;
}

#section4 .inner {
	padding: 0 80px;
	display: flex;
}

#section4 .inner .fll {
	width: 540px;
	flex: none;
}

#section4 .inner .flr {
	width: calc(100% - 540px);
	flex: none;
}

#section4 h4 {
	color: #5ea9e6;
	margin: 0 0 20px;
	font-size: 20px;
}

#section4 ul {
	list-style: none;
}

#section4 li {
	margin: 0 0 15px;
}

#section5 article {
	text-align: center;
}

#section5 article p {
	font-size: 20px;
	color: #5ea9e6;
	line-height: 2em;
}

#section6 article p {
	/* text-align:center; */
}

#section6 article ul {
	list-style: none;
	display: flex;
	padding: 20px 0 0 0;
	flex-wrap: wrap;
}

#section6 article ul li {
	width: 220px;
	flex: none;
	margin: 0 20px 20px 0;
}

#section6 article ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}