.station .l-main {
  padding-bottom: 0;
}

.station .l-section:last-of-type {
  padding-bottom: 15.3846153846vw;
}
@media screen and (min-width: 768px) {
  .station .l-section:last-of-type {
    padding-bottom: 140px;
  }
}

.p-station__map {
  overflow: hidden;
  height: 158.9743589744vw;
  border-radius: 10px 10px 0 0;
}
.p-station__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 0 0 10px 10px;
}
.p-station__anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5641025641vw;
}
.p-station__anchor-link a {
  font-size: 4.1025641026vw;
  line-height: var(--lh-sm);
}
.p-station__category-text {
  font-size: 4.6153846154vw;
  font-weight: var(--fw-bold);
}
@media screen and (min-width: 768px) {
  .p-station__map {
    height: 800px;
  }
  .p-station__heading-text {
    font-size: 1.25rem;
  }
  .p-station__anchor-link {
    gap: 10px;
  }
  .p-station__anchor-link a {
    font-size: 1.125rem;
  }
  .p-station__category {
    padding-top: 60px;
  }
  .p-station__category-text {
    font-size: 1.25rem;
  }
}