/* ======================================================
 * contact_pc.css
 * ------------------------------------------------------
 * - Main
 * Media Queries
 * Print
====================================================== */
@media screen and (max-width: 767px) {
  .label-required {
    width: 29px;
    height: 18px;
    font-size: 12px;
    vertical-align: text-bottom;
  }
  span.red::after {
    width: 32px;
    height: 18px;
    font-size: 12px;
  }
  /* -----------------------------------------------------
    * Main
   ------------------------------------------------------*/
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea,
  select {
    padding: 10px;
    font-size: 12px;
  }
  textarea {
    min-height: 120px;
  }
  input[type=checkbox] {
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  form {
    margin-top: 5px;
  }
  table {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    border-spacing: 0;
  }
  table tbody {
    display: block;
  }
  table > tbody tr {
    display: block;
  }
  table > tbody tr:last-child {
    border-bottom: none;
  }
  table > tbody tr th {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2px 7px;
    border-right: none;
    border-bottom: 1px solid #666;
  }
  table > tbody tr th > p.required::after {
    width: 32px;
    height: 18px;
    font-size: 12px;
  }
  table > tbody tr td {
    padding: 7px;
  }
  table > tbody tr td:has(p.example) {
    padding: 5px 7px 7px;
  }
  table > tbody tr td p.example {
    font-size: 12px;
    margin-bottom: 3px !important;
  }
  .contact-privacy {
    margin-bottom: 10px;
    padding: 25px;
  }
  .contact-privacy p {
    margin: 0 auto 5px;
    line-height: 1.64;
  }
  .contact-privacy p:last-child {
    margin-top: 20px;
  }
  .contact-note {
    margin-bottom: 15px !important;
    text-align: left !important;
  }
}/*# sourceMappingURL=contact-table_sp.css.map */