@charset "UTF-8";
/*
@use "config";
@use "reset";
@use "module";
@use "common";
@use "post";
*/
.font-serif {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", "YuGothic", -apple-system, "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.font-zen-kaku {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-jost {
  font-family: var(--font-jost);
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1rem;
}
.search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.search-form label input.search-field {
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #af7eb1;
}
.search-form input.search-submit {
  width: 6rem;
  background: #af7eb1;
  color: #fff;
  border: 1px solid #af7eb1;
  border-radius: 0.4rem;
}
@media screen and (min-width: 48em), print {
  .search-form input.search-submit {
    border-radius: calc(0.4rem * 1.5);
  }
}
.search-form input.search-submit {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .search-form input.search-submit:hover {
    background: #fff;
    color: #af7eb1;
  }
}

.result {
  margin: 0 0 3rem;
  padding: 1rem;
  font-weight: bold;
  background: rgba(175, 126, 177, 0.1);
}
@media screen and (min-width: 48em), print {
  .result {
    margin: 0 0 6rem;
    padding: 2rem;
  }
}
.result .tit-basic01 {
  margin-bottom: 0;
}

.box_card {
  border: 1px solid #63b4ce;
  margin-bottom: 2rem;
}
.box_card .tit-basic02 {
  margin-top: 0;
}
.box_card .txt {
  overflow: hidden;
  padding: 2rem 1.6rem;
}
@media screen and (min-width: 48em), print {
  .box_card .txt {
    padding: 2rem 3rem;
  }
}
.box_card .txt .eyecatch {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .box_card .txt .eyecatch {
    max-width: 30%;
    float: right;
    margin-left: 3rem;
  }
}
.box_card .txt .more {
  text-align: center;
}
@media screen and (min-width: 48em), print {
  .box_card .txt .more {
    text-align: left;
  }
}
.box_card .txt .more .btn {
  padding: 0.5rem 4rem;
}
@media screen and (min-width: 48em), print {
  .box_card .txt .more .btn {
    padding: 1rem 5rem;
  }
}
.box_card .txt .wp-block-heading {
  font-weight: 600;
  line-height: 1.4;
  font-family: var(--font-zen-kaku);
  margin-bottom: 1rem;
}
.box_card .txt .wp-block-heading:not(h6) {
  color: #af7eb1;
}
.box_card .txt h2 {
  font-size: 2rem;
}
.box_card .txt h3 {
  font-size: 1.8rem;
}
.box_card .txt h4 {
  font-size: 1.6rem;
}
.box_card .txt h5 {
  font-size: 1.4rem;
}
.box_card .txt h6 {
  font-size: 1.4rem;
}
@media screen and (min-width: 48em), print {
  .box_card .txt h2 {
    font-size: 2.4rem;
  }
  .box_card .txt h3 {
    font-size: 2.2rem;
  }
  .box_card .txt h4 {
    font-size: 2rem;
  }
  .box_card .txt h5 {
    font-size: 1.8rem;
  }
  .box_card .txt h6 {
    font-size: 1.6rem;
  }
}
.box_card .wp-block-list {
  margin: 0 0 0 2em;
}
.box_card .wp-block-list > li {
  list-style: disc;
}
.box_card .wp-block-list > li::marker {
  color: #af7eb1;
}

/* Gutenbergデフォボタン殺す */
.wp-block-button__link {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
}

.btn-basic {
  z-index: 0;
  display: inline-block;
  padding: 1.2rem 1.9rem;
  margin: 0 0.3rem 0.6rem;
  overflow: hidden;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  background: #75b6cb;
  -webkit-box-shadow: 0.18rem 0.18rem 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0.18rem 0.18rem 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.25s, color 0.25s;
  transition: background-color 0.25s, color 0.25s;
}
@media screen and (min-width: 48em), print {
  .btn-basic {
    padding: 1.6rem 3rem;
    margin: 0 0.4rem 0.8rem;
    font-size: 1.7rem;
    -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.2);
  }
}
.btn-basic:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f2819c;
}
.btn-basic [class^=icon-]::before,
.btn-basic [class*=" icon-"]::before {
  margin: 0;
}
.btn-basic.-color02 {
  color: #fff !important;
  background-color: #b384b5;
}
.btn-basic.-color02:hover {
  color: #fff;
  background-color: #50b478;
}

.faq-block {
  margin: 1.2em 0;
  border-bottom: 1px dashed #c0bc9a;
}
.faq-block h5.wp-block-heading {
  position: relative;
  font-size: var(--bs-body-font-size);
  padding: 1.55em 0.7em 0.7em 2.2em;
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  color: #50a3bd;
  border-top: 1px dashed #c0bc9a;
}
.faq-block h5.wp-block-heading::before {
  position: absolute;
  top: 1.5em;
  left: 0;
  width: 1.6em;
  padding: 0.3em 0;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  content: "Q";
  background: #50a3bd;
  border-radius: 0.2rem;
}
.faq-block p {
  position: relative;
  padding: 0.2em 0 1.45em 2.2em;
  margin: 0;
}
.faq-block p::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.6em;
  padding: 0.3em 0;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  content: "A";
  background: #cbaacc;
  border-radius: 0.2rem;
}
.faq-block p > :last-child {
  margin-bottom: 0;
}
.faq-block p > :last-child > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 48em), print {
  .faq-block h5.wp-block-heading {
    font-size: var(--bs-body-font-size-md);
  }
}

.reverse-on-sp > .wp-block-column:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.reverse-on-sp > .wp-block-column:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 48em), print {
  .reverse-on-sp > .wp-block-column:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reverse-on-sp > .wp-block-column:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* Table of Contents Plus - 出力調整 */
@media screen and (min-width: 48em), print {
  #toc_container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 1.5em 1.5em;
  }
}
/*# sourceMappingURL=style.css.map */