@charset 'utf-8';

/*contact-thanks.css*/



#thanks-page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  height: 35vh;
  background-color: var(--base-color);
}

/* 768px～（タブレット）
--------------------------------------- */
@media (min-width: 768px) {

  #thanks-page {
    margin-top: 70px;
  }

}

.thanks-text {
  text-align: center;
}

/* 768px～（タブレット）
--------------------------------------- */
@media (min-width: 768px) {

  .thanks-text {
  text-align: center;
  }

}


.thanks-text h1 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 900;
}

/* 768px～（タブレット）
--------------------------------------- */
@media (min-width: 768px) {

  .thanks-text h1 {
    margin-bottom: 30px;
    font-size: 3rem;
  }

}

.thanks-text p {
  
  font-size: 1.4rem;
  line-height: 2;
}

/* 768px～（タブレット）
--------------------------------------- */
@media (min-width: 768px) {

  .thanks-text p {
    font-size: 1.6rem;
    line-height: 2;
  }

}