/**
 * @file
 * SASS Extends.
 */
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  position: relative;
  padding: 20px 0 0 0;
  color: #404040;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
}
@media (min-width: 767px) {
  .paragraph-map__section-title h3,
.map-component__section-title h3 {
    padding: 0 0 15px 0;
    font-size: 20px;
  }
}
.paragraph-map__section-title h3:after,
.map-component__section-title h3:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
@media (min-width: 767px) {
  .paragraph-map__section-title h3:after,
.map-component__section-title h3:after {
    position: relative;
    left: 5px;
    display: inline-block;
    margin-right: -100%;
    vertical-align: middle;
  }
}

.paragraph-map,
.map-component {
  margin: 30px -15px;
}
@media (min-width: 1200px) {
  .paragraph-map,
.map-component {
    margin: 80px 0;
  }
}
.paragraph-map__section-title,
.map-component__section-title {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .paragraph-map__section-title,
.map-component__section-title {
    max-width: 1146px;
    margin-inline: auto;
  }
}
.paragraph-map__section-title h3,
.map-component__section-title h3 {
  padding-bottom: 15px;
}
.paragraph-map__text-wrapper,
.map-component__text-wrapper {
  margin: 0 15px;
}
@media (min-width: 1200px) {
  .paragraph-map__text-wrapper,
.map-component__text-wrapper {
    position: relative;
    max-width: 1146px;
    margin-inline: auto;
  }
}
.paragraph-map__field-title,
.map-component__field-title {
  font-size: 14px;
  font-weight: 700;
  color: #404040;
}
@media (min-width: 1200px) {
  .paragraph-map__field-title,
.map-component__field-title {
    max-width: 90%;
  }
}
@media (min-width: 1200px) {
  .paragraph-map__field-description,
.map-component__field-description {
    max-width: 90%;
  }
}
.paragraph-map__field-description p,
.map-component__field-description p {
  font-size: 14px;
}
.paragraph-map__field-description p:last-of-type,
.map-component__field-description p:last-of-type {
  margin-bottom: 0;
}
.paragraph-map__map-link,
.map-component__map-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  color: #EC0928;
}
@media (min-width: 1200px) {
  .paragraph-map__map-link,
.map-component__map-link {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
.paragraph-map__map-link::after,
.map-component__map-link::after {
  position: absolute;
  content: url("../../../images/icon/sloping-arrow.svg");
  right: -15px;
}
.paragraph-map__map,
.map-component__map {
  width: 100%;
  height: 280px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .paragraph-map__map,
.map-component__map {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .paragraph-map__map,
.map-component__map {
    max-width: 1146px;
    margin-inline: auto;
  }
}
.paragraph-map__map .geolocation-map-wrapper,
.map-component__map .geolocation-map-wrapper {
  width: 100%;
  height: 100%;
}
.paragraph-map__map .geolocation-map-container,
.map-component__map .geolocation-map-container {
  width: 100% !important;
  height: 100% !important;
}
.paragraph-map__field-map-location,
.map-component__field-map-location {
  width: 100%;
  height: 100%;
}

.map-component__field-description p {
  color: #404040;
}

/*# sourceMappingURL=paragraph-map.css.map */
