
section {
  padding-bottom: 6rem;
}
.section {
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  section {
    padding-bottom: 4rem;
  }
  .section {
    padding-top: 4rem;
  }
}

/*================================================
 * voice
 ================================================*/
.voiceGroup {
  margin-bottom: 100px;
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}
.voiceGroup::before {
  position: absolute;
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg-voice.jpg) no-repeat center/cover;
  opacity: 0.6;
}
.voiceGroup.pattern02::before {
  position: absolute;
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/bg-voice02.jpg) no-repeat center/cover;
  opacity: 0.6;
}

.voice_img {
  width: 40%;
}
.voice_txt {
  width: 50%;
}

.voice_txt .voice_ttl span.bg {
  display: inline-block;
  margin-right: 15px;
  background: #5580aa;
  color: #fff;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 5px;
}

.voice_txt .voice_ttl a {
  margin-left: 15px;
  position: relative;
}
.voice_txt .voice_ttl a::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -15px;
  border-top: solid 1px #2b4055;
  border-right: solid 1px #2b4055;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);

}
.voice_txt .comment {
  margin-top: 20px;
}

@media screen and (max-width:768px) {
  #voice h2 {
    margin-bottom: 10px;
  }
  #voice h3.marginB--50 {
    margin-bottom: 30px;
  }
  .voiceGroup {
    margin-bottom: 50px;
    padding: 15px 15px;
  }
  .voice_img {
    width: 100%;
  }
  .voice_txt {
    width: 100%;
  }
  .voice_txt .voice_ttl {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .voice_txt .voice_ttl span.bg,
  .voice_txt .voice_ttl span.bg-light {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 60%;
    text-align: center;
  }
}
