.reductionList table{
 display: block;
 overflow-x: scroll;
 padding-bottom: 5px;
}
.reductionList table::-webkit-scrollbar{
 height: 10px;
 background: #f3f5f7;
 border-radius: 5px;
}
.reductionList table::-webkit-scrollbar-thumb{
 background: #d0d5da;
 border-radius: 5px;
}
.reductionList tbody{
 width: max-content;
 display: table;
}
.reductionList th,
.reductionList td{ padding: 20px 10px;}
.reductionList table tr:first-of-type th{ padding: 10px 10px;}

.reduction02 tr th:first-of-type{ width: auto;}
.reduction02 td{ width: auto;}

.reduction03 td{ width: auto;}

.reduction03 p span{ margin-top: 15px;}

.reduction03 th:first-child{
  width: 9rem;
}
