/* ========== 求人ページ共通 ========== */

/* 必須マーク */
.required {
	color: #c0392b;
	font-weight: bold;
	margin-left: 3px;
}

.required-note {
	font-size: 13px;
	color: #c0392b;
}

/* エラーメッセージ */
.err-msg {
	color: #c0392b;
	font-size: 13px;
	margin: 4px 0 0 0;
	font-weight: bold;
}

/* エラーサマリー */
.err-summary {
	color: #c0392b;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 15px;
	background: #fff0f0;
	border: 1px solid #c0392b;
	border-radius: 4px;
	margin: 0 0 15px 0;
}


/* ========== 目次 ========== */
.recruit-toc {
	list-style: none;
	padding: 10px 20px;
	margin: 15px 0;
	background: #f5f5f5;
	border-left: 4px solid #c0392b;
	border-radius: 3px;
}

.recruit-toc li {
	padding: 5px 0;
}

.recruit-toc li a {
	color: #333;
	text-decoration: none;
	font-size: 15px;
}

.recruit-toc li a:hover {
	color: #c0392b;
	text-decoration: underline;
}


/* ========== 募集要項テーブル ========== */
.recruit-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0 25px 0;
	font-size: 14px;
	line-height: 1.8;
}

.recruit-table th,
.recruit-table td {
	padding: 10px 14px;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}

.recruit-table th {
	background: #f0f0f0;
	font-weight: bold;
	width: 30%;
	white-space: nowrap;
}

.recruit-table .table-section-head {
	background: #c0392b;
	color: #fff;
	font-weight: bold;
	text-align: left;
	width: auto;
	white-space: normal;
}

.check-table .table-section-head {
	background: #b32034;
}

.recruit-table tr:nth-child(odd){
	background-color:#fff;
}

@media screen and (max-width: 768px) {
	.recruit-table {
		display: block;
		width: 100% !important;
		overflow-x: hidden;
		box-sizing: border-box;
	}
	.recruit-table tbody,
	.recruit-table tr {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	.recruit-table th,
	.recruit-table td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		white-space: normal !important;
		word-break: break-all;
		overflow-wrap: break-word;
		font-size: 13px;
	}
	.recruit-table .table-section-head {
		word-break: normal;
	}
}


/* ========== フォームテーブル ========== */
.recruit-form-table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0 20px 0;
	font-size: 14px;
	line-height: 1.8;
}

.recruit-form-table th,
.recruit-form-table td {
	padding: 10px 14px;
	border: 1px solid #ddd;
	vertical-align: top;
	text-align: left;
}

.recruit-form-table th {
	background: #f7f7f7;
	font-weight: bold;
	width: 32%;
}

.recruit-form-table tr:nth-child(odd){
	background-color:#fff;
}

@media screen and (max-width: 768px) {
	.recruit-form-table {
		display: block;
		width: 100% !important;
		overflow-x: hidden;
		box-sizing: border-box;
	}
	.recruit-form-table tbody,
	.recruit-form-table tr {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
	}
	.recruit-form-table th,
	.recruit-form-table td {
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		white-space: normal !important;
		word-break: break-all;
		overflow-wrap: break-word;
	}
}


/* ========== フォーム入力欄 ========== */
.input-text {
	width: 100%;
	max-width: 100%;
	padding: 8px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
}

.input-textarea {
	width: 100%;
	max-width: 100%;
	height: 150px;
	padding: 8px 10px;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 14px;
	box-sizing: border-box;
	resize: vertical;
}

.input-select {
	padding: 6px 8px;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 4px;
}

.input-select-sm {
	padding: 6px 8px;
	border: 1px solid #bbb;
	border-radius: 3px;
	font-size: 14px;
	margin-right: 4px;
	width: 75px;
}

/* ラジオボタン間のスペース */
.recruit-form-table td label {
	margin-right: 20px;
	cursor: pointer;
}


/* ========== ボタン ========== */
.form-submit {
	text-align: center;
	margin: 25px 0 10px 0;
}

.form-btn-area {
	text-align: center;
	margin: 25px 0 10px 0;
}

.btn-submit {
	display: inline-block;
	padding: 12px 40px;
	background: #c0392b;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
}

.btn-submit:hover {
	background: #a93226;
}

.btn-back {
	display: inline-block;
	padding: 12px 30px;
	background: #888;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 20px;
	text-decoration: none;
}

.btn-back:hover {
	background: #666;
}

.btn-top {
	display: inline-block;
	padding: 12px 40px;
	background: #284d89;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
}

.btn-top:hover {
	background: #1c3a6e;
	color: #fff;
}
