div#etoshi div.contents {
  margin: 6rem auto 24rem;
}
div#etoshi div.contents h3.title {
  font-size: 4rem;
  margin: 2rem 0 2rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 4px;
}
div#etoshi div.contents img {
  width: 100%;
}
div#etoshi div.contents p {
  font-size: 1.8rem;
  line-height: 4;
  letter-spacing: 2px;
}
@media only screen and (max-width: 740px) {
  div#etoshi div.contents p {
    font-size: 1.4rem;
    line-height: 3;
  }
}
div#etoshi div.waumbook {
  margin-bottom: 0;
}
div#etoshi div.waumbook img {
  max-width: 240px;
  display: block;
  margin: 0 auto 2rem;
}
div#etoshi div.waumbook p {
  line-height: 2;
}
div#etoshi div.contents-single {
  margin: 0;
}
div#etoshi .wrapper {
  padding: 0 1rem;
}
