@charset "UTF-8";
.parts_accordion .parts_accordion_title .ico:before, .parts_accordion .parts_accordion_title .ico:after, .page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li:before,
.topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li:before, .block-editor-block-list__layout h5:not(.not_parts)::after,
.page_single_contents h5:not(.not_parts)::after,
.topics_contents_inner h5:not(.not_parts)::after, .block-editor-block-list__layout h4:not(.not_parts):before,
.page_single_contents h4:not(.not_parts):before,
.topics_contents_inner h4:not(.not_parts):before, .block-editor-block-list__layout h2:not(.not_parts)::after,
.page_single_contents h2:not(.not_parts)::after,
.topics_contents_inner h2:not(.not_parts)::after {
  display: block;
  content: "";
  position: absolute;
}

.block-editor-block-list__layout,
.page_single_contents,
.topics_contents_inner {
  color: #111824;
}
.block-editor-block-list__layout > *:first-child,
.page_single_contents > *:first-child,
.topics_contents_inner > *:first-child {
  margin-top: 0 !important;
}
.block-editor-block-list__layout .page-section-title,
.page_single_contents .page-section-title,
.topics_contents_inner .page-section-title {
  margin-top: 70px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout .page-section-title,
  .page_single_contents .page-section-title,
  .topics_contents_inner .page-section-title {
    margin-top: 130px;
  }
}
.block-editor-block-list__layout .post-thumbnail,
.page_single_contents .post-thumbnail,
.topics_contents_inner .post-thumbnail {
  text-align: center;
}
.block-editor-block-list__layout figure + h2:not(.not_parts),
.page_single_contents figure + h2:not(.not_parts),
.topics_contents_inner figure + h2:not(.not_parts) {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .block-editor-block-list__layout figure + h2:not(.not_parts),
  .page_single_contents figure + h2:not(.not_parts),
  .topics_contents_inner figure + h2:not(.not_parts) {
    margin-top: 100px;
  }
}
.block-editor-block-list__layout figure + p:not(:first-child),
.page_single_contents figure + p:not(:first-child),
.topics_contents_inner figure + p:not(:first-child) {
  margin-top: 20px;
}
@media print, screen and (min-width: 920px) {
  .block-editor-block-list__layout figure + p:not(:first-child),
  .page_single_contents figure + p:not(:first-child),
  .topics_contents_inner figure + p:not(:first-child) {
    margin-top: 30px;
  }
}
.block-editor-block-list__layout h2:not(.not_parts),
.block-editor-block-list__layout h3:not(.not_parts),
.block-editor-block-list__layout h4:not(.not_parts),
.block-editor-block-list__layout h5:not(.not_parts),
.page_single_contents h2:not(.not_parts),
.page_single_contents h3:not(.not_parts),
.page_single_contents h4:not(.not_parts),
.page_single_contents h5:not(.not_parts),
.topics_contents_inner h2:not(.not_parts),
.topics_contents_inner h3:not(.not_parts),
.topics_contents_inner h4:not(.not_parts),
.topics_contents_inner h5:not(.not_parts) {
  font-weight: 600;
}
.block-editor-block-list__layout h2:not(.not_parts),
.page_single_contents h2:not(.not_parts),
.topics_contents_inner h2:not(.not_parts) {
  font-size: 2.4rem;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout h2:not(.not_parts),
  .page_single_contents h2:not(.not_parts),
  .topics_contents_inner h2:not(.not_parts) {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.block-editor-block-list__layout h2:not(.not_parts)::after,
.page_single_contents h2:not(.not_parts)::after,
.topics_contents_inner h2:not(.not_parts)::after {
  width: 100%;
  height: 1px;
  background-color: rgba(17, 24, 36, 0.1);
  bottom: 0;
  left: 0;
}
.block-editor-block-list__layout h3:not(.not_parts),
.page_single_contents h3:not(.not_parts),
.topics_contents_inner h3:not(.not_parts) {
  font-size: 2rem;
  position: relative;
  margin-top: 48px;
  margin-bottom: 32px;
  background-color: #f5f6f7;
  line-height: 1.5;
  padding: 15px 10px;
}
.block-editor-block-list__layout h4:not(.not_parts),
.page_single_contents h4:not(.not_parts),
.topics_contents_inner h4:not(.not_parts) {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 10px 10px;
  margin-top: 35px;
}
.block-editor-block-list__layout h4:not(.not_parts):before,
.page_single_contents h4:not(.not_parts):before,
.topics_contents_inner h4:not(.not_parts):before {
  background-color: #111824;
  border-radius: 10px;
  top: 13px;
  height: 20px;
  width: 3px;
  left: 0;
}
.block-editor-block-list__layout h5:not(.not_parts),
.page_single_contents h5:not(.not_parts),
.topics_contents_inner h5:not(.not_parts) {
  font-size: 1.4rem;
  position: relative;
  color: #111824;
  margin-top: 35px;
}
.block-editor-block-list__layout h5:not(.not_parts)::after,
.page_single_contents h5:not(.not_parts)::after,
.topics_contents_inner h5:not(.not_parts)::after {
  width: 100%;
  height: 1px;
  background-color: #111824;
  bottom: 0;
  left: 0;
}
.block-editor-block-list__layout h2 + h2,
.block-editor-block-list__layout h2 + h3,
.block-editor-block-list__layout h2 + h4,
.block-editor-block-list__layout h3 + h2,
.block-editor-block-list__layout h3 + h3,
.block-editor-block-list__layout h3 + h4,
.block-editor-block-list__layout h4 + h2,
.block-editor-block-list__layout h4 + h3,
.block-editor-block-list__layout h4 + h4,
.block-editor-block-list__layout h5 + h2,
.block-editor-block-list__layout h5 + h3,
.block-editor-block-list__layout h5 + h4,
.block-editor-block-list__layout h6 + h2,
.block-editor-block-list__layout h6 + h3,
.block-editor-block-list__layout h6 + h4,
.page_single_contents h2 + h2,
.page_single_contents h2 + h3,
.page_single_contents h2 + h4,
.page_single_contents h3 + h2,
.page_single_contents h3 + h3,
.page_single_contents h3 + h4,
.page_single_contents h4 + h2,
.page_single_contents h4 + h3,
.page_single_contents h4 + h4,
.page_single_contents h5 + h2,
.page_single_contents h5 + h3,
.page_single_contents h5 + h4,
.page_single_contents h6 + h2,
.page_single_contents h6 + h3,
.page_single_contents h6 + h4,
.topics_contents_inner h2 + h2,
.topics_contents_inner h2 + h3,
.topics_contents_inner h2 + h4,
.topics_contents_inner h3 + h2,
.topics_contents_inner h3 + h3,
.topics_contents_inner h3 + h4,
.topics_contents_inner h4 + h2,
.topics_contents_inner h4 + h3,
.topics_contents_inner h4 + h4,
.topics_contents_inner h5 + h2,
.topics_contents_inner h5 + h3,
.topics_contents_inner h5 + h4,
.topics_contents_inner h6 + h2,
.topics_contents_inner h6 + h3,
.topics_contents_inner h6 + h4 {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout h2 + h2,
  .block-editor-block-list__layout h2 + h3,
  .block-editor-block-list__layout h2 + h4,
  .block-editor-block-list__layout h3 + h2,
  .block-editor-block-list__layout h3 + h3,
  .block-editor-block-list__layout h3 + h4,
  .block-editor-block-list__layout h4 + h2,
  .block-editor-block-list__layout h4 + h3,
  .block-editor-block-list__layout h4 + h4,
  .block-editor-block-list__layout h5 + h2,
  .block-editor-block-list__layout h5 + h3,
  .block-editor-block-list__layout h5 + h4,
  .block-editor-block-list__layout h6 + h2,
  .block-editor-block-list__layout h6 + h3,
  .block-editor-block-list__layout h6 + h4,
  .page_single_contents h2 + h2,
  .page_single_contents h2 + h3,
  .page_single_contents h2 + h4,
  .page_single_contents h3 + h2,
  .page_single_contents h3 + h3,
  .page_single_contents h3 + h4,
  .page_single_contents h4 + h2,
  .page_single_contents h4 + h3,
  .page_single_contents h4 + h4,
  .page_single_contents h5 + h2,
  .page_single_contents h5 + h3,
  .page_single_contents h5 + h4,
  .page_single_contents h6 + h2,
  .page_single_contents h6 + h3,
  .page_single_contents h6 + h4,
  .topics_contents_inner h2 + h2,
  .topics_contents_inner h2 + h3,
  .topics_contents_inner h2 + h4,
  .topics_contents_inner h3 + h2,
  .topics_contents_inner h3 + h3,
  .topics_contents_inner h3 + h4,
  .topics_contents_inner h4 + h2,
  .topics_contents_inner h4 + h3,
  .topics_contents_inner h4 + h4,
  .topics_contents_inner h5 + h2,
  .topics_contents_inner h5 + h3,
  .topics_contents_inner h5 + h4,
  .topics_contents_inner h6 + h2,
  .topics_contents_inner h6 + h3,
  .topics_contents_inner h6 + h4 {
    margin-top: 30px;
  }
}
.block-editor-block-list__layout h2 + h5,
.block-editor-block-list__layout h2 + h6,
.block-editor-block-list__layout h3 + h5,
.block-editor-block-list__layout h3 + h6,
.block-editor-block-list__layout h4 + h5,
.block-editor-block-list__layout h4 + h6,
.block-editor-block-list__layout h5 + h5,
.block-editor-block-list__layout h5 + h6,
.block-editor-block-list__layout h6 + h5,
.block-editor-block-list__layout h6 + h6,
.page_single_contents h2 + h5,
.page_single_contents h2 + h6,
.page_single_contents h3 + h5,
.page_single_contents h3 + h6,
.page_single_contents h4 + h5,
.page_single_contents h4 + h6,
.page_single_contents h5 + h5,
.page_single_contents h5 + h6,
.page_single_contents h6 + h5,
.page_single_contents h6 + h6,
.topics_contents_inner h2 + h5,
.topics_contents_inner h2 + h6,
.topics_contents_inner h3 + h5,
.topics_contents_inner h3 + h6,
.topics_contents_inner h4 + h5,
.topics_contents_inner h4 + h6,
.topics_contents_inner h5 + h5,
.topics_contents_inner h5 + h6,
.topics_contents_inner h6 + h5,
.topics_contents_inner h6 + h6 {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout h2 + h5,
  .block-editor-block-list__layout h2 + h6,
  .block-editor-block-list__layout h3 + h5,
  .block-editor-block-list__layout h3 + h6,
  .block-editor-block-list__layout h4 + h5,
  .block-editor-block-list__layout h4 + h6,
  .block-editor-block-list__layout h5 + h5,
  .block-editor-block-list__layout h5 + h6,
  .block-editor-block-list__layout h6 + h5,
  .block-editor-block-list__layout h6 + h6,
  .page_single_contents h2 + h5,
  .page_single_contents h2 + h6,
  .page_single_contents h3 + h5,
  .page_single_contents h3 + h6,
  .page_single_contents h4 + h5,
  .page_single_contents h4 + h6,
  .page_single_contents h5 + h5,
  .page_single_contents h5 + h6,
  .page_single_contents h6 + h5,
  .page_single_contents h6 + h6,
  .topics_contents_inner h2 + h5,
  .topics_contents_inner h2 + h6,
  .topics_contents_inner h3 + h5,
  .topics_contents_inner h3 + h6,
  .topics_contents_inner h4 + h5,
  .topics_contents_inner h4 + h6,
  .topics_contents_inner h5 + h5,
  .topics_contents_inner h5 + h6,
  .topics_contents_inner h6 + h5,
  .topics_contents_inner h6 + h6 {
    margin-top: 25px;
  }
}
.block-editor-block-list__layout h2 + .wp-block-columns,
.block-editor-block-list__layout h3 + .wp-block-columns,
.block-editor-block-list__layout h4 + .wp-block-columns,
.block-editor-block-list__layout h5 + .wp-block-columns,
.block-editor-block-list__layout h6 + .wp-block-columns,
.page_single_contents h2 + .wp-block-columns,
.page_single_contents h3 + .wp-block-columns,
.page_single_contents h4 + .wp-block-columns,
.page_single_contents h5 + .wp-block-columns,
.page_single_contents h6 + .wp-block-columns,
.topics_contents_inner h2 + .wp-block-columns,
.topics_contents_inner h3 + .wp-block-columns,
.topics_contents_inner h4 + .wp-block-columns,
.topics_contents_inner h5 + .wp-block-columns,
.topics_contents_inner h6 + .wp-block-columns {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout h2 + .wp-block-columns,
  .block-editor-block-list__layout h3 + .wp-block-columns,
  .block-editor-block-list__layout h4 + .wp-block-columns,
  .block-editor-block-list__layout h5 + .wp-block-columns,
  .block-editor-block-list__layout h6 + .wp-block-columns,
  .page_single_contents h2 + .wp-block-columns,
  .page_single_contents h3 + .wp-block-columns,
  .page_single_contents h4 + .wp-block-columns,
  .page_single_contents h5 + .wp-block-columns,
  .page_single_contents h6 + .wp-block-columns,
  .topics_contents_inner h2 + .wp-block-columns,
  .topics_contents_inner h3 + .wp-block-columns,
  .topics_contents_inner h4 + .wp-block-columns,
  .topics_contents_inner h5 + .wp-block-columns,
  .topics_contents_inner h6 + .wp-block-columns {
    margin-top: 40px;
  }
}
.block-editor-block-list__layout h2 + .wp-block-media-text,
.block-editor-block-list__layout h3 + .wp-block-media-text,
.block-editor-block-list__layout h4 + .wp-block-media-text,
.block-editor-block-list__layout h5 + .wp-block-media-text,
.block-editor-block-list__layout h6 + .wp-block-media-text,
.page_single_contents h2 + .wp-block-media-text,
.page_single_contents h3 + .wp-block-media-text,
.page_single_contents h4 + .wp-block-media-text,
.page_single_contents h5 + .wp-block-media-text,
.page_single_contents h6 + .wp-block-media-text,
.topics_contents_inner h2 + .wp-block-media-text,
.topics_contents_inner h3 + .wp-block-media-text,
.topics_contents_inner h4 + .wp-block-media-text,
.topics_contents_inner h5 + .wp-block-media-text,
.topics_contents_inner h6 + .wp-block-media-text {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout h2 + .wp-block-media-text,
  .block-editor-block-list__layout h3 + .wp-block-media-text,
  .block-editor-block-list__layout h4 + .wp-block-media-text,
  .block-editor-block-list__layout h5 + .wp-block-media-text,
  .block-editor-block-list__layout h6 + .wp-block-media-text,
  .page_single_contents h2 + .wp-block-media-text,
  .page_single_contents h3 + .wp-block-media-text,
  .page_single_contents h4 + .wp-block-media-text,
  .page_single_contents h5 + .wp-block-media-text,
  .page_single_contents h6 + .wp-block-media-text,
  .topics_contents_inner h2 + .wp-block-media-text,
  .topics_contents_inner h3 + .wp-block-media-text,
  .topics_contents_inner h4 + .wp-block-media-text,
  .topics_contents_inner h5 + .wp-block-media-text,
  .topics_contents_inner h6 + .wp-block-media-text {
    margin-top: 25px;
  }
}
.block-editor-block-list__layout h2 + figure,
.block-editor-block-list__layout h3 + figure,
.block-editor-block-list__layout h4 + figure,
.block-editor-block-list__layout h5 + figure,
.block-editor-block-list__layout h6 + figure,
.page_single_contents h2 + figure,
.page_single_contents h3 + figure,
.page_single_contents h4 + figure,
.page_single_contents h5 + figure,
.page_single_contents h6 + figure,
.topics_contents_inner h2 + figure,
.topics_contents_inner h3 + figure,
.topics_contents_inner h4 + figure,
.topics_contents_inner h5 + figure,
.topics_contents_inner h6 + figure {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout h2 + figure,
  .block-editor-block-list__layout h3 + figure,
  .block-editor-block-list__layout h4 + figure,
  .block-editor-block-list__layout h5 + figure,
  .block-editor-block-list__layout h6 + figure,
  .page_single_contents h2 + figure,
  .page_single_contents h3 + figure,
  .page_single_contents h4 + figure,
  .page_single_contents h5 + figure,
  .page_single_contents h6 + figure,
  .topics_contents_inner h2 + figure,
  .topics_contents_inner h3 + figure,
  .topics_contents_inner h4 + figure,
  .topics_contents_inner h5 + figure,
  .topics_contents_inner h6 + figure {
    margin-top: 55px;
  }
}
.block-editor-block-list__layout .wp-block-columns + h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.page_single_contents .wp-block-columns + h2,
.page_single_contents h3,
.page_single_contents h4,
.page_single_contents h5,
.topics_contents_inner .wp-block-columns + h2,
.topics_contents_inner h3,
.topics_contents_inner h4,
.topics_contents_inner h5 {
  margin-top: 60px;
}
@media print, screen and (min-width: 920px) {
  .block-editor-block-list__layout .wp-block-columns + h2,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h4,
  .block-editor-block-list__layout h5,
  .page_single_contents .wp-block-columns + h2,
  .page_single_contents h3,
  .page_single_contents h4,
  .page_single_contents h5,
  .topics_contents_inner .wp-block-columns + h2,
  .topics_contents_inner h3,
  .topics_contents_inner h4,
  .topics_contents_inner h5 {
    margin-top: 100px;
  }
}
.block-editor-block-list__layout .page-section-title + *,
.page_single_contents .page-section-title + *,
.topics_contents_inner .page-section-title + * {
  margin-top: 30px !important;
}
@media print, screen and (min-width: 768px) {
  .block-editor-block-list__layout .page-section-title + *,
  .page_single_contents .page-section-title + *,
  .topics_contents_inner .page-section-title + * {
    margin-top: 60px !important;
  }
}
.block-editor-block-list__layout sub,
.page_single_contents sub,
.topics_contents_inner sub {
  position: relative;
  top: 0.4em;
  display: inline-block;
  font-size: 1.15rem;
}
.block-editor-block-list__layout sup,
.page_single_contents sup,
.topics_contents_inner sup {
  position: relative;
  top: -0.4em;
  display: inline-block;
  font-size: 1.15rem;
}
.block-editor-block-list__layout blockquote,
.block-editor-block-list__layout div.frame,
.page_single_contents blockquote,
.page_single_contents div.frame,
.topics_contents_inner blockquote,
.topics_contents_inner div.frame {
  background-color: #F5F6F7;
  padding: 25px;
}
@media print, screen and (min-width: 920px) {
  .block-editor-block-list__layout blockquote,
  .block-editor-block-list__layout div.frame,
  .page_single_contents blockquote,
  .page_single_contents div.frame,
  .topics_contents_inner blockquote,
  .topics_contents_inner div.frame {
    padding: 32px 48px;
  }
}

.page_single_contents,
.topics_contents_inner {
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents,
  .topics_contents_inner {
    line-height: 2;
  }
}
.page_single_contents p a,
.page_single_contents li a,
.page_single_contents table a,
.topics_contents_inner p a,
.topics_contents_inner li a,
.topics_contents_inner table a {
  color: #0057AA;
  text-decoration: underline;
}
.page_single_contents p a:hover,
.page_single_contents li a:hover,
.page_single_contents table a:hover,
.topics_contents_inner p a:hover,
.topics_contents_inner li a:hover,
.topics_contents_inner table a:hover {
  text-decoration: none;
}
.page_single_contents p a[target=_blank]:after, .page_single_contents p a[href$=".pdf"]:after, .page_single_contents p a[href$=".doc"]:after, .page_single_contents p a[href$=".docx"]:after, .page_single_contents p a[href$=".xls"]:after, .page_single_contents p a[href$=".xlsx"]:after,
.page_single_contents li a[target=_blank]:after,
.page_single_contents li a[href$=".pdf"]:after,
.page_single_contents li a[href$=".doc"]:after,
.page_single_contents li a[href$=".docx"]:after,
.page_single_contents li a[href$=".xls"]:after,
.page_single_contents li a[href$=".xlsx"]:after,
.page_single_contents table a[target=_blank]:after,
.page_single_contents table a[href$=".pdf"]:after,
.page_single_contents table a[href$=".doc"]:after,
.page_single_contents table a[href$=".docx"]:after,
.page_single_contents table a[href$=".xls"]:after,
.page_single_contents table a[href$=".xlsx"]:after,
.topics_contents_inner p a[target=_blank]:after,
.topics_contents_inner p a[href$=".pdf"]:after,
.topics_contents_inner p a[href$=".doc"]:after,
.topics_contents_inner p a[href$=".docx"]:after,
.topics_contents_inner p a[href$=".xls"]:after,
.topics_contents_inner p a[href$=".xlsx"]:after,
.topics_contents_inner li a[target=_blank]:after,
.topics_contents_inner li a[href$=".pdf"]:after,
.topics_contents_inner li a[href$=".doc"]:after,
.topics_contents_inner li a[href$=".docx"]:after,
.topics_contents_inner li a[href$=".xls"]:after,
.topics_contents_inner li a[href$=".xlsx"]:after,
.topics_contents_inner table a[target=_blank]:after,
.topics_contents_inner table a[href$=".pdf"]:after,
.topics_contents_inner table a[href$=".doc"]:after,
.topics_contents_inner table a[href$=".docx"]:after,
.topics_contents_inner table a[href$=".xls"]:after,
.topics_contents_inner table a[href$=".xlsx"]:after {
  font-family: "icomoon" !important;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  background: none;
  font-size: 1.3rem;
}
.page_single_contents p a[target=_blank]:after,
.page_single_contents li a[target=_blank]:after,
.page_single_contents table a[target=_blank]:after,
.topics_contents_inner p a[target=_blank]:after,
.topics_contents_inner li a[target=_blank]:after,
.topics_contents_inner table a[target=_blank]:after {
  content: "\e902";
}
.page_single_contents p a[href$=".pdf"]:after,
.page_single_contents li a[href$=".pdf"]:after,
.page_single_contents table a[href$=".pdf"]:after,
.topics_contents_inner p a[href$=".pdf"]:after,
.topics_contents_inner li a[href$=".pdf"]:after,
.topics_contents_inner table a[href$=".pdf"]:after {
  content: "\e90c";
}
.page_single_contents p a[href$=".doc"]:after, .page_single_contents p a[href$=".docx"]:after,
.page_single_contents li a[href$=".doc"]:after,
.page_single_contents li a[href$=".docx"]:after,
.page_single_contents table a[href$=".doc"]:after,
.page_single_contents table a[href$=".docx"]:after,
.topics_contents_inner p a[href$=".doc"]:after,
.topics_contents_inner p a[href$=".docx"]:after,
.topics_contents_inner li a[href$=".doc"]:after,
.topics_contents_inner li a[href$=".docx"]:after,
.topics_contents_inner table a[href$=".doc"]:after,
.topics_contents_inner table a[href$=".docx"]:after {
  content: "\e90b";
}
.page_single_contents p a[href$=".xls"]:after, .page_single_contents p a[href$=".xlsx"]:after,
.page_single_contents li a[href$=".xls"]:after,
.page_single_contents li a[href$=".xlsx"]:after,
.page_single_contents table a[href$=".xls"]:after,
.page_single_contents table a[href$=".xlsx"]:after,
.topics_contents_inner p a[href$=".xls"]:after,
.topics_contents_inner p a[href$=".xlsx"]:after,
.topics_contents_inner li a[href$=".xls"]:after,
.topics_contents_inner li a[href$=".xlsx"]:after,
.topics_contents_inner table a[href$=".xls"]:after,
.topics_contents_inner table a[href$=".xlsx"]:after {
  content: "\e90d";
}
.page_single_contents p:not(:first-child),
.page_single_contents table:not(:first-child),
.topics_contents_inner p:not(:first-child),
.topics_contents_inner table:not(:first-child) {
  margin-top: 25px;
}
.page_single_contents .has-large-font-size + p,
.topics_contents_inner .has-large-font-size + p {
  margin-top: 5px;
}
.page_single_contents h2 + p:not(:first-child),
.page_single_contents h3 + p:not(:first-child),
.topics_contents_inner h2 + p:not(:first-child),
.topics_contents_inner h3 + p:not(:first-child) {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .page_single_contents h2 + p:not(:first-child),
  .page_single_contents h3 + p:not(:first-child),
  .topics_contents_inner h2 + p:not(:first-child),
  .topics_contents_inner h3 + p:not(:first-child) {
    margin-top: 40px;
  }
}
.page_single_contents h4 + p:not(:first-child),
.page_single_contents h5 + p:not(:first-child),
.page_single_contents h6 + p:not(:first-child),
.topics_contents_inner h4 + p:not(:first-child),
.topics_contents_inner h5 + p:not(:first-child),
.topics_contents_inner h6 + p:not(:first-child) {
  margin-top: 12px;
}
@media print, screen and (min-width: 920px) {
  .page_single_contents h4 + p:not(:first-child),
  .page_single_contents h5 + p:not(:first-child),
  .page_single_contents h6 + p:not(:first-child),
  .topics_contents_inner h4 + p:not(:first-child),
  .topics_contents_inner h5 + p:not(:first-child),
  .topics_contents_inner h6 + p:not(:first-child) {
    margin-top: 15px;
  }
}
.page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list),
.topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) {
  counter-reset: li;
  margin-top: 15px;
}
.page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li,
.topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li:before,
.topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li:before {
  top: 0.5em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #111824;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li:before,
  .topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li:before {
    top: 0.8em;
  }
}
.page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li > ul,
.topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li > ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
.page_single_contents ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li > ul li:before,
.topics_contents_inner ul:not(.anchor-link, .blocks-gallery-grid, .not_parts, .table-of-contents__list) li > ul li:before {
  background-color: rgba(29, 29, 29, 0.2);
}
.page_single_contents ul.table-of-contents__list,
.topics_contents_inner ul.table-of-contents__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-bottom: 50px;
}
.page_single_contents ul.table-of-contents__list li a,
.topics_contents_inner ul.table-of-contents__list li a {
  position: relative;
  text-decoration: none;
  color: #111824;
  font-weight: 700;
  font-size: 1.8rem;
  /* border-bottom: solid 1px; */
  padding-left: 20px;
}
.page_single_contents ul.table-of-contents__list li a::before,
.topics_contents_inner ul.table-of-contents__list li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  width: 20px;
  height: 13px;
  background-image: url("../img/common/arrow_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
.page_single_contents ul.table-of-contents__list li a::after,
.topics_contents_inner ul.table-of-contents__list li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, hsl(196, 100%, 46%) 0%, hsl(196, 100%, 46%) 20px, hsl(0, 0%, 100%) 20px, hsl(0, 0%, 100%) 22px, hsl(0, 0%, 62%) 22px, hsl(0, 0%, 62%) 100%);
}
.page_single_contents ul.table-of-contents__list li a:hover::before,
.topics_contents_inner ul.table-of-contents__list li a:hover::before {
  transform: translateY(2px);
}
.page_single_contents ol,
.topics_contents_inner ol {
  counter-reset: li;
  margin-top: 15px;
}
.page_single_contents ol li,
.topics_contents_inner ol li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.page_single_contents ol li:not(:first-child),
.topics_contents_inner ol li:not(:first-child) {
  margin-top: 5px;
}
.page_single_contents ol li:before,
.topics_contents_inner ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  display: block;
  position: absolute;
  font-weight: bold;
  width: 16px;
  height: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  color: #111824;
  font-family: var(--font-accent);
  top: 2px;
  left: 0px;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents ol li:before,
  .topics_contents_inner ol li:before {
    top: 0.5em;
  }
}
.page_single_contents ol li:nth-child(n+10),
.topics_contents_inner ol li:nth-child(n+10) {
  padding-left: 32px;
}
.page_single_contents ol li > ol,
.topics_contents_inner ol li > ol {
  margin-top: 5px;
  margin-bottom: 15px;
}
.page_single_contents ol li > ol li:before,
.topics_contents_inner ol li > ol li:before {
  content: counter(li) ")";
  font-weight: bold;
  color: rgba(56, 56, 56, 0.4);
}
.page_single_contents ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts),
.topics_contents_inner ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) {
  margin-top: 5px;
  margin-bottom: 15px;
}
.page_single_contents ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) li:before,
.topics_contents_inner ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) li:before {
  top: 7px;
  width: 9px;
  height: 9px;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) li:before,
  .topics_contents_inner ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) li:before {
    top: 0.35em;
  }
}
.page_single_contents hr,
.page_single_contents .wp-block-separator,
.topics_contents_inner hr,
.topics_contents_inner .wp-block-separator {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #004181;
}
@media print, screen and (min-width: 920px) {
  .page_single_contents hr,
  .page_single_contents .wp-block-separator,
  .topics_contents_inner hr,
  .topics_contents_inner .wp-block-separator {
    margin: 40px 0;
  }
}
.page_single_contents table,
.topics_contents_inner table {
  width: 100%;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents table,
  .topics_contents_inner table {
    border-top: 1px solid #1D1D1D;
  }
}
.page_single_contents table th,
.topics_contents_inner table th {
  padding: 10px 15px;
  width: 100%;
  background-color: #F5F6F7;
  text-align: left;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents table th,
  .topics_contents_inner table th {
    width: 25%;
    border-bottom: 1px solid #1D1D1D;
  }
}
.page_single_contents table td,
.topics_contents_inner table td {
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents table td,
  .topics_contents_inner table td {
    border-bottom: 1px solid #1D1D1D;
  }
}
.page_single_contents table th,
.page_single_contents table td,
.topics_contents_inner table th,
.topics_contents_inner table td {
  vertical-align: middle;
}
.page_single_contents table th .min,
.page_single_contents table td .min,
.topics_contents_inner table th .min,
.topics_contents_inner table td .min {
  font-size: 10px;
}
.page_single_contents table th .note,
.page_single_contents table td .note,
.topics_contents_inner table th .note,
.topics_contents_inner table td .note {
  font-size: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.page_single_contents table th,
.topics_contents_inner table th {
  font-weight: bold;
  text-align: center;
}
.page_single_contents table thead,
.topics_contents_inner table thead {
  border-bottom: solid 1px #1d1d1d !important;
}
.page_single_contents table thead th,
.topics_contents_inner table thead th {
  background-color: #F5F6F7;
  color: #1D1D1D;
}
.page_single_contents table tbody th,
.topics_contents_inner table tbody th {
  background-color: #FFFFFF;
  color: #1D1D1D;
}
.page_single_contents .js-scrollable,
.topics_contents_inner .js-scrollable {
  margin-top: 30px;
}
.page_single_contents .js-scrollable table,
.topics_contents_inner .js-scrollable table {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .page_single_contents .js-scrollable table,
  .topics_contents_inner .js-scrollable table {
    width: 100%;
  }
}
.page_single_contents .scroll-hint-text,
.topics_contents_inner .scroll-hint-text {
  line-height: 1;
  letter-spacing: 0.05em;
}

@media print, screen and (max-width: 767px) {
  .js-scrollable table {
    width: 700px !important;
    min-height: 160px;
  }
}
.mce-item-table {
  margin: 30px 0;
  width: 100%;
  border-collapse: collapse;
}
.mce-item-table th,
.mce-item-table td {
  padding: 13px;
  border: 1px solid #004181;
}
.mce-item-table th {
  background: gray;
}

.wp-block-image {
  margin-bottom: 0;
  margin-top: 35px;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image figcaption {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
.wp-block-image a img {
  transition: opacity 0.3s ease;
}
.wp-block-image a:hover img {
  opacity: 0.5;
}
.wp-block-image figcaption {
  text-align: left;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .wp-block-image a {
    display: inline-block;
  }
}

.wp-block-image:not(.width-original) img {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.page_single_contents .wp-block-gallery {
  margin: 25px -12px 0;
}
@media print, screen and (min-width: 920px) {
  .page_single_contents .wp-block-gallery {
    margin-top: 50px;
  }
}

.blocks-gallery-grid {
  width: 100%;
}

.wp-block-gallery {
  margin-top: 25px;
}
.wp-block-gallery .blocks-gallery-item {
  display: block;
  flex-grow: inherit;
  margin: 0 0 30px;
  width: 50%;
  padding: 0 12px;
}
.wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
.wp-block-gallery .blocks-gallery-item figure a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-color: gray;
}
.wp-block-gallery .blocks-gallery-item figure a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.wp-block-gallery .blocks-gallery-item figure .blocks-gallery-item__caption {
  position: relative;
  display: block;
  bottom: inherit;
  margin-top: 8px;
  padding: 0;
  font-size: inherit;
  text-align: left;
  color: #111824;
  background: none;
}
@media print, screen and (min-width: 920px) {
  .wp-block-gallery .blocks-gallery-item figure .blocks-gallery-item__caption {
    margin-top: 10px;
  }
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  flex-wrap: wrap;
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  flex-grow: inherit !important;
}

@media print, screen and (min-width: 600px) {
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin: 0 0 30px;
    width: 33.3333333333%;
  }
}
@media print, screen and (min-width: 920px) {
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: 25%;
  }
}
.wp-block-column h3 + .wp-block-image,
.wp-block-column h4 + .wp-block-image {
  margin-top: 10px;
}
.wp-block-column .wp-block-image + p {
  margin-top: 10px;
}

.page_single_contents iframe {
  width: 100%;
  margin-top: 30px;
}

.is-provider-youtube {
  margin-top: 30px;
}
.is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.wp-block-video {
  position: relative;
  margin-top: 30px;
  background-color: #111824;
}
.wp-block-video video {
  width: 100%;
  vertical-align: bottom;
}

@media print, screen and (max-width: 768px) {
  .page_single_contents iframe {
    max-height: 280px;
  }
  .page_single_contents .wp-block-embed__wrapper iframe {
    max-height: inherit;
  }
}
.wp-block-columns {
  margin-top: 30px;
}
@media print, screen and (min-width: 920px) {
  .wp-block-columns {
    margin-top: 50px;
  }
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 1180px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 40px;
  }
}

div[class*=wp-container-] {
  gap: 0;
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile, .crosstalk_menber_column, .block-editor-block-list__block) > .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile, .crosstalk_menber_column, .block-editor-block-list__block) > .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
}
@media (min-width: 920px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile, .crosstalk_menber_column, .block-editor-block-list__block) > .wp-block-column:not(:first-child) {
    margin-left: 3.8% !important;
  }
}
@media (max-width: 599px) {
  div.wp-block-columns.crosstalk_menber_column > .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
  }
  div.wp-block-columns.crosstalk_menber_column > .wp-block-column:nth-child(2n) {
    margin-left: 2em !important;
  }
}
@media print, screen and (max-width: 920px) {
  .wp-block-columns:not(.crosstalk_menber_column) {
    display: block !important;
  }
  .wp-block-columns:not(.crosstalk_menber_column) .wp-block-column:not(:first-child) {
    margin-top: 20px;
    margin-left: 0;
  }
  .crosstalk_menber_column .wp-block-column {
    flex-basis: calc(25% - 1em) !important;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 768px) {
  .crosstalk_menber_column .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
    margin-bottom: 20px;
  }
  .crosstalk_menber_column .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .crosstalk_menber_column .wp-block-column:nth-child(2n) {
    margin-left: 2em;
  }
}
@media print, screen and (max-width: 599px) {
  .wp-block-columns .order_0 {
    order: 0;
    margin-top: 0 !important;
  }
  .wp-block-columns .order_1 {
    order: 1;
    margin-top: 20px !important;
  }
  .wp-block-columns .order_2 {
    order: 2;
    margin-top: 20px !important;
  }
  .wp-block-columns .order_3 {
    order: 3;
    margin-top: 20px !important;
  }
}
.columns-bg-gray .wp-block-column {
  padding-bottom: 30px;
  background-color: gray;
}
.columns-bg-gray .wp-block-column h3,
.columns-bg-gray .wp-block-column h4,
.columns-bg-gray .wp-block-column h5 {
  margin-top: 25px;
  padding: 0 25px;
}
.columns-bg-gray .wp-block-column p {
  padding: 0 25px;
}
@media print, screen and (min-width: 920px) {
  .columns-bg-gray .wp-block-column {
    padding-bottom: 35px;
    background-color: gray;
  }
  .columns-bg-gray .wp-block-column h3,
  .columns-bg-gray .wp-block-column h4,
  .columns-bg-gray .wp-block-column h5 {
    margin-top: 30px;
    padding: 0;
  }
  .columns-bg-gray .wp-block-column p {
    font-size: 14px;
    padding: 0 10%;
  }
}

.wp-block-lazyblock-linkbtn {
  margin: 25px auto;
}
@media print, screen and (min-width: 768px) {
  .wp-block-lazyblock-linkbtn {
    margin: 40px auto 30px;
  }
}

.parts_linkbtn .parts_linkbtn_item a {
  position: relative;
  display: block;
  padding: 15px 45px 15px 30px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border-radius: 100px;
  line-height: 1.4;
  color: #fff;
  background-color: #004181;
  border: 1px solid #004181;
}
.parts_linkbtn .parts_linkbtn_item a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  font-size: 16px;
  font-weight: normal;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.wp-block-lazyblock-anchor {
  margin: 20px auto;
}
@media print, screen and (min-width: 768px) {
  .wp-block-lazyblock-anchor {
    margin: 40px auto 30px;
  }
}

.parts_anchor_link .parts_anchor_item {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
}
.parts_anchor_link .parts_anchor_item a {
  position: relative;
  display: block;
  padding: 12px 50px 12px 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
  color: #111824;
  background-color: #fff;
  border: 2px solid #004181;
}
.parts_anchor_link .parts_anchor_item a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: #004181;
}
.parts_anchor_link .parts_anchor_item a:after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_link {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: 0 -12px;
  }
  .parts_anchor_link.column2 .parts_anchor_item {
    width: 50%;
  }
  .parts_anchor_link.column3 .parts_anchor_item {
    width: 33.3333333333%;
  }
  .parts_anchor_link.column4 .parts_anchor_item {
    width: 25%;
  }
  .parts_anchor_link .parts_anchor_item {
    padding: 0 12px 12px;
  }
  .parts_anchor_link .parts_anchor_item a {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.5rem;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .parts_anchor_link .parts_anchor_item a:hover {
    color: #fff;
    background-color: #004181;
  }
  .parts_anchor_link .parts_anchor_item a:hover:after {
    margin-top: 3px;
  }
}

.parts_notes {
  margin-top: 25px;
  background: #f8f8f8;
  padding: 15px;
}
@media print, screen and (min-width: 768px) {
  .parts_notes {
    padding: 40px 60px;
  }
}
@media print, screen and (min-width: 920px) {
  .parts_notes {
    margin-top: 40px;
  }
}

.block-editor-block-list__layout .wp-block-button.is-style-large,
.page_single_contents .wp-block-button.is-style-large,
.topics_contents_inner .wp-block-button.is-style-large {
  width: 100%;
  margin-right: 0;
}
.block-editor-block-list__layout .wp-block-button__link,
.page_single_contents .wp-block-button__link,
.topics_contents_inner .wp-block-button__link {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
  border-radius: 100px;
  line-height: 1.4;
  color: #fff;
  background-color: #111824;
  border: 2px solid #111824;
  padding: 10px 60px;
}
.block-editor-block-list__layout .wp-block-button__link::before,
.page_single_contents .wp-block-button__link::before,
.topics_contents_inner .wp-block-button__link::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-color: #111824;
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.block-editor-block-list__layout .wp-block-button__link::after,
.page_single_contents .wp-block-button__link::after,
.topics_contents_inner .wp-block-button__link::after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  display: block;
  top: 50%;
  right: 19px;
  font-size: 1.6rem;
  color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.block-editor-block-list__layout .wp-block-button__link[target=_blank]:after,
.page_single_contents .wp-block-button__link[target=_blank]:after,
.topics_contents_inner .wp-block-button__link[target=_blank]:after {
  content: "\e902";
  font-size: 1.5rem;
  margin-top: 0;
}
.block-editor-block-list__layout .wp-block-button__link:hover,
.page_single_contents .wp-block-button__link:hover,
.topics_contents_inner .wp-block-button__link:hover {
  background-color: #fff;
  color: #111824;
}
.block-editor-block-list__layout .wp-block-button__link:hover::after,
.page_single_contents .wp-block-button__link:hover::after,
.topics_contents_inner .wp-block-button__link:hover::after {
  color: #fff;
}
.block-editor-block-list__layout .wp-block-button__link:hover::before,
.page_single_contents .wp-block-button__link:hover::before,
.topics_contents_inner .wp-block-button__link:hover::before {
  background-color: #111824;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link,
.page_single_contents .is-style-fill .wp-block-button__link,
.topics_contents_inner .is-style-fill .wp-block-button__link {
  color: #fff;
  background-color: #111824;
  border: 2px solid #111824;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link::before,
.page_single_contents .is-style-fill .wp-block-button__link::before,
.topics_contents_inner .is-style-fill .wp-block-button__link::before {
  background-color: #111824;
  border: solid 1px #fff;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link::after,
.page_single_contents .is-style-fill .wp-block-button__link::after,
.topics_contents_inner .is-style-fill .wp-block-button__link::after {
  color: #fff;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link[target=_blank]:after,
.page_single_contents .is-style-fill .wp-block-button__link[target=_blank]:after,
.topics_contents_inner .is-style-fill .wp-block-button__link[target=_blank]:after {
  content: "\e902";
  font-size: 1.5rem;
  margin-top: 0;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link:hover,
.page_single_contents .is-style-fill .wp-block-button__link:hover,
.topics_contents_inner .is-style-fill .wp-block-button__link:hover {
  background-color: #fff;
  color: #111824;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link:hover::after,
.page_single_contents .is-style-fill .wp-block-button__link:hover::after,
.topics_contents_inner .is-style-fill .wp-block-button__link:hover::after {
  color: #fff;
}
.block-editor-block-list__layout .is-style-fill .wp-block-button__link:hover::before,
.page_single_contents .is-style-fill .wp-block-button__link:hover::before,
.topics_contents_inner .is-style-fill .wp-block-button__link:hover::before {
  background-color: #111824;
}
.block-editor-block-list__layout .is-style-outline .wp-block-button__link,
.page_single_contents .is-style-outline .wp-block-button__link,
.topics_contents_inner .is-style-outline .wp-block-button__link {
  color: #111824;
  background-color: transparent;
  border: none;
  padding: 10px 60px 10px 5px;
}
.block-editor-block-list__layout .is-style-outline .wp-block-button__link::before,
.page_single_contents .is-style-outline .wp-block-button__link::before,
.topics_contents_inner .is-style-outline .wp-block-button__link::before {
  background-color: #111824;
}
.block-editor-block-list__layout .is-style-outline .wp-block-button__link::after,
.page_single_contents .is-style-outline .wp-block-button__link::after,
.topics_contents_inner .is-style-outline .wp-block-button__link::after {
  color: #fff;
}
.block-editor-block-list__layout .is-style-outline .wp-block-button__link[target=_blank]:after,
.page_single_contents .is-style-outline .wp-block-button__link[target=_blank]:after,
.topics_contents_inner .is-style-outline .wp-block-button__link[target=_blank]:after {
  content: "\e902";
  font-size: 1.5rem;
  margin-top: 0;
}
.block-editor-block-list__layout .is-style-outline .wp-block-button__link:hover,
.page_single_contents .is-style-outline .wp-block-button__link:hover,
.topics_contents_inner .is-style-outline .wp-block-button__link:hover {
  opacity: 0.5;
}

.wp-block-media-text {
  margin-top: 60px;
}

.wp-block-media-text .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-right: 40px;
  padding-left: 0;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 40px;
}

.wp-block-media-text {
  grid-template-columns: 45% 1fr;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 45%;
}

@media all and (-ms-high-contrast: none) {
  .wp-block-media-text {
    display: flex;
  }
  .wp-block-media-text .wp-block-media-text__content,
  .wp-block-media-text .wp-block-media-text__media {
    width: 50%;
  }
  .wp-block-media-text.is-vertically-aligned-top {
    align-items: flex-start;
  }
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
  .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start !important;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 1;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 2;
  }
}
@media print, screen and (max-width: 767px) {
  .wp-block-media-text {
    display: block;
    margin-top: 50px;
  }
  .wp-block-media-text .has-large-font-size {
    font-size: 2.4rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
    margin-top: 20px;
  }
}
.wp-block-lazyblock-accordion {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .wp-block-lazyblock-accordion {
    margin-top: 40px;
  }
}
.wp-block-lazyblock-accordion + .wp-block-lazyblock-accordion {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .wp-block-lazyblock-accordion + .wp-block-lazyblock-accordion {
    margin-top: 25px;
  }
}

.parts_accordion {
  border: 1px solid #d3d3d3;
  transition: box-shadow 0.3s ease;
}
.parts_accordion .parts_accordion_title {
  position: relative;
  padding: 15px 45px 15px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #f7f7f7;
  cursor: pointer;
}
.parts_accordion .parts_accordion_title .ico {
  position: absolute;
  top: calc(50% - 9.5px);
  right: 14px;
  width: 14px;
  height: 14px;
}
.parts_accordion .parts_accordion_title .ico:before, .parts_accordion .parts_accordion_title .ico:after {
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #004181;
}
.parts_accordion .parts_accordion_title .ico:after {
  transform: rotate(90deg);
}
.parts_accordion .parts_accordion_text {
  display: none;
  padding: 18px 15px 23px;
}
.parts_accordion.active .parts_accordion_title .ico:after {
  display: none;
}
.parts_accordion.type_faq .parts_accordion_title,
.parts_accordion.type_faq .parts_accordion_text {
  position: relative;
  padding-left: 40px;
}
.parts_accordion.type_faq .parts_accordion_title:before,
.parts_accordion.type_faq .parts_accordion_text:before {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.parts_accordion.type_faq .parts_accordion_title {
  color: #00418d;
}
.parts_accordion.type_faq .parts_accordion_title:before {
  content: "Q";
  top: 15px;
  font-weight: normal;
}
.parts_accordion.type_faq .parts_accordion_title .ico:before, .parts_accordion.type_faq .parts_accordion_title .ico:after {
  background-color: #00418d;
}
.parts_accordion.type_faq .parts_accordion_text:before {
  content: "A";
  top: 18px;
  color: #004181;
}

@media print, screen and (min-width: 768px) {
  .parts_accordion .parts_accordion_title {
    padding: 22px 75px 22px 35px;
    font-size: 1.6rem;
  }
  .parts_accordion .parts_accordion_title .ico {
    top: calc(50% - 9.5px);
    right: 25px;
    width: 19px;
    height: 19px;
  }
  .parts_accordion .parts_accordion_text {
    padding: 25px 35px 35px;
  }
  .parts_accordion.type_faq .parts_accordion_title,
  .parts_accordion.type_faq .parts_accordion_text {
    padding-left: 75px;
  }
  .parts_accordion.type_faq .parts_accordion_title:before,
  .parts_accordion.type_faq .parts_accordion_text:before {
    width: 33px;
    height: 33px;
    left: 23px;
    font-size: 3.3rem;
  }
  .parts_accordion.type_faq .parts_accordion_title:before {
    top: 17px;
  }
  .parts_accordion.type_faq .parts_accordion_text:before {
    top: 23px;
  }
}
.edit-post-visual-editor *,
.block-editor__typewriter {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.wp-block {
  max-width: 920px;
}

.components-panel__body-title:before {
  display: none;
}

.block-editor-block-list__layout h2:not(.jp, .components-panel__body-title, .not_parts) {
  font-size: 30px !important;
}
.block-editor-block-list__layout h3 {
  font-size: 26px !important;
}
.block-editor-block-list__layout h3:after {
  top: inherit;
  bottom: 0;
}
.block-editor-block-list__layout h4 {
  font-size: 21px !important;
}
.block-editor-block-list__layout h5 {
  font-size: 19px !important;
}
.block-editor-block-list__layout h6 {
  font-size: 17px !important;
}
.block-editor-block-list__layout .wp-block-my-block-thumb-link .link__text {
  font-size: 20px !important;
}
.block-editor-block-list__layout .parts-catch-copy {
  font-size: 26px !important;
  font-weight: bold;
  line-height: 1.5;
}
.block-editor-block-list__layout table {
  border-top: 1px solid #1D1D1D !important;
  border-left: 1px solid #1D1D1D !important;
  border-bottom: 1px solid #1D1D1D !important;
}
.block-editor-block-list__layout table th,
.block-editor-block-list__layout table td {
  border: 0 !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-right: 1px solid #e8e8e8 !important;
  font-size: 14px !important;
}
.block-editor-block-list__layout table thead th {
  background-color: #004181 !important;
  color: #fff !important;
}
.block-editor-block-list__layout table tbody th {
  background-color: #f8f8f8 !important;
}
.block-editor-block-list__layout .wp-block-image figcaption {
  font-size: 14px !important;
}
.block-editor-block-list__layout .parts_linkbtn a,
.block-editor-block-list__layout .parts_anchor_item a {
  font-size: 15px !important;
}
.block-editor-block-list__layout .parts_accordion .parts_accordion_title {
  font-size: 16px !important;
}
.block-editor-block-list__layout .parts_accordion .parts_accordion_title:before {
  font-size: 33px !important;
}
.block-editor-block-list__layout .wp-block-buttons .wp-block-button + .wp-block-button {
  margin-top: 0;
}
.block-editor-block-list__layout .wp-block-button__link:not(.has-background),
.block-editor-block-list__layout .wp-block-button__link.is-style-outline:not(.has-background) {
  font-size: 15px;
}
.block-editor-block-list__layout .blocks-gallery-grid:not(.block-editor-block-list__block) {
  width: calc(100% + 24px);
  margin-right: -12px;
  margin-left: -12px;
}
.block-editor-block-list__layout .blocks-gallery-grid:not(.block-editor-block-list__block) .blocks-gallery-item {
  width: 33.3333333333%;
  box-sizing: border-box;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  width: calc(100% - 24px);
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.lzb-content-title h6 {
  color: #000 !important;
  margin-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.has-red-color {
  color: #e60a17 !important;
}

.has-red-background-color {
  background-color: #e60a17 !important;
}

.has-blue-color {
  color: #315ab9 !important;
}

.has-blue-background-color {
  background-color: #315ab9 !important;
}

.has-green-color {
  color: #0fa77e !important;
}

.has-green-background-color {
  background-color: #0fa77e !important;
}

.has-orange-color {
  color: #f79e46 !important;
}

.has-orange-background-color {
  background-color: #f79e46 !important;
}

.has-pink-color {
  color: #e3649f !important;
}

.has-pink-background-color {
  background-color: #e3649f !important;
}

.has-base-color {
  color: #233d4e !important;
}

.has-base-background-color {
  background-color: #233d4e !important;
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  width: 100%;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .shop_list {
    padding: 0 20px;
  }
}
@media print, screen and (min-width: 920px) {
  .shop_list {
    margin-top: 60px;
    justify-content: flex-start;
    padding: 0;
  }
}
.shop_list .shop_box {
  width: 48%;
  text-align: center;
  margin-bottom: 30px;
  margin-left: 0;
}
@media print, screen and (min-width: 920px) {
  .shop_list .shop_box {
    width: 22%;
  }
}
.shop_list .shop_box a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  color: #111824;
  text-decoration: none;
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(132, 132, 132, 0.3);
  transition: 0.3s;
  position: relative;
}
.shop_list .shop_box a:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
}
.shop_list .shop_box a:after {
  content: "";
  display: block;
  padding-top: 5%;
}
.shop_list .shop_box a:hover {
  transform: translate(0, -10px);
}
.shop_list .shop_box a:hover:before {
  opacity: 0.5;
}
.shop_list .shop_box img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .shop_list .shop_box img {
    margin-bottom: 24px;
  }
}
.shop_list .shop_box p {
  margin-top: auto;
  font-size: 1.3rem;
  line-height: 1.5;
  word-break: keep-all;
}
@media print, screen and (min-width: 768px) {
  .shop_list .shop_box p {
    font-size: 1.5rem;
  }
}

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