@charset "utf-8";

#recruit h3{
	background: #5097b7;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding: 7px 0;
}

#recruit table{
	margin-bottom: 30px;
	width: 100%;
}

#recruit table{
	border-right: 1px solid #afd1e1;
	border-bottom: 1px solid #afd1e1;
	border-left: 1px solid #afd1e1;
	box-sizing: border-box;
}

#recruit table tr{
	border-bottom: 1px solid #afd1e1;
	text-align: left !important;
}

#recruit table th{
	background: #f5f7f9;
	color: #5097b7;
	padding: 12px;
	vertical-align: middle;
	width: 140px;
	text-align: left !important;
}

#recruit table td{
	padding: 12px;
}

#recruit table td div{
	padding-bottom: 12px;
}

#recruit table td div .tit{
	color: #5097b7;
	font-weight: bold;
}

#recruit table td ul li{
	list-style: none;
	counter-increment: num;
	padding-left: 25px;
	text-indent: -25px;

}

#recruit table td ul li:before{
	content: counter(num)' ) ';
}

@media screen and (max-width: 640px) {
	#recruit table tbody th,td{
		box-sizing: border-box;
		display: block;
		width: 100%;
	}

	#recruit table tbody th br{
		display: none;
	}
}