.recruit {
  width: 900px;
  margin: 4em auto 0;
  line-height: 1.8;
}
.recruit .midashi p {
  line-height: 2.4;
}
.recruit p + p {
  margin-top: 1.2em;
}
.recruit .requirements {
  margin-top: 3em;
}
.recruit .requirements h3 {
  margin-bottom: 1.2em;
  background-color: #0F5930;
  color: #FFF;
  padding: 14px 0;
}
.recruit .requirements table {
  width: 100%;
  margin-bottom: 3em;
}
.recruit .requirements table tr, .recruit .requirements table td {
  border: 1px solid #ddd;
}
.recruit .requirements table td {
  padding: 5px;
}
.recruit .contact {
  margin-top: 5em;
}
.recruit .contact p {
  text-align: center;
  margin-bottom: 1.5em;
}
.recruit .contact h3 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 2em;
  margin-bottom: 0.5em;
}

.mwform-radio-field input {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .recruit {
    width: 95%;
    margin: 2em auto 0;
  }
  .recruit p + p {
    margin-top: 1.3em;
  }
  .recruit .requirements {
    margin-top: 3em;
  }
  .recruit .requirements h3 {
    margin-bottom: 1.2em;
  }
  .recruit .requirements table tr, .recruit .requirements table td {
    font-size: 0.8rem;
  }
  .recruit .requirements table td:first-child {
    width: 30% !important;
  }
  .recruit .contact {
    margin-top: 5em;
  }
  .recruit .contact p {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .recruit .contact h3 {
    text-align: center;
    margin-bottom: 2em;
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  .recruit .contact table textarea {
    width: 100% !important;
  }
  .recruit .contact .mwform-tel-field input {
    width: unset;
  }
}/*# sourceMappingURL=recruit.css.map */