  #option_area1 {
    margin-bottom: 15px;
  }

  #option_area1 h3,
  #option_area2 h3 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  #option_area2 {
    padding: 10px;
  }

  .op1 {
    margin-bottom: 10px;
  }

  .op2 {
    margin-bottom: 10px;
  }

  .op2_ttl {
    font-weight: bold;
    color: #666666;
    margin-bottom: 5px;
  }

  .stock_comment {
    font-size: 12px;
    color: #FF0000;
  }

  #option_table {
    line-height: 1;
  }

  #option_table table {
    border-top: 1px solid #999;
    border-right: 1px solid#999;
    width: 100%;
  }

  #option_table table th {
    text-align: left;
    background: #eeeeee;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: normal;
    width: 30%;
    padding: 5px;
  }

  #option_table table td {
    text-align: right;
    color: #FF0000;
    background: #ffffff;
    border-bottom: 1px solid #999;
    font-size: 14px;
    font-weight: bold;
    width: 70%;
    padding: 5px;
    line-height: 1.2;
  }

  div#box_together .zoom__title {
    margin-bottom: 30px;
  }

  table.add_cart_table td table td div {
    width: 20px;
  }

  table.add_cart_table td select {
    width: 230px;
  }

  .c-side-banner img {
    width: 100%;
    height: auto;
    margin: .5rem auto;
  }

  .c-side-banner a {
    display: block
  }

  .c-side-banner .delivery-block {
    margin: 1rem auto;
    line-height: 2rem;
    font-size: 1.1rem;
    color: #6f6f6f;
  }

  .c-side-banner__flex {
    display: flex;
    flex-direction: row;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .c-side-banner__flex img, .c-side-banner__flex a {
    width: 50%;
    text-align: center;
  }

  .c-cart-in-button {
    background-color: #ffa114;
    font-weight: 400;
    font-size: 1rem;
    color: #141717;
    box-shadow: 0 0.2rem 0.5rem 0 rgb(213 217 217 / 50%);
    border: 1px solid #dc8200;
    padding: 20px 0;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }

  .c-cart-in-button:hover {
    background-color: #ffbe5b;
  }


.c-card {
  border: 1px solid #ccc;
  margin: 2rem auto;
}

.c-card a{
  margin: 0;
}

.c-card small {
  color: #737373
}

.c-card__inner {
  padding: 0.8rem;
  line-height: 1.6;
}

.c-card__inner-text {
  font-size: 15px;
  font-weight: bold;
}

.c-card__inner .c-detail-btn-orange {
  text-align: center;
    display: inline-block;
    background-color: #f0c14b;
    color: #111;
    font-weight: bold;
    width: 300px;
    margin: 1rem auto 0;
    padding: 0.8em;
    text-decoration: none;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
}