.page-nav a {
  margin: 0 auto;
}

.section {
  overflow: hidden;
}
.section__block {
  border: solid 2px #1CB9EE;
  background: url(/assets/img/common/bg_common_blue.jpg) no-repeat center/cover, #fff;
  padding: 20px 15px;
  position: relative;
  margin-bottom: 20px;
}
.section__block.is-red {
  background-image: url(/assets/img/common/bg_common_red.jpg);
  border-color: #E9463F;
}
.section__block.is-red .section__block-heading {
  color: #E9463F;
}
.section__block.is-pink {
  background-image: url(/assets/img/common/bg_common_pink.jpg);
  border-color: #EB6DA5;
}
.section__block.is-pink .section__block-heading {
  color: #EB6DA5;
}
.section__block.is-orange {
  background-image: url(/assets/img/common/bg_common_orange.jpg);
  border-color: #F08637;
}
.section__block.is-orange .section__block-heading {
  color: #F08637;
}
.section__block.is-yellow {
  background-image: url(/assets/img/common/bg_common_yellow.jpg);
  border-color: #F8B500;
}
.section__block.is-yellow .section__block-heading {
  color: #F8B500;
}
.section__block-heading {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #1CB9EE;
}
.section__block-txt {
  margin-bottom: 10px;
}
.section__block-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section__block-dl dt {
  margin-bottom: 5px;
}
.section__block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section__block-list li {
  background: #1CB9EE;
  color: #fff;
  border-radius: 30px;
  padding: 5px 8px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 5px 5px 0;
  line-height: 1;
}
.section__block-list li.is-red {
  background: #E9463F;
}
.section__block-list li.is-pink {
  background: #EB6DA5;
}
.section__block-list li.is-orange {
  background: #F08637;
}
.section__block-list li.is-yellow {
  background: #F8B500;
}
.section__block-img {
  text-align: center;
}

.voice__faq {
  margin-bottom: 20px;
}
.voice__faq dt {
  background-color: #FBE2ED;
  color: #EB6DA5;
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 500;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__faq dt span {
  font-family: "Yellowtail", cursive;
  position: relative;
  z-index: 1;
  color: #fff;
  margin-right: 20px;
  display: inline-block;
}
.voice__faq dt span::after {
  content: "";
  width: 60px;
  height: 62px;
  background: url(/assets/img/common/bg_q_pink.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.voice__profile {
  border: solid 1px;
  color: #EB6DA5;
  padding: 7px 20px;
  border-radius: 50px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice__profile dt {
  border-right: solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (min-width: 1000px) {
  .section__block {
    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: 20px 30px;
  }
  .section__block-unit {
    width: 55%;
  }
  .section__block-unit.is-small {
    width: 36%;
  }
  .section__block-img {
    width: 43%;
    max-width: 482px;
  }
  .section__block-img.is-large {
    width: 63%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    padding-left: 2%;
  }
  .voice__profile {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 999px) {
  .section__block {
    margin-bottom: 20px;
    max-width: 700px;
    margin: 0 auto 20px;
  }
  .section__block-unit {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .section__block-heading {
    font-size: 2rem;
  }
  .voice__faq dt {
    font-size: 1.8rem;
  }
  .voice__profile dt {
    font-size: 1.6rem;
  }
  .voice__profile dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .voice__profile dt {
    font-size: 2rem;
  }
}