#section1{
	text-align:center;
}
#section2 dl{
	display:flex;
	border:2px solid #008628;
	align-items:center;
	border-radius:10px;
	margin-bottom:20px;
}
#section2 dl dt{
	display:flex;
	width:420px;
	align-items:center;
	font-size:30px;
	height:100%;
}
#section2 dl dt .number{
	display:block;
	width:120px;
	height:100%;
	color:#fff;
	margin-right:20px;
	text-align:center;
	line-height:120px;
	background:#008628;
}
#section3 dl{
	display:flex;
	border:2px solid #008628;
	align-items:center;
	border-radius:10px;
	margin-bottom:20px;
	gap:20px;
}
#section3 dl dt{
	display:flex;
	width:200px;
}
#section3 dl dt img{
	display:block;
	width:100%;
	height:115px;
	object-fit:cover;
}
#section3 dl dd{
	font-size:24px;
}
#section6{
	text-align:center;
}