.helpful .heading {
  background: var(--helpful-col);
}

.contents h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  row-gap: var(--gap-min);
  line-height: 1.2;
  margin-bottom: var(--gap-s);
}
.contents h3 .main-ttl {
  flex-shrink: 0;
}
.contents h3 .sub-ttl {
  font-size: var(--fs-base);
}

.block > dt {
  color: var(--helpful-col);
}
.block dd a:not([href*="tel:"]) {
  padding: 0.5em 1em;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
  font-weight: 500;
}
.block dd a:not([href*="tel:"]) div {
  padding-right: 1em;
}
.block dd a:not([href*="tel:"]) div span {
  margin-left: 1em;
}
.block dd a:not([href*="tel:"])::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
}
.block dd dl dt {
  font-weight: 500;
}
.block dd dl dd .icon-fd {
  display: inline-block;
  width: 20px;
  margin-right: 0.5em;
}

.col-helpful {
  color: var(--helpful-col);
}

.bg-helpful-light {
  background: rgba(194, 132, 97, 0.7);
}/*# sourceMappingURL=helpful.css.map */