#page_title{
	background:url('../images/h2_recruit.webp') no-repeat top center;
}
main section{
	margin:0 auto 180px;
}
main h3{
	font-size:35px;
	color:#ad1417;
	text-align:center;
	margin:0 auto 100px;
}
main h4{
	border-bottom:2px solid #ad1417;
	padding:0 0 10px;
	margin:0 0 40px;
	font-size:28px;
}
#bosyu_link{
	display:flex;
	gap:50px;
	margin:0 auto 50px;
}
#bosyu_link dl{
	width:calc((100% - 50px) / 2);
	flex:none;
	border:1px solid #ad1417;
}
#bosyu_link dl dt{
	background:#ad1417;
	color:#fff;
	line-height:50px;
	text-align:center;
}
#bosyu_link dl dd{
	padding:20px;
}
#bosyu_link dl dd ul{
	display:flex;
	gap:40px;
	padding:0 0 0 30px;
}
#bosyu article{
	margin:0 auto 100px;
}
#bosyu table{
	width:100%;
	border-top:1px solid #b1b1b1;
	margin:0 0 80px;
}
#bosyu article > table tr:first-child th,
#bosyu article > table tr:first-child td{
	color:#fff;
	background:#ad1417;
}
#bosyu article td th,
#bosyu article td td{
	background:transparent !important;
	color: #000 !important;
}
#bosyu th{
	white-space:nowrap;
	padding:10px 50px 10px 10px;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid #b1b1b1;
}
#bosyu td{
	padding:10px 10px 10px 10px;
	vertical-align:top;
	border-bottom:1px solid #b1b1b1;
}

form{
	display:block;
	padding:30px 0;
}
form table {
	width: 100%;
}

form th {
	white-space: nowrap;
	text-align: left;
	padding: 10px 0;
	vertical-align: top;
	width:200px;
}

form td {
	padding: 10px 10px 10px 50px;
	vertical-align: top;
}

.hissu {
	color: #ad1417;
	padding: 0 0 0 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
}

.year {
	width: 100px !important;
}

.gakureki {
	width: 300px !important;
	margin: 0 0 10px;
}

.month,
.day,
#age{
	width: 60px !important;
}

input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submitbutton input {
	display:block;
	width:300px;
	line-height:50px;
	padding:0 0px 0 0;
	margin:0 auto;
	box-sizing:border-box;
	border:0;
	text-align:center;
	text-decoration:none;
	color:#fff;
	border-radius:40px;
	font-size:24px;
	position:relative;
	background:#ad1417;
}
.short{
	width:80px !important;
}