.irp-table-chart ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.irp-table-chart li {
  width: 48%;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px; /* ← margin-block-start より互換性あり */
}
.irp-table-chart th,
.irp-table-chart td {
  border: 1px solid #bbb;
  padding: 4px;
}
.irp-table-chart th {
  font-weight: normal;
  text-align: center;
  background-color: #efefef;
}
.irp-table-chart td {
  text-align: right;
}
.irp-table-chart {
  font-size: 10px; /* 全体の文字サイズを小さく */
}
