.accessContact__inner {
  margin-top: 60px;
}
.accessContact__table {
  width: 100%;
}
.accessStation {
  margin-top: 70px;
}
.accessStation__inner {
  margin-top: 36px;
}
.accessStation__list {
  li {
    color: var(--color-blue);
    font-weight: bold;
    text-indent: -1.55em;
    margin-left: 1.55em;
    + li {
      margin-top: 18px;
    }
  }
}
.accessMap {
  margin-top: 120px;
}
.accessMap__map {
  margin-top: 40px;
  iframe {
    width: 100%;
    height: 350px;
  }
}