#pagetitle{
	background:url('../images/online-application/bg_h2.webp') no-repeat top center;
	background-size:cover;
}
#section1{
	margin:0 auto 80px;
}
#section1 article{
	max-width:960px;
	margin:0 auto 60px;
}
#section1 table{
	table-layout: fixed;
}
#section1 table th,
#section1 table td{
	border:1px solid #545454;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
#section1 thead{
	background:#59b7b7;
	color:#fff;
}
#section1 tbody th{
	color:#59b7b7;
}
#section1 tbody td{
	font-size:30px;
}
#section1 tbody td small{
	font-size:14px;
	display:block;
}
#section2 article{
	max-width:960px;
	margin:0 auto 60px;
}
#section2{
	background:#fad9bf;
	padding:80px 0;
}
#section2 ul{
	max-width:840px;
	margin:0 auto;
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	gap:10px 40px;
}
#section2 ul li{
	width:400px;
	flex:none;
}
#section2 ul li:last-child{
	width:100%;
}
#section2 li a{
	display:flex;
	align-items:center;
	gap:20px;
	height:75px;
	color:#5c4d48;
	font-size:20px;
	padding:0 10px;
	box-sizing:border-box;
	background:#fff url('../images/online-application/arrow.svg') no-repeat right 10px center;
}