@media only screen and (max-width: 980px) {
  .c-table--material {
    width: 100%;
  }
}
.c-table--material th {
  height: 40px;
}
.c-table--material td {
  padding-block: 10px;
}
.c-table--material td:first-child {
  text-align: left;
}
.c-table--material td.u-center {
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .c-table--material td img {
    height: auto;
    width: 60px;
  }
}