@charset "utf-8";

.consumable-table table {
    width: 100%;
    border-top: 1px solid #c0c0c0;
    margin-bottom: 1em;
}
.consumable-table th {
    width: 10%;
    background-color: #f1f1f1;
    font-size: 1.1em;
    padding: .8em;
    text-align: center;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    white-space: nowrap;
}
.consumable-table td {
    width: 30%;
    font-size: 1.2em;
    padding: .8em .5em .5em;
    text-align: center;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
.consumable-table td img {
    width: auto;
    height: auto;
    margin-bottom: .4em;
}


/* SP用 */
@media screen and (max-width: 560px) {
.consumable-table td {
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.consumable-table td img {
  display: inline-block;
  margin: 0 auto;
}
}


/* PC用 */
@media screen and (min-width: 561px) {
}

/* ipad用 */
@media screen and (min-width: 600px) and (max-width: 980px) {
}
