@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */
  .history_nav li {
    display: inline-block;
    padding: 10px;
  }
  .history dl dt {
    float: none;
  }
  .history dl dd {
    margin-left: 16px;
    margin-top: 10px;
  }

  .history dl {
    margin-bottom: 30px;
  }
  .history dl:last-child {
    margin-bottom: 10px;
  }
  .history {
    margin-bottom: 50px;
  }
  .history dl dd {
    margin-left: 58px;
    text-indent: -4.5rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
  }
  .pcbr {
    display: none;
  }
  .history dl dt .year {
    font-size: 2rem;
    font-weight: normal;
  }
  .history dl dt .year_2 {
    font-size: 1.2rem;
  }
}
