.section-top h2 {
  text-align: center;
}
.section-top h2 img {
  max-width: 565px;
}
@media screen and (max-width: 480px) {
  .section-top h2 img {
    max-width: 282px;
  }
}
.section-top h2 + p {
  max-width: 680px;
  margin: 16px auto 0;
}
.section-top h2 + p a {
  color: #ff7f00;
  text-decoration: underline;
}
.section-top h2 + p a:hover {
  text-decoration: none;
}

.section-voice .box {
  border: 5px solid #eeeeee;
  padding: 24px;
  margin-bottom: 20px;
}
.section-voice h2 {
  border-bottom: 2px solid #ff7f00;
  padding-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .section-voice h2 {
    font-size: 20px;
  }
}
.section-voice .row {
  margin-top: 16px;
}
.section-voice h3 {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
}
.section-voice h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  background: url(/assets/img/voice/title_img.png) no-repeat center;
  background-size: contain;
  width: 36px;
  height: 29px;
}
.section-voice h3 + p {
  margin-top: 16px;
}
.section-voice .box-comment {
  display: flex;
  background: #f5f5f5;
  margin-top: 16px;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .section-voice .box-comment {
    flex-wrap: wrap;
  }
}
.section-voice .box-comment-img {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .section-voice .box-comment-img {
    width: 100%;
  }
}
.section-voice .box-comment-img img {
  max-width: 124px;
}
.section-voice .box-comment-txt {
  width: 75%;
  padding-left: 24px;
}
@media screen and (max-width: 480px) {
  .section-voice .box-comment-txt {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
}
