#page_title h2{
	background:url('../images/houmonkango/pagetitle.webp') no-repeat center center;
}
#section1 .inner{
	padding:30px;
	border:2px solid #1c8600;
	border-radius:10px;
}
#section2 .inner{
	padding:30px;
	border:2px solid #1c8600;
	border-radius:10px;
	display:flex;
	flex-wrap:wrap;
	gap:60px;
	box-sizing:border-box;
}
#section2 .inner dl{
	width:calc((100% - 120px) / 3);
	flex:none;
}
#section2 .inner dl dt{
	background:#c5e2cd;
	padding:10px;
	margin-bottom:10px;
}
#section3 dl{
	display:flex;
	border:2px solid #008628;
	align-items:center;
	border-radius:10px;
	margin-bottom:20px;
}
#section3 dl dt{
	display:flex;
	width:120px;
	align-items:center;
	font-size:30px;
	height:100%;
}
#section3 dl dt .number{
	display:block;
	width:120px;
	height:100%;
	color:#fff;
	margin-right:20px;
	text-align:center;
	line-height:80px;
	background:#008628;
}
iframe{
	display:block;
	margin:0 auto;
}