<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* customer_reviews_detail */
.customer_reviews_detail .detail_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 68px;
}

.customer_reviews_detail .icon_list {
  font-size: 10px;
  font-size: 1.0rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5;
}

.customer_reviews_detail .icon_list li {
  margin-right: 10px;
  padding: .3rem .5rem;
}

.customer_reviews_detail .icon_list li.icon_new {
  background-color: #BAAB81;
  color: #fff;
}

.customer_reviews_detail .icon_list li.icon_name {
  background-color: #EEEEEE;
  color: #111;
}

.customer_reviews_detail h4, .customer_reviews_detail p, .customer_reviews_detail dt, .customer_reviews_detail dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.83;
}

.customer_reviews_detail h4 {
  margin: 18px 0 24px;
}

.customer_reviews_detail .image {
  width: 640px;
}

.customer_reviews_detail .big_image a, .customer_reviews_detail .big_image img {
  width: 100%;
}

.customer_reviews_detail .com {
  width: 500px;
}

.customer_reviews_detail .com dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  font-size: 10px;
  font-size: 1.0rem;
}

.customer_reviews_detail .com dl + dl {
  margin-top: 45px;
}

.customer_reviews_detail .com dl + p {
  margin-top: 40px;
}

.customer_reviews_detail .com dl dt {
  padding: 2px 6px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bbb;
  font-size: 10px;
  font-size: 1.0rem;
}

.customer_reviews_detail .com dl dd span {
  font-size: 10px;
  font-size: 1.0rem;
}

.customer_reviews_detail .com dl dd.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px;
}

.customer_reviews_detail .com dl dd.icon::before {
  display: inline-block;
  width: 15px;
  height: 20px;
  content: "";
  margin-right: 8px;
}

.customer_reviews_detail .com dl dd.place::before {
  width: 14px;
  background: url(../images/common/icon_place.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.customer_reviews_detail .com dl dd.tel::before {
  background: url(../images/common/icon_tel.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.customer_reviews_detail .thumbnail_list {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.customer_reviews_detail .thumbnail_list li {
  width: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.customer_reviews_detail .thumbnail_list li:last-child {
  margin-right: 0;
}

.customer_reviews_detail .link {
  display: inline-block;
  position: relative;
}

.customer_reviews_detail .link:after {
  content: "";
  width: 40px;
  height: 15px;
  background: url(../images/common/arrow_right_short.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  margin-top: 5px;
  right: -47px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.customer_reviews_detail .link:hover {
  text-decoration: underline;
}

.customer_reviews_detail .link:hover:after {
  right: -60px;
}

@media screen and (max-width: 1240px) {
  .customer_reviews_detail h4 {
    font-size: calc(14 / 1240 * 100vw);
    margin-bottom: calc(10 / 1240 * 100vw);
  }
  .customer_reviews_detail p, .customer_reviews_detail dt, .customer_reviews_detail dd {
    font-size: calc(14 / 1240 * 100vw);
  }
  .customer_reviews_detail .com dl dt,
  .customer_reviews_detail .com dl dd span {
	  font-size: calc(10 / 1240 * 100vw);
  }
  .customer_reviews_detail .com dl dd.icon {
	  margin-top: calc(10 / 1240 * 100vw);
	  font-size: calc(12 / 1240 * 100vw);
  }
  .customer_reviews_detail .image {
    width: calc(640 / 1240 * 100vw);
  }
  .customer_reviews_detail .com {
    width: calc(520 / 1240 * 100vw);
  }
  .customer_reviews_detail .com dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .customer_reviews_detail .com dl + dl {
    margin-top: calc(12 / 1240 * 100vw);
  }
  .customer_reviews_detail .com dl + p {
    margin-top: calc(40 / 1240 * 100vw);
  }
  .customer_reviews_detail .com dl dt {
    width: 100%;
  }
  .customer_reviews_detail .com dl dd {
    width: calc(400 / 1240 * 100vw);
  }
  .customer_reviews_detail .thumbnail_list {
    margin-top: calc(20 / 1240 * 100vw);
  }
  .customer_reviews_detail .thumbnail_list li {
    width: calc(120 / 1240 * 100vw);
    margin-right: calc(20 / 1240 * 100vw);
    margin-bottom: calc(20 / 1240 * 100vw);
  }
}

@media screen and (max-width: 750px) {
  .customer_reviews_detail .detail_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-bottom: calc(100 / 750 * 100vw);
  }
  .customer_reviews_detail .detail_top .big_image {
    width: 110%;
    margin: 0 -5%;
  }
  .customer_reviews_detail h4, .customer_reviews_detail p, .customer_reviews_detail dt, .customer_reviews_detail dd {
    font-size: calc(28 / 750 * 100vw);
  }
  .customer_reviews_detail .image {
    width: 100%;
  }
  .customer_reviews_detail .com {
    width: 100%;
  }
  .customer_reviews_detail .com dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .customer_reviews_detail .com dl + dl {
    margin-top: calc(40 / 750 * 100vw);
  }
  .customer_reviews_detail .com dl + p {
    margin-top: calc(40 / 750 * 100vw);
  }
  .customer_reviews_detail .com dl dt, .customer_reviews_detail .com dl dd {
    width: 100%;
  }
  .customer_reviews_detail .com dl dt, .customer_reviews_detail .com dl dd span {
    font-size: calc(20 / 750 * 100vw);
  }
  .customer_reviews_detail .com dl dd.icon {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
  .customer_reviews_detail .thumbnail_list {
    margin-top: calc(24 / 750 * 100vw);
  }
  .customer_reviews_detail .thumbnail_list li {
    width: calc(160 / 750 * 100vw);
    margin-right: calc(24 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .customer_reviews_detail .thumbnail_list li:last-child {
    margin-right: 0;
  }
}
</pre></body></html>