#section1{
	text-align:center;
}
#section3 dl{
	display:flex;
	border:2px solid #1c8600;
	align-items:center;
	border-radius:10px;
	margin-bottom:20px;
	gap:20px;
}
#section3 dt{
	line-height:120px;
	width:400px;
	flex:none;
	padding:0 20px;
	box-sizing:border-box;
	color:#fff;
	background:#1c8600;
	font-size:24px;
}
#section3 dl dd ul{
	display:flex;
	gap:40px;
	list-style:none;
	padding:0;
}
#section4 .inner{
	padding:40px 0 0;
	display:flex;
	gap:40px;
}
#section4 h4{
	text-align:center;
}
#section4 .inner .fll,
#section4 .inner .flr{
	width:calc((100% - 40px) / 2);
}
#section4 tbody tr:nth-child(even){
	background:#eee;
}