#page_title h2{
	background:url('../images/about/pagetitle.webp') no-repeat center center;
}
main section .wrap{
	border:2px solid #1c8600;
	padding:30px;
	border-radius:10px;
	box-sizing:border-box;
	margin:0 auto 20px;
}
main section .wrap strong{
	color:#1c8600;
}
main section article h4{
	font-size:20px;
}
.kouhou{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding:40px 0 40px 40px;
}
.kouhou li{
	width:calc((100% - 20px) / 3);
}