#page_title h2{
	padding:50px 0 0 50px;
}
main section h3{
	background:#008662;
}
#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;
}
.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;
}