#page_title {
	height: 240px;
	position: relative;
	background: #ff0000 url('../images/recruit4/pagetitle.webp') no-repeat top center;
}

#page_title h2 {
	justify-content: flex-start;
	align-items: center;
	color: #fff;
}

.contents1_catch {
	text-align: center;
	font-size: 18px;
	color: #ff0000;
	line-height: 1.8em;
	margin: 0 auto 40px;
}

main section h3 {
	display: block;
	text-align: center;
}

main section h3 strong {
	font-size: 140%;
}

#contents1 .inner {
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 auto;
}

#contents1 .inner dl {
	width: calc((100% - 20px) / 2);
	border: 5px solid #ad2206;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 20px;
}

#contents1 .inner dl dt {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	color: #ad2206;
	margin-bottom: 20px;
}

#contents1 .inner dl dt img {
	display: block;
	width: 100px;
	height: 88px;
	object-fit: contain;
	margin: 0 auto 10px;
}

#contents1 ul {
	padding: 0;
	list-style: none;
}

#contents1 ul li {
	position: relative;
	padding-left: 45px;
}

#contents1 li::before {
	content: "✓";
	color: #ad2206;
	font-weight: 700;
	border: 1px solid #ad2206;
	border-radius: 3px;
	width: 34px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

#contents3 ul {
	display: flex;
	justify-content: center;
	gap: 160px;
	padding: 0;
	list-style: none;
}

#contents3 ul li {
	width: 320px;
	flex: none;
	text-align: center;
}

main section table {
	width: 100%;
	margin: 0 auto 50px;
}

main th {
	border-right: 18px solid #fff;
}

main section th {
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 10px 0;
}

main section td {
	padding: 10px 10px 10px 40px;
	vertical-align: top;
}

#contents2 th,
#contents2 td {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	padding: 15px;
	text-align: left;
	font-weight: normal;
}

#contents2 figure {
	margin: 0 auto 40px;
}

#contents2 figure a {
	display: block;
}

#contents2 figure ul {
	list-style: none;
	padding: 0;
	/* gap:20px; */
	/* display:flex; */
}

#contents2 figure ul li {
	width: 100%;
}

#contents2 h4 {
	font-size: 24px;
	color: #ff0000;
	margin-bottom: 15px;
}

#contents2 dt {
	border-bottom: 2px dotted #ff0000;
	font-size: 20px;
	font-weight: 700;
}

#contents2 dd {
	padding: 0 0 20px 20px;
}

.hissu {
	color: #cf6b4b;
}

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 {
	width: 60px !important;
	margin-left: 20px !important;
}

input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submit_btn {
	text-align: center;
}

#submitbutton input {
	margin: 50px auto;
	color: #fff;
	width: 320px;
	line-height: 50px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	padding: 0 40px;
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	border: 0;
	background: #3fcf9e url('../images/common/arrow6.png') no-repeat left 20px center;
	cursor: pointer;
}

#submitbutton input:hover {
	background: #ff0000 url('../images/common/arrow6.png') no-repeat left 20px center;
}

#contents3 h4 {
	text-align: center;
	font-size: 24px;
}

#privacypolicy {
	background: #efefef;
	padding: 20px;
	overflow: auto;
	height: 400px;
}

#privacypolicy dt {
	font-size: 120%;
	font-weight: bold;
	padding: 30px 0 10px;
}

#doui {
	background: #ffe0e0;
	text-align: center;
	padding: 20px;
	margin: 40px auto;
}

#age {
	width: 80px;
}

#contents3 article {
	margin: 0 auto 50px;
}

#contents3 h4 {
	background: #ff0000;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
}

#contents3 details {
	margin: 0 auto 30px;
}

#contents3 summary {
	color: #ff0000;
	border: 1px solid #ff0000;
	border-radius: 5px;
	padding: 0 30px;
	line-height: 50px;
	cursor: pointer;
}

#contents3 table {
	width: 100%;
	margin: 0 auto 30px;
}

#contents3 th,
#contents3 td {
	border-bottom: 1px solid #ccc;
	padding: 10px;
}

#contents3 h5 {
	color: #ff0000;
}