<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#top_omoi {
  width: 100%;
  margin: 0 auto 40px;
}
#top_omoi h3 {
  font-feature-settings: "palt";
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 32px;
  font-weight: bold;
  text-shadow: 2px 2px 2px lightgray;
  line-height: 1.3;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #top_omoi h3 {
    font-size: 30px;
  }
}
#top_omoi h4 {
  line-height: 1.6;
  margin: 0.3rem auto 1em;
  font-size: 14px;
}
#top_omoi .message {
  width: 350px;
  margin: 1em 0 0 -70px;
  text-align: justify;
  display: inline-block;
}
@media (max-width: 768px) {
  #top_omoi .message {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}
#top_omoi img.main {
  width: 100%;
  max-width: 356px;
  vertical-align: top;
}

.link-button {
  max-width: 360px;
  line-height: 40px;
  background-color: #007010;
  text-align: center;
  border-radius: 10px;
}

.link-button a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.link-button a:hover {
  color: yellow;
}

dl.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

dl.list dt {
  width: 5.5em;
  font-weight: bold;
  color: #06559E;
}

dl.list dd {
  margin-bottom: 0.7em;
  width: 490px;
}

@media (max-width: 768px) {
  dl.list dd, dl.list dt {
    width: 100%;
    margin: 0 0 0.5em 0;
  }
}
.link {
  list-style: none;
}
.link li {
  margin-bottom: 20px;
}/*# sourceMappingURL=top.css.map */</pre></body></html>