@charset "UTF-8";

.thanks {
  padding-top: 60px;
}
  .thanks .thanks-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
    .thanks .thanks-inner .ttl-area {
      margin-bottom: 40px;
      color: #5A6751;
      font-weight: 500;
    }
      .thanks .thanks-inner .ttl-area h2 {
        font-size: 32px;
        letter-spacing: 0;
      }
      .thanks .thanks-inner .ttl-area p {
        font-size: 18px;
        margin-top: 8px;
        letter-spacing: 0;
      }
    .thanks .thanks-inner .txt-area {
      text-align: left;
    }
      .thanks .thanks-inner .txt-area p {
        font-size: 14px;
        font-weight: 400;
        color: #362A25;
        line-height: 2.28;
        letter-spacing: 0.08em;
        margin-bottom: 80px;
      }


@media screen and (max-width: 1024px) {
  .thanks .thanks-inner {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
.thanks {
  padding-top: 50px;
}
      .thanks .thanks-inner .ttl-area h2 {
        font-size: 18px;
      }
      .thanks .thanks-inner .ttl-area p {
        font-size: 14px
      }
      .thanks .thanks-inner .txt-area p {
        font-size: 14px;
        line-height: 2.1;
        margin-bottom: 50px;
      }
}