/******************************************************

fonts

******************************************************/
.recruit {
  table-layout: auto !important; }
  .recruit thead th {
    text-align: left;
    padding-left: 10px; }
  .recruit tbody th {
    width: 20%;
    text-align: left;
    line-height: 1.5 !important;
    vertical-align: middle;
    font-weight: normal; }
  .recruit tbody td {
    width: 80%;
    text-align: left;
    line-height: 1.5 !important;
    padding: 10px;
    box-sizing: border-box; }

.recruit + .center {
  text-align: center;
  padding-top: 80px; }
  .recruit + .center a {
    display: block;
    font-weight: 700; }

.flex {
  max-width: 420px;
  width: 100%;
  margin: 0 auto 20px; }
  .flex em {
    display: block;
    text-align: left;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 6px;
    color: #1e1e1e; }
    .flex em small {
      font-size: 1.1rem;
      font-weight: 500;
      line-height: 1.2;
      margin-left: 1em; }
  .flex .inputBox {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .flex .inputBox input[type="text"], .flex .inputBox input[type="email"], .flex .inputBox input[type="tel"] {
      width: 100%;
      padding: 0 6px;
      height: 36px;
      box-sizing: border-box;
      font-size: 1.6rem;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      border: #ccc solid 1px; }
      .flex .inputBox input[type="text"].small, .flex .inputBox input[type="email"].small, .flex .inputBox input[type="tel"].small {
        width: 20%; }
    .flex .inputBox > span {
      display: block;
      line-height: 36px;
      padding: 0 10px; }
    .flex .inputBox label input[type="radio"] {
      margin-right: 10px; }
    .flex .inputBox label + label {
      padding-left: 20px; }
    .flex .inputBox textarea {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      width: 100%;
      height: 140px;
      padding: 6px;
      box-sizing: border-box;
      border: #ccc solid 1px;
      font-size: 1.6rem; }

.btn {
  border: none; }

/******************************************************
    
PC

******************************************************/
@media screen and (min-width: 741px) {
  section .center {
    pointer-events: none; } }

/******************************************************

sp

******************************************************/
@media screen and (max-width: 740px) {
  section .recruit tbody th {
    padding: 10px;
    white-space: nowrap; }
  section .recruit tbody + thead th {
    padding-top: 30px; } }

/*# sourceMappingURL=style.map */