#index #top-image img {
  width: 100%;
  max-height: 660px;
}
#index figcaption {
  margin-top: 17px;
  text-align: right;
  padding-right: 30px;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 300;
}
#index section {
  margin: 90px auto;
  max-width: 650px;
  width: 100%;
}
#index section p {
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.5em;
}
@media only screen and (min-width: 768px) {
  #index section p {
    font-size: 18px;
  }
}
#index h1 {
  margin-bottom: 45px;
}
#index h2 {
  margin-bottom: 45px;
}
