.section-brandInfo {
  margin-top: 20px;
  margin-bottom: 20px !important;
}
.brandInfo__list li:nth-child(n+4) {
  display: none;
}
.brandInfo__list > li {
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
.brandInfo__list__date {
  font-size: 11px;
  line-height: 1;
  color: #b0b1b1;
}
.brandInfo__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;
}
.brandInfo__list__text.clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  cursor: pointer;
  position: relative;
}
.brandInfo__list__text.clamped:hover {
  background-color: #f8f8f8;
}
.brandInfo__list__text.clamped::after {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fa7046;
  background: white;
  padding-left: 4px;
  cursor: pointer;
  font-weight: bold;
}
.brandInfo__list__text a {
  text-decoration: underline !important;
  text-underline-offset: .3em;
  color: #333;
  font-weight: 600;
}

/* ブランド情報特有のスタイル */
.brandInfo-label {
  display: inline-flex;
  justify-content:center;
  align-items:center;
  height:2em;
  padding:0 .5em;
  background: #f6f6f6;
  color: #666;
  border-radius: 2px;
  font-size: 10px;
  font-weight: bold;
  font-family: lato;
  letter-spacing: .088em;
  line-height: 1;
  vertical-align: middle;
  transform:scale(.85);
  transform-origin:left center;
}
.brandInfo-label-open {
  color: #fa7046;
}
.brandInfo-label-close {
  color: #666;
}
.brandInfo-label-new {
  background: #ff6b6b;
  color: white;
}

/* もっと見るボタン */
.section-brandInfo .moreListBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3em;
  font-size: 13px;
  font-weight:600;
  color: #fa7064;
}
.section-brandInfo .moreListBtn:hover {
  cursor: pointer;
  opacity: .7;
}
.section-brandInfo .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-brandInfo.-viewAll .moreListBtn {
  display: none;
}
/* デスクトップビューポート (769px以上) */
@media (min-width: 769px) {
  .brandInfo__list__text {
    font-feature-settings:
      "palt" 0,     /* プロポーショナル文字詰 */
      "pkna" 1;     /* カナのプロポーショナル調整 */
  }
  .brandInfo__list > li {
    display:flex;
    align-items:center;
  }
  .section-brandInfo.-viewAll .brandInfo__list > li {
    display:flex !important;
  }
  .brandInfo__list__date{
    order:1;
    font-size:12px;
    width:6.5em;
  }
  .brandInfo__list__text{
    order:2;
    font-size:13px;
    margin:0;
  }
}
/* モバイルビューポート (769px以下) */
@media (max-width: 769px) {
  .section-brandInfo {
    margin: 15px;
    padding: 15px !important;
    border-radius: 10px;
    border: 1px solid transparent;
  }
  .section-brandInfo .section-heading {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  }
  .section-brandInfo .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-brandInfo .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;
  }
  .brandInfo__list__text {
    text-align: left;
    font-size: 14px;
  }
  .section-brandInfo .moreListBtn {
    height: 44px;
    font-size: 14px;
    margin-bottom: -15px;
  }
  .section-brandInfo .section-heading {
    padding: 0 !important;
    margin-bottom: 8px !important;
  }
  .section-brandInfo .section-heading > span {
    font-size: 18px;
  }
  .section-brandInfo .section-heading > span br {
    display: none;
  }
  .brandInfo__list > li:last-child {
    border-bottom: none;
  }
}