/*---------------------------
recruit
----------------------------*/
.title_img {
  margin-bottom: 60px;
  background: #003C9A;
}
.title_img .inner {
  width: 1000px;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  .title_img .inner {
    /*tablet*/
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .title_img .inner {
    /*sp*/
    width: 100%;
    float: none;
  }
}
.title_img .inner img {
  width: 50%;
  height: auto;
  float: left;
}
@media screen and (max-width: 640px) {
  .title_img .inner img {
    /*sp*/
    width: 100%;
    float: none;
  }
}
.title_img .inner .txt {
  width: 50%;
  float: right;
  text-align: left;
  padding: 7.5% 8%;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .title_img .inner .txt {
    /*sp*/
    width: 100%;
    float: none;
  }
}
.title_img .inner .txt span {
  font-size: 1.6em;
  line-height: 1.4em;
  display: block;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
@media screen and (max-width: 640px) {
  .title_img .inner .txt span {
    /*sp*/
    font-size: 1.4em;
    letter-spacing: 5px;
    margin-bottom: 10px;
  }
}

#recruit .inner {
  width: 800px;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #recruit .inner {
    /*tablet*/
    width: 95%;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  #recruit .inner {
    /*sp*/
    width: 90%;
    float: none;
  }
}
#recruit .inner .row .col {
  margin-bottom: 40px;
}
#recruit .inner .row .col h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin-bottom: 30px;
  letter-spacing: 5px;
  color: #003C9A;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #recruit .inner .row .col h2 {
    /*sp*/
    margin-bottom: 20px;
  }
}
#recruit .inner .row .col .txt {
  margin-bottom: 30px;
  text-align: left;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  #recruit .inner .row .col .txt {
    /*sp*/
    margin-bottom: 20px;
    font-size: 1.0em;
  }
}
#recruit .inner .entry {
  margin-bottom: 40px;
}
#recruit .inner .entry table {
  margin-bottom: 20px;
}
#recruit .inner .entry table tr td input[type="text"] {
  padding: 5px;
  border: 1px solid #999;
}
#recruit .inner .entry table tr td textarea {
  width: 100%;
  height: 200px;
  padding: 5px;
  border: 1px solid #999;
}
#recruit .inner .entry table tr td select {
  padding: 5px;
  border: 1px solid #999;
}
