@charset "utf-8";

/* ============================================================
  # Extend
============================================================ */

/* ## frontページ
======================================== */

.ex_front__heading {
  display: flex;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.ex_front__heading__icon {
  width: clamp(48px, 6.4vw, 64px);
}
.ex_front__heading__text {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  padding: 0.25em 0.75rem;
}

.ex_front__topBannerImage {
  background-color: #f5f5f5;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.25);
  aspect-ratio: 2 / 1;
  object-fit: contain;
  width: min(100%, 480px);
}


/* ## サイトマップページ
======================================== */

.ex_sitemap__list > li {
  margin-bottom: 1rem;
}
.ex_sitemap__list > li > ul {
  margin-top: 0.5rem;
}
.ex_sitemap__list > li > ul > li {
  margin-bottom: 0.5rem;
}
.ex_sitemap__list a {
  color: var(--body-color);
}



/* ## Contact Form 7
 ======================================== */

.wpcf7-list-item label {
  display: inline-flex;
  margin-bottom: 0.125rem;
  margin-right: 1em;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.wpcf7-list-item input {
  margin-left: -1.5em;
}
.wpcf7-list-item input {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: hsl(210 55% 98%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgb(0 0 0 / 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-list-item input[type=checkbox] {
  border-radius: 4px;
}
.wpcf7-list-item input[type=radio] {
  border-radius: 50%;
}
.wpcf7-list-item input:active {
  filter: brightness(90%);
}
.wpcf7-list-item input:focus {
  border-color: hsl(210 70% 70%);
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsl(210 100% 50% / 0.25);
}
.wpcf7-list-item input:checked {
  background-color: hsl(210 80% 50%);
  border-color: hsl(210 80% 50%);
}
.wpcf7-list-item input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.wpcf7-list-item input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.wpcf7-list-item-label {
  padding-left: 0.5em;
}

