@charset "utf-8";

/* お客様の声 */

.free-page-main h1.title{
  border: none !important;
}

#voices li {
  min-width: 605px;
  padding: 20px 0 35px 0;
  border-bottom: solid 1px #d6e6fb;
  box-sizing: content-box;
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 800/110;
}

#voices .w01 {
  background: url(../images/voice/bg_w01.png) no-repeat 0px 20px;
}

#voices .w02 {
  background: url(../images/voice/bg_w02.png) no-repeat 0px 20px;
}

#voices .m01 {
  background: url(../images/voice/bg_m01.png) no-repeat 0px 20px;
}

#voices .m02 {
  background: url(../images/voice/bg_m02.png) no-repeat 0px 20px;
}

#voices li p {
  width: 425px;
  padding: 15px 20px;
  font-size: 13px;
  box-sizing: content-box;
}

@media screen and (max-width: 768px) {
  #voices li {
    min-width: 100%;
    background-size: 100% !important;
  }

  #voices li p {
    width: 74%;
    padding: 8px 0 10px 8px;
    font-size: 10px;
    line-height: 1.5;
  }
}