@charset "UTF-8";
/* ウェブフォント（ペン字：花鳥風月PB http://www.geocities.jp/s318shunkasyuto/ (c)TAKAYA）
---------------------------------------------------------*/
@font-face {
  font-family: "katyoufuugetupb";
  src: url("../fonts/katyoufuugetupb.eot?") format("eot"), url("../fonts/katyoufuugetupb.woff") format("woff");
}
/* お客様の声 専用
-----------------------------------------
※吹き出しなど、上書きでスタイリング系の元は
　_module.scss が多いです。
-----------------------------------------*/
.page-tit .page-tit01 img {
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
@media screen and (min-width: 768px) {
  .page-tit .page-tit01 img {
    /* タブレット：デバイス別表示設定
    --------------------------------------------*/
    width: 180px;
    height: 55px;
  }
}

.voice {
  padding: 100px 0 70px;
  background-image: url(../img/charm03.png), url(../img/charm04.png), url(../img/charm05.png), url(../img/charm06.png), url(../img/charm07.png), url(../img/charm08.png), url(../img/charm09.png), url(../img/back04.png);
  background-size: 120px 90px, 120px 90px, 35px 22px, 25px 20px, 47px 25px, 63px 56px, 103px 91px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-position: left top, right top, right 520px, right 1265px, left 185px, left 845px, right bottom, 0;
}
@media screen and (min-width: 1000px) {
  .voice {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    padding: 175px 0 70px;
    background-size: auto;
  }
}
@media screen and (min-width: 1000px) {
  .voice {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    background-position: left 0px, right 0px, left 500px, right 1500px, left 2500px, right 3500px, right bottom, 0;
  }
}
.voice article {
  background: #FFF;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  padding: 0 10px 10px;
  margin: 0 auto 40px;
  max-width: 1200px;
}
.voice article .img-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.voice article .img-wrapper img {
  display: block;
}
.voice article .impressions {
  padding: 80px 10px 10px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .voice article .impressions {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 25px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .voice article .impressions .wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 46%;
    padding: 90px 0 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .voice article .impressions .img-wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 50%;
  }
}
.voice article .impressions p {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .voice article .impressions p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    line-height: 2;
  }
}
.voice article .impressions .tit05 {
  margin: 10px 0;
}
.voice article .impressions .tit05 + p {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #000;
}
.voice article .impressions h3 {
  font-weight: bold;
  font-size: 14px;
}
.voice article .impressions h3 + p {
  margin-bottom: 1em;
}
.voice article .img {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.voice article .img .img-wrapper {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .voice article .img .img-wrapper {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    width: 23%;
  }
}
.voice article .reply {
  border-top: 2px solid #AAA;
  padding: 10px 0 15px;
  margin-top: 10px;
}
@media screen and (min-width: 1000px) {
  .voice article .reply {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    margin: 10px 15px;
  }
}
.voice article .reply h3 {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  .voice article .reply h3 + p {
    /* PC：デバイス別表示設定
    --------------------------------------------*/
    line-height: 1.8;
  }
}