@charset "UTF-8";

#voice .page-title {
  margin: 40px 0;
}
#voice .content-area {
  background: linear-gradient(to bottom, #EDF7F3 0%, #fff 200px, #fff 100%);
  border-radius: 68px 68px 0 0;
  padding-top: 60px;
}
#voice .bg {
  background-image: url(../img/common/bg.png);
  background-size: 100% auto;
  background-position: center 600px;
  padding-bottom: 80px;
}
#voice .voice-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}
#voice .voice-item .img-area {
  width: 26%;
  margin-right: 30px;
  text-align: center;
}
#voice .voice-item .img-area img {
  width: 100%;
  max-width: 300px;
}
#voice .voice-item.voice-item-vertical .img-area img {
  max-width: 210px;
}
#voice .voice-item .text-area {
  width: calc(74% - 30px);
}
#voice .voice-item .text-area .name {
  font-size: 18px;
}
#voice .voice-item .text-area p {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  #voice .content-area {
    border-radius: 30px 30px 0 0;
    padding-top: 40px;
  }
  #voice .bg {
    background-image: url(../img/common/bg-sp.png);
    background-position: center top;
    background-repeat: repeat-y;
    padding-bottom: 0;
  }
  #voice .voice-item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #voice .voice-item .img-area {
    width: 100%;
    margin: 0 0 20px;
  }
  #voice .voice-item .text-area {
    width: 100%;
  }
  #voice .voice-item .text-area .name {
    font-size: 16px;
  }
  #voice .voice-item .text-area p {
    font-size: 15px;
  }
}