.reductionList th,
.reductionList td{ font-weight: normal;}
/*.reductionList th{ 
  vertical-align: top;
}*/
.reductionList table tr:first-of-type th{
 font-weight: bold;
 text-align: center;
 background-color: #f3f5f7;
 padding: 10px 0;
 line-height: 2.2rem;
}

.reduction02 p{ margin-bottom: 10px;}
.reduction02 tr th:first-of-type{ width: 144px;}
.reduction02 td{
 width: 220px;
 text-align: right;
}

.reduction03 p{ margin-bottom: 30px;}
.reduction03 p span{
 color: #555;
 font-size: 1.2rem;
 display: block;
 line-height: 2rem;
 margin-top: 8px;
}
.reduction03 table{
  table-layout: fixed;
  width: 100%;
  margin: 0 0 2rem 0;
}
.reduction03 th{ line-height: 2.2rem;}
.reduction03 td{
 text-align: center;
}
.reduction03 td div{
 display: inline-block;
 text-align: left;
 line-height: 2.2rem;
}
.reduction03 td div span{
 color: #555;
 font-size: 1.2rem;
}

.reduction03 th:first-child{
  width: 11rem;
 text-align: center;
}


