main section h3{
	text-align:center;
}
#section1 figure{
	width:540px;
	flex:none;
}
#section1 .photo_comment{
	align-items:center;
}
#section2 article{
	display:flex;
	flex-wrap:wrap;
	gap:40px;
}
#section2 article dl{
	width:calc((100% - 40px) / 2);
	flex:none;
	background:#fff;
	border-radius:20px;
	padding:20px;
	box-sizing:border-box;
}
#section2 article dt{
	font-size:30px;
	color:#2b840f;
	font-weight:500;
	margin-bottom:20px;
}
#section2 article dt small{
	font-size:24px;
}
#section2 article dd.comment{
	height:100px;
	box-sizing:border-box;
}
#section2 article dd.link{
	list-style:none;
	padding:0;
}
#section2 article dd.link ul{
	padding:0;
	list-style:none;
}
#section2 article dd.link li{
	margin-bottom:20px;
}
#section2 article dd.link a{
	display:block;
	border-radius:30px;
	border:2px solid #ffab25;
	line-height:56px;
	text-align:center;
	font-size:21px;
	background:#ffebcb url('../images/common/arrow2.svg') no-repeat right 20px center;
	box-shadow:0 5px 3px #d9d9d9;
	color:#333;
	text-decoration:none;
}
#section2 article dd.link a:hover{
	background:#ffab25 url('../images/common/arrow2.svg') no-repeat right 20px center;
	color:#fff;
}
#section3 dl{
	background:#fff;
	border-radius:20px;
	padding:0 40px;
	line-height:90px;
	gap:60px;
	display:flex;
}
#section3 dl dt{
	font-size:36px;
	color:#2b840f;
}
#section3 dl dd{
	font-size:24px;
}
#section3 .arrow{
	padding:20px 0;
}
#section3 .arrow img{
	display:block;
	margin:0 auto;
}