.shm {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.read {
  text-align: center;
}

#voice_warp {
  padding: 10px;
  line-height: 1.6;
}
#voice_warp .item {
  border: solid 1px #B9B9B9;
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 50px;
  -webkit-box-shadow: 0px 5px 7px -1px rgba(120, 120, 120, 0.6);
          box-shadow: 0px 5px 7px -1px rgba(120, 120, 120, 0.6);
}
#voice_warp .item:not(:last-of-type) {
  margin-bottom: 50px;
}
#voice_warp h3 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #7B5B06;
}
#voice_warp p {
  padding: 30px 0;
}
#voice_warp .name {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #voice_warp .item {
    padding: 30px 15px;
    border-radius: 10px;
  }
  #voice_warp h3 {
    padding-top: 15px;
  }
  #voice_warp p {
    padding: 12px 0;
  }
}