@charset "utf-8";

/* --------共通部分======== */
.kstyle_thanks {
  padding: 0 0 20rem 17.5rem;
  background-color: #CACACA;
}


/* --------トップ画像-------- */

.head_image {
  aspect-ratio: 1105/250;
  width: 100%;
}

.top_image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.section_title {
  font-family: var(--Asc);
  font-size: 3rem;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}


/* --------連絡先の案内-------- */

.contactform_wrapper {
  margin: 6rem auto 0;
}

.contact_end{
  margin-top: 10rem;
  font-family: var(--NotoSans);
  font-size: 1.6rem;
  letter-spacing: .048rem;
  line-height: 1em;
  text-align: center;
}

.contact_guidance {
  padding-top: 6rem;
}

.contact_guidance_text {
  margin: 10.5rem auto 0;
  font-size: 1.6rem;
  line-height: 3rem;
  width: 38rem;
  text-align: center;
  font-weight: 500;
}

.tel_text {
  display: inline;
  color: #002C5E;
}



@media screen and (max-width:699.98px) {

  /* --------共通部分======== */
  .kstyle_thanks {
    padding: 7rem 0 15rem;
  }


  /* --------トップ画像-------- */

  .head_image {
    aspect-ratio: 375/150;
  }


  /* --------連絡先の案内-------- */

  .contact_guidance {
    padding-top: 2.5rem;
  }

  .contact_end {
    margin-top: 3rem;
  }

  .contact_guidance_text {
    font-size: 1.5rem;
    width: 26rem;
  }

}