@charset "UTF-8";
/*変数設定用*/
.wysiwyg-content-wrap {
  font-size: 1.4rem;
  margin: 30px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap {
    margin: 30px 0 0;
  }
}
.wysiwyg-content-wrap > * + * {
  margin-top: 30px;
}
.wysiwyg-content-wrap > ul + * {
  margin-top: 45px;
}
.wysiwyg-content-wrap p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
}
.wysiwyg-content-wrap p img {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wysiwyg-content-wrap p img.aligncenter {
  margin: 0 auto;
}
.wysiwyg-content-wrap p img.alignright {
  margin: 0 0 0 auto;
}
.wysiwyg-content-wrap strong {
  font-weight: bold;
}
.wysiwyg-content-wrap h1 {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 400;
  border-top: 2px solid #003B7C;
  border-bottom: 2px solid #003B7C;
  padding: 12px 20px;
}
.wysiwyg-content-wrap h2 {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 400;
  border-left: 6px solid #003B7C;
  padding: 6px 0 6px 15px;
}
.wysiwyg-content-wrap h3 {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
  border-left: 3px solid #003B7C;
  padding: 6px 0 6px 10px;
}
.wysiwyg-content-wrap em {
  font-style: italic;
}
.wysiwyg-content-wrap ul li {
  -moz-column-gap: 20px;
       column-gap: 20px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0 0 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap ul li {
    padding: 0 0 0 47px;
    font-size: 1.6rem;
  }
}
.wysiwyg-content-wrap ul li::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  border: 6px solid #003B7C;
  min-width: 39px;
  aspect-ratio: 1/1;
  position: absolute;
  top: -3px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap ul li::before {
    min-width: 32px;
  }
}
.wysiwyg-content-wrap ul li + li {
  margin-top: 30px;
}
.wysiwyg-content-wrap ol {
  counter-reset: number 0;
}
.wysiwyg-content-wrap ol li {
  counter-increment: number 1;
  display: flex;
  align-items: baseline;
  -moz-column-gap: 22px;
       column-gap: 22px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap ol li {
    font-size: 1.6rem;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.wysiwyg-content-wrap ol li::before {
  content: counter(number);
  color: #fff;
  background-color: #003B7C;
  min-width: 44px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap ol li::before {
    font-size: 1.6rem;
    min-width: 32px;
  }
}
.wysiwyg-content-wrap ol li + li {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wysiwyg-content-wrap iframe {
    max-width: 700px;
    width: 100%;
    height: 400px;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap iframe {
    width: 100%;
    height: 250px;
  }
}
.wysiwyg-content-wrap a {
  color: #003B7C;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wysiwyg-content-wrap > a {
  display: block;
  margin: 30px 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.wysiwyg-content-wrap video {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .wysiwyg-content-wrap video {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap video {
    width: 100%;
  }
}
.wysiwyg-content-wrap .wp-video {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .wysiwyg-content-wrap .wp-video {
    max-width: 700px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap .wp-video {
    width: 100%;
  }
}
.wysiwyg-content-wrap blockquote {
  background-color: #F5F7F8;
  padding: 35px 84px;
  font-size: 1.2rem;
  line-height: 1.8333333333;
  letter-spacing: 0.05em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap blockquote {
    padding: 25px 40px;
  }
}
.wysiwyg-content-wrap blockquote::before, .wysiwyg-content-wrap blockquote::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 22px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap blockquote::before, .wysiwyg-content-wrap blockquote::after {
    width: 18px;
    height: 16px;
  }
}
.wysiwyg-content-wrap blockquote::before {
  background-image: url(../img/common/quote_before.png);
  top: 30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap blockquote::before {
    top: 25px;
    left: 13px;
  }
}
.wysiwyg-content-wrap blockquote::after {
  background-image: url(../img/common/quote_after.png);
  top: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .wysiwyg-content-wrap blockquote::after {
    top: 25px;
    right: 13px;
  }
}
.wysiwyg-content-wrap blockquote cite {
  display: block;
  text-align: right;
  font-style: italic;
}
.wysiwyg-content-wrap .wp-block-table .wp-element-caption {
  text-align: right;
  font-style: italic;
  font-weight: normal;
}/*# sourceMappingURL=wysiwyg.css.map */