@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 {
    margin-bottom: 30px;
  }
  .history dl:last-child {
    margin-bottom: 10px;
  }
  .history {
    margin-bottom: 50px;
  }

  .history dl dd {
    margin-left: 110px;
    text-indent: 0;
    line-height: 2.5rem;
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .pcbr {
    display: none;
  }
  /* .history .month {
    position: unset;
    left: auto;
    padding-top: 10px;
    display: block;
  }
  .history dl dd {
    margin-left: 20px;
    text-indent: 0;
    line-height: 2rem;
    margin-top: 23px;
  }
  .history dl {
    display: flex;
  } */
  .history .month {
    padding-top: 0;
    left: 18px;
  }
  .history dl dt .month {
    left: 19px;
    font-size: 1.6rem;
  }

  .history dl dt .year {
    font-size: 2rem;
    font-weight: normal;
  }
}
