@charset "UTF-8";

/* ==========================================
	lower_img
========================================== */

#lower_img {
	background: url(../img/recruit/main_img.jpg) no-repeat;
	background-position: center bottom;
}

/* ==========================================
	recruit_block
========================================== */

#recruit_block .recruit_text_img {
	margin-top: 100px;
}
#recruit_block .recruit_text_img .mt_30 {
	margin-top: 30px;
}
#recruit_block {
	margin-bottom: 200px;
}
#recruit_block h3 {
	margin: 80px 0 40px;
}
#recruit_block table {
	width: 100%;
	margin-top: 40px;
}
#recruit_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;
}
#recruit_block table td {
	font-size: 14px;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #e8e8e8;
}
#recruit_block table tr:first-child th,
#recruit_block table tr:first-child td {
	border-top: 1px solid #e8e8e8;
}
#recruit_block table td ul {
	margin-left: 20px;
}
#recruit_block table td ul li {
	list-style: disc;
	text-indent: -0.4em;
}
#recruit_block table td ul li .tel_txt {
	font-size: 17px;
	font-weight: 600;
}
#recruit_block .two_box {
	margin-bottom: 10px;
}
#recruit_block .two_box:last-child {
	margin-bottom: 0;
}
#recruit_block .two_box h4 {
	width: 100px;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 5px;
	padding: 2px 5px;
	background: #484848;
	color: #fff;
	text-align: center;
}
#recruit_block .btn_area a {
	display: block;
	width: 405px;
	margin: 0 auto 0;
	padding: 35px 0 35px 95px;
	background: url(../img/index/entry_arrow.png) #c52016 no-repeat;
	background-position: 370px center;
	color: #fff;
	border: 4px solid #a50d0d;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 0.1em;
	text-decoration: none;
}
#recruit_block .btn_area a:hover {
	background-color: #0e0e0e;
	border: 4px solid #0e0e0e;

}
#recruit_block .recruit_copy{
	margin: 70px 0 30px 0;
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 1.7em;
	letter-spacing: 0.07em;
	font-weight: bold;
}

/* ==========================================

	sp

========================================== */

@media screen and (max-width:640px) {

/* ==========================================
	recruit_block
========================================== */

	#recruit_block .recruit_text_img {
		margin-top: 35px;
	}
	#recruit_block .recruit_text_img .mt_30 {
		margin-top: 15px;
	}
	#recruit_block {
		margin-bottom: 100px;
	}
	#recruit_block h3 {
		margin: 40px 0 20px;
	}
	#recruit_block table th {
		border: none;
		padding: 5px 0;
		text-align: center;
		border-left: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
	}
	#recruit_block table td {
		padding: 10px;
		border-top: 1px solid #e8e8e8;
	}
	#recruit_block table th,
	#recruit_block table td {
		display: block;
		width: 100%;
		font-size: 14px;
	}
	#recruit_block .btn_area {
		margin-top: 20px;
	}
	#recruit_block .btn_area a {
		width: 260px;
		padding: 20px 0 20px 50px;
		font-size: 16px;
		background-position: 225px center;
		border: 4px solid #c52016;
		border-bottom: 4px solid #94211a;
	}
	#recruit_block .btn_area a:hover {
		background-color: #c52016;
		border: 4px solid #c52016;
		border-bottom: 4px solid #94211a;
	}
	#recruit_block .recruit_copy br{
		display: none;
	}
	#recruit_block .recruit_copy{
		font-size: 14px;
	}
	#recruit_block .recruit_copy{
    margin: 30px 0 0 0;
	}


}
