@charset "euc-jp";
#prd-opt {
  padding: 20px;
  background: #F6F6F6;
}
.option-stock {
  margin: .5em 0;
  font-size: 84.615%;
}
p {
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 5;
}
.option-ttl{
  font-size: 130%;
}
#prd-opt .product-option-table td {
    position: relative;
}
#prd-opt .product-option-table td:before {
    content: '';
    position: absolute;
    left: 0;
    height: 60%;
    width: 1px;
    background: #ddd;
    top: calc(50% - 30%);
}
@media only screen and (max-width: 768px) {
 .product-option-table {
    overflow-x: scroll;
   white-space: nowrap;
     max-width: 100%;
 }
  .product-option-table .table {
    display: inline-block;
    width: 280px;
    padding: 0;
    margin: 0;
}
}