.thanks-page {
  background-color: #F3F6F7 !important;
}
.thanks-page .thanks-contents .thanks-content {
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.0392156863), 0px 6px 6px 0px rgba(0, 0, 0, 0.031372549), 0px 14px 9px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 10px 0px rgba(0, 0, 0, 0.0117647059), 0px 40px 11px 0px rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  margin-top: -170px;
}
.thanks-page .thanks-contents .thanks-content .inner {
  max-width: 1440px;
  margin: auto;
  padding: 60px 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-title {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #0053A6;
  border-bottom: 2px solid #0053A6;
  letter-spacing: 0.02em;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-company-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #231815;
  letter-spacing: 0.02em;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-description-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #231815;
  text-align: center;
  letter-spacing: 0.02em;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-download-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #006FD6;
  color: #FFFFFF;
  padding: 16px 20px;
  border-radius: 1000px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  min-width: 300px;
  text-align: center;
  letter-spacing: 0.02em;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-download-button:hover {
  background-color: #66B2FF;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-back-button {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #0053A6;
  text-decoration: none;
  transition: color 0.3s ease;
  letter-spacing: 0.02em;
}
.thanks-page .thanks-contents .thanks-content .inner .thanks-content-back-button:hover {
  color: #66B2FF;
}

@media (max-width: 767px) {
  .thanks-page .thanks-contents .thanks-content {
    padding: 24px;
    margin-top: -74px;
  }
  .thanks-page .thanks-contents .thanks-content .inner {
    gap: 16px;
  }
  .thanks-page .thanks-contents .thanks-content .inner .thanks-content-title {
    font-size: 28px;
    line-height: 38px;
  }
  .thanks-page .thanks-contents .thanks-content .inner .thanks-content-company-name {
    font-size: 24px;
    line-height: 32px;
  }
}

/* -------------------------------------------------------------
 * Shared layout for "detail" thanks pages
 * (contact / newsletter / seminar など、お礼メッセージ + 補足セクション付きのthanks)
 * 個別ページではbodyに `thanks-page-detail` を付与して有効化する。
 * ----------------------------------------------------------- */
.thanks-page-detail .common-banner .main-title-container .main-title {
  white-space: nowrap;
}
.thanks-page-detail .thanks-contents .thanks-content .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 80px;
  box-sizing: border-box;
  align-items: stretch;
  text-align: left;
}
.thanks-page-detail .thanks-contents .thanks-content .inner .thanks-content-title {
  padding: 24px 0;
  font-size: 32px;
  margin-bottom: 0;
  color: inherit;
  border-bottom: none;
  text-align: center;
}
.thanks-page-detail .thanks-contents .thanks-content .inner .thanks-message-block {
  margin-bottom: 40px;
}
.thanks-page-detail .thanks-contents .thanks-content .inner .thanks-message-heading {
  font-size: 32px;
  font-weight: 700;
  padding-left: 20px;
  border-left: 4px solid #4AA3DF;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: left;
}
.thanks-page-detail .thanks-contents .thanks-content .inner .thanks-message-description {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
  text-align: left;
}

@media (max-width: 768px) {
  .thanks-page-detail.thanks-page .common-banner .main-title-container .main-title {
    white-space: normal;
    word-spacing: 100vw;
  }
  .thanks-page-detail.thanks-page .thanks-contents .thanks-content {
    margin-top: -20px;
    position: relative;
    z-index: 3;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.04), 0px 6px 6px 0px rgba(0, 0, 0, 0.03), 0px 14px 9px 0px rgba(0, 0, 0, 0.02), 0px 25px 10px 0px rgba(0, 0, 0, 0.01), 0px 40px 11px 0px rgba(0, 0, 0, 0) !important;
  }
  .thanks-page-detail.thanks-page .thanks-contents .thanks-content .inner {
    padding: 0 20px 40px;
  }
  .thanks-page-detail.thanks-page .thanks-contents .thanks-content .inner .thanks-content-title {
    padding: 0;
    margin-bottom: 0;
  }
  .thanks-page-detail.thanks-page .thanks-contents .thanks-content .inner .thanks-message-block {
    margin-bottom: 0;
  }
  .thanks-page-detail.thanks-page .thanks-contents .thanks-content .inner .thanks-message-heading {
    font-size: 24px;
  }
}
/*# sourceMappingURL=index.css.map */