@charset "UTF-8";
/*--------------------------------------------
BREAD CRUMBS
---------------------------------------------*/
.breadcrumbs ol {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li:not(:last-child):after {
  content: " > ";
  white-space: pre;
}
.breadcrumbs li {
  display: inline;
  font-size: calc(13.71 var(--fz));
  line-height: 1.2399708242;
}
.breadcrumbs a, .breadcrumbs li[aria-current=page] {
  color: var(--primary);
  white-space: pre;
}
@media screen and (width <= 768px) {
  .breadcrumbs {
    padding-top: calc(19 var(--vwBase));
    padding-bottom: calc(25 var(--vwBase));
  }
}
@media print, screen and (width > 768px) {
  .breadcrumbs {
    padding-top: calc(12 var(--vwBase));
    padding-bottom: calc(50 var(--vwBase));
  }
}

/*--------------------------------------------
NEWS
---------------------------------------------*/
.news {
  padding-bottom: calc(64 var(--vwBase));
}
.news__head__time {
  display: block;
  color: black;
}
.news__head__title {
  font-weight: 700;
  font-size: calc(24 var(--fz));
  line-height: 1.2083333333;
  margin-top: calc(19 var(--vwBase));
}
.news__content {
  margin-top: calc(24 var(--vwBase));
}
.news__content p {
  font-size: calc(16 var(--fz));
  line-height: 1.5;
}
.news__content p + p {
  margin-top: 1em;
}

/*--------------------------------------------
DETAIL01
---------------------------------------------*/
.detail01__title {
  font-weight: 700;
  font-size: calc(24 var(--fz));
  line-height: 1.2083333333;
}
.detail01__content {
  margin-top: calc(24 var(--vwBase));
}
.detail01__content p {
  font-size: calc(16 var(--fz));
  line-height: 1.5;
}
.detail01__content p + p {
  margin-top: 1em;
}
.detail01__content a {
  color: var(--primary);
  text-decoration: underline;
}
.detail01__content p strong {
  background-image: linear-gradient(transparent 60%, #ff9 60%);
  font-weight: 400;
}
.detail01__content li strong {
  font-weight: 700;
}
.detail01__content ul.wp-block-list > li {
  font-size: calc(16 var(--fz));
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
}
.detail01__content ul.wp-block-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 1em;
  text-align: center;
  font-weight: 700;
}
.detail01__content > .wp-block-list + p {
  margin-top: 1em;
}
.detail01__content ol.wp-block-list > li {
  counter-increment: no;
  font-size: calc(16 var(--fz));
  line-height: 1.5;
  position: relative;
  padding-left: 1.5em;
}
.detail01__content ol.wp-block-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(no) ".";
  white-space: pre;
  padding-left: 0.25em;
}
.detail01__content .wp-block-image {
  margin-top: calc(24 var(--vwBase));
}
.detail01__content > .wp-block-image + p {
  margin-top: calc(43 var(--vwBase));
}

/*--------------------------------------------
FAQ
---------------------------------------------*/
.faq__head__q, .faq__head__a {
  display: grid;
  align-items: start;
  justify-content: start;
  font-weight: 700;
  font-size: calc(20 var(--fz));
  line-height: 1.4;
  column-gap: calc(8 var(--percentBase));
  grid-template-columns: auto auto;
}
.faq__head__q:before, .faq__head__a:before {
  font-size: calc(22 var(--fz));
  line-height: 1;
  margin-top: calc(3 var(--vwBase));
}
.faq__head__q:before {
  content: "Q";
}
.faq__head__a {
  margin-top: calc(16 var(--vwBase));
}
.faq__head__a:before {
  content: "A";
  color: var(--primary);
}
.faq__content {
  margin-top: calc(24 var(--vwBase));
}
.faq__content p {
  font-size: calc(16 var(--fz));
  line-height: 1.5;
}
.faq__content p + p {
  margin-top: 1em;
}
.faq__content a {
  color: var(--primary);
}
.faq__content strong {
  font-weight: 700;
}
.faq__content ul.wp-block-list > li {
  font-size: calc(16 var(--fz));
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
}
.faq__content ul.wp-block-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  width: 1em;
  text-align: center;
  font-weight: 700;
}
.faq__content > .wp-block-list + p {
  margin-top: 1em;
}
.faq__content ol.wp-block-list > li {
  counter-increment: no;
  font-size: calc(16 var(--fz));
  line-height: 1.5;
  position: relative;
  padding-left: 1.5em;
}
.faq__content ol.wp-block-list > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(no) ".";
  white-space: pre;
  padding-left: 0.25em;
}
.faq__content .wp-block-image {
  margin-top: calc(24 var(--vwBase));
}
.faq__content > .wp-block-image + p {
  margin-top: calc(43 var(--vwBase));
}

/*# sourceMappingURL=single_first.css.map */
