#home main section.c_review {
  overflow: hidden;
  padding: 80px 0 20px 0;
  background-image: url(../img/yokozuna_bg_wagara.png);
  background-position: left top;
  background-size: 190px 252px;
  background-attachment: fixed;
}
@media screen and (max-width: 599px) {
  #home main section.c_review {
    padding: 20px 10px 5px 10px;
  }
}

#home main section.c_review .wrapper {
  color: #FFF;
  position: relative;
  margin: auto;
  width: 920px;
}
@media screen and (max-width: 599px) {
  #home main section.c_review .wrapper {
    width: 100%;
  }
}
#home main section.c_review .wrapper h2 {
  padding-bottom: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}
#home main section.c_review .wrapper h3 {
  text-align: right;
  /*text-align: center;*/
}
#home main section.c_review .wrapper p {
  /*margin-top: 2em;*/
  line-height: 1.6;
}
#home main section.c_review .wrapper p:last-child {
  /*margin-bottom: 0;*/
}