#pagetitle{
	background:url('../images/access/bg_h2.webp') no-repeat;
}
main h3{
	position:relative;
}
main h3 img{
	position:absolute;
	right:0;
	bottom:0;
	width:110px;
}
main section article{
	max-width:1100px;
	margin:0 auto 40px;
}
#section1 article{
	display:flex;
	justify-content:space-between;
}
#section1 article .fll{
	width:500px;
	flex:none;
}
#section1 article .fll table{
	width:100%;
}
#section1 article .fll th,
#section1 article .fll td{
	padding:20px;
	border:1px solid #ccc;
}
#section1 thead th{
	background:#c7e4d7;
}
#section1 tbody tr:nth-child(odd) th{
	background:#ddeee0;
} 
#section1 tbody tr:nth-child(odd) td{
	background:#fafcf4;
} 
#section1 tbody tr:nth-child(even) th{
	background:#e1f1ea;
} 
#section1 article .flr{
	width:500px;
	flex:none;
}
#section2 article{
	text-align:center;
}
#section1 article .flr iframe{
	display:block;
	width:100%;
	height:100%;
}