#page_title h2{
	padding:50px 0 0 50px;
}
main section h3{
	background:#2ab791;
}
#section1 article{
	display:flex;
	gap:40px;
	max-width:1360px;
	justify-content:flex-end;
}
#section1 article .comment{
	width:530px;
	flex:none;
}
#section1 article figure{
	width:calc(100% - 570px);
	max-width:660px;
	flex:none;
}
#section1 article figure img{ 
	display:block;
	border-radius:10px;
}
#section2 dl{
	margin:0 auto 30px;
	display:flex;
	gap:40px;
}
#section2 dt{
	color:#fff;
	background:#2ab791;
	position:relative;
	width:340px;
	flex:none;
	border-radius:40px 10px 10px 40px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	font-weight:700;
	font-size:36px;
	line-height:1.5em;
}
#section2 dt .point{
	position:absolute;
	top:20px;
	left:50%;
	width:100%;
	transform:translatex(-50%);
	font-size:30px;
}
#section2 dd{
	font-size:22px;
	color:#008662;
	padding:40px 0;
	line-height:1.5em;
}
#section3 dl{
	display:flex;
	align-items:center;
	gap:25px;
	margin-bottom:20px;
}
#section3 dt{
	border-radius:40px 10px 10px 40px;
	width:300px;
	flex:none;
	text-align:center;
	font-size:24px;
	font-weight:700;
	background:#2ab791;
	color:#fff;
	min-height:120px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#section3 dd{
	width:calc(100% - 325px);
	padding:0 40px;
	flex:none;
	min-height:120px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	box-sizing:border-box;
	border:3px solid #2ab791;
	border-radius:10px 40px 40px 10px;
}
#section3 dd ul{
	width:100%;
	box-sizing:border-box;
}
main section th{
	color:#008662;
}
.contact_box p{
	color:#008662;
}
.contact_box ul li a{
	color:#008662 !important;
}
.contact_box ul li a .more_inner{
	background:#d5efe8 !important;
}
.contact_box ul li a:after{
	background:#d5efe8 url('../images/common/arrow_green.svg') no-repeat center center !important;
}
.contact_box ul li a:hover .more_inner{
	background:#008662 !important;
	color:#fff;
}
.contact_box ul li a:hover:after{
	background:#008662 url('../images/common/arrow_white.svg') no-repeat center center !important;
}