@charset "utf-8";
/* =======================================

	contentsElements

======================================= */

/* ------------------------------------
	contents common
------------------------------------ */
#recruit_main {
	display: inline-block;
	width: 900px;
}

a:hover, a:link, a:visited {
	text-decoration: none;
}

#foot span {
	position: relative;
	right: 10px;
}

/* ------------------------------------
	common
------------------------------------ */
h2 {
	position: relative;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	z-index: 10;
}

/* ------------------------------------
  sub_title
------------------------------------ */
.sub_title {
	background: #b8e5fd;
}
.sub_title > .cont_base_wrap {
	position: relative;
	padding: 40px 0;
	overflow: hidden;
}
.sub_title > .cont_base_wrap::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50px;
	width: 150px;
	height: 77px;
	z-index: 1;
	background: url(/recruit/img/cloud_s.png) no-repeat;
}
.sub_title > .cont_base_wrap::after {
	content: '';
	position: absolute;
	right: 50px;
	bottom: -36px;
	width: 194px;
	height: 102px;
	z-index: 1;
	background: url(/recruit/img/cloud_l.png) no-repeat;
}

/* ------------------------------------
	breadcrumbs
------------------------------------ */
.breadcrumbs {
	width: 100%;
	background: #efefef;
	position: relative;
}
.breadcrumbs .inner {
	width: 1000px;
	margin: 0 auto;
}
.breadcrumbs .inner li {
	display: inline-block;
	font-size: 0.875rem;
	letter-spacing: 0;
	padding: 5px 0;
}
.breadcrumbs a {
	margin: 0 4px 0 10px;
	text-decoration: underline;
}

/* ------------------------------------
  sub content
------------------------------------ */
/* sub content table */
.sub_content table {
	width: 90%;
	margin: 60px 45px;
}
.sub_content th,
.sub_content td {
	padding: 25px 40px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
.sub_content th:nth-child(2) {
	padding: 25px 25px;
}
.sub_content th {
	background: #ffbb00;
	color: #fff;
	font-size: 1.3125rem;
	line-height: 1.3rem;
}
.sub_content th:first-child {
	border-radius: 5px 0 0 0;
	width: 45%;
	text-align: left;
}
.sub_content th:last-child {
	border-radius: 0 5px 0 0;
	width: 38%;
}
.sub_content td:first-child {
	text-align: left;
}
.sub_content td:first-child a,
.sub_content td:nth-child(2) a {
	display: block;
	pointer-events: none;
}
.sub_content tr:nth-child(odd) {
	background: #efefef;
}
/* 掲載無し */
.sub_content tr.not_posted td {
	color: #7a7a7a;
}

/* 乗務員募集事業者一覧 */
.recruit_table td span {
	background: #46936b;
	border-radius: 30px;
	padding: 8px 20px 8px 30px;
	color: #fff;
}
.recruit_table td span::after {
	display: inline-block;
	margin: 0 0 3px 15px;
	content: "";
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: .8rem;
	font-family: "saitama_bus";
	line-height: 1;
}

.recruit_table .recruit_sp_only {
	display: none !important;
}

/* 安全評価認定事業者一覧 */
.safety_table td:nth-child(3) {
	padding: 13px 40px;
}
