.c-detaillist__wrap:first-of-type {
  border-top: none;
}

.c-detaillist__date {
  font-size: 2rem;
  color: #959595;
}

.c-storedetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-storedetail__img {
  width: 50%;
  padding-right: 3rem;
}
.c-storedetail__text {
  width: 50%;
}

.c-storedetail__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-storedetail__place {
  font-size: 2rem;
  margin-top: 1rem;
}
.c-storedetail__place li {
  display: inline-block;
}

.c-storedetail__time {
  font-size: 1.8rem;
  padding-left: 2rem;
  margin-top: 1.5rem;
  position: relative;
}
.c-storedetail__time::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/common/icn-clock.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.c-storedetail__tel {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 2rem;
  margin-top: 1.5rem;
  position: relative;
}
.c-storedetail__tel::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../../images/common/icn-tel.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.u-tellink {
  color: var(--c-black);
  pointer-events: none;
  cursor: default;
}

.c-detail__disclosure {
  margin-top: 0;
  margin-bottom: 1rem;
}

.c-detail__evaluation {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: left;
  gap: 4rem;
  font-size: 2rem;
}
.c-detail__evaluation .helpful {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: var(--c-gray);
}
.c-detail__evaluation .really {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  color: var(--c-gray);
}
.c-detail__evaluation .num {
  display: inline-block;
  margin-left: 1rem;
}

.icn-helpful {
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-mask-image: url("../../images/common/icn-helpful.svg");
          mask-image: url("../../images/common/icn-helpful.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--c-gray);
}

.icn-really {
  display: block;
  width: 3rem;
  height: 3rem;
  -webkit-mask-image: url("../../images/common/icn-really.svg");
          mask-image: url("../../images/common/icn-really.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: var(--c-gray);
}

.c-detail__comment {
  background-color: var(--c-light);
  border-radius: 2rem;
  padding: 3rem;
}

.c-detail__comment--title {
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 2.8rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.c-detail__comment--title::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../../images/common/icn-building.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.3rem;
}

.c-detail__comment--lead {
  font-size: 2.6rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .u-tellink {
    pointer-events: auto;
    cursor: pointer;
  }
}