.pc-width-8 {
  width: 8% !important;
}

.pc-width-17 {
  width: 17% !important;
}

@media screen and (max-width: 1019px) {
  .sp-width-8 {
    width: 8% !important;
  }
}

@media screen and (max-width: 1019px) {
  .sp-width-17 {
    width: 17% !important;
  }
}

table .table__vertical {
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  height: auto;
  white-space: pre;
}


