<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&amp;display=swap");
html {
  scroll-padding-top: 77px; /* 固定ヘッダの高さ分 */
}
.information {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
.information__header {
  padding: 20px 0;
}
.information__header--title {
  color: #00A291;
  text-align: center;
}
.information__wrapper {
  padding: 40px 0;
  background-color: #E7EFDD;
}
.information__contents {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.soudan_nav {
  display: flex;
  justify-content: center;
}

.soudan_link {
  position: relative;
  z-index: 1;
  color: #FFF;
  cursor: pointer;
  transition-duration: .4s;
}

.soudan_link:hover {
  opacity: .7;
}

.soudan_link_btn {
  display: block;
  width: 350px;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
  border-radius: 30px;
  background-color: #E75643;
  color: #FFF !important;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}

:focus-visible {
  outline: none;
}

@media (max-width: 767.98px) {
  .information__contents {
    flex-direction: column;
  }
}
.information__contents--photo {
  width: calc(33.3333% - 20px);
  padding: 0 20px 20px 0;
}

@media (max-width: 767.98px) {
  .information__contents--photo {
    width: 100%;
    padding-right: 0;
  }
  .information__contents--photo:last-child {
    width: 100%;
  }
}
</pre></body></html>