@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
.section:nth-of-type(odd) {
  background-color: inherit;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.voice-wrap .text-box {
  background-color: #F5F1F1;
}
.voice-wrap .text-box:before {
  border-top: 12px solid #F5F1F1;
}
.voice-wrap .card {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice-wrap .card {
    margin-bottom: 100px;
  }
}