.article{
	overflow:hidden;
	clear:both;
}
.section .tle{
	border-top:1px dotted;
	margin-top:20px;
}

.tle .tle_h4{
	border:5px solid #d0b96d;
	background-color:#ffffff;
	position:relative;
	color:#d0b96d;
	font-size:116%;
	text-align:center;
	margin-top:-15px;
	font-weight:bold;
}
.tle .tle_h4:after{
	content:"";
	display:block;
	width:10px;
	height:17px;
	background-image:url(./../images/recruit/tle2_bg.png);
	background-repeat:no-repeat;
	position:absolute;
	right:-14px;
	top:-5px;
}
.article ul{
	overflow:hidden;
	clear:both;
}
.article li{
	overflow:hidden;
	clear:both;
}

.l_dt{
	text-align:center;
	background:#ebdfbc;
	text-align:center;
	float:left;
}
.l_dd{
	overflow:hidden;
}
.article .arrow:before{
	background:#b4930b;
	color:#ffffff;
	font-size:200%;
	width:30px;
	margin-right:10px;
	vertical-align:middle;
	display:inline-block;
	text-align:center; 
	float:left;
}
.article .arrow >div{
	overflow:hidden;
}
/*PC
--------------------------------------------------*/
@media screen and (min-width:1000px){
	.h_tle span{
		background-image:url(./../images/recruit/tle.png);
	}
	.section{
		margin-bottom:45px;
	}
	.section .tle{
		margin-bottom:30px;
	}
	.tle .tle_h4{
		width:130px;
	}
	.tle_h4 span{
		background-image:url(./../images/recruit/tle2.png);
		height:30px;
	}
	.vet .tle_h4 span{
		background-position:center 0;
	}
	.article .caption{
		margin-bottom:20px;
	}
	.article li{
		margin-bottom:20px;
	}
	.article .l_dt{
		width:90px;
		margin-right:30px;
		padding:5px;
	}
	.article .l_dd{
		overflow:hidden;
		width:500px;
	}
	.nurse .tle_h4 span{
		background-position:center -30px;
	}
	.contact{
		width:470px;
		margin:0 auto 50px;
	}
}
/*PC&Tablet
--------------------------------------------------*/
@media screen and (min-width:641px){
}
/*Tablet
--------------------------------------------------*/
@media screen and (min-width:641px) and (max-width:1000px){
}
/*Tablet&Phone
--------------------------------------------------*/
@media screen and (max-width:999px){
	.article .section{
		margin-bottom:7%;
		overflow:hidden;
		clear:both;
	}
	.section .tle{
		margin-bottom:5%;
	}
	.tle .tle_h4{
		width:36%;
		padding:2%;
	}
	.section .caption{
		margin-bottom:5%;
	}
	.section li{
		margin-bottom:5%;
	}
	.section .l_dt{
		width:20%;
		padding:2%;
		margin-right:3%;
	}
	.section .l_dd{
		width:73%;
	}
}

/*Phone
--------------------------------------------------*/
@media screen and (max-width:640px){
}
