.contents h1 {
  font-family: "Dela Gothic One", cursive;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin: 100px auto;
  text-align: center;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .contents h1 {
    font-size: 26px;
  }
}
.contents p {
  font-size: 20px;
}
.contents .caption h3 {
  text-align: right;
}
.contents .caption h3 img {
  width: 20px;
}
.contents .image {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contents .image {
    display: block;
    text-align: center;
  }
}
.contents .image figure {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .contents .image figure {
    margin: 50px 0;
  }
}
.contents .image figure figcaption {
  text-align: center;
}
.contents img.img_size {
  width: 300px;
}
.contents img#logo {
  width: 200px;
}/*# sourceMappingURL=contents.css.map */