.product_detail {
  margin: 40px 0;
}
.product_detail .accordion-area {
  list-style: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
.product_detail .accordion-area img{
max-width:100%;
height:auto;
}
.product_detail .accordion-area p {
  font-size: 80%;
  line-height: 160%;
}
.product_detail .accordion-area h3 {
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 3% 3%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product_detail .accordion-area h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 40%;
  right: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product_detail .accordion-area h3.close::before {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.product_detail .accordion-area > li {
  margin: 6px 0 0;
float:none!important;
}
.product_detail .accordion-area > li .box {
  display: none;
  padding: 3%;
}
.product_detail .accordion-area > li .box .link_btn {
  margin-top: 8px;
  background-color: #C63662;
  border: 1px solid #C63662;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_detail .accordion-area > li .box .link_btn:hover {
  background-color: #FFF;
  color: #C63662;
}
.product_detail .accordion-area > li .box .flex_wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product_detail .accordion-area > li .box .flex_wrapper .content_l, .product_detail .accordion-area > li .box .flex_wrapper .content_r {
  width: 48%;
}
.product_detail .accordion-area > li .box .flex_wrapper .content_r img{
width:100%;
height:auto;
}
.product_detail .accordion-area > li .box .flex_wrapper .pic {
  background-color: #ccc;
  width: 100%;
  height: 120px;
}
.product_detail .accordion-area > li .box .flex_wrapper .pic .img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_detail .fix_btn {
  z-index: 88;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  margin: 0 auto;
  background-color: #efece8;
  padding: 15px;
}
.product_detail .fix_btn .flex_wrapper {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product_detail .fix_btn .price {
  font-weight: bold;
  color: #C63662;
  font-size: 1.5em;
}
.product_detail .fix_btn .price span {
  font-size: 0.9em;
}
.product_detail .fix_btn .buy_btn {
  background-color: #C63662;
  border: 1px solid #C63662;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: center;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_detail .fix_btn .buy_btn:hover {
  background-color: #FFF;
  color: #C63662;
}/*# sourceMappingURL=product_detail-sp.css.map */

.product_detail .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
margin:0 auto 40px;
}
.product_detail .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product_detail #deliv_msg_3{
display:none;
}
#regular-product table{
width:90%;
margin:0 auto;
border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
#regular-product th,#regular-product td{
padding:6px;}
#regular-product td{
text-align:left;
border-right: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
}
#regular-product th{
border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    color: #111111;
    background-color: #eeeeee;
}
#customervoice_area h2{
text-align: center!important;
    font-size: 1.6em!important;
    font-weight: bold!important;
    padding: 10px 0!important;
    border-bottom: 1px solid #ddd!important;
    background-color: #FFF !important;
    color: #000!important;
}