@charset "euc-jp";

.option_box {
  padding: 0;
  display: none;
}
.option_close_btn{
  display: none;
}
.option_heading {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  border: none;
  display: none;
}

.option_none {
  margin-top: 50px 0;
  text-align: center;
  font-size: 18px;
}

.option_close_btn {
  text-align: center;
}

@media (max-width: 768px) {
  .option_box {
    padding: 0;
    display: block;
  }
}
@media screen and (max-width:768px){
  .option_table {
    table-layout: fixed;
    width: 100%;
    margin: 0;
  }
  .option_table th,
  .option_table td {
    font-weight: normal;
    font-size: 9px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
  }
  .option_table th {
    color: #51514f;
    background-color: #eef2f5;
    line-height: 12px;
    padding-right: 0;
    padding-left: 0;
  }
  .option_table td {
    background-color: #f5f5f5;
    line-height: 12px;

  }
  .option_table .option-price {
    display: none;
  }
}