@charset "UTF-8";
.parts_accordion .accordion_title .ico:before, .parts_accordion .accordion_title .ico:after, .static_contents ul:not(.anchor-link, .not_parts) li:before, .static_contents h3:not(.not_parts):before {
  display: block;
  content: "";
  position: absolute;
}

.pt_m {
  padding-top: 1.5rem !important;
}

.rel {
  position: relative;
}

.static_contents {
  --margin-top-text-spacing: 20px;
  --margin-top-small: 20px;
  --margin-top-medium: 40px;
  --margin-top-large: 60px;
}
@media print, screen and (min-width: 768px) {
  .static_contents {
    --margin-top-small: 40px;
    --margin-top-medium: 60px;
    --margin-top-large: 80px;
  }
}
.static_contents .mt_0 {
  margin-top: 0 !important;
}
.static_contents .mb_0 {
  margin-bottom: 0 !important;
}
.static_contents .mt_tiny {
  margin-top: 5px !important;
}
.static_contents .mt_sss {
  margin-top: 10px;
}
.static_contents .mt_ss {
  margin-top: var(--margin-top-text-spacing) !important;
}
.static_contents .mt_s {
  margin-top: var(--margin-top-small) !important;
}
.static_contents .mt_sm {
  margin-top: 20px !important;
}
@media print, screen and (min-width: 768px) {
  .static_contents .mt_sm {
    margin-top: 60px !important;
  }
}
.static_contents .mt_m {
  margin-top: var(--margin-top-medium) !important;
}
.static_contents .pt_m {
  margin-top: var(--margin-top-medium) !important;
}
.static_contents .mb_m {
  margin-bottom: var(--margin-top-medium) !important;
}
.static_contents .mt_l {
  margin-top: var(--margin-top-large) !important;
}
.static_contents .mb_l {
  margin-bottom: var(--margin-top-large) !important;
}
.static_contents .red {
  color: #ED3B3D;
}
.static_contents .bold {
  font-weight: 700;
}

.static_contents {
  --column-gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .static_contents {
    --column-gap: 60px;
  }
}
.static_contents p {
  font-size: 1.7rem;
}
.static_contents .parts_columns {
  display: grid;
  gap: var(--column-gap);
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
.static_contents .parts_columns_2 {
  display: grid;
  gap: var(--column-gap);
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_columns_2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.static_contents .parts_columns_2 .media {
  text-align: center;
}
.static_contents .parts_columns_2.gap {
  gap: 40px;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_columns_2.gap {
    gap: 50px;
  }
}
.static_contents .parts_columns_3 {
  display: grid;
  gap: var(--column-gap);
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_columns_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media print, screen and (min-width: 1180px) {
  .static_contents .parts_columns_3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.static_contents .parts_columns_3 .media {
  text-align: center;
}
.static_contents .parts_text_media {
  margin-top: var(--column-gap);
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media {
    flex-direction: row;
  }
}
.static_contents .parts_text_media.even .media {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media.even .media {
    width: 50%;
  }
}
.static_contents .parts_text_media.even .media h3 {
  text-align: left;
  margin-top: 0;
}
.static_contents .parts_text_media.even img {
  width: 100%;
}
.static_contents .parts_text_media.even .text {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media.even .text {
    width: calc(50% - 60px);
  }
}
.static_contents .parts_text_media.odd .media {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media.odd .media {
    width: 55%;
  }
}
.static_contents .parts_text_media.odd img {
  width: 100%;
}
.static_contents .parts_text_media.odd .text,
.static_contents .parts_text_media.odd .table_wrap {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media.odd .text,
  .static_contents .parts_text_media.odd .table_wrap {
    width: calc(45% - 60px);
  }
}
.static_contents .parts_text_media.left_small .media {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media.left_small .media {
    width: 40%;
  }
}
.static_contents .parts_text_media.left_small img {
  width: 100%;
}
.static_contents .parts_text_media.left_small .text,
.static_contents .parts_text_media.left_small .table_wrap {
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .static_contents .parts_text_media.left_small .text,
  .static_contents .parts_text_media.left_small .table_wrap {
    width: calc(60% - 60px);
  }
}
.static_contents .strong {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.8rem + 1vw, 2.2rem);
  line-height: 1.5;
}
.static_contents .parts_text_media {
  margin-top: var(--column-gap);
  display: flex;
  gap: 60px;
}
.static_contents .parts_text_media .media {
  width: 65%;
}
.static_contents .parts_text_media img {
  width: 100%;
}
.static_contents .parts_text_media .text {
  width: calc(35% - 60px);
}
.static_contents .frame {
  background-color: #F0F7FD;
  padding: 20px;
}

.static_contents > *:first-child {
  margin-top: 0 !important;
}
.static_contents h2:not(.not_parts) {
  position: relative;
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 10px 25px;
  line-height: 1.6;
  text-align: left;
  color: #363330;
  font-weight: 700;
  font-size: clamp(2.3rem, 2.3rem + 0.25vw, 3.2rem);
  background-color: #F0F7FD;
}
@media print, screen and (min-width: 768px) {
  .static_contents h2:not(.not_parts) {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .static_contents h2:not(.not_parts) {
    font-size: 3.2rem;
  }
}
.static_contents h2:not(.not_parts):after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: clamp(6px, 6px + 0.25vw, 8px);
  height: calc(100% - 20px);
  background-color: #1D6AB5;
  border-radius: 0 3px 3px 0;
}
.static_contents h3:not(.not_parts) {
  position: relative;
  padding-bottom: 2px;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-inline: 25px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 1rem;
  font-size: clamp(2rem, 2rem + 0.5vw, 2.8rem);
}
@media print, screen and (min-width: 768px) {
  .static_contents h3:not(.not_parts) {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 1180px) {
  .static_contents h3:not(.not_parts) {
    font-size: 2.8rem;
  }
}
.static_contents h3:not(.not_parts):before {
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1D6AB5;
}
.static_contents h3:not(.not_parts):after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0.4em;
  background-color: #1D6AB5;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .static_contents h3:not(.not_parts):after {
    top: 0.5em;
  }
}
.static_contents h4:not(.not_parts) {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 35px;
  font-weight: 700;
  padding-inline: 25px;
  color: #1D6AB5;
  font-size: clamp(1.8rem, 1.8rem + 1vw, 2.4rem);
}
@media print, screen and (min-width: 768px) {
  .static_contents h4:not(.not_parts) {
    margin-top: 50px;
    padding-bottom: 10px;
  }
}
.static_contents h4:not(.not_parts):after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0.45em;
  background-color: #1D6AB5;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .static_contents h4:not(.not_parts):after {
    top: 0.4em;
  }
}
.static_contents h5:not(.not_parts) {
  font-size: 1.6rem;
  position: relative;
  color: #1D6AB5;
  margin-top: 35px;
  padding-inline: 25px;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .static_contents h5:not(.not_parts) {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.static_contents h5:not(.not_parts):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #1D6AB5;
  border-radius: 3px;
}
.static_contents h6:not(.not_parts) {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #1D6AB5;
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .static_contents h6:not(.not_parts) {
    font-size: 1.7rem;
    margin-top: 50px;
  }
}
.static_contents h2 + h2,
.static_contents h2 + h3,
.static_contents h2 + h4,
.static_contents h2 + h5,
.static_contents h2 + h6,
.static_contents h3 + h2,
.static_contents h3 + h3,
.static_contents h3 + h4,
.static_contents h3 + h5,
.static_contents h3 + h6,
.static_contents h4 + h2,
.static_contents h4 + h3,
.static_contents h4 + h4,
.static_contents h4 + h5,
.static_contents h4 + h6,
.static_contents h5 + h2,
.static_contents h5 + h3,
.static_contents h5 + h4,
.static_contents h5 + h5,
.static_contents h5 + h6,
.static_contents h6 + h2,
.static_contents h6 + h3,
.static_contents h6 + h4,
.static_contents h6 + h5,
.static_contents h6 + h6 {
  margin-top: var(--margin-top-text-spacing);
}

.static_contents {
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .static_contents {
    line-height: 1.6;
  }
}
.static_contents p a,
.static_contents li a,
.static_contents table a {
  color: #0048EA;
  text-decoration: underline;
}
@media (hover: hover) {
  .static_contents p a:where(:any-link, :enabled, summary, span, dt, div):hover,
  .static_contents li a:where(:any-link, :enabled, summary, span, dt, div):hover,
  .static_contents table a:where(:any-link, :enabled, summary, span, dt, div):hover {
    text-decoration: none;
  }
}
.static_contents p a[target=_blank]:after, .static_contents p a[href$=".pdf"]:after, .static_contents p a[href$=".doc"]:after, .static_contents p a[href$=".docx"]:after, .static_contents p a[href$=".xls"]:after, .static_contents p a[href$=".xlsx"]:after,
.static_contents li a[target=_blank]:after,
.static_contents li a[href$=".pdf"]:after,
.static_contents li a[href$=".doc"]:after,
.static_contents li a[href$=".docx"]:after,
.static_contents li a[href$=".xls"]:after,
.static_contents li a[href$=".xlsx"]:after,
.static_contents table a[target=_blank]:after,
.static_contents table a[href$=".pdf"]:after,
.static_contents table a[href$=".doc"]:after,
.static_contents table a[href$=".docx"]:after,
.static_contents table a[href$=".xls"]:after,
.static_contents table a[href$=".xlsx"]:after {
  font-family: "icons" !important;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  background: none;
  font-size: 2.25rem;
}
.static_contents p a[target=_blank]:after,
.static_contents li a[target=_blank]:after,
.static_contents table a[target=_blank]:after {
  content: "\f105";
}
.static_contents p a[href$=".pdf"]:after,
.static_contents li a[href$=".pdf"]:after,
.static_contents table a[href$=".pdf"]:after {
  content: "\f103";
  color: #b13736;
}
.static_contents p a[href$=".doc"]:after, .static_contents p a[href$=".docx"]:after,
.static_contents li a[href$=".doc"]:after,
.static_contents li a[href$=".docx"]:after,
.static_contents table a[href$=".doc"]:after,
.static_contents table a[href$=".docx"]:after {
  content: "\f101";
  color: #082e78;
}
.static_contents p a[href$=".xls"]:after, .static_contents p a[href$=".xlsx"]:after,
.static_contents li a[href$=".xls"]:after,
.static_contents li a[href$=".xlsx"]:after,
.static_contents table a[href$=".xls"]:after,
.static_contents table a[href$=".xlsx"]:after {
  content: "\f106";
  color: #007442;
}
.static_contents p.bold,
.static_contents li.bold,
.static_contents table.bold {
  font-weight: 700;
}
.static_contents a:has(img) img {
  transition: 0.3s;
}
@media (hover: hover) {
  .static_contents a:has(img):where(:any-link, :enabled, summary, span, dt, div):hover img {
    opacity: 0.5;
  }
}
.static_contents p:not(:first-child),
.static_contents table:not(:first-child) {
  margin-top: var(--margin-top-text-spacing);
}
.static_contents h2 + p:not(:first-child),
.static_contents h3 + p:not(:first-child),
.static_contents h4 + p:not(:first-child),
.static_contents h5 + p:not(:first-child),
.static_contents h6 + p:not(:first-child) {
  margin-top: var(--margin-top-text-spacing);
}
.static_contents .small {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 1.5rem;
  position: relative;
  display: block;
}
.static_contents .small::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.static_contents p.center {
  text-align: center;
}
.static_contents ul:not(.anchor-link, .not_parts) {
  counter-reset: li;
  margin-top: var(--margin-top-text-spacing);
}
.static_contents ul:not(.anchor-link, .not_parts) li {
  list-style: none;
  position: relative;
  padding-left: 22px;
}
.static_contents ul:not(.anchor-link, .not_parts) li:not(:first-child) {
  margin-top: 5px;
}
.static_contents ul:not(.anchor-link, .not_parts) li:before {
  top: 0.5em;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9A9A9A;
}
.static_contents ul:not(.anchor-link, .not_parts) li > ul {
  margin-top: 5px;
  margin-bottom: 15px;
}
.static_contents ul:not(.anchor-link, .not_parts) li > ul li:before {
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .static_contents ul:not(.anchor-link, .not_parts) li > ul li:before {
    top: 13px;
  }
}
.static_contents ol {
  counter-reset: li;
  margin-top: 15px;
}
.static_contents ol li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.static_contents ol li:not(:first-child) {
  margin-top: 5px;
}
.static_contents 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: #1D6AB5;
  top: 2px;
  left: 0px;
}
@media print, screen and (min-width: 768px) {
  .static_contents ol li:before {
    top: 4px;
  }
}
.static_contents ol li:nth-child(n+10) {
  padding-left: 32px;
}
.static_contents ol li > ol {
  margin-top: 5px;
  margin-bottom: 15px;
}
.static_contents ol li > ol li:before {
  content: counter(li) ")";
  font-weight: bold;
}
.static_contents ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) {
  margin-top: 5px;
  margin-bottom: 15px;
}
.static_contents ol li > ul:not(.anchor-link, .blocks-gallery-grid, .not_parts) li:before {
  border-radius: 0;
}
.static_contents sub {
  position: relative;
  top: 0.4em;
  display: inline-block;
  font-size: 1.15rem;
}
.static_contents sup {
  position: relative;
  top: -0.4em;
  display: inline-block;
  font-size: 1.15rem;
}
.static_contents table {
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  vertical-align: middle;
}
.static_contents table th {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 10px 15px;
}
.static_contents table td {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 10px 15px;
}
.static_contents table th,
.static_contents table td {
  vertical-align: middle;
}
.static_contents table th .min,
.static_contents table td .min {
  font-size: 10px;
}
.static_contents table th .note,
.static_contents table td .note {
  font-size: 10px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.static_contents table th {
  font-weight: bold;
  text-align: center;
}
.static_contents table thead th {
  background-color: #77ABDB;
  color: #fff;
}
.static_contents table tbody th {
  background-color: #f8f8f8;
  width: 50%;
}
.static_contents .table_wrap.even table tbody th, .static_contents .table_wrap.even table tbody td {
  width: 50%;
}
@media print, screen and (min-width: 920px) {
  .static_contents .js-scrollable table {
    width: 700px !important;
    min-height: 160px;
  }
}
.static_contents .scroll-hint-text {
  line-height: 1;
  letter-spacing: 0.05em;
}
.static_contents .parts_btn_block {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_btn_block {
    width: auto;
    max-width: 600px;
  }
}
.static_contents .parts_btn_block::before {
  content: "";
  width: calc(100% - 5px);
  height: 100%;
  display: block;
  background-color: #1D6AB5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
@media (hover: hover) {
  .static_contents .parts_btn_block:where(:any-link, :enabled, summary, span, dt, div):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .static_contents .parts_btn_block:where(:any-link, :enabled, summary, span, dt, div):hover .parts_btn {
    color: #fff;
  }
  .static_contents .parts_btn_block:where(:any-link, :enabled, summary, span, dt, div):hover .parts_btn::after {
    color: #fff;
  }
}
.static_contents .parts_btn {
  font-size: 1.4rem;
  font-weight: bold;
  color: #363330;
  text-align: left;
  display: block;
  padding: 15px 35px 15px 15px;
  border: 2px solid #1D6AB5;
  border-radius: 0px;
  background-color: transparent;
  transition: color 0.8s;
  position: relative;
  z-index: 2;
  color: #1D6AB5;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_btn {
    padding: 15px 70px 15px 20px;
  }
  .static_contents .parts_btn:focus::before {
    height: calc(100% - 2px);
    top: 1px;
    right: 1px;
  }
  .static_contents .parts_btn:focus:not(:focus-visible)::before {
    height: 100%;
    top: 0;
    right: 0;
  }
}
.static_contents .parts_btn::before, .static_contents .parts_btn::after {
  content: "";
  display: block;
  position: absolute;
}
.static_contents .parts_btn::before {
  content: none;
  width: 50px;
  height: 100%;
  background-color: #fff;
  top: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_btn::before {
    content: "";
  }
}
.static_contents .parts_btn::after {
  width: 9px;
  height: 11px;
  background-color: #1D6AB5;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: 50%;
  right: 15px;
  z-index: 2;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_btn::after {
    right: 20px;
  }
}
.static_contents .parts_btn[target=_blank]::after {
  content: "\f105";
  color: #1D6AB5;
  font-size: 3rem;
  font-family: "icons" !important;
  width: auto;
  height: auto;
  clip-path: none;
  background-color: transparent;
  right: 12px;
  transition: none;
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_btn[target=_blank]::after {
    right: 17px;
  }
}
.static_contents .iframe_wrap {
  aspect-ratio: 16/9;
}
.static_contents .iframe_wrap.youtube {
  aspect-ratio: 16/9;
}
.static_contents .iframe_wrap.googlemap {
  aspect-ratio: 16/9;
}
.static_contents .iframe_wrap video,
.static_contents .iframe_wrap iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.static_contents .temp {
  background-color: #f24241;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-top: 80px;
}

.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: #363330;
}
.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;
  }
}
.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: #1D6AB5;
  border: 1px solid #1D6AB5;
}
.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 {
  display: grid;
  flex-direction: column;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_link {
    gap: 20px;
  }
}
.parts_anchor_link .parts_anchor_item {
  list-style: none;
  position: relative;
}
.parts_anchor_link .parts_anchor_item a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 40px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
  color: #363330;
  background-color: #fff;
  border: 2px solid #1D6AB5;
  border-radius: 5px;
}
@media print, screen and (min-width: 768px) {
  .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: #1D6AB5;
  }
  .parts_anchor_link .parts_anchor_item a:hover:after {
    margin-top: 3px;
  }
}
.parts_anchor_link .parts_anchor_item a:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/arrow_anker_link.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.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;
  }
}

.wp-block-buttons {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 920px) {
  .wp-block-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.wp-block-buttons .wp-block-button {
  width: 100%;
  margin: 20px 0 0;
  display: block;
}
.wp-block-buttons .wp-block-button + .wp-block-button {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .wp-block-buttons .wp-block-button {
    display: inline-block;
    width: auto;
    min-width: calc(33% - 12px);
    margin-top: 30px;
    margin-right: 24px;
  }
  .wp-block-buttons .wp-block-button + .wp-block-button {
    margin-top: 0;
    margin-left: 2%;
  }
}

.block-editor-block-list__layout .wp-block-button.is-style-large,
.page_single_contents .wp-block-button.is-style-large {
  width: 100%;
  margin-right: 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),
.page_single_contents .wp-block-button__link:not(.has-background),
.page_single_contents .wp-block-button__link.is-style-outline:not(.has-background) {
  position: relative;
  display: block;
  padding: 13px 70px 13px 30px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  border-radius: 100px;
  line-height: 1.4;
  color: #fff;
  background-color: #1D6AB5;
  border: 1px solid #1D6AB5;
}
.block-editor-block-list__layout .wp-block-button__link:not(.has-background):after,
.block-editor-block-list__layout .wp-block-button__link.is-style-outline:not(.has-background):after,
.page_single_contents .wp-block-button__link:not(.has-background):after,
.page_single_contents .wp-block-button__link.is-style-outline:not(.has-background):after {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  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%;
  margin-top: -1px;
  right: 25px;
  font-size: 2rem;
  color: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
.block-editor-block-list__layout .wp-block-button__link:not(.has-background)[target=_blank]:after,
.block-editor-block-list__layout .wp-block-button__link.is-style-outline:not(.has-background)[target=_blank]:after,
.page_single_contents .wp-block-button__link:not(.has-background)[target=_blank]:after,
.page_single_contents .wp-block-button__link.is-style-outline:not(.has-background)[target=_blank]:after {
  content: "\e90a";
  font-size: 1.5rem;
  margin-top: 0;
}
.block-editor-block-list__layout .wp-block-button__link:not(.has-background):hover,
.block-editor-block-list__layout .wp-block-button__link.is-style-outline:not(.has-background):hover,
.page_single_contents .wp-block-button__link:not(.has-background):hover,
.page_single_contents .wp-block-button__link.is-style-outline:not(.has-background):hover {
  background-color: #fff;
  color: #1D6AB5;
}
.block-editor-block-list__layout .wp-block-button__link:not(.has-background):hover:after,
.block-editor-block-list__layout .wp-block-button__link.is-style-outline:not(.has-background):hover:after,
.page_single_contents .wp-block-button__link:not(.has-background):hover:after,
.page_single_contents .wp-block-button__link.is-style-outline:not(.has-background):hover:after {
  color: #1D6AB5;
  right: 22px;
}
.block-editor-block-list__layout .wp-block-button__link:not(.has-background):hover[target=_blank]:after,
.block-editor-block-list__layout .wp-block-button__link.is-style-outline:not(.has-background):hover[target=_blank]:after,
.page_single_contents .wp-block-button__link:not(.has-background):hover[target=_blank]:after,
.page_single_contents .wp-block-button__link.is-style-outline:not(.has-background):hover[target=_blank]:after {
  right: 25px;
}

.wp-block-file {
  display: block;
  margin-bottom: 0;
}
.wp-block-file + .wp-block-file {
  margin-top: 10px;
}
.wp-block-file.is-style-large100 a {
  display: block;
}
.wp-block-file a {
  position: relative;
  min-width: 320px;
  width: 100%;
  padding: 10px 30px 10px 5px;
  display: inline-block;
  text-decoration: none;
  color: #363330;
  border-bottom: 1px solid #1D6AB5;
}
.wp-block-file a:after {
  content: "\e90a";
  color: #848484;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  transform: translateY(-50%);
  transition: color 0.3s;
}
.wp-block-file a[href$=".pdf"]:after {
  content: "\e909";
  color: #b13736;
}
.wp-block-file a[href$=".doc"]:after, .wp-block-file a[href$=".docx"]:after {
  content: "\e908";
  color: #082e78;
}
.wp-block-file a[href$=".xls"]:after, .wp-block-file a[href$=".xlsx"]:after {
  content: "\e907";
  color: #007442;
}
@media print, screen and (min-width: 768px) {
  .wp-block-file a {
    width: auto;
  }
}
.wp-block-file .wp-block-file__button {
  display: none;
  visibility: hidden;
}

.device-pc .wp-block-file a:hover {
  background-color: gray;
}

.parts_file_link {
  margin: 25px 0;
}
@media print, screen and (min-width: 920px) {
  .parts_file_link {
    margin: 40px 0;
  }
}

.parts_file_link_item {
  margin-top: 20px;
}
.parts_file_link_item a {
  position: relative;
  display: inline-block;
  color: #363330;
  border: solid 2px;
  border-radius: 4px;
  padding: 10px 60px 10px 10px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 40px), #363330 calc(100% - 40px), #363330 100%);
}
@media print, screen and (min-width: 920px) {
  .parts_file_link_item a {
    width: 410px;
  }
}
.parts_file_link_item a::after {
  position: absolute;
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  color: #fff;
  top: 50%;
  transform: translateY(-65%);
  right: 9px;
  vertical-align: middle;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0;
  transition: color 0.3s;
}
.parts_file_link_item a[href$=".pdf"] {
  border-color: #DB4545;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 40px), rgb(219, 69, 69) calc(100% - 40px), rgb(219, 69, 69) 100%);
}
.parts_file_link_item a[href$=".pdf"]::after {
  content: "\f103";
}
.parts_file_link_item a[href$=".doc"], .parts_file_link_item a[href$=".docx"] {
  border-color: #1D6AB6;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 40px), #1D6AB6 calc(100% - 40px), #1D6AB6 100%);
}
.parts_file_link_item a[href$=".doc"]::after, .parts_file_link_item a[href$=".docx"]::after {
  content: "\f101";
}
.parts_file_link_item a[href$=".xls"], .parts_file_link_item a[href$=".xlsx"] {
  border-color: #3EA36C;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) calc(100% - 40px), #3EA36C calc(100% - 40px), #3EA36C 100%);
}
.parts_file_link_item a[href$=".xls"]::after, .parts_file_link_item a[href$=".xlsx"]::after {
  content: "\f106";
}
.parts_file_link_item a:hover {
  color: #1D6AB5;
}
.parts_file_link_item a:hover:before {
  color: #1D6AB5;
}

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

.parts_accordion {
  border-top: 2px solid #1D6AB6;
  transition: box-shadow 0.3s ease;
}
.parts_accordion summary::-webkit-details-marker {
  display: none;
}
.parts_accordion .accordion_item {
  border-bottom: 2px solid #1D6AB6;
}
.parts_accordion .accordion_item[open] .accordion_text {
  visibility: visible;
  opacity: 1;
  max-height: 800px;
  height: auto;
  padding: 0 15px 23px;
  transition: opacity 0.5s, max-height 0.3s ease, visibility 0.2s;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion .accordion_item[open] .accordion_text {
    padding: 0 35px 35px 105px;
  }
}
.parts_accordion .accordion_item[open] .accordion_title .ico::after {
  display: none;
}
.parts_accordion .accordion_title {
  position: relative;
  padding: 15px 45px 15px 15px;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px 35px;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion .accordion_title {
    padding: 22px 75px 22px 35px;
    font-size: 1.6rem;
    align-items: baseline;
  }
}
.parts_accordion .accordion_title .num {
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(2rem, 2rem + 0.5vw, 3rem);
  line-height: 1.4;
  font-family: "Roboto";
  color: #1D6AB6;
  align-self: flex-start;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion .accordion_title .num {
    align-self: auto;
  }
}
.parts_accordion .accordion_title .text {
  font-weight: 700;
  font-size: clamp(1.5rem, 1.5rem + 0.5vw, 2rem);
  line-height: 1.5;
}
.parts_accordion .accordion_title .ico {
  position: absolute;
  top: 1.6em;
  right: 14px;
  width: 25px;
  height: 25px;
  background-color: #1D6AB6;
  border-radius: 50%;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion .accordion_title .ico {
    right: 25px;
    width: 30px;
    height: 30px;
  }
}
.parts_accordion .accordion_title .ico:before, .parts_accordion .accordion_title .ico:after {
  top: calc(50% - 1px);
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px;
}
.parts_accordion .accordion_title .ico:after {
  transform: rotate(90deg);
}
.parts_accordion .accordion_text {
  visibility: hidden; /* 初期状態では内容を非表示 */
  opacity: 0;
  max-height: 0;
  transition: opacity 0.5s, max-height 0.5s ease, visibility 0.2s;
}
.parts_accordion .accordion_text h5 {
  margin-top: 25px;
}
.parts_accordion.type_faq .parts_accordion_title,
.parts_accordion.type_faq .parts_accordion_text {
  position: relative;
  padding-left: 40px;
}
@media print, screen and (min-width: 768px) {
  .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 {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .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 {
  color: #00418d;
}
.parts_accordion.type_faq .parts_accordion_title:before {
  content: "Q";
  top: 15px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion.type_faq .parts_accordion_title:before {
    top: 17px;
  }
}
.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: #1D6AB5;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion.type_faq .parts_accordion_text:before {
    top: 23px;
  }
}

.parts_flow .flow_item {
  border: solid 2px #77ABDB;
  border-radius: 5px;
}
.parts_flow .abs {
  position: absolute;
  right: calc(50% - 10rem);
  transform: translateY(20%);
  font-size: 21px;
  font-weight: 700;
  color: #1D6AB6;
}
@media print, screen and (min-width: 768px) {
  .parts_flow .abs {
    transform: translateY(40%);
  }
}
.parts_flow .flow_header,
.parts_flow .flow_content {
  padding-inline: 20px;
}
@media print, screen and (min-width: 768px) {
  .parts_flow .flow_header,
  .parts_flow .flow_content {
    padding-inline: 40px;
  }
}
.parts_flow .flow_header {
  background-color: #77ABDB;
  color: #fff;
  font-weight: 700;
  padding-block: 5px;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  width: 100%;
}
.parts_flow .flow_header > span:nth-child(1) {
  min-width: 5rem;
}
.parts_flow .flow_header span {
  font-family: "Roboto";
  font-size: clamp(3rem, 3rem + 1vw, 3.5rem);
}
.parts_flow .flow_header .title {
  font-size: clamp(2rem, 2rem + 1vw, 2.6rem);
}
.parts_flow .flow_content {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding-block: 10px;
}
@media print, screen and (min-width: 768px) {
  .parts_flow .flow_content {
    padding-block: 20px;
  }
}
.parts_flow .flow_item:not(:last-child) .flow_content::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%) scale(-1);
  width: 90px;
  height: 25px;
  background-color: #77ABDB;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.parts_flow .fig {
  min-width: 8.5rem;
}
@media print, screen and (min-width: 768px) {
  .parts_flow .fig {
    min-width: 12rem;
  }
}
.parts_flow .flow_item + .flow_item {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .parts_flow .flow_item + .flow_item {
    margin-top: 60px;
  }
}

.parts_flow + .button_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .parts_flow + .button_wrap {
    margin-top: 60px;
  }
}

.edit-post-visual-editor *,
.block-editor__typewriter {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS Ｐゴシック", "MS PGothic", sans-serif !important;
}

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

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

.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;
}

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

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

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