.regionArea .common-h2_lower {
  position: relative;
  font-weight: 700;
  color: #4C556A;
  line-height: 1.4;
  font-size: 5.6041666667vw;
  padding-left: 0;
}
@media screen and (min-width: 768px), print {
  .regionArea .common-h2_lower {
    font-size: 2.6041666667vw;
  }
}
.regionArea .common-h2_lower::after,
.regionArea .common-h2_lower::before {
  content: none;
}
.regionArea .common-h3_lower {
  font-size: 6.5vw;
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: #4C556A;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .regionArea .common-h3_lower {
    font-size: 2.3041666667vw;
  }
}
.regionArea .common-h3_lower::before {
  display: block;
  content: "";
  position: absolute;
  background: #4C556A;
  width: 110%;
  height: 0.5vw;
  bottom: -1.5vw;
  left: -5%;
}
@media screen and (min-width: 768px), print {
  .regionArea .common-h3_lower::before {
    bottom: -0.5vw;
    height: 0.2vw;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px), print {
  .regionArea em.small {
    font-size: 4vw;
  }
}

.regionModal .modal-ttl::before {
  display: none;
}/*# sourceMappingURL=common.css.map */