#pagetitle{
	background:url('../images/recruit2/pagetitle.webp') no-repeat center center;
}
#contents1{
	text-align:center;
}
main section h5{
	color:#00a3e8;
	font-size:20px;
}
#contents2 h5{
	border-bottom:1px solid #ccc;
}
#contents2 hr{
	margin:0 auto 60px;
}
#contents2 table{
	margin:0 auto 50px;
}
#contents3{
	padding:80px 0;
	background:#f3f3f3;
}
#contents3 table,
#contents3 th,
#contents3 td{
	border:0;
}
#contents3 thead,
#contents3 tbody{
	display:block;
}
#contents3 thead tr{
	display:flex;
	padding:10px 20px;
}

#contents3 thead th{
	display:block;
	width:180px;
	box-sizing:border-box;
	flex:none;
	padding:0;
	text-align:center;
}
#contents3 thead td{
	display:block;
	width:calc(100% - 180px);
	flex:none;
	padding:0 20px 0 20px;
}
#contents3 tbody tr{
	display:flex;
	background:#fff;
	padding:10px 20px;
	border-radius:10px;
	margin:0 auto 10px;
	width:100%;
	box-sizing:border-box;
}
#contents3 tbody th{
	display:block;
	width:180px;
	box-sizing:border-box;
	border-right:2px solid #00a3e8;
	flex:none;
	padding:0;
	text-align:center;
}
#contents3 tbody td{
	display:block;
	width:calc(100% - 180px);
	flex:none;
	padding:0 20px 0 20px;
}

#contents4 .inner{
	display:flex;
	gap:40px;
	padding:40px 0 0;
}
#contents4 .inner dl{
	background:#00a3e8;
	color:#fff;
	border-radius:20px;
	width:calc((100% - 40px) / 2);
	box-sizing:border-box;
	padding:20px;
	display:flex;
	flex-direction:column;
	text-align:center;
}
#contents4 .inner dt{
	font-size:24px;
	border-bottom:1px solid #fff;
	line-height:40px;
	margin-bottom:10px;
	text-align:center;
}
#contents4 .inner dd{
	padding:20px 0 0;
}
#contents4 .inner dd strong{
	font-size:48px;
}
#contents4 .inner dd a{
	display:inline-block;
	line-height:40px;
	padding:0 20px;
	background:#fff;
	text-decoration:none;
	text-align:center;
	color:#00a3e8;
	border-radius:20px;
	vertical-align:middle;
}