.history-area {
  max-width: 1000px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.history-area__hd {
  padding: 40px 0;
}
.history-area__title {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
}
.history-area__title::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 150px;
  height: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#dc0823), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #dc0823, rgba(0, 0, 0, 0));
}
.history-area__note {
  margin-top: 40px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
.history-area__bd {
  padding: 20px 0 40px;
}
.history-area__table {
  border-collapse: collapse;
}
.history-area__table td {
  border: 1px solid #dddddd;
  padding: 3px 6px;
}
.history-table__title {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  font-weight: 600;
}
.history-table__hd {
  width: 120px;
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
.history-table__text {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .history-table__hd{
    width: 70px;
  }
  .history-table__con{
    line-height: 30px !important;
  }
}
