@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;
}
#product_option_area .classcategory_list li {
  display: none;
}
#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;
}
#product_option_lower_area .banner {
  margin: 0 0 30px;
}
#product_option_lower_area .banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#item_detail_area #product_option_lower_area .agreementCheck {
  padding: 10px 20px 10px 15px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 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 #000;
  border-bottom: 3px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#product_option_lower_area .agreementCheck p {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  #product_option_lower_area .banner ul li {
    width: 350px;
  }
  #product_option_lower_area .banner ul li:nth-of-type(2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #product_option_lower_area .banner ul li {
    width: 165px;
  }
}
/*---------------------- detail_free_box__freearea ----------------------*/
#detail_free_box__freearea {
  text-align: center;
}
#item_detail #detail_free_box__freearea p {
  margin: 0 0 15px;
}
#item_detail #detail_free_box__freearea p.red {
  color: #F00000;
}
#item_detail #detail_free_box__freearea p.blue {
  color: #3399CC;
}
@media only screen and (min-width: 768px) {
  #sub_area .col-sm-offset-1 {
    margin-left: 0;
  }
  #sub_area .col-sm-10 {
    width: 100%;
  }
  #detail_free_box__freearea {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #detail_free_box__freearea {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*---------------------- related_product_area ----------------------*/
#related_product_area .slick-prev:before, #related_product_area .slick-next:before {
  font-size: 30px;
}
#related_product_area .angle-circle {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #related_product_area .slick-next, #related_product_area .slick-prev {
    top: -38px !important;
  }
  #related_product_area .slick-prev {
    right: 60px !important;
  }
}
@media only screen and (max-width: 767px) {
  #related_product_area .slick-next, #related_product_area .slick-prev {
    top: -17px !important;
  }
}