@charset "UTF-8";

@media screen and (max-width: 834px) {
  .history-block__list {
    padding: 0;
    position: relative;
    margin-bottom: 35px;
  }
  .history-block__list:before {
    display: none;
  }
  .history-block__list .item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 18px 0 30px;
  }
  .history-block__list .item:before, .history-block__list .item:last-child:after {
    display: none;
  }
  .history-block__list .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    left: 0;
    top: -14px;
    background: white;
    letter-spacing: 1px;
    padding-right: 10px;
  }
  .history-block__list .item table tr th {
    width: 47px;
  }
  .history-block__list .item table tr td {
    letter-spacing: 1.5px;
    font-size: 14px;
    padding: 15px 0 15px 15px;
  }
  .history-block__list .item table tr td a span {
    display: inline;
  }
  .history-block__list .item table tr td a {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 374px) {
  .history-block__list .item table tr td a span br.sp {
    display: none;
  }
}