section.top h1 {
  margin-bottom: 70px; }
  @media screen and (max-width: 768px) {
    section.top h1 {
      margin-bottom: 24px; } }
section.top .cntWrap .ttl_copy {
  text-align: center;
  font-size: 20px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    section.top .cntWrap .ttl_copy {
      font-size: 16px; } }
section.top.thanks .cntWrap {
  padding-bottom: 150px; }
  section.top.thanks .cntWrap .ttl_copy {
    padding-bottom: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold; }
  section.top.thanks .cntWrap .btn {
    display: block;
    width: 150px;
    margin: 0 auto;
    padding: 12px 0;
    background-color: #9a9590;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    section.top.thanks .cntWrap .btn:hover {
      background-color: #8fcbd1; }
section.form .inner {
  padding: 50px 0 150px; }
  @media screen and (max-width: 768px) {
    section.form .inner {
      padding: 18px 0 0; } }
  section.form .inner .cntWrap .formWrap {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    background-color: #f9f6f2;
    padding: 60px 0; }
    @media screen and (max-width: 768px) {
      section.form .inner .cntWrap .formWrap {
        padding: 32px 0 60px; } }
    section.form .inner .cntWrap .formWrap form {
      padding: 0 100px; }
      @media screen and (max-width: 768px) {
        section.form .inner .cntWrap .formWrap form {
          padding: 0 3.5%; } }
      section.form .inner .cntWrap .formWrap form dl {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px; }
        section.form .inner .cntWrap .formWrap form dl dt {
          width: 180px;
          padding-top: 6px;
          text-align: right;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.form .inner .cntWrap .formWrap form dl dt {
              width: 100%;
              padding-top: 0;
              text-align: left; } }
          section.form .inner .cntWrap .formWrap form dl dt span {
            display: none; }
        @media screen and (max-width: 768px) {
          section.form .inner .cntWrap .formWrap form dl dd {
            width: 100%; } }
        section.form .inner .cntWrap .formWrap form dl dd input, section.form .inner .cntWrap .formWrap form dl dd textarea {
          display: block;
          width: 400px;
          box-sizing: border-box;
          padding: 5px;
          border: solid 1px #b3b3b3;
          border-radius: 4px;
          font-size: 15px; }
          @media screen and (max-width: 768px) {
            section.form .inner .cntWrap .formWrap form dl dd input, section.form .inner .cntWrap .formWrap form dl dd textarea {
              width: 100%; } }
        section.form .inner .cntWrap .formWrap form dl dd input {
          height: 35px; }
        section.form .inner .cntWrap .formWrap form dl dd textarea {
          min-height: 200px; }
        section.form .inner .cntWrap .formWrap form dl dd span[class^="error"] {
          font-size: 12px;
          color: #f00; }
      section.form .inner .cntWrap .formWrap form p#form_submit {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 20px 0 0; }
        section.form .inner .cntWrap .formWrap form p#form_submit #form_submit_button {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 150px;
          height: 50px;
          border: none;
          border-radius: 4px;
          background-color: #9a9590;
          color: #fff;
          font-size: 24px;
          font-weight: bold;
          -moz-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (max-width: 768px) {
            section.form .inner .cntWrap .formWrap form p#form_submit #form_submit_button {
              font-size: 20px; } }
          section.form .inner .cntWrap .formWrap form p#form_submit #form_submit_button:hover {
            background: #8fcbd1;
            cursor: pointer; }

.swal2-popup {
  max-width: 720px !important;
  width: 100% !important; }
  .swal2-popup #swal2-content span {
    display: inline-block;
    text-align: left;
    font-size: 16px; }
    .swal2-popup #swal2-content span.th {
      width: 200px;
      padding: 5px 0;
      border-bottom: 1px solid #999; }
    .swal2-popup #swal2-content span.td {
      width: calc(100% - 200px);
      padding: 5px 0;
      border-bottom: 1px solid #999; }

/*# sourceMappingURL=style.css.map */
