@charset "utf-8";
/* CSS Document */
#page_title{
	background-image: url(../img/news_title_bg.jpg);
}
#recruit{
}
#recruit #recruit_wrap{
	width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 50px 0 80px;
	color: #fff;
}
#recruit #recruit_wrap .box{
	margin-top: 80px;
}
#recruit #recruit_wrap .box .box_title{
	font-size: 24px;
	font-weight: bold;
	color: #fcee21;
	margin-bottom: 10px;
	border-bottom: 1px solid #fcee21;
}
#recruit #recruit_wrap .box .box_txt1{
	margin-bottom: 10px;
	background-color: #f15a24;
	color: #fff;
	padding: 10px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#recruit #recruit_wrap .box figure{
	width: 80%;
	margin: 20px auto;
	text-align: center;
}
#recruit #recruit_wrap .box .box_txt2{
	margin: 0 5%;
}
#recruit #recruit_wrap .box h3:empty,#recruit #recruit_wrap .box p:empty{
	display: none;
}
/*ここからタブレット用（780px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 780px){
#recruit #recruit_wrap{
	width: 90%;
	padding: 50px 0;
}
}
/*ここからスマホ用（750px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 700px){
#recruit #recruit_wrap{
	width: 90%;
	padding: 30px 0 50px;
}
#recruit #recruit_wrap .box .box_title{
	font-size: 18px;
}
#recruit #recruit_wrap .box p{
	font-size: 14px;		
}
}
@media  screen and (max-width: 321px){
}