.section-customerVoice {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.section-customerVoice .section-heading {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section-customerVoice .section-heading > span {
  display: inline-block;
  font-weight: bold;
  color: #fa6f44;
  font-size: 15px;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
.section-customerVoice .section-heading::before{    
  content: "";
  background: url(//media.aws.locondo.jp/contents/img/pc/top/CustomerVoiceLoconnya.png);
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.customerVoice__list li:nth-child(n+4) {
  display: none;
}
.customerVoice__list > li {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.customerVoice__list__date {
  font-size: 11px;
  line-height: 1;
  color: #b0b1b1;
}
.customerVoice__list__text {
  margin-bottom: 6px;
  position: relative;
  text-align: justify;
  font-size: 12px;
  line-height: 1.7;
  color: #333;
  font-feature-settings:
    "palt" 1,     /* プロポーショナル文字詰 */
    "pkna" 1;     /* カナのプロポーショナル調整 */
  letter-spacing: .05em;
}
.customerVoice__list__text.clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  cursor: pointer;
  position: relative;
}
.customerVoice__list__text.clamped:hover {
  background-color: #f8f8f8;
}
.customerVoice__list__text.clamped::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fa7046;
  background: white;
  padding-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
.customerVoice__list__text a {
  text-decoration: underline !important;
  text-underline-offset: .2em;
  color: #333;
}
.customerVoice__list__text br{
  display:none;
}
/* もっと見るボタン */
.section-customerVoice .moreListBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  font-size: 13px;
  font-weight: 600;
  color: #fa7064;
}
.section-customerVoice .moreListBtn:hover {
  cursor: pointer;
  opacity: .7;
}
.moreListBtn:after {
  content: 'add_circle';
  font-family: 'Material Symbols Outlined';
  font-size: 18px;
  color: #fa7046;
  font-variation-settings:
    'FILL' 0,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24;
  margin-left: 2px;
}
.section-customerVoice.-viewAll .moreListBtn {
  display: none;
}
/* デスクトップビューポート (769px以上) */
@media (min-width: 769px) {
  .customerVoice__list__text {
    font-feature-settings:
      "palt" 1,     /* プロポーショナル文字詰 */
      "pkna" 1;     /* カナのプロポーショナル調整 */
    letter-spacing:.05em;
  }
}
/* モバイルビューポート (769px以下) */
@media (max-width: 769px) {
  .section-customerVoice {
    margin: 15px;
    padding: 15px !important;
    border-radius: 10px;
    border: 1px solid transparent;
  }
  .customerVoice__list__text {
    text-align: left;
    font-size: 14px;
  }
  .section-customerVoice .moreListBtn {
    height: 44px;
    font-size: 14px;
    margin-bottom: -15px;
  }
  .section-customerVoice .section-heading {
    padding: 0 !important;
    margin-bottom: 8px !important;
  }
  .section-customerVoice .section-heading > span {
    font-size: 18px;
  }
  .section-customerVoice .section-heading > span br {
    display: none;
  }
  .customerVoice__list > li:last-child {
    border-bottom: none;
  }
}