/* features-th08.css — ベースライン(自動読込・module-base.css前提)。編集せず上書きで調整。 */
@charset "UTF-8";

._th08_module figcaption {
  padding: 6%;
}
._th08_module figcaption h3 {
  color: var(--color-text);
  padding-bottom: 15px !important;
  margin-bottom: 15px !important;
  font-size: 1.125rem;
  position: relative;
}
._th08_module figcaption h3:before {
  content: "";
  display: block;
  background: var(--color-text-muted);
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
._th08_module figcaption h3:after {
  display: none;
}

@media (max-width: 375px) {
  ._th08_module img {
    width: 100% !important;
  }
}