.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
.stock_error {
  color: #DB5656;
}
.product-details .images .sub img {
    width: 15.3%;
    margin: 0 0.4% 1% 0.4%;
}
.product-detail-btn_custom{
	width: 100%;
	height: 50px;
    font-weight: 0600;
    font-size: 114%;
    letter-spacing: 1px;
    line-height: 30px;
}
.product-detail-btn_custom .icon-cart{
    vertical-align: text-top;
}
#product h2 img,
#product .product-order h3 img{
	display: none !important;
}
#product .product-order h3{
  padding-bottom: 0;
  font-weight: 600;
}
#product .product-order .product-price{
  padding-left: 0;
}
#product .product-order .product-price th{
  font-weight: 400;
}
.input-prepend.input-append input {
    font-size: 18px;
    width: 35px;
}
.attention-area{
	clear: both;
	font-size: 87.5%;
}
.input-prepend.input-append input {
    width: 25px;
    padding: 10px;
    font-size: 18px;
}
/*#custom-options-container{
  margin-bottom: 30px;
  padding: 30px 40px 0;
  border: 1px dotted #000;
}*/
#custom-options-container custom-options-checkbox-form{
  display: block;
  margin-bottom: 30px;
  padding: 15px;
  background: #ffebee;
  /* border: 1px dotted #000;*/
}
#custom-options-checkbox.invalid, #custom-options-label.invalid {
    color: #db5656;
}
#custom-options-container label#custom-options-label{
    margin: 0 0 10px 0;
}
#custom-options-container label#custom-options-checkbox-label{
    margin-bottom: 0;
    margin-top: -6px;
}
#custom-options-input {
  margin-bottom: 20px;
}

/*再入荷通知ボタン調整*/
.RestockRequest-restockRequestFabText-3JjHa{
  padding: .9rem 1.5rem !important;
  background: #000 !important;
  color: #fff !important;
  font-size: 100% !important;
}
@media screen and (max-width:768px){
  .RestockRequest-restockRequestFabText-3JjHa{
    font-size: 80% !important;
  }
}

/*==768px以下の形状*/
@media screen and (max-width:768px){
  .images .sub{
  	margin-bottom: 30px;
  }
  .product-order-exp{
  	margin-bottom: 30px;
  }
  #product .product-order h3{
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em;
  }
  #product .product-order .product-price {
    margin-bottom: 20px;
	}
  .attention-area{
	font-size: 75%;
	}
}