@media all and (min-width: 768px), print {
}
@media all and (max-width: 767px) {
  .c-table--sp-stick.c-table .c-table__component {
    width: calc(974 / var(--font-size)* 1rem);
  }
}
