.customer_review a:visited {
  color: #3b8bba;
}
span.color-orange {
  color: #ff8000;
}
.customer_review.wrp {
  max-width: 940px;
  margin: 0 auto;
}
.customer_review-category {
  margin: 40px auto;
}
.customer_review .tag {
  padding: 5px 10px;
  border-radius: 30px;
  display: inline-block;
  font-size: 14px;
  background: #fff;
  margin-bottom: 5px;
  line-height: initial;
  border: 1px solid #3b8bba;
  color: #3b8bba;
}

.customer_review-categorylink {
  padding: 1em;
  background: #fff;
}
.customer_review-categorylink .current {
  border: 1px solid #ccc;
  padding: 3px 10px;
  border-radius: 25px;
  margin-right: 2px;
  display: inline-block;
  background: #fff;
  margin: 0 0 5px 0;
  color: #ccc;
  font-size: 14px;
}
.customer_review-categorylink a:hover {
  opacity: 0.6;
}
.customer_review-categorylink a.current {
  background: #3b8bba;
  color: #fff;
}
.customer_review input {
  display: none;
}
.customer_review-box {
  background-color: #fbf3ba;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #ffffff30 10px, #ffffff30 20px);
  border-radius: 6px;
  box-shadow: 0px 5px 5px -2px rgb(0 0 0 / 20%);
  padding: 20px;
  margin-bottom: 60px;
}
.customer_review-profile {
  background: #fff;
  border-radius: 6px 6px 0 0;
  position: relative;
  min-height: 100px;
  padding: 20px;
}
.customer_review-profile .age {
  display: block;
}
.customer_review-profile dt {
  position: absolute;
  top: -40px;
  left: 50px;
  height: auto;
  overflow: hidden;
  height: calc(100% + 40px);
  width: 150px;
}
.customer_review-profile.male dt {
  background: url('/img/customer_review/male.png') no-repeat;
  background-size: 100%;
}
.customer_review-profile.female dt {
  background: url('/img/customer_review/female.png') no-repeat;
  background-size: 100%;
}
.customer_review-profile img {
  display: none;
}
.customer_review-profile dd {
  margin-left: 220px;
  margin-bottom: 5px;
}
.customer_review-txt {
  background: #fcf9e0;
  border-radius: 0 0 6px 6px;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  max-height: 140px;
  overflow: hidden;
}
.customer_review-txt p {
  max-height: 140px;
}
.customer_review-txt.open,
.customer_review-txt.open p {
  max-height: max-content;
  height: max-content;
}
.customer_review-txt.open p {
  margin-bottom: 40px;
}
.customer_review-txt .readmore {
  height: 80px;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0, #fcf9e0 80%);
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  display: none;
}
.customer_review-txt .readmore::before {
  content: '続きを読む ' '\f078';
  font-family: FontAwesome;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ff8000;
  border-radius: 20px;
  background-color: #fff;
  border: 1px solid #ff8000;
  font-size: 12px;
  width: auto;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
}
.customer_review-txt.open .readmore {
  background: none;
}
.customer_review-txt.open .readmore::before {
  content: '閉じる ' '\f077';
}
.customer_review-point {
  display: flex;
  justify-content: space-between;
}
.customer_review-point div {
  width: 48%;
}
.customer_review-point ul {
  background: #fff;
  border-radius: 6px;
  padding: 15px 0 10px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.customer_review-point ul::before {
  content: '';
  background-color: #666;
  height: 3px;
  width: calc(100% - 80px);
  position: absolute;
  top: 28px;
  left: 40px;
  z-index: 1;
}
.customer_review-point ul li {
  text-align: center;
  width: calc(100% / 6);
  font-size: 18px;
  z-index: 2;
}
.customer_review-point ul li.on {
  -webkit-text-stroke: #ff8000 4px;
  text-stroke: #ff8000 4px;
  text-align: center;
}
.customer_review-point ul li:first-of-type::after {
  content: '非常に不満';
  display: block;
  font-size: 12px;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
.customer_review-point ul li:last-of-type::after {
  content: '非常に満足';
  display: block;
  font-size: 12px;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}
