/* .voice
================================================ */
.voice {
  padding: 52px 0 63px;
}

.voice__tit {
  text-align: center;
}

.voice-article {
  margin: 55px 0 0;
}

.voice-article__tit {
  font-size: 16px;
  background-color: #F0F8FF;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.voice-article__tit--q {
  font-size: 18px;
  font-weight: bold;
  color: #1e87f0;
  margin-right: 1em;
  line-height: 1.5;
}

.voice .body {
  font-size: 16px;
  margin-top: 24px;
}

.voice .body.pl {
  padding-left: 53px;
}

.voice .body a {
  color: #1E87F0;
  text-decoration: underline;
}

.voice .body a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .voice {
    padding: 43px 0 50px;
  }
  .voice__tit {
    line-height: 1.3;
  }
  .voice-article {
    margin: 40px 0 0;
  }
  .voice-article__tit {
    padding: 9px 16px;
  }
  .voice-article__tit--q {
    font-size: 18px;
    font-weight: bold;
    color: #1e87f0;
    margin-right: 1em;
  }
  .voice .body {
    margin-top: 18px;
  }
  .voice .body.pl {
    padding-left: 0;
  }
}

.linkBack {
  text-align: right;
  margin-top: 20px;
}

.linkBack a {
  color: #1E87F0;
  text-decoration: underline;
}

.linkBack a:hover {
  text-decoration: none;
}
