/*=================================================
 * CSS for PC
 * ================================================= */

main{	padding-bottom: 50px;}

#recruit{
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 80px 0;
	background: #610b0f;
}

.s_title{	margin-bottom: 55px;}



/** form **/

.rec_bs{
	background: #3b0507;
	padding: 80px 0;
}

.rec_bg{
	width: 900px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rec{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.rec dt,
.rec dd{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.rec dt{
	position: relative;
	width: 200px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #ffdf49;
	padding: 23px 0 23px 20px;
	border-bottom: 1px solid #650c10;
}

.rec dt span{
	display: inline-block;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding: 0 5px;
	background: #cc0000;
	border-radius: 3px;
	margin-left: 5px;
}

.rec dt em{
	display: none;
}

.rec dd{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	padding: 23px 0 23px 0;
	border-bottom: 1px solid #650c10;
}

.rec dd ul{
	font-size: 0;
	line-height: 0;
}

.rec dd li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	font-size: 16px;
	line-height: 24px;
	color: #ffafb2;
}

.info{
	display: table;
	width: 650px;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 10px 0 0 0;
}

.info_l,
.info_r{
	display: table-cell;
	vertical-align: top;
}

.info_l{
	padding: 0 5px 0 0;
}

.info_l a.tel,
.info_l a.mail{
	position: relative;
	display: block;
	font-weight: bold;
	line-height: 30px;
	text-align: left;
	color: #fff !important;
	padding: 5px 0 5px 60px;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_l a.tel:after,
.info_l a.mail:after{
	content: '';
	height: 30px;
	border-left: 1px solid #3b0507;
	position: absolute;
	z-index: 2;
	top: 5px;
	left: 47px;
}
.info_l a.tel{
	font-size: 20px;
	background: #610b0f url(../img/i1.png) no-repeat 0 0;
	margin: 0 0 10px 0;
}
.info_l a.mail{
	font-size: 18px;
	background: #610b0f url(../img/i2.png) no-repeat 0 0;
}

.info_r{
	padding: 0 0 0 5px;
}

.info_r a.line{
	position: relative;
	display: block;
	height: 90px;
	font-weight: bold;
	color: #fff;
	background: #610b0f url(../img/i3.png) no-repeat 0 0;
	border-radius: 3px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.info_r a.line:after{
	content: '';
	width: 82px;
	height: 82px;
	background: url(img/qr.gif) no-repeat;
	position: absolute;
	top: 4px;
	right: 4px;
}

.info_r a.line p{
	font-size: 16px;
	line-height: 46px;
	text-align: left;
	color: #ffdf49;
	padding: 0 0 0 45px;
}

.info_r a.line span{
	display: block;
	width: 215px;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	background: #3b0507;
	border-radius: 3px;
	margin: 0 0 0 10px;
}

.info_r a.line span em{	color: #ffdf49;}

.info_l .tel:hover,
.info_l .mail:hover,
.info_r .line:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	main{	padding-bottom: 10px;}
	.topimg{
		padding: 10px;
	}
	.topimg img{
		width: 100%;
		height: auto;
	}

	/** post **/
	.s_title{	margin-bottom: 10px;}
	.toptxt{
		font-size: 12px;
		line-height: 18px;
		padding: 0 10px 20px 10px;
	}

	/** post **/
	.rec_bs{
		padding: 20px 10px 10px 10px;
	}
	.rec_bg{
		width: auto;
		margin: 0;
		padding: 0;
	}

	/** form **/
	.rec{
		display: block;
	}
	.rec dt,
	.rec dd{
		display: block;
		background: none;
	}
	.rec dt{
		width: auto;
		font-size: 14px;
		line-height: 20px;
		padding: 10px 0 5px 0;
		border-bottom: none;
	}
	.rec dt em{
		display: inline;
	}
	.rec dd{
		font-size: 12px;
		line-height: 20px;
		padding: 0 0 10px 0;
	}
	.rec dd ul{
	}
	.rec dd li{
		width: 50%;
		font-size: 12px;
		line-height: 20px;
	}
	.info{
		display: block;
		width: auto;
	}
	.info_l,
	.info_r{
		display: block;
		width: auto;
		padding: 0;
	}
	.info_l a.tel,
	.info_l a.mail{
		margin-bottom: 10px;
	}
	.info_r a.line:after{	display: none;}
	.info_r a.line span{
		display: block;
		width: auto;
		margin: 0 10px;
	}
}