@charset "UTF-8";
/*----------------------------------------------------------
更新日：2025年12月12日
-------------------------------------------------------------*/
/* ------------------------------------------------------------------
	お問い合わせ
-------------------------------------------------------------------*/
/* = お問い合わせトップ
----------------------------------------*/
#contact .list-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5em;
  margin: 2em 0 5em;
}
#contact .list-contact .item {
  padding: 2em 3em;
  background-color: #f2f8fe;
}
@media screen and (max-width: 1000px) {
  #contact .list-contact .item {
    padding: 1.5em 2em;
  }
}
#contact .list-contact .item .title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
}
#contact .list-contact .item .btn {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 768px) {
  #contact .list-contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.2em;
  }
}
/* = お問い合わせフォーム
----------------------------------------*/
#form .readTxt {
  margin-bottom: 3em;
}

#form .pcStyle {
  display: block;
}
#form .spStyle {
  display: none;
}
#form .mb10 {
  margin-bottom: 10px !important;
}
#form .widthAuto {
  width: auto !important;
}
#form .noWrap {
  white-space: nowrap;
}
#form .formSheet th {
  width: 30%;
}
#form .formSheet th .inner {
  white-space: normal !important;
  padding-right: 1em;
  width: 22em;
}
#form .pcStyle .noWrap .wpcf7-form-control-wrap {
  width: auto;
}
#form .wpcf7-select {
  width: auto;
}

@media screen and (max-width: 1000px) {
  #form .formSheet th .inner {
    width: 20em;
  }
  #form .noWrap {
    white-space: normal;
  }
}
@media screen and (max-width: 768px) {
  #form .pcStyle {
    display: none !important;
  }
  #form .spStyle {
    display: block !important;
  }
  #form .formSheet th .inner {
    width: auto;
  }
}
/* = お問い合わせ完了
----------------------------------------*/
#thanks .title {
  font-size: 1.75em;
  font-weight: 500;
  margin-bottom: 1em;
}
#thanks .home-btn {
  margin-top: 5em;
}
