/* 本文中の画像を挿絵サイズに */
.content main img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}
