#page_title{
	background:url('../images/information3/page_title.webp') no-repeat top center;
}
main section {
	margin: 0 auto 120px;
}
main section article{
	margin:0 auto 60px;
}
main section article ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	list-style:none;
	padding:40px 0;
}
#section2 table{
	width:100%;
}
#section2 th,
#section2 td{
	padding:10px;
}
#section3 h5{
	padding:30px 0 10px;
}
#section3 dl{
	display:flex;
	border:4px solid #82cece;
	border-radius:10px;
	line-height:50px;
	margin:0 0 35px;
}
#section3 dl dt{
	width:45px;
	text-align:center;
	flex:none;
	font-size:36px;
	color:#82cece;
	font-weight:bold;
}
#section3 dd.title{
	padding:0 30px 0 0;
}
#section3 dd.title strong{
	border:0;
}