@charset "utf-8";

.main_about {
	padding: 0 0 179px;
}
.main_about .guide_cm {
	overflow: inherit;
}
.main_about .thumb_about {
	position: relative;
}
.main_about .thumb_about .about_img1 {
	position: absolute;
	top: 0;
	left: -120px;
}
.main_about .thumb_about .about_img2 {
	float: right;
	margin-top: 41px;
	margin-right: -102px;
}
.main_about .thumb_about p {
	text-align: center;
	font-size: 1.6em;
	line-height: 36px;
	clear: both;
	padding: 40px 0 60px 0;
}
.main_about .about_major h2 {
	border-bottom: solid 2px #e5e5e5;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 25px;
}
.main_about .about_major h2::after {
	content: '';
	position: absolute;
	border-bottom: solid 4px #80ce1b;
	bottom: -2px;
	left: 0;
	width: 274px;
}
.main_about .about_major >p {
	font-size: 1.6em;
	line-height: 34px;
}
.main_about .about_item {
	overflow: hidden;
	margin: 37px -60px 0 0;
}
.main_about .about_item ul li {
	float: left;
	width: 470px;
	height: 338px;
	margin-right: 60px;
	box-sizing: border-box;
	padding: 33px 43px 33px 44px;
}
.main_about .about_item ul li:first-child {
	background: #6fd4d0;
}
.main_about .about_item ul li:last-child {
	background: #fea45b;
}
.main_about .about_item ul li h3 {
	background: #fff;
}
.main_about .about_item ul li dl {
	margin-top: 20px;
}
.main_about .about_item ul li dl dt {
	font-size: 2.2em;
	color: #fff;
	border-bottom: solid 1px rgba(255, 255, 255, 0.4);
	padding-bottom: 7px;
	font-weight: 600;
	padding-left: 8px;
}
.main_about .about_item ul li dl dd {
	font-size: 1.6em;
	line-height: 32px;
	color: #fff;
	margin-top: 8px;
	padding-left: 5px;
}
.main_about .about_chart {
	background: #f9feee;
	padding: 91px 0;
	margin-top: 70px;
}
.main_about .about_chart figure {
	text-align: center;
}
.main_about .about_recap {
	padding: 101px 0 0;
}
.main_about .about_recap h2 {
	border-bottom: solid 2px #e5e5e5;
	position: relative;
	padding-bottom: 2px;
	margin-bottom: 35px;
}
.main_about .about_recap h2::after {
	content: '';
	position: absolute;
	border-bottom: solid 4px #80ce1b;
	bottom: -2px;
	left: 0;
	width: 274px;
}
.main_about .tbl_about dl {
	border-top: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	display: table;
	width: 100%;
	font-size: 1.6em;
}
.main_about .tbl_about dl:last-child {
	border-bottom: solid 1px #e5e5e5;
}
.main_about .tbl_about dl dt {
	border-right: solid 1px #e5e5e5;
	display: table-cell;
	width: 274px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	background: #f8f8f8;
}
.main_about .tbl_about dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 17px 15px 17px 48px;
}
.main_about .tbl_about dl dd a {
	text-decoration: none;
}