@charset "UTF-8";
/* CSS Document */

.header_img_product {
  height: 116px;
  background: url(/cms/wp-content/themes/radix/product/images/bg_product.png);
  -moz-background-size: cover;
  background-size: cover;
}
.header_img_product_inn {
  width: 50%;
  height: 100%;
  background: url(/company/images/bg_hd_recruit.png) right center no-repeat;
}

.side_nav_recruit {
  width: 232px;
  float: left;
  overflow: hidden;
}

.side_nav_recruit > ul > li {
  width: 232px;
  overflow: hidden;
  background: #c8cfdb;
}

.side_nav_recruit > ul > li > a {
  background: #001f67;
  margin: 0 0 1px;
  display: block;
  padding: 16px 0;
  font-weight: bold;
}
.side_nav_recruit > ul > li > a span {
  border-left: 4px solid #ffa029;
  padding: 0 0 0 15px;
}

.side_nav_recruit > ul > li > ul {
  margin: 10px 0;
}

.side_nav_recruit > ul > li > ul > li {
  width: 220px;
  overflow: hidden;
  margin: 0 0 0 10px;
  background: #fff;
}

.side_nav_recruit > ul > li > ul > li > a {
  background: #1343a7;
  margin: 0 0 1px;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 14px 0 14px 14px;
}

.side_nav_recruit > ul > li > ul > li > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #d7dff0;
  position: relative;
  left: -5px;
}

.side_nav_recruit > ul > li > ul > li > a:hover {
  opacity: 0.6;
}

.contents {
  width: 100%;
  overflow: hidden;
  background: #ececec;
  padding: 30px 0 50px;
}

.recruit {
  width: 730px;
  overflow: hidden;
  background: #fafafa;
  float: right;
}

.recruit_inn {
  width: 646px;
  overflow: hidden;
  margin: 0 auto;
  padding: 40px 0;
}

.recruit_title_box {
  padding: 0 0 20px;
  border-bottom: 2px solid #001f67;
}

.recruit_title {
  font-size: 25px;
  font-weight: 100;
  color: #001f67;
  letter-spacing: 0.1em;
}

.recruit_top_container {
  overflow: hidden;
  margin: 20px 0;
}

.recruit_top_img {
  width: 646px;
  overflow: hidden;
}

.recruit_top_text {
  color: #325a7c;
  font-size: 18px;
  margin: 10px 0 0;
}

.recruit_overview {
  overflow: hidden;
  font-size: 14px;
}
.recruit_table_title_box {
  border-bottom: 1px solid #001f67;
  float: right;
  padding: 30px 0 10px;
  width: 625px;
}
.recruit_table_title {
  color: #001f67;
  font-size: 21px;
  font-weight: 100;
}

.recruit_table {
  width: 625px;
  overflow: hidden;
  float: right;
  margin: 0 0 30px;
  border-collapse: collapse;
  background: #fff;
}

.recruit_job_category {
  float: right;
  padding: 30px 0 10px;
  width: 625px;
  border-bottom: 1px solid #eee;
}

.recruit_job_category_title {
  color: #001f67;
  font-size: 17px;
  font-weight: 100;
}

.recruit_table th {
  width: 110px;
  position: relative;
  padding: 10px 20px 10px 0;
  color: #001f67;
  line-height: 1.5;
  background: #f0f3f6;
  font-weight: 100;
  border-bottom: 1px solid #001f67;
  box-sizing: border-box;
}
.recruit_table th:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
}
.recruit_table td {
  color: #5c5c5c;
  line-height: 1.5;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

.recruit_button_box {
  width: 625px;
  float: right;
  background: #fff;
  border-radius: 5px;
  margin: 0 0 40px;
}
.recruit_button {
  padding: 45px 177px;
}
.recruit_button a {
  width: 265px;
  background: #ff9f00;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 60px;
  border-radius: 3px;
  box-shadow: 0 2px #d85000;
}
.recruit_button a:hover {
  opacity: 0.6;
}

@media (max-width: 1024px) {
  .header_img_product_inn{
    width: 530px;
  }
  .recruit {
    width: 100%;
    background: #fff;
  }

  .recruit_inn {
    width: 100%;
  }

  .recruit_top_img {
    width: 100%;
    text-align: center;
  }

  .recruit_top_text {
    text-align: center;
  }

  .recruit_table {
    width: 100%;
  }

  .recruit_table {
    margin: 0 0 20px;
  }

  .recruit_overview:last-child .recruit_table {
    margin: 0 0 70px;
  }

  .recruit_table_title_box {
    width: 100%;
  }
  .recruit_table th {
    width: 20%;
    font-size: 15px;
  }

  .recruit_table td {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .header_img_product_inn {
    background: url(/company/images/bg_hd_recruit_sp.png)
      right center no-repeat !important;
    width: 339px;
  }

  .recruit_table th {
    width: 100%;
    display: block;
    border-top: 1px solid #001f67;
  }

  .recruit_table td {
    font-size: 14px;
    display: block;
    padding: 10px 10px 40px 10px;
  }

  .recruit_table_title_box {
    border-bottom: none;
  }

  .recruit_table td {
    border-bottom: 0;
  }
}

@media (max-width: 340px){
  .header_img_product_inn{
    background: url(/company/images/bg_hd_recruit_sp.png)
    right center/contain no-repeat !important;
    width: 100%;
  }
}
