.parts_dl {
  margin-top: 20px;
  color: #fff;
}
.parts_dl div {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.parts_dl dt {
  font-weight: bold;
  width: 50px;
}
.parts_dl dd {
  flex-grow: 1;
}

.access_google_map {
  margin-top: 20px;
}
.access_google_map iframe {
  width: 100%;
  aspect-ratio: 327/181;
}

.access_method_list {
  margin-top: 20px;
  border-radius: 6px;
}
.access_method_list li {
  line-height: 1.5;
}
.access_method_list li:not(:first-child) {
  margin-top: 10px;
}
.access_method_list a {
  color: #08104a;
  font-weight: bold;
  font-size: clamp(1.5rem, 3.75vw, 1.8rem);
}