@charset "utf-8";
/* CSS Document */
.spBr {
  display: none;
}
@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  #contents p {
    line-height: 2.7rem;
  }
  #contents .history.clearfix .btn a {
    font-size: 1.4rem;
    color: inherit;
    margin-left: 10px;
  }
  #contents h2 {
    color: inherit;
    line-height: 3rem;
    background: none;
    padding-bottom: 0;
  }
  .spBr {
    display: block;
  }
  .chart {
    border: none;
    padding: 0 !important;
  }
}
