@charset "UTF-8";

/*お客様の声*/
.voice-btn {
  max-width: 800px;
  margin: 0px auto 30px;
  position: relative;
  text-align: center;
}

.re_cate .voice-btn p {
  background: #86b83e;
  display: block;
  padding: 20px;
  border-radius: 6px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff !important;
  box-shadow: 0 5px 0 0 #527125;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.2));
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

.re_cate .voice-btn p:hover {
  opacity: 0.6;
}

.voice-btn span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-btn span::after {
  content: "";
  display: block;
  width: 66px;
  height: 66px;
  background: url(../../common/img/tog-open.svg) no-repeat center center / 66px 66px;
  margin: -40px 0 0 20px;
}

.voice-btn .active span::after {
  background: url(../../common/img/tog-close.svg) no-repeat center center / 66px 66px;
}

.re_cate .key_icon {
  cursor: pointer;
}

.re_cate .key_icon span {
  background: url(../../common/img/open-y.svg) no-repeat right center / 20px 20px;
  display: block;
  padding: 0 30px 0 0;
}

.re_cate .key_icon .active span {
  background: url(../../common/img/close-y.svg) no-repeat right center / 20px 20px;
  display: block;
  padding: 0 30px 0 0;
}

.re_cate .key_opencont .cate_qa:last-of-type {
  margin-bottom: 30px;
}

.fs-c-productReview__reviewList {
  display: none;
}

.icon-wrap {
  position: absolute;
  left: 1%;
  bottom: 20%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #000;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 2px;
  transform: translate(-50%, -50%);
}

.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*＋、－切り替え*/
.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.fs-c-productReview__aggregateRating {
  position: relative;
}

.fs-c-aggregateRating__rating::before {
  cursor: pointer;
  padding: 15px 12px 15px 40px !important;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}