/* service セクションだけに効かせる */
.serviceTableCustom.service {
  background-color: #f3f3f3;
}

/* CORNERヘッダーを理想色に変更 */
.serviceTableCustom .serviceTable__header--corner {
  background-color: #b7d800;
  color: #fff;
}

/* スマホ時の見出しラベルも同色にする */
@media screen and (max-width: 749px) {
  .serviceTableCustom .serviceTable__cell:first-of-type::before {
    background: #b7d800;
    color: #fff;
  }
}

/* 必要なら比較表全体の色味も理想に寄せる */
.serviceTableCustom .serviceTable__header.-gray {
  background-color: #a8a8a8;
}

.serviceTableCustom .serviceTable__row-header {
  background-color: #ece7a3;
}

.serviceTableCustom .serviceTable__cell {
  background-color: #f7f7f7;
}

.serviceTableCustom .serviceTable__cell .-ora {
  color: #eb6100;
  font-weight: 600;
}

.serviceTableCustom .serviceTable__corner {
  background-color: #f7f7f7;
}