main .map__item--lx10000r {
  top: 45px;
  left: 957px;
}
@media screen and (max-width: 767px) {
  main .map__item--lx10000r {
    top: 8.2666666667vw;
    left: 66.1333333333vw;
  }
}
main .map__item--detail .detail__price strong {
  width: 6em;
  font-size: 15px;
  white-space: nowrap;
  transform: scale(0.7, 1);
  transform-origin: center left;
}
@media screen and (max-width: 767px) {
  main .map__item--detail .detail__price strong {
    font-size: 2.5333333333vw;
  }
}
main .model__title .model__title--inner {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  main .model__title .model__title--inner {
    width: 100%;
  }
}
main .model__plan > p {
  padding: 12px 10px;
  border: 1px solid #004288;
  color: #004288;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .model__plan > p {
    padding: 1.0666666667vw;
    font-size: 2.4vw;
  }
}
main .model__detail a {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  main .model__detail a {
    font-size: 2.4vw;
  }
}