.recruit #subkey {
  margin-top: 120px;
  height: 250px;
  background-image: url(../img/sub_key_bg.jpg);
}
.recruit #subkey-inner {
  width: 1000px;
  margin: 0 auto;
}
.recruit #com-content {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
.recruit #com-content-inner {
  border: 5px solid #fb5b3d;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 60px 0;
}
.recruit .box {
  overflow: hidden;
  padding: 20px 30px;
}
.recruit .box dl dt {
  font-size: 22px;
  margin-bottom: 20px;
}
.recruit .box .w570 {
  width: 570px;
}
.recruit .box .w280 {
  width: 280px;
}
.recruit .box .left {
  float: left;
}
.recruit .box .right {
  float: right;
}
.recruit .recruit-dl {
  padding: 0 50px;
}
.recruit .recruit-dl dt {
  font-size: 18px;
  color: #fb5b3d;
  margin-bottom: 5px;
}
.recruit .recruit-dl dd {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  /*sp*/
  .recruit #subkey {
    margin-top: 80px;
    height: 200px;
    background-image: url(../img/sub_key_bg.jpg);
    overflow: hidden;
  }
  .recruit #subkey-inner {
    width: 320px;
    margin: 0 auto;
    text-align: center;
  }
  .recruit #subkey-inner img {
    width: 320px;
    height: 200px;
  }
  .recruit #com-content {
    width: 100%;
    margin: 0 0;
    padding: 20px 20px;
  }
  .recruit #com-content-inner {
    border: 5px solid #fb5b3d;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0 0;
  }
  .recruit .box {
    overflow: hidden;
    padding: 20px 20px;
  }
  .recruit .box dl dt {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .recruit .box dl dd {
    font-size: 13px;
  }
  .recruit .box .w570 {
    width: 100%;
  }
  .recruit .box .w570 img {
    width: 100%;
    height: auto;
  }
  .recruit .box .w280 {
    width: 100%;
  }
  .recruit .box .w280 img {
    width: 100%;
    height: auto;
  }
  .recruit .box .left {
    float: none;
  }
  .recruit .box .right {
    float: none;
  }
  .recruit .recruit-dl {
    padding: 0 20px 20px;
  }
  .recruit .recruit-dl dt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .recruit .recruit-dl dd {
    margin-bottom: 20px;
  }

  /*sp end*/
}
