@media (max-width: 1320px) {
  .intro .inner {
    width: 90%;
  }

  .main .form {
    padding: 87px 0;
  }

  /* .form form .content-wrap,
  .form form .content table {
    width: 90%;
    padding: 24px;
    margin: 0 auto;
  } */
}

@media (max-width: 1024px) {
  body section.page-mainvisual .wrap {
    margin-bottom: 330px;
  }

  .inner .text {
    font-size: 14px;
  }

  .form form .content-wrap,
  .form form .content table {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .inner .text {
    font-size: 14px;
    text-align: left;
    width: 578px;
    margin: 0 auto;
  }

  .form .content table tr th {
    width: 230px;
  }

  section.page-mainvisual .wrap h1 {
    font-size: 32px;
    width: 65%;
  }
}

@media (max-width: 500px) {
  .result .ttl {
    font-size: 20px;
  }

  .result p {
    line-height: 1.4;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
  }

  body section.page-mainvisual .wrap {
    margin-bottom: 215px;
  }

  .main .intro .inner h2.ttl {
    font-size: 35px;
    margin-bottom: 35px;
  }

  .inner .text {
    font-size: 12px;
    width: 100%;
  }

  body .main .form {
    padding: 50px 0;
  }

  .form form .content table {
    width: 100%;
  }

  .form form .content table tr {
    font-size: 12px;
  }

  .form form .content table tr th {
    width: 100%;
    padding-top: 20px;
  }

  .form .content table tr th,
  .form .content table tr td {
    padding: 8px;
  }

  .form .content table tr th,
  .form .content table tr td {
    display: block;
  }

  .form .content table tr td {
    padding-bottom: 20px;
  }

  .form form .content table tr td input {
    font-size: 11px;
    height: 33px;
  }

  .form form .content table tr td select {
    font-size: 11px;
    height: 33px;
  }

  .form form .content table tr td textarea {
    font-size: 11px;
    height: 70px;
  }

  .form form .content table tbody tr th span.require {
    font-size: 10px;
    padding: 1px 3px 1px;
  }

  .form form .content table tbody tr th .n-require {
    font-size: 10px;
    padding: 1px 3px 1px;
  }

  .form form .content .submit {
    margin-top: 45px;
  }

  .form form .content .submit input {
    padding: 12px;
    font-size: 14px;
  }

  @media (max-width: 420px) {
    body section.page-mainvisual .wrap h1 {
      font-size: 24px;
    }
  }

  @media (max-width: 400px) {
    .form form .content table tr th {
      width: 100%;
    }

    body section.page-mainvisual .wrap h1 {
      font-size: 21px;
    }
  }
}
