/* ▼▼▼ 求人情報
=====================================*/

#recruit a.shitakukin_bnr{
	display: block;
	max-width:520px;
	margin:30px 0 40px;
}
#recruit a.shitakukin_bnr img{
	width: 100%;
}

#recruit h3.title{
	color: #570000;
  font-size: 18px;
  font-weight: bold;
}

#recruit h4.title{
	border-bottom:1px solid #333 ;
	padding-bottom:5px;
	margin:30px 0 15px;
	font-size: 16px;
  font-weight: bold;
}

#recruit ul.recruit_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#recruit ul.recruit_list li{
	width:48%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 0 0 20px;
	margin-bottom:10px;
	position: relative;
}

#recruit ul.recruit_list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #003366;
  border-right: 1px solid #003366;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 9px;
}

/* ▼▼▼ 就職支度金制度のご案内
=====================================*/
#recruit_shitakukin .read > p:first-of-type{
	margin:30px 0 ;
}

#recruit_shitakukin .shitakukin_table{
	border:1px solid #333;
	table-layout: fixed;
}

#recruit_shitakukin .shitakukin_table th,
#recruit_shitakukin .shitakukin_table td{
	border:1px solid #333;
	padding:10px;
}
#recruit_shitakukin .shitakukin_table th{
	width:140px;
	background: #eee;
}
#recruit_shitakukin .shitakukin_table a:link,
#recruit_shitakukin .shitakukin_table a:visited{
	color:#dd0000;
	font-weight: 600;
}
#recruit_shitakukin .shitakukin_table a:hover{
	text-decoration: none;
}

#recruit_shitakukin .read > p:last-of-type{
	margin:10px 0 0 0 ;
}

.mt30{ margin-top: 30px;}

/* ▼▼▼ 〜768px
=====================================*/
@media screen and (max-width: 768px) {








}
