.jp-commercial-vehicle-history-timeline[data-v-5243bacf] {
  padding-inline: var(--gutter);
  background-color: #fff;
}
.jp-commercial-vehicle-history-timeline .event-item[data-v-5243bacf] {
  position: relative;
  display: flex;
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-history-timeline .event-item[data-v-5243bacf] {
    margin-inline: clamp(0px, 4.4444444444vw, 64px);
    justify-content: space-between;
    gap: clamp(0px, 7.2222222222vw, 104px);
    padding: clamp(0px, 3.3333333333vw, 48px) clamp(0px, 6.25vw, 90px);
}
}
@media screen and (max-width: 1023.98px) {
.jp-commercial-vehicle-history-timeline .event-item[data-v-5243bacf] {
    margin-inline: 24px;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
}
}
.jp-commercial-vehicle-history-timeline .event-item[data-v-5243bacf]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-top: 1px solid var(--line-dark);
}
.jp-commercial-vehicle-history-timeline .event-item .event-date[data-v-5243bacf] {
  font-size: var(--body2);
  font-family: "Montserrat-Medium", "NotoSansJP-Medium";
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-bk-primary);
  font-family: "NotoSansJP-Medium";
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-history-timeline .event-item .event-date[data-v-5243bacf] {
    flex: 0 1 140px;
}
}
.jp-commercial-vehicle-history-timeline .event-item .event-desc[data-v-5243bacf] {
  font-size: var(--body3);
  font-family: "Montserrat", "NotoSansJP";
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-bk-subheading);
  font-family: "NotoSansJP";
  line-height: 2;
  white-space: pre-wrap;
}
@media screen and (min-width: 1024px) {
.jp-commercial-vehicle-history-timeline .event-item .event-desc[data-v-5243bacf] {
    flex: 0 1 760px;
    color: var(--text-bk-primary);
}
}