.recruit-page .recruit-intro,
.recruit-page .recruit-section-block,
.recruit-page .entry-content {
	max-width: 100%;
}

.recruit-page .recruit-section-block {
	margin-bottom: 2.5em;
}

.recruit-page .recruit-section-heading {
	margin-bottom: 0.75em;
	font-size: 1.4em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.recruit-page .recruit-section-content,
.recruit-page .recruit-section-content-after {
	font-size: 14px;
	line-height: 1.8;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.recruit-page .recruit-section-content {
	margin-bottom: 1em;
}

.recruit-page .recruit-section-content-after {
	margin-top: 1em;
}

.recruit-page .recruit-table-wrap {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.recruit-page .recruit-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin: 0 0 1.625em;
	table-layout: fixed;
}

.recruit-page .recruit-table th,
.recruit-page .recruit-table td {
	border: 1px solid #ddd;
	padding: 12px 16px;
	vertical-align: top;
	text-align: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
	box-sizing: border-box;
}

.recruit-page .recruit-table th {
	width: 30%;
	background: #f7f7f7;
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: normal;
}

.recruit-page .recruit-table td {
	width: 70%;
	background: #fff;
	font-size: 14px;
	line-height: 1.8;
}

.recruit-page .recruit-table td a {
	color: #1982d1;
	text-decoration: underline;
	word-break: break-all;
}

.recruit-page .recruit-table td a:hover {
	color: #096ab3;
}

@media (max-width: 800px) {
	.recruit-page .recruit-table-wrap {
		overflow-x: visible;
	}

	.recruit-page .recruit-table {
		display: block;
		table-layout: auto;
	}

	.recruit-page .recruit-table tbody {
		display: block;
	}

	.recruit-page .recruit-table tr {
		display: block;
	}

	.recruit-page .recruit-table th,
	.recruit-page .recruit-table td {
		display: block;
		width: 100% !important;
	}

	.recruit-page .recruit-table th {
		border-bottom: 1px solid #eee;
	}

	.recruit-page .recruit-table td {
		border-top: none;
	}
}

@media (max-width: 450px) {
	.recruit-page .recruit-table th,
	.recruit-page .recruit-table td {
		padding: 10px 12px;
		font-size: 13px;
	}
}
