@charset "UTF-8";
/* layout */
body.page .breadcrumb {
  margin-top: 0 !important;
}

.lead {
  font-size: 0.875rem;
  margin: 0.5rem 0 1rem;
}

/* chips */
.faq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 1.5rem 0 1rem;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #EBEBEB;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.chip:hover {
  background: #eceff3;
}
.chip.is-active {
  background: #101828;
  color: #fff;
  border-color: #101828;
}

/* list */
.faq-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
}
.faq-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: stretch;
  border-top: 1px solid #e6e7ea;
  background: #fff;
  overflow: hidden;
}

.faq-sub {
  padding: 16px 0;
  min-width: 100px;
}
.faq-main {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

/* question button */
.faq-q {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: stretch;
  width: 100%;
  gap: 10px;
  align-items: center;
  padding: 12px 16px 12px 56px;
  background: #fff;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  line-height: 1.85;
}
.faq-q:focus-visible {
  outline: 2px solid #84b0ff;
  outline-offset: 2px;
}
.faq-q::before {
  content: "Q";
  position: absolute;
  top: 16px;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 12px;
}
.faq-q-cat {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 50vw;
  width: 100%;
  border: 1px #E3E3E3 solid;
  font-size: 13px;
  text-align: center;
}
.faq-q-text {
  flex: 1 0 0;
  display: block;
  font-weight: 700;
  text-align: left;
}

.faq-q-toggle {
  display: block;
  color: #7E7E7E;
  font-weight: 700;
  font-size: 20px;
  transform: translateY(-1px);
}

/* answer */
.faq-a[hidden] {
  display: none;
}
.faq-a-inner {
  position: relative;
  padding: 0 16px 0 56px;
}
.faq-a-inner p {
  margin: 0 0 1em;
}

.faq-a-inner::before {
  content: "A";
  position: absolute;
  top: 0;
  background-color: #EBEBEB;
  font-size: 14px;
  font-weight: 700;
}

.faq-q::before, 
.faq-a-inner::before {
  left: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 1;
}

/* filtering */
.faq-item.is-hidden {
  display: none !important;
}

.contact {
  margin-top: 0;
  padding-top: 45px;
  border-top: 1px solid #e6e7ea;
  text-align: center;
}

.btns {
  margin-top: 45px;
  text-align: center;
}

.btn {
  margin: 0 auto;
}

/* リンク */
.faq-a-inner a {
  position: relative;
  display: inline-block;
  padding: 0 24px 0 0;
  color: #707070;
  word-break: break-all;
  text-decoration: underline;
  z-index: 1; 
}
.faq-a-inner a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-4px);
  width: 10px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213%22%20viewBox%3D%220%200%2012%2013%22%3E%20%3Cg%20transform%3D%22translate(-1092.5%20-946.089)%22%3E%20%3Cpath%20d%3D%22M1101%2C947.5l4.55%2C5.25L1101%2C958%22%20transform%3D%22translate(-2.25)%22%20fill%3D%22none%22%20stroke%3D%22%231e1e1e%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x2%3D%229.1%22%20transform%3D%22translate(1093.5%20952.4)%22%20fill%3D%22none%22%20stroke%3D%22%231e1e1e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

.faq-a-inner a[href^="tel:"] {
  pointer-events: all;
}
.faq-a-inner a:hover {
  color: #2292E5; 
}
.faq-a-inner a:hover::before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2213%22%20viewBox%3D%220%200%2012%2013%22%3E%20%3Cg%20transform%3D%22translate(-1092.5%20-946.089)%22%3E%20%3Cpath%20d%3D%22M1101%2C947.5l4.55%2C5.25L1101%2C958%22%20transform%3D%22translate(-2.25)%22%20fill%3D%22none%22%20stroke%3D%22%232292E5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3Cline%20x2%3D%229.1%22%20transform%3D%22translate(1093.5%20952.4)%22%20fill%3D%22none%22%20stroke%3D%22%232292E5%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .contact {
    padding-top: 20px;
  }
  .btns {
    margin-top: 20px;
  }
}

@media all and (max-width: 599px) {
  .faq-sub {
    min-width: 70px;
  }
  .faq-q-cat {
    font-size: 11px;
  }
  .faq-q , 
  .faq-a-inner {
    padding-left: 16px;
  }
  .faq-q::before, 
  .faq-a-inner::before {
    display: none;
  }
}
