@charset "UTF-8";
.tpl-contents-header {
  background-image: url(/wp-content/themes/accelstars/assets/images/common/bg_contents_header1.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

#voices {
  padding: 30px 15px 60px;
}
#voices > .inner {
  max-width: 960px;
  margin: 0 auto;
}
#voices .voice {
  margin: 0 0 60px;
}
#voices .voice:last-child {
  margin: 0;
}
#voices .number {
  position: relative;
  width: 340px;
  height: 36px;
  margin: 0 0 20px;
  box-sizing: border-box;
  background: linear-gradient(45deg, #EFEFEF, #C6C1C1);
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-indent: 30px;
  font-family: "Roboto", sans-serif;
}
#voices .number::after {
  display: block;
  position: absolute;
  top: 0;
  right: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 30px 0 0;
  border-color: #C6C1C1 transparent transparent transparent;
  content: "";
}
#voices .number span {
  font-size: 3rem;
}
#voices .name {
  margin: 0 0 5px;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
#voices .profile {
  margin: 0;
  color: #222222;
  font-size: 2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
#voices .list {
  margin: 30px 0;
}
#voices .list .item {
  margin: 0 0 30px;
}
#voices .list .item:last-child {
  margin: 0;
}
#voices .list .item h3 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 50px;
  font-size: 2rem;
  font-weight: bold;
}
#voices .list .item h3::before {
  display: inline;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 4.3rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  content: "Q";
}
#voices .list .item .wrapper {
  display: flex;
}
#voices .list .item .wrapper .image {
  flex-shrink: 0;
  width: 44.7916666667%;
  margin: 0 50px 0 0;
  text-align: center;
}
#voices .list .item .wrapper .texts p {
  margin: 0 0 1em;
  font-size: 1.6rem;
}
#voices .list .item .wrapper .texts p:last-child {
  margin: 0;
}
#voices .list .item:nth-child(odd) .wrapper .image {
  order: 2;
  margin: 0;
}
#voices .list .item:nth-child(odd) .wrapper .texts {
  order: 1;
  margin: 0 50px 0 0;
}
#voices .note {
  margin: 0;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  #voices {
    padding: 30px 15px 60px;
  }
  #voices .number {
    width: auto;
    height: 30px;
    margin: 0 20px 15px 0;
    font-size: 1.3rem;
    line-height: 1.4;
    text-indent: 20px;
  }
  #voices .number::after {
    right: -20px;
    border-width: 30px 20px 0 0;
  }
  #voices .number span {
    font-size: 2rem;
  }
  #voices .name {
    font-size: 1.6rem;
  }
  #voices .profile {
    font-size: 1.4rem;
  }
  #voices .list .item {
    margin: 0 0 30px;
  }
  #voices .list .item h3 {
    margin: 0 0 15px;
    padding: 0 0 0 30px;
    font-size: 1.4rem;
  }
  #voices .list .item h3::before {
    top: -5px;
    font-size: 3rem;
  }
  #voices .list .item .wrapper {
    display: block;
  }
  #voices .list .item .wrapper .image {
    width: auto;
    margin: 0 0 15px;
  }
  #voices .list .item .wrapper .texts p {
    font-size: 1.3rem;
  }
  #voices .list .item:nth-child(odd) .wrapper .image {
    margin: 0 0 15px;
  }
  #voices .list .item:nth-child(odd) .wrapper .texts {
    margin: 0;
  }
  #voices .note {
    font-size: 1.3rem;
  }
}