#page_title {
	background:url('../images/service4/pagetitle.webp') no-repeat bottom center;
}
main section h3{
	text-align:center;
}
main section{
	margin:0 auto 70px;
}
main section article{
	padding:40px;
	background:#fff;
	border-radius:20px;
	box-sizing:border-box;
}
#section1 article{
	padding:0;
	border:0;
}
#section1 .photo_comment{
	align-items:center;
}
#section1 figure{
	flex:none;
	width:540px;
}
#section2 .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	gap:40px;
}
#section2 .inner dl{
	width:calc((100% - 120px) / 4);
}
#section2 dt{
	color:#2b840f;
	text-align:center;
	font-size:21px;
	margin-bottom:10px;
	font-weight:500;
}
