.under_page_title {
  background: url(../img/kv.png) no-repeat center 35%;
}
@media only screen and (max-width:736px){
	.under_page_title {
  background: url(../img/kv.png) no-repeat;
  background-size:100%;
}
}
#recruit-doc{
	text-align:center;
}
#recruit-doc h2 .attention {
 color:#FF0000;
 font-size: 18px;
 display: block;
 margin-bottom: 15px;
}
#recruit-doc h2 + p{
	margin:10px 0 0 0;
}
ul#recruit {
	max-width:800px;
	margin:50px auto 50px auto;
	overflow:hidden;
	clear:both;
}
ul#recruit li{
	float:left;
	width:46%;
	margin-right:8%;
	margin-bottom:8%;
		text-align:left;
}
ul#recruit li p{
	font-size:15px;
	line-height:170%;
}
ul#recruit li h3{
	color:#1c75bc;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:20px;
	
}
ul#recruit li h3 span i{
	font-size:80%;
	font-style:normal !important;
}
ul#recruit li h3 span {
	padding-bottom:10px;
	border-bottom:2px solid #5d9ec9;
}
ul#recruit li img{
	width:50%;
	margin:0 auto;
	display:block;
	margin-bottom:20px;
}
ul#recruit li:nth-child(2n){
	margin-right:0;
}
#recruit-doc .imaging{
	margin:50px auto 75px auto;
	width:800px;
}

.confirm{
	text-align:center;
}
.confirm p a{
	background:#ee2a7b;
	color:#FFF;
	padding:15px 100px;
	border-radius:30px;
	font-weight:bold;
}



@media only screen and (max-width:736px){
#recruit-doc{
	margin:0 15px;
}
#recruit-doc h2{
	font-size:16px;
}
 #recruit-doc h2 .attention {
 font-size: 14px;
 letter-spacing: 0!important;
}
#recruit-doc h2 + p{
	font-size:13px;
}
ul#recruit li p{
	font-size:13px;
}
.confirm{
	margin-bottom:50px;
}
  .slide-wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
#recruit-doc .imaging{
		width:600px !important;
		max-width:auto !important;
		margin:25px auto 40px auto;
	}
  .slide-box {
    flex: 0 0 0;
  }
}