@charset "UTF-8";
/*子ページ共通*/
.subpageTitle01 {
  background-image: url(../images/bg_index01.png);
}

.subpageTitle01 img {
  width: 257px;
  height: 106px;
}

.subpageContent02 {
  padding: 30px 0 50px;
}

.subpageContent02 .container {
  max-width: 870px;
}

/*お客様の声*/
.heading {
  text-align: center;
  margin-bottom: 30px;
}
.heading__inner {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .heading__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.heading__text {
  color: #555;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .heading__text {
    font-size: 14px;
  }
}
.heading__img--01 {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .heading__img--01 {
    width: 50px;
    margin-right: 0;
  }
}
.heading__img--02 {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .heading__img--02 {
    width: 50px;
    margin-left: 0;
  }
}
.heading__img--03 {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .heading__img--03 {
    margin-top: 20px;
    width: 100%;
  }
}
.heading__memo {
  font-size: 11px;
}

.commentList {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #555;
}
@media screen and (max-width: 650px) {
  .commentList {
    width: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .commentList {
    width: 100%;
    margin: auto;
  }
}
.commentList::before, .commentList::after {
  content: "";
  display: block;
  width: calc(33.3333333333% - 7px);
}
.commentList::before {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.commentList__item {
  width: calc(33.3333333333% - 7px);
  margin-bottom: 20px;
  border: 1.5px solid #57bdfb;
  padding: 20px 10px 10px;
}
@media screen and (max-width: 650px) {
  .commentList__item {
    width: 100%;
  }
}
.commentList__item > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.commentList__item > div img {
  width: 50px;
  margin-right: 10px;
}
.commentList__item > div p {
  font-weight: bold;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  .commentList__item > div p {
    font-size: 14px;
  }
}
.commentList__item > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.commentList__item > ul li {
  color: #cccccc;
  font-size: 20px;
  line-height: 1;
}
.commentList__item > ul li.-on {
  color: #ffb900;
}
.commentList__item > p {
  text-align: left;
}
.commentList__item > p:nth-of-type(1) {
  min-height: 10em;
  margin-top: 15px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .commentList__item > p:nth-of-type(1) {
    min-height: auto;
  }
}
.commentList__item > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .commentList__item > p:nth-of-type(2) {
    margin-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */