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

.mod_07_section .mod_07_title {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  font-weight: bold;
}
.mod_07_section .mod_07_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--color-primary);
  height: 2px;
  bottom: 0;
}
.mod_07_section .mod_07_title span, .mod_07_section .mod_07_title small {
  font-size: 0.875rem;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .mod_07_section .row:not(.reverse) .col .mod_07_title:after {
    left: -3em;
  }
  .mod_07_section .row.reverse .col .mod_07_title:after {
    right: -3em;
  }
}
.mod_07_section.typeB .mod_07_title:after {
  border-top: 1px solid var(--color-primary);
}
.mod_07_section.typeC .mod_07_title {
  padding-top: 15px;
  padding-bottom: 12px;
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.2;
}
.mod_07_section.typeC .mod_07_title:after {
  top: 0;
  border-bottom: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-primary);
  height: 100%;
}
.mod_07_section .more .add_arrow {
  margin-left: 0;
}
