/*RECRUIT*/
#recruit .wrap .contents p {
  margin-bottom: 50px;
}
#recruit .wrap .contents table {
  width: 100%;
}
#recruit .wrap .contents table tr {
  border-bottom: 1px solid #707070;
}
#recruit .wrap .contents table tr th {
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 25%;
  text-align: center;
  font-weight: 400;
}
#recruit .wrap .contents table tr > td {
  padding: 1.5em;
  font-size: 1.6rem;
  line-height: 1.8;
  width: 75%;
}
#recruit .wrap .contents .btn_box {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 1024px) {
  /*RECRUIT*/
  #recruit .wrap .contents p {
    margin-bottom: 50px;
  }
  #recruit .wrap .contents table tr th {
    font-size: 1.5rem;
  }
  #recruit .wrap .contents table tr > td {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  /*RECRUIT*/
  #recruit .wrap .contents p {
    margin-bottom: 30px;
  }
  #recruit .wrap .contents table tr th {
    font-size: 1.4rem;
    padding: 1em 0;
    width: 5em;
  }
  #recruit .wrap .contents table tr > td {
    font-size: 1.4rem;
    padding: 1em 0 1em 1.5em;
    width: calc(100% - 5em);
  }
}
