.history-area > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .history-area > dl {
    display: block;
    margin-bottom: 20px;
  }
}
.history-area > dl > dt {
  font-size: 14px;
  width: 230px;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 767px) {
  .history-area > dl > dt {
    width: 100%;
  }
}
.history-area > dl > dt:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  width: 100px;
  height: 1px;
  background-color: var(--line);
}
@media screen and (max-width: 767px) {
  .history-area > dl > dt:after {
    display: none;
  }
}
.history-area > dl > dt span {
  font-size: 16px;
  font-weight: bold;
}
.history-area > dl > dd {
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  .history-area > dl > dd {
    width: 100%;
  }
}
.history-area > dl > dd dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.history-area > dl > dd dl dt {
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  width: 60px;
  padding: 2px 15px 0 0;
}
@media screen and (max-width: 767px) {
  .history-area > dl > dd dl dt {
    width: 50px;
  }
}
.history-area > dl > dd dl dd {
  font-weight: normal;
  font-size: 16px;
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .history-area > dl > dd dl dd {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */
