@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : recruit.css
 author     : Ability Consultant
 style info : 採用情報
=================================================================== */
/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
/* -----------------------------------------------------------
	con_recruit
----------------------------------------------------------- */
.con_recruit {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3em;
}
.con_recruit .txt_job {
  font-size: 108%;
  margin-bottom: 2em;
}
.con_recruit .box_title {
  position: relative;
  overflow: hidden;
  *zoom: 1;
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_title {
    display: block;
  }
}
.con_recruit .box_title h3 {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_title h3 {
    display: block;
    width: 100%;
  }
}
.con_recruit .box_title .lbl_date {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .con_recruit .box_title .lbl_date {
    text-align: center;
  }
}
.con_recruit .box_title .lbl_date span {
  display: inline-block;
  color: white;
  padding: .2em 1em;
  font-size: 108%;
  background: #2f1805;
}
.con_recruit .tbl_basic {
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_recruit .tbl_basic {
    margin-bottom: 1.5em;
  }
}
.con_recruit .tbl_basic th, .con_recruit .tbl_basic td {
  font-size: 108%;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_recruit .tbl_basic th, .con_recruit .tbl_basic td {
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------
	con_recruit
----------------------------------------------------------- */
.con_how_apply {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 3em;
}
@media only screen and (max-width: 767px) {
  .con_how_apply {
    margin-bottom: 2em;
  }
}
.con_how_apply .box_apply {
  border: 1px solid #d5d5d5;
  padding: 1.5em;
  font-size: 108%;
  line-height: 1.8;
}
