.inquiry-form .form-control {
    padding: 8px 15px !important;
    border: 1px solid #dee0e1 !important;
    height: auto;
    border-radius: 0;
}
.inquiry-form .form-control:focus {
    border-color: transparent !important;
    outline: 2px solid #053769 !important;
    border-radius: 0.25rem;
    box-shadow: none;
}

.definition-label-red {
    background-color: #A5336F;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 12px;
    height: 22px !important
}

.inquiry-submit__button {
  font-size: 1rem;
  line-height: 1.42857;
  padding: 12px 20px;
  border: 1px solid #B0BEC5;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(to bottom, #053769 24%, #053769 100%);
  color: #ffffff;
  width: 20rem;
  border-radius: 11.25px !important;
  background: #A5336F !important;
  box-shadow: 0px 5.625px 5.625px 0px rgba(0, 0, 0, 0.16)
}

.table td, .table th {
    border-top: 1px solid #DDD !important;
}

.inquiry-form-input {
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    height: calc(2.25rem + 10px) !important;
}

.btn-inquiry-submit {
    border-radius: 11.25px !important;
    background: #A5336F !important;
    box-shadow: 0px 5.625px 5.625px 0px rgba(0, 0, 0, 0.16);
}

.faq__apply-btn > input {
    font-size: 1rem !important;
}

.faq-submit {
    margin-top: 2rem !important;
}

.faq-note {
    text-align:start;
    line-height: 22px
}

/* @media screen and (max-width: 767px) {

} */

.apply-form__table {
    width: 100%;
  }
  
  .apply-form__table tbody th,
  .apply-form__table tbody td {
    /* padding: 1.875rem 0; */
  }
  
  .apply-form__table tbody th {
    border-top: 1px solid #dee0e1;
    background-color: #F0F0F0;
    padding-left: 1.4375rem;
    padding-right: 1.4375rem;
    vertical-align: middle;
  }
  
  .last-th,
  .last-td {
    border-bottom: 1px solid #dee0e1;
  }
  
  .apply-form__table tbody td {
    border-top: 1px solid #dee0e1;
    /* border-right: 1px solid #dee0e1; */
    padding-left: 1.25rem;
  }
  
  .apply-input-company,
  .apply-input-name,
  .apply-input-tel,
  .apply-input-mail {
    padding: 8px 15px;
    border: 1px solid #dee0e1;
  }
  
  .apply-input-company {
    width: 62%;
  }
  
  .apply-input-name {
    width: 30%;
  }
  
  .apply-input-name:first-child {
    margin-right: 8px;
  }
  
  .apply-input-tel,
  .apply-input-mail {
    width: 47%;
  }
  
  .apply-concent-area {
    margin: 4.375rem 0 6rem 0;
  }
  
  .apply-concent {
    width: 36%;
    padding: 12px 52px;
    position: relative;
    display: inline-block;
    margin-bottom: 1.56rem;
  }
  
  .apply-concent:before {
    background: #ffffff;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 29px;
    width: 20px;
    height: 20px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
  }
  
  .apply-concent:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 36px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border: 6px solid transparent;
    border-left: 8px solid #053769;
  }

  .block-content-inquiry {
    position: relative;
    bottom: 40px;
  }
  
  .terms-service {
    display: block;
  }
  
  .essential {
    position: relative;
    display: block;
  }
  
  .essential:after {
    content: '必須';
    font-size: 14px;
    position: absolute;
    left: 83%;
    top: 10%;
    padding: 2px 12px;
    background: #053769;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
  }

  @media (min-width: 1200px) {
    .apply-step,
    .apply-form {
      width: 1100px;
    }
  }
  
  @media (max-width: 767px) {
    .apply-step,
    .apply-form {
      width: 90%;
    }
  
    .apply-step {
      padding-top: 11rem;
    }
  
    .apply-step__container {
      margin: 0 auto;
      width: 80%;
    }
  
    .apply-step__container-body {
      flex: 0 0 100%;
    }
  
    .apply-step__container-body:not(:last-child) {
      margin-bottom: 20px;
    }
  
    .apply-step__container-body:after {
      display:none;
    }
  
    /** テーブル **/
    .apply-form__table tbody th,
    .apply-form__table tbody td {
      display: block;
    }
  
    .apply-form__table tbody th {
      padding: 0.8125rem 1.25rem 0.9375rem 1.25rem;
    }
  
    .apply-form__table tbody td {
      padding: 1.25rem 0;
      /* border-left: 1px solid #dee0e1; */
    }
  
    .last-th {
       border-bottom: none;
    }
  
    .apply-input-company,
    .apply-input-tel,
    .apply-input-mail {
      width: 100%;
    }
  
    .apply-input-name {
      width: 48%;
    }
  
    .apply-concent {
      width: 95%;
    }
  
    .essential:after {
      left: 78%;
      top: 5%;
      font-size: 11px;
    }

    .block-content-inquiry {
      position: relative;
      bottom: 0 !important;
    }
  }