@charset "UTF-8";

.history-dl span {
        color:#e71f1a;
        font-weight:700;
        font-size:2rem;
      }

      .history-dl {
        border-bottom:1px dotted #666;
        padding-bottom:2rem;
        margin-bottom:2rem;
      }

      .history-title {
        text-align:center;
        padding-bottom:3rem;
        font-size:2rem;
      } 