.p-product__chart .p-product__chart--table {
  width: 100%;
  max-width: 1280px;
  min-width: 1280px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  color: #000;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0;
}

.p-product__chart .p-product__chart--table th,
.p-product__chart .p-product__chart--table td {
  min-height: 72px;
  padding: 14px 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #9a9a9a;
  border-bottom: none;
}

.p-product__chart .p-product__chart--table tr > th:last-child,
.p-product__chart .p-product__chart--table tr > td:last-child {
  border-right: none;
}

.p-product__chart .p-product__chart--table tbody tr:last-child th,
.p-product__chart .p-product__chart--table tbody tr:last-child td {
  border-bottom: none;
}

.p-product__chart .p-product__chart--table th {
  font-weight: 500;
}

.p-product__chart .p-product__chart--table .is-evaluation {
  width: 13.333%;
}

.p-product__chart .p-product__chart--table .is-wide {
  width: 12.381%;
}

.p-product__chart .p-product__chart--table .is-narrow {
  width: 7%;
}

.p-product__chart .p-product__chart--table thead th {
  background-color: #fff;
}

.p-product__chart .p-product__chart--table thead tr:first-child th {
  height: 44px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3333333333;
}

.p-product__chart .p-product__chart--table thead tr:first-child .is-evaluation {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3125;
}

.p-product__chart .p-product__chart--table thead .is-logo {
  padding: 10px 24px;
}

.p-product__chart .p-product__chart--table thead .is-logo img {
  width: min(190px, 82%);
  max-width: 100%;
}

.p-product__chart .p-product__chart--table thead .is-subhead th,
.p-product__chart .p-product__chart--table thead th.is-subhead {
  height: 34px;
  padding: 3px 6px;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.3333333333;
}

.p-product__chart .p-product__chart--table thead .is-subhead th:last-child,
.p-product__chart .p-product__chart--table thead th.is-subhead:last-child {
  border-right: 1px solid #9a9a9a;
}

.p-product__chart .p-product__chart--table thead .is-photo th {
  height: 122px;
  padding: 0;
  background-color: #fff;
}

.p-product__chart .p-product__chart--table thead .is-photo img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.p-product__chart .p-product__chart--table thead .is-material th {
  height: 62px;
  padding: 9px 8px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3846153846;
}

.p-product__chart .p-product__chart--table tbody th,
.p-product__chart .p-product__chart--table tbody td {
  height: 72px;
}

.p-product__chart .p-product__chart--table tbody th,
.p-product__chart .p-product__chart--table tbody td {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3333333333;
}

.p-product__chart .p-product__chart--table tbody tr th,
.p-product__chart .p-product__chart--table tbody tr td {
  background-color: #fff;
}

.p-product__chart .p-product__chart--table tbody .is-light th,
.p-product__chart .p-product__chart--table tbody .is-light td {
  background-color: #f2f2f2;
}

.p-product__chart .p-product__chart--table tbody .is-light th:first-child {
  border-radius: 8px 0 0 8px;
}

.p-product__chart .p-product__chart--table tbody .is-light td:last-child {
  border-radius: 0 8px 8px 0;
}

.p-product__chart .p-product__chart--table tbody .is-balance th,
.p-product__chart .p-product__chart--table tbody .is-balance td {
  height: 78px;
}

.p-product__chart .p-product__chart--table tbody .is-balance span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3125;
  letter-spacing: 0;
  white-space: nowrap;
}

.p-product__chart .p-product__chart--note {
  margin-top: 25px;
  color: #000;
  text-align: right;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-product__chart .p-product__chart--table {
    max-width: none;
    min-width: 800px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3636363636;
  }

  .p-product__chart .p-product__chart--table th,
  .p-product__chart .p-product__chart--table td {
    height: 52px;
    min-height: 52px;
    padding: 9px 5px;
  }

  .p-product__chart .p-product__chart--table thead tr:first-child th {
    height: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3636363636;
  }

  .p-product__chart .p-product__chart--table thead tr:first-child .is-evaluation {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2142857143;
  }

  .p-product__chart .p-product__chart--table thead .is-logo {
    padding: 6px 12px;
  }

  .p-product__chart .p-product__chart--table thead .is-logo img {
    width: min(190px, 82%);
    max-width: 100%;
    height: auto;
  }

  .p-product__chart .p-product__chart--table thead .is-subhead th,
  .p-product__chart .p-product__chart--table thead th.is-subhead {
    height: 26px;
    padding: 3px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.3333333333;
  }

  .p-product__chart .p-product__chart--table thead .is-photo th {
    height: 76px;
  }

  .p-product__chart .p-product__chart--table thead .is-photo img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .p-product__chart .p-product__chart--table thead .is-material th {
    height: 46px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
  }

  .p-product__chart .p-product__chart--table tbody th,
  .p-product__chart .p-product__chart--table tbody td {
    height: 52px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3636363636;
  }

  .p-product__chart .p-product__chart--table tbody .is-balance th,
  .p-product__chart .p-product__chart--table tbody .is-balance td {
    height: 56px;
  }

  .p-product__chart .p-product__chart--table tbody .is-balance span {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3636363636;
    letter-spacing: 0;
  }

  .p-product__chart .p-product__chart--note {
    width: 800px;
    margin-top: 16px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.3636363636;
  }
}
