﻿@media screen and (max-width: 767px) {
  .history-menu > ul > li > a {
    background-position: right 2px center;
    background-size: 4px;
    font-size: 1.1rem;
  }
}@media screen and (min-width: 768px), print {
  .history-mv-body > ul > li:last-of-type > dl > dt {
    width: 240px;
    font-size: 5.0rem;
  }
  .history-mv-body > ul > li:last-of-type > dl > dd {
    width: calc(100% - 240px);
  }
  .history-mv-body > ul > li:last-of-type > dl > dd > p {
    font-size: 2.2rem;
  }
  .history-mv-body > ul > li:last-of-type > p {
    font-size: 2.2rem;
  }
}
