@charset "UTF-8";
/* 初期はJSで hidden を付けるので、見た目の指定はお好みで */
[data-accordion-header] {
  cursor: pointer;
}

[data-accordion-header].is-open {
  font-weight: 700;
}

/* bodyは hidden 属性で非表示になります */
[data-accordion-body][hidden] {
  display: none;
}

.top-recommend {
  padding-top: 30px;
  background-image: none;
}

/*---------------------------------------------

.mainimage

---------------------------------------------*/
.mainimage {
  background-color: #E8F4FF;
  position: relative;
  z-index: 2;
}

.mainimage .top-inner {
  width: 1120px;
  margin: auto;
  position: relative;
}

.mainimage-title {
  height: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainimage-title span {
  font-size: 4.6rem;
  line-height: 1em;
}

@media (max-width: 767px) {
  section.mainimage {
    padding: 0;
    background-color: #C5E3FF;
    margin-bottom: 20px;
  }
  .mainimage .inner {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 15px;
  }
  .mainimage-title {
    height: 180px;
    background-color: #E8F4FF;
    padding: 45px 0 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .mainimage-title::after {
    width: 163px;
    height: 102px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -16px;
  }
  .mainimage-title span {
    font-size: 2.8rem;
  }
}
/*---------------------------------------------

.anchor

---------------------------------------------*/
section.anchor .anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  section.anchor .anchor__list {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.anchor .anchor__list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 360px;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  section.anchor .anchor__list-item {
    width: 100%;
    height: auto;
  }
}
section.anchor .anchor__list-link {
  display: grid;
  text-decoration: none;
  width: 100%;
  height: 100%;
  grid-template-rows: auto 40px 40px;
  border-radius: 10px;
  border: 2px solid #32327F;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0 0 #32327F;
          box-shadow: 3px 3px 0 0 #32327F;
}
section.anchor .anchor__list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.anchor .anchor__list-image img {
  max-width: 120px;
  max-height: 60px;
}
section.anchor .anchor__list-caption {
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  section.anchor .anchor__list-caption {
    font-size: 1.8rem;
  }
}
section.anchor .anchor__list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-weight: bold;
  background-color: rgb(101.25, 101.25, 159);
}
section.anchor .anchor__list-arrow svg {
  width: 20px;
  aspect-ratio: 1;
}

/*---------------------------------------------

.caption

---------------------------------------------*/
section.caption {
  position: relative;
  z-index: 1;
  background-color: #fff;
  text-align: center;
  padding: 10px 0 40px;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  section.caption {
    padding: 0 15px 20px;
    text-align: left;
    margin: 25px auto;
  }
}
section.caption .caption-title {
  font-size: 2.8rem;
  margin: 0 0 15px;
}
section.caption .caption-text {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  section.caption .caption-text {
    font-size: 1.8rem;
  }
}

/*---------------------------------------------

.blocks

---------------------------------------------*/
section.blocks .inner {
  width: 1120px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section.blocks .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
  }
}

.color-point {
  color: #f00;
}

.fw-bold {
  font-weight: bold;
}

.article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #32327F;
  color: #32327F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 75px;
  padding: 20px;
  border-radius: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin: 50px 0 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-header {
    min-height: 0;
    padding: 10px 40px 10px 10px;
    font-size: 1.8rem;
    border-radius: 10px;
    margin: 20px 0;
  }
}
.article-header::after {
  content: "";
  position: absolute;
  right: 40px;
  width: 20px;
  height: 16px;
  top: calc(50% - 10px);
  background-color: #32327F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}
@media only screen and (max-width: 767px) {
  .article-header::after {
    right: 10px;
    width: 15px;
    height: 12px;
    top: calc(50% - 6px);
  }
}
.article-header.opened::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.article-bottomline {
  margin: 40px 0 20px;
  padding: 0 0 5px;
  border-bottom: 2px solid #32327F;
  font-size: 2rem;
}
.article-bottomline:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .article-bottomline:first-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .article-bottomline {
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }
}

.article-header-square {
  margin: 40px 0 20px;
  padding: 0 0 0 10px;
  font-size: 2rem;
  border-left: 1em solid #333;
}
@media only screen and (max-width: 767px) {
  .article-header-square {
    font-size: 1.6rem;
    margin: 20px 0 10px;
  }
}
.article-header-square:first-child {
  margin-top: 20px;
}

.article-header-circle {
  margin: 30px 0 15px;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .article-header-circle {
    font-size: 1.5rem;
    margin: 15px 0 8px;
  }
}
.article-header-circle::before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  background-color: #32327F;
  left: 0;
  top: 0em;
  border-radius: 100%;
}
.article-header-circle:first-child {
  margin-top: 20px;
}

.article__column {
  margin: 40px 0 20px;
  border: 2px solid #32327F;
}
.article__column-header {
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .article__column-header {
    padding: 10px 30px 10px 10px;
    font-size: 1.6rem;
  }
}
.article__column-header::after {
  content: "";
  position: absolute;
  right: 20px;
  width: 16px;
  height: 12px;
  top: calc(50% - 8px);
  background-color: #32327F;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}
@media only screen and (max-width: 767px) {
  .article__column-header::after {
    right: 10px;
    width: 12px;
    height: 8px;
    top: calc(50% - 4px);
  }
}
.article__column-header.opened {
  border-bottom: 1px solid rgb(152.5, 152.5, 191);
}
.article__column-header.opened::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.article__column-body {
  padding: 20px;
}

figure {
  margin: 10px 0;
}

/* table */
.table-outer {
  margin: 10px 0;
}
.table-outer .table-inner .table {
  width: 100%;
  border-collapse: collapse;
}
.table-outer .table-inner .table th, .table-outer .table-inner .table td {
  border: 1px solid #ccc;
  padding: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .table-outer .table-inner .table th, .table-outer .table-inner .table td {
    padding: 3px;
    font-size: 0.9em;
  }
}
.table-outer .table-inner .table th.text-center ul, .table-outer .table-inner .table td.text-center ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table-outer .table-inner .table th {
  font-weight: bold;
  color: #fff;
  background-color: #32327F;
}
.table-outer .table-inner .table thead th {
  text-align: center;
}
.table-outer .table-inner .table .text-center {
  text-align: center;
}
.table-outer .table-inner .table .text-center th, .table-outer .table-inner .table .text-center td {
  text-align: center;
}

ul.list-free > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.list-free > li::before {
  content: attr(data-marker);
}
ul.list-ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.list-ul > li::before {
  content: "・";
}
ul.list-note > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.list-note > li::before {
  content: "※";
}

.types {
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .types {
    margin: 20px 0;
  }
}
.types__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .types__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.types__item-image {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.types__item-image img {
  max-width: 100%;
  max-height: 100%;
}
figure.image_normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
figure.image_normal img {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  figure.image_normal img {
    max-width: 80%;
  }
}
figure.image_square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
figure.image_square img {
  border: 1px solid #333;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  figure.image_square img {
    max-width: 80%;
  }
}/*# sourceMappingURL=documents.css.map */