@font-face {
  font-family: "notoSans400";
  src: url("../font/NotoSansJP-Regular.woff");
}
@font-face {
  font-family: "notoSans500";
  src: url("../font/NotoSansJP-Medium.woff");
}
@font-face {
  font-family: "NotoSans700";
  src: url("../font/NotoSansJP-Bold.woff");
}
@media screen and (min-width: 961px) {
  .single-voice {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice {
    padding: 50px 0 100px;
  }
}

.single-voice__inner {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.single-voice__title {
  text-align: center;
  color: #08458C;
}
@media screen and (min-width: 961px) {
  .single-voice__title {
    font-size: 25px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__title {
    font-size: 21px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
  }
}

@media screen and (min-width: 961px) {
  .single-voice__edit {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__edit {
    margin-top: 40px;
  }
}

@media screen and (min-width: 961px) {
  .single-voice__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__wrap {
    display: block;
    margin-bottom: 40px;
  }
}

.single-voice__imageWrap {
  max-width: 400px;
}

.single-voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #E4EBF2;
}
@media screen and (min-width: 961px) {
  .single-voice__box {
    width: calc(100% - 425px);
    margin-left: 25px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__box {
    padding: 20px;
  }
}

.single-voice__link {
  text-decoration: underline;
}

.single-voice__text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  line-height: 1.86;
}
.single-voice__text.--bold {
  margin-bottom: 5px;
}
@media screen and (min-width: 961px) {
  .single-voice__text.--bold {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__text.--bold {
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
}
.single-voice__text.--textarea {
  margin-top: 20px;
}
.single-voice__text.--textarea a {
  text-decoration: underline;
  color: #08458C;
}

.single-voice__list {
  counter-reset: number 0;
}

.single-voice__Item {
  position: relative;
}
.single-voice__Item:nth-child(n+2) {
  margin-top: 20px;
}

.single-voice__ttl {
  position: relative;
  line-height: 1.35;
}
.single-voice__ttl:before {
  content: "";
  width: 5px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #08458C;
}
.single-voice__ttl:after {
  counter-increment: number 1;
  content: "Q" counter(number);
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .single-voice__ttl:after {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__ttl:after {
    font-size: 16px;
  }
}
@media screen and (min-width: 961px) {
  .single-voice__ttl {
    padding: 10px 0 0 60px;
    font-size: 18px;
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__ttl {
    padding: 10px 0 0 40px;
    font-size: 16px;
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
  }
}

.single-voice__answer {
  line-height: 1.86;
}
@media screen and (min-width: 961px) {
  .single-voice__answer {
    padding-left: 60px;
  }
}
.single-voice__reply {
  background-color: #E4EBF2;
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .single-voice__reply {
    width: calc(100% - 60px);
    margin-left: 60px;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__reply {
    padding: 20px;
  }
}

.single-voice__replyHead {
  display: inline-block;
  color: #fff;
  background-color: #08458C;
  padding: 8px 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.single-voice__replyText {
  line-height: 1.86;
}

.single-voice__sheetWrap {
  position: relative;
  margin: 0 auto;
  border: 1px solid #707070;
}
@media screen and (min-width: 961px) {
  .single-voice__sheetWrap {
    max-width: 628px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__sheetWrap {
    max-width: 540px;
    margin-top: 40px;
  }
}
.single-voice__sheetWrap:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 14px;
  background: url("../img/voice/icon_plus.png") no-repeat center/contain;
}
@media screen and (min-width: 961px) {
  .single-voice__sheetWrap:after {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__sheetWrap:after {
    width: 18px;
    height: 18px;
  }
}

.single-voice__thanks {
  border: 1px solid #08458C;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .single-voice__thanks {
    margin: 50px auto 100px;
    padding: 17px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__thanks {
    margin: 50px auto;
    padding: 14px;
  }
}

@media screen and (min-width: 961px) {
  .single-voice__thanksText {
    font-family: NotoSans700, sans-serif;
    font-weight: 700;
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__thanksText {
    font-family: notoSans500, sans-serif;
    font-weight: 500;
    font-size: 16px;
  }
}

.single-voice__moveGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 961px) {
  .single-voice__moveGroup {
    max-width: 680px;
    margin: 100px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__moveGroup {
    max-width: 480px;
    margin: 50px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 961px) {
  .single-voice__moveWrap {
    width: 48%;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__moveWrap {
    width: 100%;
    margin: 10px;
  }
}

.single-voice__move {
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #F4F4F4;
}
@media screen and (min-width: 961px) {
  .single-voice__move {
    padding: 20px 10px;
    font-size: 18px;
  }
  .single-voice__move:hover {
    color: #fff;
    background-color: #08458C;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__move {
    padding: 10px;
  }
  .single-voice__move:nth-child(n+2) {
    margin-bottom: 15px;
  }
}
.single-voice__move.--prev:after {
  content: "";
  width: 8px;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 10px;
  right: inherit;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
          mask: url("../img/common/icon_arrow.svg") no-repeat center/contain;
}

@media screen and (min-width: 961px) {
  .single-voice__buttonWrap {
    max-width: 280px;
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__buttonWrap {
    max-width: 200px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 961px) {
  .single-voice__button {
    height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .single-voice__button {
    height: 45px;
  }
}