@charset "UTF-8";



/* 採用情報掲載企業
--------------------------------------------------*/
.recruitList {
	background: #fff;
	padding: 50px 0 0;
}
.recruitList table {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
	.recruitList table tr {
		width: 100%;
	}
	.recruitList table th,
	.recruitList table td {
		padding: 5px 10px;
		border-bottom: 1px solid #ccc;
	}
	.recruitList table th {
		vertical-align: top;
		font-weight: bold;
	}
		.recruitList table td a {
			color: #333;
		}
		.recruitList table td a:after {
			content: "";
			display: inline-block;
			width: 1em;
			height: 1em;
			margin-left: 5px;
			background: url(../image/top/t-bl.png) no-repeat;
			background-size: cover;
		}
@media screen and (max-width: 767px) {
	.recruitList table th {
		display: block;
		border-top: 1px solid #ccc;
		background: #e2edf8;
	}
	.recruitList table td {
		display: block;
		border-bottom: none;
	}
	.recruitList table td:nth-last-child(3) {
		font-weight: bold;
		margin-top: 5px;
		padding-bottom: 0;
	}
	.recruitList table td:nth-last-child(1),
	.recruitList table td:nth-last-child(2) {
		display: inline-block;
	}
	.recruitList table th + td {
		margin-top: 0!important;
	}
}
