.osusume-box {
  margin: 0px auto !important;
}

.orange-btn {
  width: 243px;
  height: 63px;
  background: linear-gradient(#FFAB76, #EB7F00);
  border-radius: 13px;
  color: white;
  text-align: center;
  line-height: 43px;
  line-height: 63px;
  border: 2px solid #ffd1d1;
  box-shadow: 0 3px 0 0 rgb(253, 221, 219);
}

.product-shousai {
  width: 590px;
  margin: 30px auto 50px;
}
@media only screen and (max-width: 769px) {
  .product-shousai {
    width: 84%;
  }
}
.product-shousai .title {
  background-color: #FDE2E2;
  font-size: 27px;
  text-align: center;
  padding: 10px 0;
}
@media only screen and (max-width: 769px) {
  .product-shousai .title {
    font-size: 22px;
  }
}
.product-shousai .img {
  width: 100%;
  margin: 30px auto;
}
.product-shousai .bun {
  font-size: 15px;
  line-height: 25px;
}

.waku .review-waku .content-open {
  display: block !important;
}/*# sourceMappingURL=product.css.map */