#main_contents #tax_title {
  background-color: #007cc0;
}
.boxTable {
  color: #0e1e09;
}
/* PC */
@media print, screen and (min-width: 751px) {
  .boxTable th {
    padding: 20px;
  }
  .boxTable td {
    padding: 20px;
  }
  .boxTable td.td2 {
    width: 15%;
  }
  .boxTable td.td3 {
    width: 15%;
  }
  .boxTable td.td4, .boxTable td.td5, .boxTable td.td6 {
    width: 10%;
  }
  #main .note {
    margin-top: 60px !important;
  }
  #main_contents h3.set {
    position: relative;
  }
  #main_contents h3.set span {
    position: absolute;
    top: 3.5px;
  }
  .boxTable td span.set {
    position: relative;
  }
  .boxTable td span.set sup {
    position: absolute;
    top: 1px;
  }
  .boxTable th.th2 {
    width: 20%;
  }
}