.user_voice {
  background: url(/defaultShop/zekkei1/img2019/bg_user_voice01.jpg) no-repeat center top;
  background-size: cover;
  padding: 94px 0 100px;
}
@media screen and (max-width: 767px) {
  .user_voice {
    background: url(/defaultShop/zekkei1/img2019/bg_user_voice01_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 31px 25px 40px;
  }
}

.user_voice_box {
  margin: auto;
  width: 1040px;
}
.user_voice_box .caution {
  color: #fff;
  font-size: 16px;
  letter-spacing: normal;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .user_voice_box {
    width: 100%;
  }
  .user_voice_box .caution {
    color: #356BAA;
    margin-top: 9px;
  }
}

.user_voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 57px 0 0;
}
.user_voice_list li {
  background: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 33px 31px 20px;
  width: 496px;
}
.user_voice_list li .detail {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.6;
}
.user_voice_list li .detail span {
  font-weight: bold;
}
.user_voice_list li .user {
  border-top: dotted 2px #C4C4C4;
  color: #C62929;
  font-size: 24px;
  text-align: right;
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .user_voice_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
  }
  .user_voice_list li {
    margin-bottom: 20px;
    padding: 22px 20px 12px;
    width: 100%;
  }
  .user_voice_list li .detail {
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 1.6;
  }
  .user_voice_list li .detail span {
    font-weight: bold;
  }
  .user_voice_list li .user {
    border-top: dotted 2px #C4C4C4;
    font-size: 16px;
    padding-top: 6px;
  }
}


