@-webkit-keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes page-top-arrow {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#voice-title {
  background: url(../../img/voice/flag_l.svg) no-repeat top left/30vw, url(../../img/voice/flag_r.svg) no-repeat top right/30vw;
  text-align: center;
  padding: 5vw 0;
}

@media (min-width: 925px) {
  #voice-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: url(../../img/voice/flag_l.svg) no-repeat top left/260px, url(../../img/voice/flag_r.svg) no-repeat top right/260px;
    padding: 80px 0;
  }
}

#voice-title .text-deco {
  width: 25vw;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #voice-title .text-deco {
    width: 170px;
    margin-bottom: 0;
    margin-right: 45px;
  }
}

#voice-title h2 {
  color: #F19AB0;
  font-size: 150%;
  line-height: 1.5em;
}

@media (min-width: 925px) {
  #voice-title h2 {
    font-size: 200%;
  }
}

#voice-content {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20375%208.79%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22TOP%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M187.52%2C0C241%2C0%2C241%2C8.79%2C294.55%2C8.79c42.79%2C0%2C51.36-5.62%2C80.45-7.87V0ZM0%2C.91C29.13%2C3.16%2C37.68%2C8.79%2C80.5%2C8.79%2C134%2C8.79%2C134%2C0%2C187.52%2C0H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: top left;
  padding-top: 15vw;
  background-color: #FDF2F5;
  padding-bottom: 10vw;
}

@media (min-width: 925px) {
  #voice-content {
    padding-top: 100px;
  }
}

#voice-content .art-box {
  background-color: #fff;
  width: 90%;
  max-width: 1000px;
  padding: 5vw 0;
  margin: 0 auto 10vw;
}

@media (min-width: 925px) {
  #voice-content .art-box {
    padding: 45px 0;
    margin: 0 auto 100px;
  }
}

#voice-content .art-box article {
  width: 80%;
  margin: 0 auto 10vw;
}

@media (min-width: 925px) {
  #voice-content .art-box article {
    margin: 0 auto 50px;
  }
}

#voice-content .art-box article .title {
  background-color: #F19AB0;
  color: #fff;
  border-radius: 20px;
  padding: 5vw;
  margin-bottom: 5vw;
}

@media (min-width: 925px) {
  #voice-content .art-box article .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 25px;
    margin-bottom: 50px;
  }
}

#voice-content .art-box article .title h3 {
  font-size: 150%;
  margin-bottom: 3vw;
}

@media (min-width: 925px) {
  #voice-content .art-box article .title h3 {
    margin-bottom: 0;
    font-size: 200%;
  }
}

#voice-content .art-box article .title h3 span {
  display: block;
  font-size: 3.5vw;
  margin-bottom: 2vw;
}

@media (min-width: 925px) {
  #voice-content .art-box article .title h3 span {
    font-size: 12px;
    margin-bottom: 0;
  }
}

#voice-content .art-box article .title .date {
  text-align: right;
}

#voice-content .art-box article .text p {
  margin-bottom: 5vw;
  line-height: 1.8em;
}

@media (min-width: 925px) {
  #voice-content .art-box article .text p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

#voice-content .art-box article .text img {
  display: block;
  width: inherit;
  max-width: 100%;
  margin: 0 auto 5vw;
}

@media (min-width: 925px) {
  #voice-content .art-box article .text img {
    margin: 0 auto 40px;
  }
}

#voice-content .art-box article .text strong {
  color: #F19AB0;
}

#voice-content .art-box article .text .big {
  font-size: 150%;
}

.wave-back {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20375%208.79%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23FDF2F5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22TOP%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M187.52%2C0C241%2C0%2C241%2C8.79%2C294.55%2C8.79c42.79%2C0%2C51.36-5.62%2C80.45-7.87V0ZM0%2C.91C29.13%2C3.16%2C37.68%2C8.79%2C80.5%2C8.79%2C134%2C8.79%2C134%2C0%2C187.52%2C0H0Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100vw;
  background-position: top left;
  padding-top: 15vw;
}

@media (min-width: 925px) {
  .wave-back {
    padding-top: 100px;
  }
}
/*# sourceMappingURL=style.css.map */