@charset "UTF-8";
/* CSS Document */
.under-contents{
  padding-top: min(100px,15vw);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}
.under-contents .sec-inquiry-blc{
  margin-top: auto;
}
/*hero
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#hero.under{
  background: var(--wall-nvy);
}
#hero.under .hero-inner{
  height: min(200px,40vw);
  display: grid;
  place-content:center;
}
#hero.under .hero-inner .page-title{
  color: #fff;
  font-size: min(30px,calc(100vw/18));
  font-weight: 700;
  letter-spacing: .05em;
}

/*thanks*/
.page-thanks-blc{
  padding-bottom: min(150px,20vw);
  gap:min(60px,8vw);
}
.thanks-title{
  font-weight: 700;
  font-size: min(24px,calc(100vw/22));
}

.page-thanks-blc .in-text{
  line-height: calc(24/16);
}