@charset "UTF-8";

/* ==========================================
	lower_img
========================================== */

#lower_img {
	background: url(../img/recruit/main_img.jpg) no-repeat;
	background-position: center bottom;
}

/* ==========================================
	form_block
========================================== */

#form_block {
	margin-bottom: 200px;
}
#form_block h3 {
	margin: 60px 0 70px;
}
#form_block .intro_text {
	text-align: center;
}
#form_block .intro_text span {
	color: #ff1414;
	font-weight: bold;
}
#form_block .text_content {
	margin-top: 30px;
}
#form_block .text_content p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 180%;
}
#form_block table {
	width: 100%;
	margin-top: 40px;
}
#form_block table th {
	width: 170px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 10px 0 10px 20px;
	background: #f7f7f7;
	border-bottom: 1px solid #e8e8e8;
	vertical-align: top;
}
#form_block table th .require {
	color: #ff1414;
	font-weight: bold;
	margin-left: 5px;
}
#form_block table td {
	font-size: 14px;
	padding: 15px 0 15px 20px;
	border-bottom: 1px solid #e8e8e8;
}
#form_block table td span {
	display: inline-block;
	margin: 10px 0 0;
}
#form_block table td input,
#form_block table td select {
	padding: 8px 6px;
	font-size: 16px;
}
#form_block table td textarea {
	width: 600px;
	height: 150px;
}
#form_block table td .w400 {
	width: 400px;
}
#form_block table td .w500 {
	width: 500px;
}
#form_block table td .w600 {
	width: 600px;
}
#form_block table tr:first-child th,
#form_block table tr:first-child td {
	border-top: 1px solid #e8e8e8;
}
#form_block table td .search_btn {
	margin-left: 10px;
	background: #c52016;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#form_block table td .search_btn:hover {
	background: #b52017;
}
#form_block .thanks_box h4 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}
#form_block .thanks_box p {
	text-align: center;
}
#form_block .btn_area {
	margin-top: 70px;
}
#form_block .btn_area input {
	display: block;
	width: 300px;
	margin: 35px auto 0;
	padding: 15px 0;
	background: url(../img/index/entry_arrow.png) #0e0e0e no-repeat;
	background-position: 265px center;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	text-decoration: none;
	outline: none;
	border: none;
	cursor: pointer;
}
#form_block .btn_area input:hover,
#two_btn_area #back_btn:hover,
#two_btn_area #submit_btn:hover {
	opacity: 0.8;
}
#two_btn_area {
	width: 645px;
	margin: 0 auto;
}
#two_btn_area #back_btn {
	background-color: #0e0e0e;
}
#two_btn_area #submit_btn {
	background-color: #c52016;
}

#form_block .error {
	color: #FF0000;
}
#form_block .alert {
	color: #C60000;
	border: 1px solid #C60000;
	background-color: #F7E6E6;
	margin: 10px 0;
	padding: 10px 15px;
}


/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	form_block
========================================== */
	
	#form_block {
		margin-bottom: 100px;
	}
	#form_block h3 {
		margin: 30px 0 20px;
	}
	#form_block .thanks_box h4 {
		font-size: 18px;
		margin-top: 30px;
	}
	#form_block .intro_text {
		text-align: left;
		margin-top: 40px;
	}
	#form_block .text_content p {
		font-size: 14px;
		text-align: left;
	}
	#form_block .text_content p br {
		display: none;
	}
	#form_block table th {
		border: none;
		padding: 5px 0 5px 15px;
		text-align: center;
		border: 1px solid #e8e8e8;
		text-align: left;
	}
	#form_block table td {
		margin: 10px 0 30px;
		padding: 10px;
		border: none !important;
	}
	#form_block table th,
	#form_block table td {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	#form_block table td span {
		font-size: 12px;
	}
	#form_block table td input,
	#form_block table td select {
		padding: 8px 6px;
		font-size: 13px;
	}
	#form_block table td textarea {
		width: 100%;
		height: 150px;
	}
	#form_block table td .search_btn {
		display: inline-block;
		font-size: 14px;
		margin-left: 1.5em;
		margin-top: 10px;
	}
	#form_block table td .w400,
	#form_block table td .w500,
	#form_block table td .w600 {
		width: 100%;
	}
	#form_block .btn_area {
		margin-top: 0;
	}
	#form_block .btn_area input {
		width: 260px;
		margin-top: 0;
		padding: 20px 0;
		font-size: 16px;
		background-position: 225px center;
	}
	#form_block .btn_area input:hover {
		background-color: #000;
	}
	#two_btn_area {
		width: 100%;
	}
	#form_block .btn_area input {
		width: 200px;
		padding: 15px 0;
		float: none !important;
		background-position: 165px center;
	}
	#form_block .btn_area input:hover,
	#two_btn_area #back_btn:hover,
	#two_btn_area #submit_btn:hover {
		opacity: 1;
	}
	#two_btn_area #submit_btn {
		margin-top: 15px;
	}

}