@charset "UTF-8";
.entry {
  overflow-wrap: break-word;
  word-break: break-all;
}
.entry h3, .entry h4, .entry h5 {
  margin: 2.4em 0 0;
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: relative;
  scroll-margin-top: 100px;
}
.entry h3, .entry h4, .entry h5 {
  line-height: 1.6;
}
.entry h3::before, .entry h4::before, .entry h5::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.entry h3 {
  padding-bottom: 0.5em;
  font-size: min(28 / 1320 * 100vw, 28px);
  border-bottom: 2px solid #d9d9d9;
}
.entry h4 {
  padding-left: 0.8em;
  font-size: min(24 / 1320 * 100vw, 24px);
}
.entry h4::before {
  width: 6px;
  height: calc(100% - 0.3em);
  background: #0075B3;
  top: 0.2em;
}
.entry h5 {
  padding-left: 1.9em;
  font-size: min(20 / 1320 * 100vw, 20px);
}
.entry h5::before {
  width: 26px;
  height: 1px;
  background: #A2A2A2;
  top: 0.8em;
  border-radius: 50%;
}
.entry > p {
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 2.1;
}
.entry > p + p {
  margin-top: 1.7em;
}
.entry > p.small {
  margin-top: 25px;
  line-height: 2;
  font-size: min(14 / 1320 * 100vw, 14px);
}
.entry p a, .entry li a {
  color: #0075B3;
  text-decoration: underline;
  position: relative;
}
.entry p a::after, .entry li a::after {
  content: "";
  width: 1em;
  height: 1em;
  margin: 0 0.5em;
  display: inline-block;
  -webkit-mask: url(../img/common/icon_blank.svg);
          mask: url(../img/common/icon_blank.svg);
  background-color: #0075B3;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: relative;
  top: -0.2em;
}
@media (hover: hover) {
  .entry p a:hover, .entry li a:hover {
    opacity: 0.7;
  }
}
.entry b, .entry strong {
  font-family: "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.entry img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-inline: auto;
  display: block;
}
.entry table {
  margin-top: 30px;
}
.entry table th, .entry table td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 1.5625rem;
}
.entry table th p, .entry table td p {
  margin: 0;
}
.entry blockquote {
  margin-top: 1.4em;
  padding: 2.1em 2.2em;
  background: #fff;
  border-left: 4px solid #F3AC31;
  position: relative;
  -webkit-box-shadow: 6px 6px 0px 0px rgba(51, 47, 45, 0.1);
          box-shadow: 6px 6px 0px 0px rgba(51, 47, 45, 0.1);
}
.entry blockquote::before {
  content: "";
  display: block;
  width: 44px;
  height: 36px;
  background: url(../img/common/icon_quote.svg) no-repeat center top;
  background-size: 100%;
  position: absolute;
}
.entry blockquote::before {
  top: -10px;
  left: 20px;
}
.entry blockquote p:first-of-type {
  margin-top: 0;
}
.entry blockquote .source {
  margin-top: 0.6em;
}
.entry p.caption {
  width: 100% !important;
}
.entry .caption-text {
  margin-top: 10px;
  font-size: min(14 / 1320 * 100vw, 14px);
  text-align: center;
  display: block;
}
.entry ul,
.entry ol {
  margin-top: 1.45em;
}
.entry ul li,
.entry ol li {
  position: relative;
}
.entry ul li:nth-child(n+2),
.entry ol li:nth-child(n+2) {
  margin-top: 1em;
}
.entry ul li {
  padding-left: 0.8em;
}
.entry ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #F3AC31;
  position: absolute;
  border-radius: 50%;
  top: 0.8em;
  left: 0;
}
.entry ol {
  margin-left: 1.4em;
  counter-reset: count 0;
}
.entry ol li::before {
  content: counter(count) ". ";
  counter-increment: count 1;
  width: 1.4em;
  display: inline-block;
  color: #F3AC31;
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -1.4em;
}
.entry .youtube {
  height: 0;
  margin-top: 1.8em;
  position: relative;
  padding-bottom: 56.35%;
  overflow: hidden;
}
.entry .youtube iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.entry iframe {
  width: 100%;
  height: auto;
  margin: 1em 0;
  display: block;
  aspect-ratio: 15.9/9;
}
@media screen and (max-width: 768px) {
  .entry h3, .entry h4, .entry h5 {
    margin: 2em 0 0;
  }
  .entry h3 {
    padding-bottom: 0.4em;
    font-size: min(24 / 375 * 100vw, 24px);
  }
  .entry h4 {
    font-size: min(20 / 375 * 100vw, 20px);
  }
  .entry h5 {
    font-size: min(18 / 375 * 100vw, 18px);
  }
  .entry h5::before {
    width: 1.4em;
  }
  .entry > p {
    margin: 1.8em 0;
    line-height: 2;
  }
  .entry > p.small {
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .entry blockquote {
    margin-top: 1em;
    padding: 1.5em 6% 1.4em;
  }
  .entry blockquote::before {
    width: min(43 / 375 * 100vw, 43px);
    height: min(35 / 375 * 100vw, 35px);
  }
  .entry .caption-text {
    margin-top: 0.8em;
    font-size: min(14 / 375 * 100vw, 14px);
  }
  .entry ul,
  .entry ol {
    margin-top: 1.9em;
  }
  .entry ul li:nth-child(n+2),
  .entry ol li:nth-child(n+2) {
    margin-top: 0.8em;
  }
  .entry .youtube {
    margin-top: 1.4em;
  }
}

.box_share {
  margin-top: 5.8em;
  padding: 1em 0;
  position: relative;
  line-height: 1;
}
.box_share::before, .box_share::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAHElEQVR4AWIy1tf9zwAFTGcvXmaEshmYYAwQDQAAAP//GRSOKQAAAAZJREFUAwBy+QQHN0kbgQAAAABJRU5ErkJggg==) repeat;
}
.box_share::before {
  top: 0;
}
.box_share::after {
  bottom: 0;
}
.box_share dl,
.box_share .ul_sns {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box_share dl dt {
  font-size: min(20 / 1320 * 100vw, 20px);
  font-family: "Inter", "ZenKakuGothicNew-Medium", sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
}
.box_share dl dt::after {
  content: "";
  width: min(4 / 1320 * 100vw, 4px);
  height: min(12 / 1320 * 100vw, 12px);
  display: inline-block;
  background: url(../img/common/share_dotts.svg) no-repeat center top;
  background-size: 100%;
  margin-left: 7px;
}
.box_share dl dd {
  padding-left: 1.4em;
}
@media (hover: hover) {
  .box_share dl dd a:hover {
    opacity: 0.7;
  }
}
.box_share .ul_sns {
  gap: 0 1em;
}
.box_share .ul_sns li.fb {
  width: min(24 / 1320 * 100vw, 24px);
}
.box_share .ul_sns li.x {
  width: min(20 / 1320 * 100vw, 20px);
}
@media screen and (max-width: 768px) {
  .box_share {
    margin-top: 4em;
    padding: 1.15em 0;
  }
  .box_share dl dt {
    font-size: min(16 / 375 * 100vw, 16px);
  }
  .box_share dl dt::after {
    width: min(3.23 / 375 * 100vw, 3.23px);
    height: min(9.76 / 375 * 100vw, 9.76px);
    margin-left: 0.3em;
  }
  .box_share .ul_sns {
    gap: 0 1em;
  }
  .box_share .ul_sns li.fb {
    width: min(24 / 375 * 100vw, 24px);
  }
  .box_share .ul_sns li.x {
    width: min(20 / 375 * 100vw, 20px);
  }
}