.m-box_customervoice {
  background-position: 50% 64px;
}

.m-box_customervoice_title {
  margin-top: 102px;
  color: #fac92b;
}

.m-box_customervoice_title::before, .m-box_customervoice_title::after {
  background-image: url('../images/icn-simbol.png');
}

.mVoice-contents_holder {
  background-color: #FFF;
  padding: 100px 40px 84px;
  margin-top: 70px;
}

.mVoice-contents_wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 60px);
  margin-right: -60px;
  margin-bottom: -44px;
}

.mVoice-contents_wraper > * {
  min-height: 1px;
  max-width: 100%;
}

.mVoice-contents {
  width: 370px;
  margin-right: 60px;
  margin-bottom: 44px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s, transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  color: #000;
}

.no-msie .mVoice-contents {
  -webkit-transform: translateY(3vh);
          transform: translateY(3vh);
}

.mVoice-contents.js-status-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mVoice-contents:nth-of-type(2n) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.mVoice-author_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 24px;
  letter-spacing: 0.01em;
  color: #e25b5b;
  position: relative;
  padding-left: 104px;
  min-height: 90px;
}

[data-gender="male"] .mVoice-author_holder {
  color: #028fd6;
}

.mVoice-author_holder::before {
  content: "";
  display: block;
  width: 72px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../images/icn-nowoman.png');
  position: absolute;
  left: 0;
  top: 0;
}

[data-gender="male"] .mVoice-author_holder::before {
  background-image: url('../images/icn-noman.png');
}

.mVoice-author_icon {
  display: block;
}

.mVoice-context {
  margin-top: 0.916em;
  font-size: 24px;
  line-height: 1.875;
  text-align: justify;
  text-justify: inter-ideograph;
}

.mVoice-context .-border {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 92%, #000 0%);
  display: inline;
  padding-bottom: 4px;
}

.windows .mVoice-context .-border,
.msie .mVoice-context .-border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 94%, #000 0%);
  padding-bottom: 0;
}

.m-box_promotion {
  padding-bottom: 114px;
}
