@charset "UTF-8";

/* お問い合わせ */
/* formリセット */
::placeholder {
  color: #888;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0;
}
input[name="zip"] {
  width: 100px;
  margin-bottom: .5rem;
}
textarea {
  height: 100px;
  vertical-align: bottom;
}
.contactform-sec {
  padding: 10rem 0;
}
.contactform-eles {
  max-width: 850px;
  margin: 0 auto;
}
.contactform-eles .eles:not(:last-child) {
  margin-bottom: 1rem;
}
.dl-contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #181818;
}
.dl-contact dt,
.dl-contact dd {
  padding: 1rem;
}
.dl-contact dt:not(:last-of-type),
.dl-contact dd:not(:last-of-type) {
  border-bottom: 1px solid #181818;
}
.dl-contact dt {
  width: 280px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dl-contact dd {
  width: calc(100% - 280px);
}
.hissu,
.ninni {
  border-radius: 50px;
  background: #fff;
  display: inline-block;
  font-size: 1.2rem;
  padding: 2px 7px;
  text-align: center;
  font-weight: 600;
}
.hissu {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.ninni {
  border: 1px solid #555;
  color: #555;
}
.contact-submit-wrap {
  border: 1px solid #181818;
  padding: 1.5rem 2rem 2.5rem;
  text-align: center;
}
.contactbtn {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  color: #fff;
  transition: .5s;
  padding: 1rem;
  display: block;
  border: none;
  background: #2243a6;
  cursor: pointer;
  position: relative;
  top: 0;
  box-shadow: 0 6px #24397a;
  border-radius: 0;
}
.contactbtn:hover {
  opacity: 1;
  top: 6px;
  box-shadow: 0 0 #555;
  transition: .5s;
}
.contactbtn:disabled {
  background: #999;
  box-shadow: 0 6px #818181;
}
.contactbtn:disabled:hover {
  opacity: 1;
  top: 0;
}
.wpcf7-spinner {
  display: none !important;
}
form.sent .contactform-eles {
  display: none;
}
.wpcf7 form .wpcf7-response-output {
  max-width: 850px;
  margin: -5rem auto 5rem;
}
.wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contactform-sec {
    padding: 5rem 0;
  }
  .dl-contact dt {
    width: 100%;
    justify-content: left;
    border-bottom: 1px solid #181818;
  }
  .dl-contact dd {
    width: 100%;
  }
  .dl-contact dt .txt {
    margin-right: 1rem;
  }
  .wpcf7 form .wpcf7-response-output {
    max-width: 335px;
    margin: -4rem auto 5rem;
  }
}


/* プライバシーポリシー */
.privacy-eles h2 {
  padding-left: 2rem;
  position: relative;
}
.privacy-eles h2::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #181818;
}
.privacy-eles .eles {
  padding: 2rem 0;
  margin-bottom: 0;
}
.privacy-eles .eles:last-child {
  padding: 2rem 0 0;
}


/* サイトマップ */
.ul-sitemap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ul-sitemap > li {
  width: calc(100% / 2 - 1rem);
}
.ul-sitemap li {
  position: relative;
  padding-left: 2rem;
}
.ul-sitemap li::before {
  position: absolute;
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  top: 0;
  left: 0;
  color: #0d2270;
}
.sitemap-eles .eles {
  padding: 2rem;
  background: #f5f5f5;
}
.sitemap-eles h3 {
  font-size: 2rem;
  border-bottom: 1px solid #181818;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .ul-sitemap > li {
    width: 100%;
  }
  .sitemap-eles h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
