
#sub_contents h1{
	background: url(../../img/h102.jpg) no-repeat center center;
	background-size: cover;
}
.recruit{
    width: 60%;
    margin: auto;
    background: #fff;
    padding: 60px;
    color: #333;
}
.recruit_list li{
	 margin-bottom: 8%;

}
.recruit_list li h3{
	font-size: 2.0rem;
    margin-bottom: 3%;
    border-bottom: 2px dotted #ececec;
    padding-bottom: 2%;
}
}
.recruit_list li h4{
	 margin-bottom: 1%;
}
.recruit_list li p{
	 margin-bottom: 4%;
	font-size: 1.5rem;
	line-height:2.0;
}
.recruit_list li a{
    color : #52a0fd;
}

.recruit_list li a:hover{
	opacity:0.8;
}

table th{
	padding-right: 50px;
	padding-bottom: 20px;
	font-weight:bold;
	width: 34%;
}