#page_title {
	background:url('../images/contact/pagetitle.webp') no-repeat center center;
}

main section{
	max-width:1340px;
	padding:0 20px;
	box-sizing:border-box;
}
main section h3{
	text-align:left;
	padding:0 20px;
}
#section1 h3{
	font-size:36px;
	margin-bottom:20px;
	background:transparent;
	box-shadow:0 0 0 rgba(0,0,0,0);
	text-align:center !important;
}
#section1{
	text-align:center;
}
main section article{
	padding:0 20px;
}
#section4 article{
	display:flex;
	flex-direction:column;
	gap:20px;
	align-items:center;
}
#section4 dl{
	display:flex;
	gap:30px;
	align-items:center;
}
#section4 dl dt{
	font-size:48px;
	color:#2055a3;
	font-weight:700;
}
.more a{
	display:flex;
	max-width:300px;
	margin:0 auto;
	justify-content:center;
	gap:20px;
	line-height:1.2em;
	padding:20px 0;
}