@charset "utf-8";
/*---------------------- detail_wrap ----------------------*/
@media only screen and (min-width: 768px) {
  #item_photo_area {
    width: 40%;
  }
  #item_detail_area {
    width: 60%;
    padding-left: 30px;
  }
}
/*---------------------- detail_not_stock_box__description_detail ----------------------*/
#detail_not_stock_box__description_detail {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 14px;
}
#item_detail_area .item_detail .item_comment {
  margin-bottom: 20px;
}
#detail_not_stock_box__description_detail ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  #detail_not_stock_box__description_detail {
    margin: 14px 0 0;
  }
}
/*---------------------- detail_cart_box ----------------------*/
#detail_cart_box__cart_class_category_id, #product_option_area {
  margin: 0 0 20px;
}
#detail_cart_box.cart_area .classcategory_list li {
  margin-top: 10px;
}
#detail_cart_box.cart_area .classcategory_list li.title {
  margin-top: 20px;
}
#detail_cart_box.cart_area .classcategory_list li.title label {
  font-weight: 700;
}
#detail_cart_box__cart_quantity {
  margin: 30px 0 0;
}
#detail_cart_box__button_area {
  margin: 30px 0 0;
}
.has-error .form-control {
  border: 1px solid #C4CCCE;
  background: #FFF;
}
.cart_area {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  #detail_cart_box {
    padding: 0;
  }
  #detail_cart_box__cart_quantity {
    margin: 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #detail_cart_box__cart_quantity {
    margin: 30px 0 30px;
  }
}
/*---------------------- product_option_lower_area ----------------------*/
#product_option_lower_area {
  margin: 30px 0 0;
}
#item_detail_area #product_option_lower_area .agreementCheck {
  padding: 10px 20px 10px 15px;
  display: inline-block;
  background-color: rgba(0, 30, 98, 0.1);
}
#product_option_lower_area .agreementCheck #agreement {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 2px solid #999999;
}
#product_option_lower_area .agreementCheck #agreement.checked::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  left: -2px;
  width: 20px;
  height: 13px;
  margin-top: -15px;
  border-left: 3px solid #001E62;
  border-bottom: 3px solid #001E62;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#product_option_lower_area .agreementCheck p {
  display: inline-block;
  margin-left: 10px;
}