@charset 'utf-8';
/* ======================================================
CSS information

 File Name  : contact-complete.css
 Style Info : 「お問い合わせ - 送信完了」のCSS
====================================================== */

#complete-block > h2 {
  letter-spacing: .1rem;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

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

  #complete-block > h2 {
    margin-bottom: 3.5rem;
    font-size: 2.2rem;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {

  #complete-block > h2 {
    margin-bottom: 4rem;
    font-size: 2.4rem;
  }

}

#complete-block > p {
  line-height: 1.8;
  margin-inline: auto;
  width: fit-content;
}

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

  #complete-block > p {
    line-height: 1.9;
  }

}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {

  #complete-block > p {
    line-height: 2;
    text-align: center;
  }

}
