/* CSS Document */


.contents_layout{
	padding-top:40px;
	padding-bottom:40px;
}
.contents_line{
	border:#A19272 solid 4px;
	margin-left:12px;
	margin-right:12px;
}
.contents_inner{
	background-color:#fff;
	padding:80px 80px 50px 80px;
}


.lead_title{
	line-height:1.75;
	font-size:153.9%;
	margin-bottom:30px;
}
.lead_text{
	margin-bottom:70px;
}


.contents_box{
	margin-bottom:60px;
}
.recruit_title{
	font-size: 138.5%;
	color:#A19272;
	margin-bottom:20px;
	letter-spacing:0.08em;
}
.recruit_text{}


/* recruit_ol */
.recruit_ol li{
	list-style:decimal;
	margin-left:2em;
}
.recruit_ol li:last-child{
	margin-bottom:1em;
}
.recruit_ol li:last-child:after{
	content:none;
}
.recruit_ol li:after{
	content:"";
	display:block;
	width:22px;
	height:23px;
	background-image:url(../../recruit/img/arrow.png);
	background-repeat:no-repeat;
	margin:10px 0 10px -10px;
}
.recruit_ol_note{
	font-size:85%;
}


/* recruit_ul */
.recruit_ul li{
	margin-bottom:1.85em;
	text-indent:-14px;
	margin-left:14px;
	margin-right:40px;
}
.recruit_ul li:before{
	content:"";
	display:inline-block;
	width:8px;
	height:8px;
	margin-right:6px;
	background-color:#A19272;
}
.recruit_ul li:last-child{
	margin-bottom:0;
}


/* recruit_entry_btn */
.recruit_entry_btn{
	width:370px;
	margin:0 auto;
}
.recruit_entry_btn a{
	width:370px;
	height:56px;
	display:table-cell;
	background-color:#BC101A;
	
	color:#fff;
	font-size:123.1%;
	text-decoration:none;	
	text-align:center;
	vertical-align:middle;
	letter-spacing:0.08em;
	
	border-radius:28px;
	-webkit-border-radius:28px;
	-moz-border-radius:28px;
}







