.p-voice__ttl {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-voice__ttl::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../img/common/icn_tree.svg) no-repeat center/contain;
}

.p-voice__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 9.6rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice__list {
    display: block;
  }
}

.p-voice__item {
  width: 47rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    width: auto;
  }
  .p-voice__item + .p-voice__item {
    margin-top: 8rem;
  }
}

.p-voice__inner .p-voice__ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-voice__inner .p-voice__ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 2rem;
  }
}
.p-voice__inner .p-voice__ttl::before {
  width: 1.4rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__inner .p-voice__ttl::before {
    width: 1.2rem;
    height: 2.4rem;
  }
}
.p-voice__inner .p-voice__txt {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0.012em;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .p-voice__inner .p-voice__txt {
    font-size: 1.3rem;
    line-height: 2.1538461538;
  }
}

.p-voice__attribute {
  font-size: 1.2rem;
  line-height: 1.1666666667;
  margin-top: 3.2rem;
}
.p-voice__attribute li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-voice__attribute li + li {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__attribute {
    display: flex;
    gap: 1rem 3rem;
    flex-wrap: wrap;
  }
  .p-voice__attribute li + li {
    margin-top: 0;
  }
}
.p-detail .p-voice__attribute {
  display: flex;
  gap: 1rem 3rem;
  flex-wrap: wrap;
}
.p-detail .p-voice__attribute li + li {
  margin-top: 0;
}

.p-voice__link {
  font-size: 1.6rem;
  line-height: 1.25;
  display: block;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(118, 133, 124, 0.5);
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-voice__link {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 2rem;
    padding-top: 2.2rem;
  }
}
.p-voice__link span {
  display: inline-block;
  padding-right: 3rem;
  position: relative;
}
.p-voice__link span::after {
  content: "";
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../img/common/icn_link.svg) no-repeat center/contain;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-voice__link span::after {
    top: -0.2rem;
  }
}

.l-post .p-voice__ttl {
  padding-left: 3.6rem;
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 2rem;
}
.l-post .p-voice__ttl::before {
  width: 2.4rem;
  height: 4.8rem;
}
.l-post .p-voice__attribute {
  margin-top: 3.2rem;
}

.p-comment {
  margin-top: 4.8rem;
  background-color: #f2eee8;
  padding: 3.2rem 2.4rem;
}
.p-comment p {
  font-size: 1.5rem;
  line-height: 1.8;
}

.p-comment__ttl {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 600;
  margin-bottom: 2rem;
}
/*# sourceMappingURL=voice.css.map */