@charset "UTF-8";
/* default
----------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

:focus {
  outline: none;
}

a,
a:visited,
.hover {
  color: #333333;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}

.fontEn {
  font-family: "Audiowide", cursive;
}

.inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
}
.inner.xl {
  max-width: 1400px;
}
.inner.lg {
  max-width: 1340px;
}
.inner.sm {
  max-width: 1020px;
}
.inner.xs {
  max-width: 780px;
}
@media screen and (max-width: 960px) {
  .inner {
    padding-left: 4.2666666667%;
    padding-right: 4.2666666667%;
  }
}

@media screen and (max-width: 960px) {
  .spNone {
    display: none;
  }
}

.pcNone {
  display: none;
}
@media screen and (max-width: 960px) {
  .pcNone {
    display: block;
  }
}

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

#container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1440px;
  padding-top: 80px;
  margin: 0 auto;
}

#sideMenu {
  width: 240px;
  background-color: #e5e5e5;
}
@media screen and (max-width: 960px) {
  #sideMenu {
    display: none;
  }
}
#sideMenu .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  color: #ffffff;
  background-color: #2f5d89;
}
#sideMenu .heading a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
#sideMenu ul li {
  border-bottom: solid 1px #cbcbcb;
}
#sideMenu ul li a {
  display: flex;
  align-items: center;
  height: 75px;
  padding-left: 24px;
  font-weight: bold;
  text-align: left;
}

#contentBody {
  width: calc(100% - 240px);
}
@media screen and (max-width: 960px) {
  #contentBody {
    width: 100%;
  }
}

.columnCats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 14px;
}
.columnCats a {
  color: #2f5d89;
  text-decoration: none;
}
.columnCats .separator {
  color: #cbcbcb;
}
.columnCats .is-active {
  font-weight: bold;
}

.columnList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pagination {
  margin-top: 32px;
}
#contentBody.pageType .contArticle .pagination .nav-links,
#contentBody.pageType .contArticle .pagination .page-numbers,
.pagination .nav-links,
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#contentBody.pageType .contArticle .pagination .page-numbers li,
.pagination .page-numbers li {
  position: static;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#contentBody.pageType .contArticle .pagination .page-numbers li::before,
.pagination .page-numbers li::before {
  content: none;
}
.pagination a.page-numbers {
  color: #2f5d89;
  text-decoration: underline;
}
.pagination .page-numbers .current {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

.columnCard {
  display: flex;
  gap: 16px;
  padding: 16px;
  background-color: #ffffff;
  border: solid 1px #cbcbcb;
  border-radius: 12px;
}

.columnCard__thumb {
  flex: 0 0 160px;
  width: 160px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
}
.columnCard__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.columnCard__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
}

.columnCard__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0;
}
.columnCard__title a {
  color: inherit;
  text-decoration: none;
}

#contentBody.pageType .contArticle .columnCard__title {
  margin-top: 0;
  margin-bottom: 0;
}

.columnCard__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
.columnCard__meta time,
.columnCard__meta .columnCard__cats,
.columnCard__meta a {
  font-size: 12px;
}
.columnCard__meta a {
  text-decoration: underline;
}

.articleMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
}
.articleMeta time,
.articleMeta .articleMeta__cats,
.articleMeta a {
  font-size: 12px;
}
.articleMeta a {
  text-decoration: underline;
}

#contentBody.pageType .contArticle .columnCard__excerpt {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333333;
}

.columnCard__more {
  margin-top: auto;
  text-align: right;
  font-size: 13px;
}
.columnCard__more a {
  color: #2f5d89;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .columnCats {
    margin-bottom: 16px;
    font-size: 13px;
  }
  .columnCard {
    flex-direction: column;
  }
  .columnCard__thumb {
    width: 100%;
    height: 180px;
  }
  .columnCard__more {
    text-align: left;
  }
}
.btn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #2f5d89;
  border-radius: 25px;
}

.btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  width: 100%;
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #0b2a4a;
  background-color: #f1b605;
  border-radius: 8px;
}
.btn02.frame a {
  color: #0b2a4a;
  background-color: transparent;
  border: solid 2px #f1b605;
  border-radius: 8px;
}

#secAccess {
  padding: 90px 0 110px;
}
@media screen and (max-width: 960px) {
  #secAccess {
    padding: 60px 0 80px;
  }
}
#secAccess .address span:nth-of-type(1) {
  margin-right: 1em;
}
#secAccess .rootList {
  margin-top: 1.5em;
}
#secAccess .rootList li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
#secAccess .rootList li + * {
  margin-top: 0.5em;
}
#secAccess .rootList li::before {
  content: "■";
}
#secAccess .map {
  margin-top: 36px;
}
#secAccess .btn01 {
  margin-top: 36px;
}
#secAccess .btn01 a {
  margin: 0 auto;
}

.pageBody--access #secAccess {
  padding-top: 2em;
}
@media screen and (max-width: 960px) {
  .pageBody--access #secAccess {
    padding-top: 2em;
  }
}

#pageHeader {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-color: #e5e5e5;
}
#pageHeader .pageTitle {
  position: relative;
  z-index: 3;
  font-size: 36px;
}
@media screen and (max-width: 960px) {
  #pageHeader .pageTitle {
    font-size: 24px;
  }
}
#pageHeader.has-eyecatch {
  background-color: transparent;
}
#pageHeader.has-eyecatch .pageTitle {
  color: #ffffff;
}
#pageHeader .pageHeader__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
#pageHeader .pageHeader__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#pageHeader .pageHeader__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.contHeading {
  min-height: 50px;
  padding: 0.65em 20px 0.75em;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  background-image: linear-gradient(60deg, #0b2a4a, #2f5d89);
}
@media screen and (max-width: 960px) {
  .contHeading {
    min-height: 46px;
    font-size: 16px;
  }
}

#secContact {
  margin-top: 0;
  padding: 90px 0 110px;
  background-image: linear-gradient(60deg, #0b2a4a, #2f5d89);
}
@media screen and (max-width: 960px) {
  #secContact {
    margin-top: 0;
    padding: 60px 0 80px;
  }
}
#secContact * {
  color: #ffffff;
}
#secContact .secTitle {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #secContact .secTitle {
    font-size: 22px;
  }
}
#secContact .lead {
  margin-top: 54px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #secContact .lead {
    margin-top: 36px;
  }
}
#secContact .contactList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #secContact .contactList {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
#secContact .contactList > * {
  width: calc((100% - 30px) / 2);
  height: 84px;
}
@media screen and (max-width: 960px) {
  #secContact .contactList > * {
    width: 100%;
    max-width: 360px;
  }
}
#secContact .contactList .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  line-height: 1;
  border: solid 2px #f1b605;
  border-radius: 8px;
}
#secContact .contactList .tel a::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 3/4;
  background-image: url("../img/icon_tel01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#secContact .contactList .tel a > span span {
  display: block;
  font-weight: bold;
}
#secContact .contactList .tel a > span span:nth-of-type(1) {
  font-size: 28px;
}
#secContact .contactList .tel a > span span:nth-of-type(2) {
  margin-top: 8px;
  font-size: 14px;
}
#secContact .contactList .mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  line-height: 1;
  background-color: #f1b605;
  border-radius: 8px;
}
#secContact .contactList .mail a::before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 4/3;
  background-image: url("../img/icon_mail01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#secContact .contactList .mail a span {
  font-weight: bold;
  line-height: 1.2;
}

.pageBody--fee #secContact {
  margin-top: 150px;
}
@media screen and (max-width: 960px) {
  .pageBody--fee #secContact {
    margin-top: 90px;
  }
}

.breadcrumb {
  padding: 1.5em 0;
  font-size: 10px;
  font-weight: bold;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.breadcrumb .breadcrumb__list a {
  text-decoration: underline;
}
.breadcrumb .breadcrumb__list li {
  position: static;
  padding-left: 0;
  text-indent: 0;
}
.breadcrumb .breadcrumb__list li::before {
  content: none;
}
.breadcrumb .breadcrumb__list li + * {
  margin-left: 0.5em;
}
.breadcrumb .breadcrumb__list li + *::before {
  content: "＞";
  margin-right: 0.3em;
}

#contentBody.pageType .breadcrumb .breadcrumb__list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: none;
}
#contentBody.pageType .breadcrumb .breadcrumb__list li {
  position: static;
  margin-top: 0;
  padding-left: 0;
  text-indent: 0;
  counter-increment: none;
}
#contentBody.pageType .breadcrumb .breadcrumb__list li::before {
  content: none;
}
#contentBody.pageType .breadcrumb .breadcrumb__list li + *::before {
  content: "＞";
  margin-right: 0.3em;
}

.contArticle {
  padding-bottom: 90px;
}

#bodyHeader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 0 40px;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  #bodyHeader {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #bodyHeader {
    padding: 0 10px;
  }
}
#bodyHeader .headerInner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  height: 80px;
  margin: 0 auto;
  container-type: inline-size;
}
@media screen and (max-width: 960px) {
  #bodyHeader .headerInner {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  #bodyHeader .headerInner {
    padding-right: 54px;
  }
}
#bodyHeader .siteTitle a {
  display: block;
}
#bodyHeader .siteTitle a span {
  display: block;
  line-height: 1;
  color: #0b2a4a;
}
#bodyHeader .siteTitle a span:nth-of-type(1) {
  margin-bottom: 0.75em;
  font-size: 1.0294117647cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader .siteTitle a span:nth-of-type(1) {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteTitle a span:nth-of-type(1) {
    font-size: 10px;
  }
}
#bodyHeader .siteTitle a span:nth-of-type(2) {
  font-size: 1.6176470588cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader .siteTitle a span:nth-of-type(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #bodyHeader .siteTitle a span:nth-of-type(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader #gnav {
    position: fixed;
    top: 80px;
    right: 0;
    overflow: scroll;
    width: 240px;
    height: calc(100svh - 80px);
    padding-bottom: 80px;
    background-color: #ffffff;
    transform: translateX(100%);
    transition: ease 0.4s;
  }
  #bodyHeader #gnav.on {
    transform: translateX(0);
  }
}
#bodyHeader #gnav > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  font-size: 1.1764705882cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader #gnav > ul {
    flex-direction: column;
    gap: 0;
    font-size: 16px;
  }
}
#bodyHeader #gnav > ul a {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #bodyHeader #gnav > ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
  }
}
#bodyHeader #gnav .spnav {
  display: none;
}
@media screen and (max-width: 960px) {
  #bodyHeader #gnav .spnav {
    display: block;
  }
  #bodyHeader #gnav .spnav .heading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #ffffff;
    background-color: #2f5d89;
  }
  #bodyHeader #gnav .spnav ul li {
    border-bottom: solid 1px #cbcbcb;
  }
  #bodyHeader #gnav .spnav ul li a {
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
    padding-left: 24px;
    font-weight: bold;
    text-align: left;
  }
}
#bodyHeader .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.7647058824cqw;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #bodyHeader .contact {
    gap: 10px;
  }
}
#bodyHeader .contact .tel a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5147058824cqw;
}
@media screen and (max-width: 768px) {
  #bodyHeader .contact .tel a {
    width: 44px;
    height: 44px;
    justify-content: center;
    border: solid 2px #f1b605;
    border-radius: 4px;
  }
}
#bodyHeader .contact .tel a::before {
  content: "";
  display: block;
  width: 2.2058823529cqw;
  aspect-ratio: 3/4;
  background-image: url("../img/icon_tel01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 960px) {
  #bodyHeader .contact .tel a::before {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  #bodyHeader .contact .tel a > span {
    display: none;
  }
}
#bodyHeader .contact .tel a > span span {
  display: block;
  font-weight: bold;
}
#bodyHeader .contact .tel a > span span:nth-of-type(1) {
  font-size: 2.0588235294cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader .contact .tel a > span span:nth-of-type(1) {
    font-size: 18px;
  }
}
#bodyHeader .contact .tel a > span span:nth-of-type(2) {
  margin-top: 0.5em;
  font-size: 0.8823529412cqw;
}
@media screen and (max-width: 960px) {
  #bodyHeader .contact .tel a > span span:nth-of-type(2) {
    font-size: 7.5px;
  }
}
#bodyHeader .contact .mail a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8823529412cqw;
  height: 44px;
  padding: 0 1.4705882353cqw;
  font-size: 1.3235294118cqw;
  font-weight: bold;
  color: #0b2a4a;
  background-color: #f1b605;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #bodyHeader .contact .mail a {
    justify-content: center;
    width: 44px;
    padding: 0;
  }
  #bodyHeader .contact .mail a span {
    display: none;
  }
}
#bodyHeader .contact .mail a::before {
  content: "";
  display: block;
  width: 1.9852941176cqw;
  aspect-ratio: 27/20;
  background-image: url("../img/icon_mail01.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #bodyHeader .contact .mail a::before {
    width: 24px;
  }
}
#bodyHeader .navbtn {
  display: none;
}
@media screen and (max-width: 960px) {
  #bodyHeader .navbtn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 44px;
    height: 44px;
    border: none;
    background-color: #2f5d89;
    border-radius: 4px;
    transform: translateY(-50%);
    color: #333333;
    text-decoration: none;
    transition: opacity 0.4s;
    cursor: pointer;
  }
  #bodyHeader .navbtn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  #bodyHeader .navbtn {
    right: 10px;
  }
}
@media screen and (max-width: 960px) {
  #bodyHeader .navbtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: ease 0.4s;
  }
  #bodyHeader .navbtn span::before, #bodyHeader .navbtn span::after {
    content: "";
    position: absolute;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: ease 0.4s;
  }
  #bodyHeader .navbtn span::before {
    top: 0;
    transform: translate(-50%, -8px);
  }
  #bodyHeader .navbtn span::after {
    bottom: 0;
    transform: translate(-50%, 8px);
  }
}
#bodyHeader .navbtn.on span {
  background-color: transparent;
}
#bodyHeader .navbtn.on span::before {
  transform: translate(-50%, 0) rotate(30deg);
}
#bodyHeader .navbtn.on span::after {
  transform: translate(-50%, 0) rotate(-30deg);
}

#key {
  width: 100%;
  background-color: #e5e5e5;
}

.top #secType {
  padding: 90px 0 110px;
}
@media screen and (max-width: 960px) {
  .top #secType {
    padding-bottom: 75px;
  }
}
.top #secType .secTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.top #secType .secTitle span {
  width: -moz-fit-content;
  width: fit-content;
}
.top #secType .secTitle span:nth-of-type(1) {
  padding: 0.2em 0.5em;
  font-size: 14px;
  background-color: #f1b605;
}
.top #secType .secTitle span:nth-of-type(2) {
  font-size: 24px;
}
.top #secType .typeList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .top #secType .typeList {
    flex-direction: column;
    margin-top: 45px;
  }
}
.top #secType .typeList li {
  width: calc((100% - 60px) / 3);
  border: solid 2px #0b2a4a;
  border-radius: 8px;
}
@media screen and (max-width: 960px) {
  .top #secType .typeList li {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }
}
.top #secType .typeList li div {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 36px 24px 60px;
  transition: ease opacity 0.4s;
}
@media screen and (max-width: 960px) {
  .top #secType .typeList li div {
    padding: 24px 20px 45px;
  }
}
.top #secType .typeList li div:hover {
  opacity: 0.5;
  cursor: pointer;
}
.top #secType .typeList li div .heading {
  margin-bottom: 1.5em;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top #secType .typeList li div .heading {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
.top #secType .typeList li div .txt {
  flex-grow: 1;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .top #secType .typeList li div .txt {
    font-size: 14px;
  }
}
.top #secType .typeList li div .price {
  margin-top: 1em;
  padding-top: 1em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #cbcbcb;
}
@media screen and (max-width: 960px) {
  .top #secType .typeList li div .price {
    font-size: 16px;
  }
}
.top #secType .typeList li div::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  display: block;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #f1b605 #f1b605 transparent;
  transform: translate(-50%, 0) rotate(45deg);
}
@media screen and (max-width: 960px) {
  .top #secType .typeList li div::after {
    bottom: 24px;
  }
}
.top #secType .tabArea {
  margin-top: 90px;
}
.top #secType .tabArea .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 960px) {
  .top #secType .tabArea .tabs {
    gap: 12px;
  }
}
.top #secType .tabArea .tabs > * {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 48px) / 3);
  height: 44px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  border: solid 2px #cbcbcb;
  border-radius: 22px;
  transition: ease 0.4s;
}
@media screen and (max-width: 960px) {
  .top #secType .tabArea .tabs > * {
    font-size: 13px;
    width: calc((100% - 24px) / 3);
  }
}
.top #secType .tabArea .tabs > *.active {
  background-color: #f1b605;
  border: solid 2px #f1b605;
}
.top #secType .tabArea .tabs > *:hover {
  opacity: 0.5;
  cursor: pointer;
}
.top #secType .contents {
  margin: 60px 0 45px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents {
    margin-top: 45px;
  }
}
.top #secType .contents .cont {
  display: none;
  padding: 45px 36px 60px;
  border: solid 2px #0b2a4a;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont {
    padding: 36px 20px 45px;
  }
}
.top #secType .contents .cont.active {
  display: block;
}
.top #secType .contents .cont .heading {
  font-size: 24px;
  text-align: center;
  color: #0b2a4a;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .heading {
    font-size: 20px;
  }
}
.top #secType .contents .cont .txt {
  margin-top: 30px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .txt {
    margin-top: 24px;
    font-size: 14px;
  }
}
.top #secType .contents .cont .checkTitle {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 45px;
  font-size: 24px;
  line-height: 1;
}
.top #secType .contents .cont .checkTitle::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/icon_check01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transform: translateY(-2px);
}
.top #secType .contents .cont .checkTitle span {
  background: linear-gradient(transparent 50%, #f1b605 50%);
}
.top #secType .contents .cont .checkTxt {
  max-width: 360px;
  margin: 36px auto 0;
}
.top #secType .contents .cont .checkList {
  width: -moz-fit-content;
  width: fit-content;
  margin: 36px auto 0;
}
.top #secType .contents .cont .checkList li {
  position: relative;
  padding-left: 26px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .checkList li {
    font-size: 16px;
  }
}
.top #secType .contents .cont .checkList li + * {
  margin-top: 0.5em;
}
.top #secType .contents .cont .checkList li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon_check01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.top #secType .contents .cont .holeArea {
  padding: 36px;
  margin-top: 45px;
  background-color: #cdd8e3;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .holeArea {
    padding: 20px;
  }
}
.top #secType .contents .cont .holeArea .holeTitle {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .holeArea .holeTitle {
    font-size: 18px;
  }
}
.top #secType .contents .cont .holeArea .holeList {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .holeArea .holeList {
    margin: 16px auto 0;
    font-size: 16px;
  }
}
.top #secType .contents .cont .holeArea .holeList li {
  padding-left: 1em;
  text-indent: -1em;
}
.top #secType .contents .cont .holeArea .holeList li::before {
  content: "●";
}
.top #secType .contents .cont .holeArea .holeList li + * {
  margin-top: 0.5em;
}
.top #secType .contents .cont .flowArea {
  padding: 36px;
  margin-top: 45px;
  border: solid 2px #f1b605;
  border-radius: 16px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .flowArea {
    padding: 20px;
  }
}
.top #secType .contents .cont .flowArea .flowTitle {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .flowArea .flowTitle {
    font-size: 18px;
  }
}
.top #secType .contents .cont .flowArea .flowList {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.5;
  counter-reset: number 0;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .flowArea .flowList {
    margin: 16px auto 0;
    font-size: 16px;
  }
}
.top #secType .contents .cont .flowArea .flowList li {
  position: relative;
  padding-left: 30px;
}
.top #secType .contents .cont .flowArea .flowList li::before {
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  padding-left: 1px;
  padding-bottom: 2px;
  font-weight: bold;
  line-height: 1;
  border: solid 2px #f1b605;
  border-radius: 100%;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .flowArea .flowList li::before {
    top: 0px;
  }
}
.top #secType .contents .cont .flowArea .flowList li + * {
  margin-top: 0.5em;
}
.top #secType .contents .cont .feeArea {
  margin-top: 45px;
}
.top #secType .contents .cont .feeArea .feeTitle {
  font-size: 20px;
  text-align: center;
}
.top #secType .contents .cont .feeArea .fee {
  padding: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #0b2a4a;
}
.top #secType .contents .cont .feeArea .fee span {
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .feeArea .fee span {
    display: block;
  }
}
.top #secType .contents .cont .feeArea .option {
  margin-top: 30px;
}
.top #secType .contents .cont .btns {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 45px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .btns {
    flex-direction: column;
    align-items: center;
    margin-top: 36px;
  }
}
.top #secType .contents .cont .btns .btn02 {
  width: calc((100% - 24px) / 2);
  max-width: 240px;
}
@media screen and (max-width: 960px) {
  .top #secType .contents .cont .btns .btn02 {
    width: 100%;
    margin-top: 0;
  }
}
.top #secFlow {
  padding: 90px 0;
  background-color: #f1f1f1;
}
@media screen and (max-width: 960px) {
  .top #secFlow {
    padding: 60px 0;
  }
}
.top #secFlow .secTitle {
  font-size: 24px;
  text-align: center;
  color: #0b2a4a;
}
@media screen and (max-width: 960px) {
  .top #secFlow .secTitle {
    font-size: 20px;
  }
}
.top #secFlow .secTitle span {
  background: linear-gradient(transparent 60%, #f1b605 40%);
}
.top #secFlow .flowList {
  margin-top: 45px;
}
.top #secFlow .flowList li + * {
  margin-top: 24px;
}
.top #secFlow .flowList li + *::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 24px;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #f1b605 transparent transparent transparent;
}
.top #secFlow .flowList .heading {
  padding: 0.5em 1em;
  font-size: 18px;
  line-height: 1;
  background-color: #ffffff;
}
@media screen and (max-width: 960px) {
  .top #secFlow .flowList .heading {
    font-size: 16px;
  }
}
.top #secFlow .flowList .heading span:nth-of-type(1) {
  margin-right: 0.5em;
  color: #f1b605;
}
.top #secFlow .flowList .txt {
  padding: 0 1em;
  margin-top: 1em;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .top #secFlow .flowList .txt {
    font-size: 14px;
  }
}
.top #secMessage {
  padding: 90px 0;
}
@media screen and (max-width: 960px) {
  .top #secMessage {
    padding: 60px 0;
  }
}
.top #secMessage .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .top #secMessage .wrap {
    flex-direction: column;
  }
}
.top #secMessage .wrap .img {
  width: 33.3333333333%;
}
@media screen and (max-width: 960px) {
  .top #secMessage .wrap .img {
    width: 100%;
    max-width: 345px;
  }
  .top #secMessage .wrap .img img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.top #secMessage .wrap .img figcaption {
  margin-top: 0.5em;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .top #secMessage .wrap .img figcaption {
    font-size: 16px;
  }
}
.top #secMessage .wrap .img figcaption span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .top #secMessage .wrap .img figcaption span {
    font-size: 12px;
  }
}
.top #secMessage .wrap .box {
  width: 61.1111111111%;
}
@media screen and (max-width: 960px) {
  .top #secMessage .wrap .box {
    width: 100%;
    max-width: 345px;
    margin-top: 30px;
  }
}
.top #secMessage .wrap .box .secTitle {
  font-size: 28px;
}
@media screen and (max-width: 960px) {
  .top #secMessage .wrap .box .secTitle {
    font-size: 24px;
  }
}
.top #secMessage .wrap .box .txt {
  margin-top: 1.5em;
  text-align: justify;
  line-height: 1.8;
}
.top #secAccess {
  background-color: #f1f1f1;
}

#bodyFooter .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #bodyFooter .wrap {
    display: block;
    padding: 80px 0 90px;
  }
}
#bodyFooter .wrap .siteTitle {
  margin-bottom: 2em;
  font-size: 22px;
}
#bodyFooter .wrap .siteTitle a {
  color: #0b2a4a;
}
#bodyFooter .wrap #fnav {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #bodyFooter .wrap #fnav {
    display: block;
  }
}
#bodyFooter .wrap #fnav ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 280px;
}
@media screen and (max-width: 768px) {
  #bodyFooter .wrap #fnav ul {
    width: 100%;
  }
  #bodyFooter .wrap #fnav ul:nth-of-type(2) {
    padding-top: 1em;
    margin-top: 1em;
    border-top: solid 1px #e5e5e5;
  }
}
#bodyFooter .wrap #fnav ul li a {
  font-weight: bold;
}
#bodyFooter .wrap .box:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  #bodyFooter .wrap .box:nth-of-type(2) {
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }
}
#bodyFooter .wrap .box:nth-of-type(2) .logo a {
  display: block;
  width: 260px;
}
#bodyFooter .wrap .box:nth-of-type(2) .copy {
  font-size: 12px;
}
@media screen and (max-width: 960px) {
  #bodyFooter .wrap .box:nth-of-type(2) .copy {
    margin-top: 30px;
  }
}

.sectionFlow {
  padding: 15px 0 60px;
  margin-top: 45px;
  background-color: #f1f1f1;
}
@media screen and (max-width: 960px) {
  .sectionFlow {
    padding: 60px 0;
  }
}
.sectionFlow .secTitle {
  font-size: 24px;
  text-align: center;
  color: #0b2a4a;
}
@media screen and (max-width: 960px) {
  .sectionFlow .secTitle {
    font-size: 20px;
  }
}
.sectionFlow .flowList {
  margin-top: 45px;
  counter-reset: flow;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.sectionFlow .flowList li {
  line-height: 1.8;
  counter-increment: flow;
}
.sectionFlow .flowList li + * {
  margin-top: 24px;
}
.sectionFlow .flowList li + *::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto 24px;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #f1b605 transparent transparent transparent;
}
.sectionFlow .flowList li strong {
  position: relative;
  display: block;
  padding: 0.5em 1em 0.5em 2.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.2;
  background-color: #ffffff;
}
.sectionFlow .flowList li strong::before {
  content: counter(flow);
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .sectionFlow .flowList li strong {
    font-size: 16px;
  }
}

.linkCard {
  display: flex;
  gap: 16px;
  padding: 16px;
  margin-top: 1.2em;
  color: inherit;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #cbcbcb;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  transition: opacity 0.2s;
}
.linkCard:hover {
  opacity: 0.5;
}

.linkCard__thumb {
  flex: 0 0 120px;
  height: 90px;
  overflow: hidden;
  background-color: #f1f1f1;
  border-radius: 8px;
}
.linkCard__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.linkCard__thumb.is-empty {
  background: linear-gradient(135deg, #f1f1f1, #cdd8e3);
}

.linkCard__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4em;
}

.linkCard__title {
  font-weight: bold;
  line-height: 1.4;
}

.linkCard__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

.linkCard__meta {
  margin-top: auto;
  font-size: 12px;
  color: #2f5d89;
}

.linkCardText {
  font-weight: bold;
}

.is-style-contact-lead {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.contactForm {
  width: 100%;
}

.contactForm__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
}

#contentBody.pageBody .contactForm p {
  margin-top: 0;
}

.contactForm__label {
  flex: 0 0 200px;
  font-weight: bold;
}

.contactForm .required {
  display: inline-block;
  margin-left: 0.4em;
  font-size: 12px;
  color: #ff0000;
}

.contactForm__field {
  flex: 1 1 auto;
  min-width: 0;
}

.contactForm__field input[type=text],
.contactForm__field input[type=email],
.contactForm__field input[type=tel],
.contactForm__field textarea,
.contactForm__field select {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 12px;
}

.contactForm__field input[type=text],
.contactForm__field input[type=email],
.contactForm__field input[type=tel],
.contactForm__field select {
  height: 40px;
}

.contactForm__options .wpcf7-list-item {
  display: block;
  margin: 0 0 0.4em 0;
}

.contactForm__note {
  margin-top: 0.4em;
  font-size: 12px;
  color: #2f5d89;
}

.contactForm__row--center {
  justify-content: center;
  text-align: center;
}

.contactForm__row--center .contactForm__label {
  display: none;
}

.contactForm__row--center .contactForm__field {
  flex: 0 1 auto;
}

.btn01 .wpcf7-submit,
.btn01.wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  background-color: #2f5d89;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.has-text-red {
  color: #ff0000;
}

.has-text-blue {
  color: #2f5d89;
}

.has-text-yellow {
  color: #f1b605;
}

.toc {
  padding: 16px 20px;
  margin-top: 1.5em;
  background-color: #f1f1f1;
  border: solid 1px #cbcbcb;
  border-radius: 12px;
}

.toc__title {
  margin-bottom: 0.6em;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  background-color: #f7f7f7;
  border-radius: 8px;
  font-weight: bold;
  color: #0b2a4a;
}
.toc__title::after {
  content: "−";
  font-weight: bold;
  color: #2f5d89;
}
.toc__title::-webkit-details-marker {
  display: none;
}
.toc__title:hover {
  opacity: 0.7;
}

.toc:not([open]) .toc__title {
  margin-bottom: 0;
}
.toc:not([open]) .toc__title::after {
  content: "＋";
}

.toc__list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.toc__item {
  position: relative;
  margin-top: 0.4em;
  padding-left: 1.2em;
  text-indent: 0;
}
.toc__item:first-child {
  margin-top: 0;
}

.toc__item--h2 {
  font-weight: bold;
  color: #0b2a4a;
}
.toc__item--h2::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #f1b605;
}

.toc__item--h3 {
  padding-left: 2.2em;
  font-size: 15px;
  font-weight: 600;
  color: #2f5d89;
}
.toc__item--h3::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 1.5em;
  color: #f1b605;
}

.toc__item--h4 {
  padding-left: 3em;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.toc__item--h4::before {
  content: "";
}

.toc__item--h5 {
  padding-left: 3.8em;
}
.toc__item--h5::before {
  left: 2.4em;
}

.toc__item--h6 {
  padding-left: 4.6em;
}
.toc__item--h6::before {
  left: 3.2em;
}

.toc__link {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s;
}
.toc__link:visited {
  color: inherit;
}
.toc__link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .linkCard {
    gap: 12px;
    padding: 14px;
  }
  .linkCard__thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 60px;
    aspect-ratio: auto;
  }
  ul:not(.flowList):not(.toc__list):not(.breadcrumb__list),
  ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) {
    padding-left: 0;
  }
  ul:not(.flowList):not(.toc__list):not(.breadcrumb__list) li,
  ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) li {
    padding-left: 0;
  }
  ul:not(.flowList):not(.toc__list):not(.breadcrumb__list) li::before,
  ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) li::before {
    position: static;
    width: auto;
    margin-right: 0.4em;
    text-align: left;
  }
  .contactForm__row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 6px 0;
  }
  .contactForm__label {
    flex: 0 0 auto;
  }
  .contactForm__field input[type=text],
  .contactForm__field input[type=email],
  .contactForm__field input[type=tel],
  .contactForm__field textarea,
  .contactForm__field select {
    padding: 6px 8px;
  }
  .contactForm__row--center {
    align-items: center;
  }
  .btn01 .wpcf7-submit,
  .btn01.wpcf7-submit {
    width: 220px;
  }
}
#contentBody.pageBody > :first-child {
  margin-top: 0;
}
#contentBody.pageBody h1,
#contentBody.pageBody h2,
#contentBody.pageBody h3,
#contentBody.pageBody h4 {
  margin-top: 2em;
  margin-bottom: 0.6em;
  font-weight: bold;
  line-height: 1.3;
  color: #0b2a4a;
}
#contentBody.pageBody h1 {
  font-size: 28px;
  padding-bottom: 0.3em;
  border-bottom: solid 2px #cdd8e3;
}
#contentBody.pageBody h2 {
  font-size: 24px;
  padding-left: 0.6em;
  border-left: solid 4px #f1b605;
}
#contentBody.pageBody.pageBody--content h2 {
  min-height: 50px;
  padding: 0.65em 20px 0.75em;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  background-image: linear-gradient(60deg, #0b2a4a, #2f5d89);
  border-left: none;
}
#contentBody.pageBody h3 {
  font-size: 20px;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #cbcbcb;
}
#contentBody.pageBody h4 {
  font-size: 18px;
}
#contentBody.pageBody .sectionFlow .secTitle {
  padding-left: 0;
  border-left: none;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #cbcbcb;
  font-size: 20px;
}
#contentBody.pageBody h1,
#contentBody.pageBody h2,
#contentBody.pageBody h3,
#contentBody.pageBody h4,
#contentBody.pageBody h5,
#contentBody.pageBody h6 {
  scroll-margin-top: 90px;
}
#contentBody.pageBody p {
  margin-top: 1em;
}
#contentBody.pageBody ul:not(.flowList):not(.toc__list):not(.breadcrumb__list),
#contentBody.pageBody ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) {
  margin-top: 1em;
  padding-left: 1.4em;
}
#contentBody.pageBody ul:not(.flowList):not(.toc__list):not(.breadcrumb__list) {
  list-style: none;
}
#contentBody.pageBody ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) {
  list-style: none;
  counter-reset: olitem;
}
#contentBody.pageBody ul:not(.flowList):not(.toc__list):not(.breadcrumb__list) li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
}
#contentBody.pageBody ul:not(.flowList):not(.toc__list):not(.breadcrumb__list) li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#contentBody.pageBody ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
  counter-increment: olitem;
}
#contentBody.pageBody ol:not(.flowList):not(.toc__list):not(.breadcrumb__list) li::before {
  content: counter(olitem) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}
#contentBody.pageBody .breadcrumb__list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: none;
}
#contentBody.pageBody .breadcrumb__list li {
  position: static;
  margin-top: 0;
  padding-left: 0;
  text-indent: 0;
  counter-increment: none;
}
#contentBody.pageBody .breadcrumb__list li::before {
  content: none;
}
#contentBody.pageBody .breadcrumb__list li + *::before {
  content: "＞";
  margin-right: 0.3em;
}
#contentBody.pageBody table {
  width: 100%;
  margin-top: 1.5em;
  border-collapse: collapse;
}
#contentBody.pageBody th,
#contentBody.pageBody td {
  padding: 0.75em 1em;
  font-size: 14px;
  border: solid 1px #cbcbcb;
}
#contentBody.pageBody th {
  font-weight: bold;
  text-align: left;
  background-color: #cdd8e3;
}
#contentBody.pageBody #secContact .secTitle {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #ffffff;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#contentBody.pageBody #secContact .lead {
  margin-top: 54px;
  text-align: center;
  color: #ffffff;
}
#contentBody.pageBody #secContact .contactList {
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
#contentBody.pageBody #secContact .contactList li {
  margin-top: 0;
  padding-left: 0;
}
#contentBody.pageBody #secContact .contactList li::before {
  content: none;
}
@media screen and (max-width: 960px) {
  #contentBody.pageBody h1 {
    font-size: 24px;
  }
  #contentBody.pageBody h2 {
    font-size: 20px;
  }
  #contentBody.pageBody.pageBody--content h2 {
    min-height: 46px;
    font-size: 16px;
  }
  #contentBody.pageBody h3 {
    font-size: 18px;
  }
  #contentBody.pageBody h4 {
    font-size: 16px;
  }
  #contentBody.pageBody .sectionFlow .secTitle {
    font-size: 18px;
  }
  #contentBody.pageBody #secContact .lead {
    margin-top: 36px;
  }
  #contentBody.pageBody #secContact .secTitle {
    font-size: 22px;
  }
  #contentBody.pageBody th,
  #contentBody.pageBody td {
    padding: 0.6em 0.8em;
  }
}

#contentBody.pageType .contArticle > :first-child {
  margin-top: 0;
}
#contentBody.pageType .contArticle h1,
#contentBody.pageType .contArticle h2,
#contentBody.pageType .contArticle h3,
#contentBody.pageType .contArticle h4 {
  margin-top: 2em;
  margin-bottom: 0.6em;
  font-weight: bold;
  line-height: 1.3;
  color: #0b2a4a;
}
#contentBody.pageType .contArticle h1 {
  font-size: 28px;
  padding-bottom: 0.3em;
  border-bottom: solid 2px #cdd8e3;
}
#contentBody.pageType .contArticle h2 {
  font-size: 24px;
  padding-left: 0.6em;
  border-left: solid 4px #f1b605;
}
#contentBody.pageType .contArticle.pageBody--content h2 {
  min-height: 50px;
  padding: 0.65em 20px 0.75em;
  margin-bottom: 36px;
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  background-image: linear-gradient(60deg, #0b2a4a, #2f5d89);
  border-left: none;
}
#contentBody.pageType .contArticle h3 {
  font-size: 20px;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #cbcbcb;
}
#contentBody.pageType .contArticle h4 {
  font-size: 18px;
}
#contentBody.pageType .contArticle .sectionFlow .secTitle {
  padding-left: 0;
  border-left: none;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #cbcbcb;
  font-size: 20px;
}
#contentBody.pageType .contArticle h1,
#contentBody.pageType .contArticle h2,
#contentBody.pageType .contArticle h3,
#contentBody.pageType .contArticle h4,
#contentBody.pageType .contArticle h5,
#contentBody.pageType .contArticle h6 {
  scroll-margin-top: 90px;
}
#contentBody.pageType .contArticle p {
  margin-top: 1em;
}
#contentBody.pageType .contArticle ul:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers),
#contentBody.pageType .contArticle ol:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) {
  margin-top: 1em;
  padding-left: 1.4em;
}
#contentBody.pageType .contArticle ul:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) {
  list-style: none;
}
#contentBody.pageType .contArticle ol:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) {
  list-style: none;
  counter-reset: olitem;
}
#contentBody.pageType .contArticle ul:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
}
#contentBody.pageType .contArticle ul:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#contentBody.pageType .contArticle ol:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) li {
  position: relative;
  margin-top: 0.5em;
  padding-left: 1em;
  counter-increment: olitem;
}
#contentBody.pageType .contArticle ol:not(.flowList):not(.toc__list):not(.breadcrumb__list):not(.page-numbers) li::before {
  content: counter(olitem) ".";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1em;
  text-align: center;
}
#contentBody.pageType .contArticle .breadcrumb__list {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  counter-reset: none;
}
#contentBody.pageType .contArticle .breadcrumb__list li {
  position: static;
  margin-top: 0;
  padding-left: 0;
  text-indent: 0;
  counter-increment: none;
}
#contentBody.pageType .contArticle .breadcrumb__list li::before {
  content: none;
}
#contentBody.pageType .contArticle .breadcrumb__list li + *::before {
  content: "＞";
  margin-right: 0.3em;
}
#contentBody.pageType .contArticle table {
  width: 100%;
  margin-top: 1.5em;
  border-collapse: collapse;
}
#contentBody.pageType .contArticle th,
#contentBody.pageType .contArticle td {
  padding: 0.75em 1em;
  font-size: 14px;
  border: solid 1px #cbcbcb;
}
#contentBody.pageType .contArticle th {
  font-weight: bold;
  text-align: left;
  background-color: #cdd8e3;
}
#contentBody.pageType .contArticle #secContact .secTitle {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #ffffff;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
#contentBody.pageType .contArticle #secContact .lead {
  margin-top: 54px;
  text-align: center;
  color: #ffffff;
}
#contentBody.pageType .contArticle #secContact .contactList {
  margin-top: 60px;
  padding-left: 0;
  list-style: none;
}
#contentBody.pageType .contArticle #secContact .contactList li {
  margin-top: 0;
  padding-left: 0;
}
#contentBody.pageType .contArticle #secContact .contactList li::before {
  content: none;
}
@media screen and (max-width: 960px) {
  #contentBody.pageType .contArticle h1 {
    font-size: 24px;
  }
  #contentBody.pageType .contArticle h2 {
    font-size: 20px;
  }
  #contentBody.pageType .contArticle.pageBody--content h2 {
    min-height: 46px;
    font-size: 16px;
  }
  #contentBody.pageType .contArticle h3 {
    font-size: 18px;
  }
  #contentBody.pageType .contArticle h4 {
    font-size: 16px;
  }
  #contentBody.pageType .contArticle .sectionFlow .secTitle {
    font-size: 18px;
  }
  #contentBody.pageType .contArticle #secContact .lead {
    margin-top: 36px;
  }
  #contentBody.pageType .contArticle #secContact .secTitle {
    font-size: 22px;
  }
  #contentBody.pageType .contArticle th,
  #contentBody.pageType .contArticle td {
    padding: 0.6em 0.8em;
  }
}/*# sourceMappingURL=style.css.map */
