/* line 7, style.scss */
#voice {
  font-feature-settings: "palt";
  width: 100%;
  max-width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 14, style.scss */
#voice img {
  width: 100%;
  height: auto;
}
/* line 18, style.scss */
#voice .voice_contents {
  background-color: #fff;
}
/* line 19, style.scss */
#voice .voice_contents .voice_ttl {
  margin: 0px auto;
  padding: 50px 10px;
  background: url(../../images/voice_new/voice_ttl_bg02.png) no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
}
/* line 28, style.scss */
#voice .voice_contents .voice_ttl img {
  max-width: 715px;
}
/* line 34, style.scss */
#voice .voice_contents .contents {
  padding: 4% 0;
}
/* line 36, style.scss */
#voice .voice_contents .contents p.catch {
  font-size: 16px;
  line-height: 1.8em;
  color: #0054a4;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  /* line 48, style.scss */
  #voice .voice_contents {
    border-radius: 20px;
  }
  /* line 49, style.scss */
  #voice .voice_contents .voice_ttl {
    padding: 100px 0;
    background-size: 900px;
  }
  /* line 60, style.scss */
  #voice .voice_contents .contents p.catch {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
/* line 72, style.scss */
#voice .contents .voice_ttl_s {
  background: url(../../images/voice_new/voice_ttl_bg.png) no-repeat;
  background-size: 900px;
  background-position: center;
  margin-bottom: 20px;
}
/* line 77, style.scss */
#voice .contents .voice_ttl_s span {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
/* line 83, style.scss */
#voice .contents .ill_wrap {
  max-width: 300px;
  margin: 15px auto 40px;
}
/* line 91, style.scss */
#voice .contents .kiji_wrap {
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}

@media (min-width: 767px) {
  /* line 103, style.scss */
  #voice .contents .voice_ttl_s {
    margin-bottom: 40px;
  }
  /* line 105, style.scss */
  #voice .contents .voice_ttl_s span {
    max-width: 500px;
  }
  /* line 109, style.scss */
  #voice .contents .ill_wrap {
    max-width: 415px;
    margin: 30px auto 60px;
  }
  /* line 113, style.scss */
  #voice .contents .kiji_wrap {
    max-width: 830px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 20px;
  }
}
/* line 126, style.scss */
#voice .contents .scroll-infinity .scroll-infinity_wrap {
  display: flex;
  overflow: hidden;
}
/* line 129, style.scss */
#voice .contents .scroll-infinity .scroll-infinity_wrap .scroll-infinity_list {
  display: flex;
  list-style: none;
  padding: 0;
}
/* line 133, style.scss */
#voice .contents .scroll-infinity .scroll-infinity_wrap .scroll-infinity_list .scroll-infinity_item {
  width: 380px;
}
/* line 135, style.scss */
#voice .contents .scroll-infinity .scroll-infinity_wrap .scroll-infinity_list .scroll-infinity_item img {
  width: 100%;
}

@media (min-width: 767px) {
  /* line 150, style.scss */
  #voice .contents .scroll-infinity .scroll-infinity_wrap .scroll-infinity_list .scroll-infinity_item {
    width: 682px;
  }
}
@keyframes infinity-scroll-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* line 166, style.scss */
.scroll-infinity_list-right {
  animation: infinity-scroll-right 150s infinite linear;
}
