#contents h4:first-child{
	position: relative;
}

#face1{
	bottom: 10px;
	left: calc(50% - 240px);
}

#face2{
	bottom: 10px;
	left: calc(50% - 40px);
}

#face3{
	bottom: 10px;
	left: calc(50% + 160px);
}


#page_title {
	background: url('../images/recruit/page_title.png') no-repeat top center;
}

#subnav{
	width: 810px;
	height: 74px;
	margin: 0 auto 40px;
}

#subnav ul{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: start;
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav ul li{
	width: 270px;
	height: 74px;
}

#subnav ul li a{
	display: block;
	width: 228px;
	height: 74px;
	margin: 0 auto;
	text-indent: -9999px;
}

#subnav ul li:first-child a{
	background: url('../images/recruit/pnav_rec_ichinichi.png') no-repeat center center;
	-webkit-background-size: 228px 74px;
	background-size: 228px 74px;
}

#subnav ul li:nth-child(2) a{
	background: url('../images/recruit/pnav_rec_point.png') no-repeat center center;
	-webkit-background-size: 228px 74px;
	background-size: 228px 74px;
}

#subnav ul li:last-child a{
	background: url('../images/recruit/pnav_rec_senpai.png') no-repeat center center;
	-webkit-background-size: 228px 74px;
	background-size: 228px 74px;
}

#contents h4,
#contents h5{
	text-align: center;
}

#boshuyoko{
	width: 960px;
	margin: 0 auto;
}

#boshuyoko #tnav{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

#boshuyoko #tnav li{
	width: 360px;
	height: 60px;
	text-align: center;
	background: #fec263;
	color: #795841;
	border-radius: 10px 10px 0 0;
	text-align: center;
	margin: 0 10px;
	line-height: 60px;
	font-size: 123.1%;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#boshuyoko #tnav li.active{
	opacity: 1;
	filter: alpha(opacity=100);
}

#boshuyoko #tnav #tnav1{
	background-image: url('../images/recruit/bg_tab1.png') ;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

#boshuyoko #tnav #tnav2{
	background-image: url('../images/recruit/bg_tab2.png') ;
	background-repeat: no-repeat;
	background-position: 13px 14px;
}

#tabs{
	position: relative;
	margin: 0 0 60px 0;
	min-height: 1200px;
}

#tabs .tab{
	position: absolute;
	background: #fff6a7;
	padding: 60px;
	width: 840px;
}

.tab table{
	width: 100%;
}

#flow h5{
	position: relative;
}

#ishi1{
	top: 140px;
	left: calc(50% + 240px);
}

.tab table th,
.tab table td{
	padding: 20px 30px;
	border-bottom: 1px dashed #fec263;
}

.tab table th{
	min-width:130px;
}
#tabs .active{
	z-index:  +1;
}


#flow ul{
	width: 900px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	/* justify-content: center; */
	align-items: start;
	background: url('../images/recruit/bg_flow.png') no-repeat 220px 60px;
	-webkit-background-size: 297px 897px;
	background-size: 297px 897px;
}

#flow ul li{
	width: 50%;
	margin: 0 0 110px 0;
}

#flow ul li:nth-child(odd) p{
	padding: 0 100px 0 20px;
	text-align: justify;
}

#flow ul li:nth-child(even) p{
	padding: 0 60px 0 20px;
	text-align: justify;
}