.under_mv {
  background: url("../images/mv_faq.jpg") center center/cover;
}
@media all and (max-width: 767px) {
  .under_mv {
    background: url("../images/mv_faq_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    padding: 47px 0;
  }
}
.under_mv .img_voice {
  position: absolute;
  right: 30px;
  bottom: -60px;
  width: 177px;
}
.under_mv .img_voice img {
  width: 100%;
}
@media all and (max-width: 767px) {
  .under_mv .img_voice {
    display: none;
  }
}

.voice_wrap .inner {
  max-width: 1000px;
}
.voice_wrap .voice_bx {
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.voice_wrap .voice_bx .img_voice {
  position: absolute;
  right: 10px;
  top: -20px;
  width: auto;
  height: 100px;
  z-index: 2;
  text-align: center;
}
.voice_wrap .voice_bx .img_voice img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.voice_wrap .voice_bx .in {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 20px 40px;
  box-sizing: border-box;
  line-height: 1.5;
}
.voice_wrap .voice_bx .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  padding: 16px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid white;
}
.voice_wrap .voice_bx .top .ymds {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.voice_wrap .voice_bx .top .stars {
  width: 116px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 5px;
  align-items: center;
}
.voice_wrap .voice_bx .txt {
  width: 80%;
}
.voice_wrap .voice_bx .img_c2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 20px;
}
@media all and (max-width: 767px) {
  .voice_wrap {
    margin-top: 50px;
  }
  .voice_wrap .voice_bx .img_voice {
    right: -10px;
    bottom: 7px;
    height: 93px;
  }
  .voice_wrap .voice_bx .in {
    padding: 10px 20px;
  }
  .voice_wrap .voice_bx .top .stars {
    width: 84px;
  }
  .voice_wrap .voice_bx .top .ymd {
    font-size: 1.4rem;
  }
  .voice_wrap .voice_bx .txt {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .voice_wrap .voice_bx .img_c2 {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

.pagenate_wrap {
  margin-top: 40px;
  text-align: center;
}
.pagenate_wrap .in {
  display: inline-block;
}
.pagenate_wrap .pagenation, .pagenate_wrap .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
}
.pagenate_wrap .pagenation a, .pagenate_wrap .pagenation span, .pagenate_wrap .nav-links a, .pagenate_wrap .nav-links span {
  display: block;
  text-decoration: none;
}
.pagenate_wrap .page-numbers {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: 4px 0 0 0;
  color: #3A4856;
  transition: all 0.3s ease;
}
.pagenate_wrap .page-numbers:hover {
  color: white;
  background: #6795BB;
}
.pagenate_wrap .current {
  color: white;
  background: #6795BB;
}
.pagenate_wrap .next, .pagenate_wrap .prev {
  text-indent: -9999px;
  width: 29px;
  height: 24px;
  border-radius: 0;
}
.pagenate_wrap .next:hover, .pagenate_wrap .prev:hover {
  color: white;
  background: none;
}
.pagenate_wrap .next {
  background: url("../images/arw_nx.png") center right 5px no-repeat;
  background-size: 24px auto;
  transition: all 0.3s ease;
}
.pagenate_wrap .next:hover {
  background: url("../images/arw_nx.png") center right 0 no-repeat;
  background-size: 24px auto;
}
.pagenate_wrap .prev {
  background: url("../images/arw_pr.png") center left 5px no-repeat;
  background-size: 24px auto;
  transition: all 0.3s ease;
}
.pagenate_wrap .prev:hover {
  background: url("../images/arw_pr.png") center left 0 no-repeat;
  background-size: 24px auto;
}

/*# sourceMappingURL=voice.css.map */
