#page_title {
	background: url('../images/access/pagetitle.webp') no-repeat center center;
}
main section{
	max-width:1340px;
	padding:0 20px;
	box-sizing:border-box;
}
#section1 article{
	display:flex;
	gap:45px;
}
#section1 article .flr{
	width:360px;
	flex:none;
}
#section1 article .fll{
	width:calc(100% - 405px);
	flex:none;
}
#section1 article .flr dl{
	padding:40px 0 0;
}
#section1 article .flr dl dt{
	border-bottom:1px solid #2055a3;
}
#section2 article{
	display:flex;
	justify-content:space-around;
}
#section2 article dl{
	width:300px;
	flex:none;
}
#section2 article dl img{
	vertical-align:middle;
	margin-right:5px;
}
#section2 dt{
	font-size:24px;
	color:#2055a3;
}
#section2 dd{
	padding:10px 0 0 20px;
}

#section3 article{
	max-width:1280px;
	width:100%;
	margin:0 auto;
	min-height:690px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
#section3 article .fll{
	order:1;
	width:650px;
	flex:none;
	font-size:24px;
	color:#ff7022;
}
#section3 article .flr{
	order:2;
	width:580px;
	flex:none;
}
#section3 article .flr img{
	float:right;
}
#section3 article .flr h3{
	font-size:32px;
	background:transparent !important;
	padding:0 !important;
	box-shadow:0 0 0 #000 !important;
	color:#ff5a00;
	clear:both;
	margin-bottom:30px;
	text-align:left !important;
}
#section3 article .flr h3 strong{
	font-size:48px;
}
#section3 article .more a{
	border:5px solid #ff5a00;
}
#section3 article .more a:hover{
	background:#ff5a00;
}