@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;
  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 {
    border-radius: calc(0.4rem * 1.5);
  }
}
@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 .txt .wp-block-list {
  margin: 0 0 0 2em;
}
.box_card .txt .wp-block-list > li {
  list-style: disc;
}
.box_card .txt .wp-block-list > li::marker {
  color: #af7eb1;
}

.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;
  }
}/*# sourceMappingURL=style.css.map */