@charset "utf-8";
/*----------------------------------------------------------------------------
outline  
------------------------------------------------------------------------------*/
.pg-title-img{
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url("../image/title.jpg");
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

#recruit .table-contents{
	max-width: 900px;
	margin-left:auto;
	margin-right: auto;
	/*margin-bottom: 60px;*/
}

#recruit .table-contents th{
	font-size: 110%;
	width: 120px;
}

#recruit .table-contents td{
padding: 20px 5px 20px 40px;
}

#recruit .table-contents tr:first-child th,
#recruit .table-contents tr:first-child td{
border-top:1px solid #666;
}
#recruit .table-contents th,
#recruit .table-contents td{
border-bottom:1px solid #666;
}

.content-list{
	list-style: disc;
	margin-left: 20px;
} 

.content-list li{
	padding-bottom: 2px;
} 
.content-list li:first-child{
	padding-top: 2px;
}

.recruit-contents{
	margin-bottom: 60px;
}

.recruit-contents h3{
	text-align: center;
	font-size: 120%;
	margin: 60px auto 30px;
}

.recruit-box > p{
	text-align: center;
	font-size: 120%;
	margin-top: 30px;
}


.recruit-contents:first-of-type{
	margin-top: 60px;
}

#recruit .tabbox {
	display: none;
}


#recruit ul#tab {
	max-width: 900px;
	zoom: 1;
	background: #eee;
	border-bottom: 3px solid #8EB809;
	list-style: none;
	margin: 50px auto 0;
	padding: 0;
}

#recruit ul#tab:after {
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0;
	visibility:hidden;
}

#recruit ul#tab li {
	float: left;
	text-align: center;
	border-right: 1px dotted #999;
	box-sizing: border-box;
}

#recruit ul#tab li:last-child {
	background: none;
	border-right: none;
}

#recruit ul#tab li a {
	display: block;
	padding: 1em 0;
	text-decoration: none;
	color: #222;
}

#recruit ul#tab li a:hover {
	background: #B6C87E;
	color: #fff;
}

#recruit ul#tab li.active,
#recruit ul#tab li.active a,
#recruit ul#tab li.active a:hover {
	background: #8EB809;
	color: #fff;
}


@media screen and (min-width:641px) {
  #recruit ul#tab li {
    width: 300px;
  }

  .pg-title-img{
    height: 200px;
  }


	
  br.sp{
    display: none;
  }
}

@media screen and (max-width:640px) {
  #recruit ul#tab li {
    width: calc(100%/3);
    height: 134px;
  }

  #recruit ul#tab li:first-child {
    /*padding-top: 20px;*/
  }
	#recruit ul#tab li:first-child a{
    padding: 45px 0;
  }

  .pg-title-img{
    height: 160px;
    background-size: cover;
    background-position: 50%;
  }

  br.sp{
    display: block;
  }
}

.job-description p:first-child{
	margin-bottom: 10px;
	font-weight: bold;
}
.job-description p:nth-child(2){
	margin-top: 10px;
}
