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

@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;
  }
}
