@charset "UTF-8";
#voice {
  background: #FFEE6F;
  padding: 7rem 0 4.5rem;
}
#voice .voice__title {
  text-align: center;
  color: #333;
  text-shadow: 0 5px 0 #fff;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.9em;
}
#voice .voice__grid {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
#voice .voice__card {
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
}
#voice .voice__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
}
#voice .voice__rating::after {
  content: "";
  display: block;
  background-size: contain;
  width: 118px;
  aspect-ratio: 124/23;
  margin-left: 15px;
}
#voice .voice__rating--5::after {
  background: url(/jp/ja/products_service/energy/lp/ouchi-de-solar-tokyo/assets/img/voice_star_5.svg) no-repeat;
  background-size: contain;
  width: 118px;
}
#voice .voice__rating--4::after {
  background: url(/jp/ja/products_service/energy/lp/ouchi-de-solar-tokyo/assets/img/voice_star_4.svg) no-repeat;
  background-size: contain;
  width: 118px;
}
#voice .voice__heading {
  font-size: 18px;
  color: #E84288;
  margin-bottom: 8px;
  margin-top: 12px;
  line-height: 1.5;
}
#voice .voice__text {
  font-weight: 400;
  font-size: 15px;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M";
}
#voice .voice__icon {
  max-width: 110px;
}
#voice .voice__card-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#voice .voice__name {
  font-size: 13px;
  text-align: right;
  font-weight: 400;
  border-top: 1px solid #DCDCDC;
  margin-top: 18px;
  padding-top: 18px;
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M";
}
#voice .voice__note {
  margin-top: 22px;
}
#voice .voice__note li {
  font-family: "游ゴシック体 Pr6N M", "Yu Gothic Pr6N M";
  font-weight: 400;
  font-size: 12px;
}
@media (min-width: 769px) {
  #voice {
    padding: 11rem 0 10rem;
  }
  #voice .voice__title {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
  #voice .voice__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #voice .voice__rating {
    font-size: 13px;
    margin-bottom: 14px;
  }
  #voice .voice__rating::after {
    width: 110px;
  }
  #voice .voice__heading {
    font-size: 16px;
  }
  #voice .voice__text {
    font-size: 14px;
  }
  #voice .voice__icon {
    max-width: 90px;
    width: 28%;
  }
  #voice .voice__name {
    font-size: 12px;
    margin-top: auto;
  }
  #voice .voice__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1001px) {
  #voice .voice__rating {
    font-size: 15px;
  }
  #voice .voice__rating::after {
    width: 120px;
  }
  #voice .voice__card-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px;
  }
  #voice .voice__name {
    font-size: 14px;
  }
  #voice .voice__icon {
    width: 23%;
    max-width: 104px;
  }
  #voice .voice__heading {
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
  #voice .voice__card-textbox {
    width: 73%;
  }
  #voice .voice__text {
    font-size: 16px;
    line-height: 1.6;
  }
}