@charset "UTF-8";
/*------------------------------------------------------------
	求人共通
------------------------------------------------------------*/
#pagePath {
  background: #FBFBFA;
}

/*------------------------------------------------------------
	求人詳細
------------------------------------------------------------*/
#conts .job_detail .jobOverview {
  margin: 0 auto 40px;
  width: 960px;
}

#conts .inner {
  position: relative;
}

#conts .inner .renewal {
  width: 145px;
  background: #8C0000;
  position: absolute;
  left: 40px;
  top: -10px;
  color: #FFF;
  font-size: 11px;
}

#conts .inner .renewal:after {
  width: 5px;
  height: 5px;
  background: url(/img/search/balloon_bg.png) no-repeat;
  position: absolute;
  bottom: -5px;
  left: 10px;
  content: "";
}

#conts .inner .renewal p,
#conts .inner .renewal time {
  display: table-cell;
  vertical-align: middle;
}

#conts .inner .renewal p {
  width: 70px;
  background: #111;
  text-align: center;
}

#conts .inner .renewal time {
  width: 75px;
  text-align: center;
}

#conts .ttlBox {
  padding: 40px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-bottom: 2px solid #8C0000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#conts .ttlBox p {
  margin-bottom: 22px;
  font-size: 115%;
}

#conts table.table01 {
  width: 960px;
  border-top: none;
}

#conts .job_detail02 table.table01 {
  border-top: 1px solid #E6E6E6;
}

#conts table.table01 th,
#conts table.table01 td {
  padding: 27px 32px;
  line-height: 1.75;
}

#conts table.table01 th {
  padding: 27px 20px 27px 40px;
  width: 200px;
  vertical-align: middle;
}

#conts table.table01 td {
  padding-left: 0;
}

#conts table.table01 td.tdOnly {
  padding-left: 32px;
}

#conts table.table01 td .welfare:not(:last-child) {
  margin-bottom: 22px;
}

#conts table.table01 td .red {
  font-weight: bold;
}

#conts .inquiryBtn {
  margin: auto;
  padding-top: 60px;
  width: 489px;
}

#conts .inquiryBtn a {
  display: block;
  width: 484px;
  height: 92px;
  font-size: 1em;
  text-align: center;
}

#conts .inquiryBtn a img {
  transition: 0.5s opacity;
}

#conts .inquiryBtn a:hover {
  background: url(/img/recruit/detail/recruit_bn01_bg.png) no-repeat 0 0;
}

#conts .inquiryBtn a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#conts .job_detail .subTtl {
  color: #000;
  font-size: 1.5714em;
}

#conts .job_detail02 .subTtl {
  margin-bottom: 20px;
}

#conts .job_detail02 {
  padding: 0 0 80px;
}

#conts .job_order {
  margin-top: 20px;
  text-align: right;
}

#conts .agreeText {
	margin-top: 40px;
	font-size: 1.07em;
	text-align: center;
}

#conts .agreeText a {
  text-decoration: none;
}

#conts .agreeText a:hover {
  text-decoration: underline;
}

#conts .applyText {
	font-size: 1.07em;
	text-align: center;
}

#conts .inquiryBtn02 {
	padding: 15px 0 21px;
}

#conts .inquiryBtn03 {
	margin: auto;
	padding: 15px 0 21px;
	width: 477px;
}

#conts .inquiryBtn03 a {
	padding: 22px 0;
	width: 100%;
	background-color: #bfbfbf;
	border-radius: 4px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
	display: inline-block;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none;
	pointer-events: none;
}
