.thanks {
    margin-top: 100px;
}

.thanks-page {
    max-width: 680px;
    margin: 0 auto 140px;
    padding: 40px 28px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.09);
    text-align: center;
    font-family: 'Yu Gothic', 'Meiryo', sans-serif;
}

.thanks-page h2 {
    font-size: 64px;
    margin: 0 auto 25px;
    padding: 0;
}

.thanks-page h2::before {
display: none;
}

.thanks-page h2::after {
display: none;
}

.thanks-page p {
  font-size: 1.08rem;
  color: #333;
  margin: 16px 0;
  line-height: 1.7;
}

.thanks-contact-info {
    margin: 24px 0 32px 0;
    padding: 32px 0;
    background: rgba(32, 72, 98, 0.05);
    border-radius: 10px;
    font-size: 1rem;
}

.thanks-contact-info p {
  margin: 4px 0;
  color: #22529a;
  font-weight: 500;
}

.thanks-button {
    margin-top: 45px;
}

.thanks-button .btn {
  display: inline-block;
  padding: 12px 36px;
  background: var(--color-head-text);
  color: #efefef !important;
  border-radius: 32px;
  font-size: 1.08rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(41,121,255,0.08);
}

.thanks-button .btn:hover {
 opacity: 0.8;
}
