@charset "UTF-8";
/*
base となる記述
*/
/* ----------------------------------------
  初期設定
---------------------------------------- */
/* ---------------------------
  フォント
--------------------------- */
/* 日本語フォント */
/* リンクフォント */
/* ---------------------------
  カラー
--------------------------- */
/* ---------------------------
  レスポンシブ
--------------------------- */
/* ----------------------------------------
  body
---------------------------------------- */
html {
  scroll-behavior: smooth;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3c3c3c;
  background: #157d5b;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.no-scroll {
  overflow: hidden;
}

h2 {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 1140px) {
  h2 {
    font-size: 24px;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

section {
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
}
@media screen and (max-width: 1140px) {
  section {
    padding: 30px 0;
  }
}

.inner {
  width: 1480px;
  max-width: 95%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1190px) {
  .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 1140px) {
  .pc-nav-close {
    display: none;
  }
}

ul li ul {
  margin-top: 0 !important;
}

.page-prev p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-view {
  display: none;
}

.voice__icon {
  margin-top: 0 !important;
}

.group-custom {
  padding: 10px;
  background: #f0f4f0;
  border-radius: 6px;
}
.group-custom figure {
  margin: 0 !important;
}
.group-custom figure img {
  width: 100% !important;
}
.group-custom p {
  margin: 10px 0 !important;
}
.group-custom p.title {
  margin: 15px !important;
  padding-top: 15px;
}
.group-custom ul {
  margin: 0 !important;
}
.group-custom ul a {
  text-decoration: none;
  color: #000;
}
.group-custom .bg-white {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  margin: 0 auto 15px;
  width: 95%;
}

.block-column {
  margin: 30px 0;
}
.block-column figure {
  margin: 0 !important;
}
.block-column p {
  margin: 0 !important;
}

dd.description {
  margin: 0 !important;
}

.contents p {
  margin: 0 !important;
}