.content3 {
  display: block;
}
.content3 .pan-label {
  max-width: 100%;
  margin-bottom: 1.18624rem;
}
.content3 .content-title {
  margin-bottom: 0.5rem;
}
.content3 .cot-title {
  margin-bottom: 0.8rem;
  text-align: left;
}

.peripheral-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2.834rem 0;
  color: #231f20;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}
.peripheral-list li {
  width: 23.6%;
}
.peripheral-list li p {
  max-width: 100%;
  margin: 0.2rem 0 1.4rem;
}
@media screen and (max-width: 980px) {
  .peripheral-list li p {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .map {
    width: 100%;
    padding: 0 5.33333vw;
  }
}
.map p {
  max-width: 100%;
}
.map-info {
  padding: 1rem;
  text-align: center;
  border: 1px solid #231f20;
  border-top-width: 0;
  background: #797d89;
}
.map p {
  max-width: 100%;
  margin-bottom: 1rem;
  font-size: 1.325rem;
  font-weight: 600;
}
.map p big {
  font-size: 150%;
  margin: 0 0.4rem;
}
.map p small {
  display: block;
  font-size: 70%;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.map-info a {
  display: flex;
  max-width: 24rem;
  height: 2.3rem;
  margin: 0 auto;
  font-size: 1.457rem;
  color: #fff;
  font-weight: 600;
  background: #4c444d;
  align-items: center;
  justify-content: center;
}
.map {
  margin-bottom: 2rem;
}

.access-content {
  display: flex;
  justify-content: space-between;
}
.access-content div {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .access-content div {
    width: 100%;
  }
}
.access-content img {
  width: 100%;
}

.train-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.train-content .cont-img {
  width: 60%;
}
.train-content .cont-img:last-child {
  width: 35%;
}
.map p small {
  line-height: 150%;
}
.map .deco-car {
  position: relative;
}
.map .deco-car::before {
  content: '';
  position: absolute;
  left: -2rem;
  transform: translateX(-100%);
  aspect-ratio: 68/31;
  height: 3.1rem;
  background: url(../images/top/i_access_map_deco.svg) center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .map .deco-car::before {
    /* top: 0.25rem; */
    /* left: -0.25rem; */
    height: 1.5rem;
    display: block;
    position: relative;
    left: initial;
    transform: initial;
    margin: 0 auto 0.5rem;
  }
}
.train-content--col {
  flex-direction: column-reverse;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .train-content--col {
    display: flex;
    flex-direction: column-reverse;
  }
}
.train-content .cont-img,
.train-content .cont-img:last-child {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .peripheral-list {
    padding: 0 5.3333333vw;
  }
  .peripheral-list li {
    width: 49%;
  }
  .peripheral-list li p {
    margin: 1vw 0 2.5vw;
    font-size: 3.33vw;
  }

  .map p {
    margin-bottom: 4vw;
    /* font-size: 4.6vw; */
    font-size: 4.4vw;
    line-height: 1.5;
  }
  .map p big {
    /* font-size: 140%; */
    font-size: 132%;
  }
  .map p small {
    margin: 1vw 0 0;
    font-size: 3vw;
  }
  .map-info a {
    height: 11.5vw;
    /* font-size: 4.7vw; */
    font-size: 4.4vw;
  }

  .content3 .content-title {
    margin-bottom: 0.5rem;
  }
  .content3 .cot-in-content {
    padding: 0 5.333333vw;
  }
  .content3 .cot-title {
    font-size: 5vw;
  }
  .content3 .cot-title span {
    display: block;
    font-size: 4.25vw;
  }
  .content3 .cot-in-content:not(:last-child) {
    margin-bottom: 18vw;
  }

  .access-content {
    flex-direction: column;
    gap: 1rem;
  }
  .access-content .cont-img {
    width: 100%;
    margin-bottom: 1.56vw;
  }

  .train-content {
    display: block;
    margin: 0;
  }
  .train-content .cont-img {
    width: 100% !important;
  }
  .train-content .cont-img:last-child {
    margin-top: 2em;
  }
}