ul.option_price li {
    display: none !important;
}
table#option_tbl th {
    font-size: 26px;
    background-color: #ff9898;
    padding-bottom: 15px;
}
#option_tbl label {
    display: none !important;
}
ul.option_price {
    margin: 0 0 5px 0;
}
table#option_tbl td.cell_2 input[type="radio"] {
  width: 24px;  /* ラジオボタンの横幅 */
  height: 24px; /* ラジオボタンの縦幅 */
  transform: scale(1.0); /* サイズを1.5倍に拡大 */
}