/* voice.html
--------------------------------------------*/
#voice #lead .text {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  #voice #lead .text {
    font-size: 3.7333333333vw;
  }
}
#voice #lead .blue {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #004dac;
  margin: 24px 0;
}
@media screen and (max-width:767px) {
  #voice #lead .blue {
    font-size: 4.8vw;
    margin: 3.2vw 0;
  }
}
#voice #list ul {
  width: 100%;
  height: auto;
  overflow: auto;
}
@media print, screen and (min-width:768px) {
  #voice #list ul {
    margin-bottom: 24px;
  }
}
#voice #list ul li {
  box-sizing: border-box;
  position: relative;
  display: block;
  float: left;
  width: 460px;
  font-size: 18px;
  background: #fff9d3;
  padding: 26px 25px 30px 30px;
  margin-right: 36px;
  margin-bottom: 104px;
  border-radius: 8px;
}
@media print, screen and (min-width:768px) {
  #voice #list ul li {
    line-height: 1.67;
    height: 138px;
    margin-left: 6px;
  }
}
@media screen and (max-width:767px) {
  #voice #list ul li {
    width: 48%;
    height: 41.6vw;
    background: #fff;
    padding: 2.6666666667vw 3.2vw 3.2vw;
    margin-right: 2%;
    margin-bottom: 12vw;
    border-radius: 1.0666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  #voice #list ul li:nth-child(4) p {
    font-size: 17px;
  }
}
#voice #list ul li:nth-child(even) {
  margin-right: 0;
}
#voice #list ul li:before {
  content: "";
  position: absolute;
  right: 116px;
  bottom: -36px;
  width: 50px;
  height: 38px;
  background: url(/brand/oshiria/img/voice_fukidashi.png) no-repeat center center;
}
@media screen and (max-width:767px) {
  #voice #list ul li:before {
    right: 12.8vw;
    bottom: -4.8vw;
    width: 7.4666666667vw;
    height: 5.3333333333vw;
    background: url(/brand/oshiria/img/sp/voice_fukidashi.png) no-repeat center center;
    background-size: 7.2vw;
  }
}
@media screen and (max-width:767px) {
  #voice #list ul li .comment {
    font-size: 3.7333333333vw;
  }
}
#voice #list ul li .human {
  position: absolute;
  right: 17px;
  bottom: -72px;
}
@media screen and (max-width:767px) {
  #voice #list ul li .human {
    right: 1.0666666667vw;
    bottom: -8vw;
    width: 11.2vw;
  }
}
#voice #list ul li .old {
  display: inline-block;
  font-size: 18px;
  text-align: right;
  color: #2e9b73;
  width: 100%;
}
@media screen and (max-width:767px) {
  #voice #list ul li .old {
    font-size: 3.7333333333vw;
    width: 100%;
  }
}
#voice #list ul li .old.woman {
  color: #db4450;
}
#voice #list .caption {
  font-size: 14px;
  text-align: right;
}
@media print, screen and (min-width:768px) {
  #voice #list .caption {
    margin-top: -100px;
  }
}
@media screen and (max-width:767px) {
  #voice #list .caption {
    font-size: 2.9333333333vw;
    margin-bottom: 8vw;
  }
}

#contents {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
}
@media screen and (max-width:767px) {
  #contents {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}