/*=================================================
 * CSS for PC
 * ================================================= */

#recruit{
	width: 1060px;
	margin: 0 auto;
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}

#recruit .main{	padding: 18px;}

.rectxt{
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 20px 0;
}

.rec{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: left;
	table-layout: fixed;
	margin: 0 0 20px 0;
}
.rec:last-of-type{	margin-bottom: 0;}

.rec_l,
.rec_r{
	display: table-cell;
	vertical-align: top;
}

.rec_l{	padding-right: 8px;}
.rec_r{	padding-left: 8px;}

.rec h4{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 7px 5px;
}

.rec p{
	font-size: 13px;
	line-height: 20px;
}

.rec ul{
	font-size: 0;
	line-height: 0;
}

.rec li{
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 10px);
	font-size: 13px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	border-radius: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.line{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	color: #fff;
	background: #1ac53e;
	border-radius: 3px;
	margin: 5px 0 0 0;
	padding: 0 55px 5px 5px;
	-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;
}

a.line:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.line:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: url(img/qr.gif) no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
}

.line span{
	display: block;
	font-weight: normal;
	color: #333;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	padding: 0 5px;
}

.line span em{	color: #009900;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {

	#recruit{
		width: auto;
		margin: 0;
	}
	.topimg{	margin: 0 0 10px 0;}
	.topimg img{
		width: 100%;
		max-width: 1060px;
		height: auto;
	}
	.rectxt{
		text-align: left;
		margin: 0;
		padding: 10px;
	}
	#recruit .main{
		margin-bottom: 10px;
		padding: 0px;
	}
	.rec{
		display: block;
		width: auto;
		margin: 0 0 0 0;
	}
	.rec_l,
	.rec_r{
		display: block;
		padding: 0;
	}
	.rec h4{
		font-size: 14px;
		margin-bottom: 0;
		padding: 7px 10px;
	}
	.rec p{	padding: 10px 10px 20px 10px;}
	.rec ul{	padding: 10px 5px 5px 5px;}
	.rec li{
		width: calc(50% - 3px);
		line-height: 25px;
		margin: 0 0 5px 0;
		padding: 0 10px;
		border-radius: 12.5px;
	}
	.rec li:nth-of-type(odd){	margin-right: 3px;}
	.rec li:nth-of-type(even){	margin-left: 3px;}
	.line{
		font-size: 13px;
		padding-right: 5px;
	}
	.line:after{	display: none;}
}
