.history-table-wrapper {
  margin-bottom: 2rem;

}


.history-table {
  width: 100%;
  border-collapse: collapse; /* セル同士の境界線をくっつけて、一本の線にまとめる */
}


.history-table th {
  background-color: #6cbb5a;
  color: #fff;
}

.history-table th,
.history-table td {
  padding: 8px;
  line-height: 1.5;
}

