@charset "UTF-8";
/* ==========================================================================

	ページ独自スタイル

   ========================================================================== */
.box p {
  margin-bottom: 3em;
}
.box p small {
  display: block;
  font-size: 80%;
  margin-top: 1em;
}
.box h2 {
  width: 100%;
  margin-bottom: 10rem;
}
@media screen and (max-width: 812px) {
  .box h2 {
    width: 90%;
    margin: 0 auto 10rem;
  }
}
.box h2 img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
.box > img + img {
  margin-top: 3rem;
}
@media screen and (max-width: 812px) {
  .box > img + img {
    margin-top: 2rem;
  }
}
.box iframe {
  width: 100%;
  height: 40rem;
  border: none;
  margin-top: 3rem;
}
@media screen and (max-width: 812px) {
  .box iframe {
    height: 90vw;
    margin-top: 2rem;
  }
}
.box dl {
  margin-top: 1em;
  font-size: 1.3rem;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 2em;
}