@charset "utf-8";

/* 採用応募フォーム */

.entryPageTitle {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #1b4996;
	margin-bottom: 20px;
}
.entryLead {
	text-align: center;
	font-size: 14px;
	margin-bottom: 30px;
}

/* ステップ表示 */
.entryStep {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 500px;
	margin: 0 auto 50px;
	position: relative;
}
.entryStep li {
	display: table-cell;
	text-align: center;
	position: relative;
}
.entryStep li:before {
	content: "";
	position: absolute;
	top: 18px;
	left: -50%;
	width: 100%;
	height: 2px;
	background: #ccc;
}
.entryStep li:first-child:before {
	display: none;
}
.entryStep .stepNum {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto;
	border-radius: 50%;
	background: #ccc;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.entryStep .stepLabel {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	color: #999;
}
.entryStep li.is-current .stepNum {
	background: #1b4996;
}
.entryStep li.is-current .stepLabel {
	color: #1b4996;
	font-weight: bold;
}

/* 見出し */
.entryBlockTitle {
	margin: 0 auto 10px;
	padding-left: 12px;
	border-left: 5px solid #1b4996;
	font-size: 20px;
	font-weight: bold;
	color: #1b4996;
}

/* 入力テーブル */
.entryTable {
	width: 100%;
	margin: 0 auto 50px;
}
.entryRow {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 22px 0;
}
.entryRow dt {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	padding-top: 8px;
	font-size: 15px;
	font-weight: bold;
}
.entryRow dd {
	display: table-cell;
	vertical-align: top;
	width: 70%;
}
.entryBadge {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 2px;
	margin-left: 10px;
	vertical-align: 2px;
}
.entryBadge.req {
	background: #b8232f;
}
.entryBadge.opt {
	background: #999;
}

/* 入力部品 */
.entryRow input[type="text"],
.entryRow input[type="tel"],
.entryRow select,
.entryRow textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fafafa;
	padding: 10px;
	font-size: 15px;
	box-sizing: border-box;
}
.entryRow select {
	width: 260px;
}
.entryRow .nameInput {
	width: 220px;
	margin-right: 10px;
}
.entryRow .wideInput {
	width: 100%;
	max-width: 600px;
}
.entryRow textarea {
	width: 100%;
	max-width: 600px;
}
.birthRow select {
	width: 110px;
}
#birth_year {
	width: 190px;
}
.birthUnit {
	margin: 0 15px 0 5px;
}
.zipRow {
	margin-bottom: 12px;
}
.zipMark {
	margin-right: 8px;
}
.zipInput {
	width: 180px;
}
.zipBtn {
	background: #1b4996;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 11px 25px;
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
}
.zipBtn:hover {
	opacity: 0.8;
}
#education_detail {
	width: 250px;
	margin-left: 10px;
}

/* 同意 */
.entryAgree {
	margin: 0 auto;
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-size: 14px;
}
.entryAgree p {
	margin-bottom: 15px;
	line-height: 1.8;
}
.entryAgree a{
	color: blue;
	text-decoration: underline;
}
.agreeLabel {
	cursor: pointer;
}
.agreeLabel input {
	margin-right: 8px;
}

/* エラー表示 */
.entryError {
	margin: 20px auto 0;
	padding: 15px 20px;
	border: 1px solid #b8232f;
	border-radius: 4px;
	background: #fdf3f4;
	color: #b8232f;
	font-size: 14px;
	line-height: 1.8;
}
.err_input {
	background: #fdf3f4 !important;
	border-color: #b8232f !important;
}

/* 送信ボタン */
.entrySubmit {
	text-align: center;
	margin: 40px 0 60px;
}
.entrySubmit button,
.entrySubmit a {
	display: inline-block;
	background: #1b6ce0;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 17px;
	font-weight: bold;
	padding: 18px 70px;
	cursor: pointer;
	text-decoration: none;
}
.entrySubmit button:hover,
.entrySubmit a:hover {
	opacity: 0.8;
}
.entrySubmit .backBtn {
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	margin-right: 20px;
}

/* 確認画面 */
.confirmValue {
	padding-top: 8px;
	font-size: 15px;
	line-height: 1.8;
	word-break: break-all;
}

/* 完了画面 */
.entryComplete {
	margin: 0 auto 60px;
	text-align: center;
	line-height: 2;
}
.entryCompleteTitle {
	font-size: 22px;
	font-weight: bold;
	color: #1b4996;
	margin-bottom: 25px;
}

/* 既存CSS（.saiyo用ルール page_2.css）との競合対策 */
body.entry_page .entryRow:after,
body.entry_page .entryStep:after {
	content: none;
}
body.entry_page .section_01 p {
	width: auto;
	color: #333;
	padding-bottom: 0;
}
body.entry_page .section_01 li {
	float: none;
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
}
body.entry_page .section_01 li:first-child {
	padding-right: 0;
}
body.entry_page .section_01 h3 {
	text-align: left;
	padding-bottom: 0;
}
body.entry_page .entryStep li {
	display: table-cell;
	text-align: center;
}
body.entry_page .entryLead {
	text-align: center;
	margin-bottom: 30px;
}
body.entry_page .entryAgree p {
	margin-bottom: 15px;
}
body.entry_page .entrySubmit {
	text-align: center;
	margin: 40px 0 60px;
}

@media screen and (max-width:760px) {
	.entryPageTitle {
		font-size: 20px;
	}
	.entryLead,
	.entryTable,
	.entryAgree,
	.entryError,
	.entryBlockTitle,
	.entryComplete {
		margin-left: 4%;
		margin-right: 4%;
	}
	/* 末尾のボタン行にも左右余白（上書きルールに勝つよう詳細度を合わせる） */
	body.entry_page .entrySubmit {
		margin: 40px 4% 60px;
	}
	/* width:100%＋左右マージンでのはみ出し防止 */
	.entryTable {
		width: auto;
	}
	.entryStep {
		max-width: 80%;
		margin-bottom: 30px;
	}
	.entryRow,
	.entryRow dt,
	.entryRow dd {
		display: block;
		width: 100%;
	}
	.entryRow {
		padding: 15px 0;
	}
	.entryRow dt {
		margin-bottom: 10px;
		padding-top: 0;
	}
	.entryRow .nameInput {
		width: 47%;
		margin-right: 2%;
	}
	.entryRow select,
	.birthRow select,
	#birth_year {
		min-width: 0;
	}
	.birthRow select {
		width: 26%;
	}
	#birth_year {
		width: 34%;
	}
	.birthUnit {
		margin: 0 8px 0 3px;
	}
	.zipInput {
		width: 40%;
	}
	.zipBtn {
		padding: 11px 15px;
	}
	#education_detail {
		width: 100%;
		margin: 10px 0 0;
	}
	.entrySubmit button,
	.entrySubmit a {
		width: 100%;
		padding: 16px 0;
	}
	.entrySubmit .backBtn {
		margin: 0 0 15px;
	}
}
