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

.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 .mt_ss {
  margin-top: var(--margin-top-text-spacing) !important;
}
.static_contents .mt_s {
  margin-top: var(--margin-top-small) !important;
}
.static_contents .mt_m {
  margin-top: var(--margin-top-medium) !important;
}
.static_contents .mt_l {
  margin-top: var(--margin-top-large) !important;
}

.static_contents {
  --column-padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .static_contents {
    --column-padding: 20px;
  }
}
.static_contents .parts_columns {
  display: flex;
  flex-direction: column;
  row-gap: calc(var(--column-padding) * 2);
  margin-inline: calc(var(--column-padding) * -1);
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_columns {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.static_contents .parts_columns__item {
  padding-inline: var(--column-padding);
}
@media print, screen and (min-width: 768px) {
  .static_contents .parts_columns__item.column_1 {
    width: 8.33333333%;
  }
  .static_contents .parts_columns__item.column_2 {
    width: 16.66666666%;
  }
  .static_contents .parts_columns__item.column_3 {
    width: 24.99999999%;
  }
  .static_contents .parts_columns__item.column_4 {
    width: 33.33333332%;
  }
  .static_contents .parts_columns__item.column_5 {
    width: 41.66666665%;
  }
  .static_contents .parts_columns__item.column_6 {
    width: 49.99999998%;
  }
  .static_contents .parts_columns__item.column_7 {
    width: 58.33333331%;
  }
  .static_contents .parts_columns__item.column_8 {
    width: 66.66666664%;
  }
  .static_contents .parts_columns__item.column_9 {
    width: 74.99999997%;
  }
  .static_contents .parts_columns__item.column_10 {
    width: 83.3333333%;
  }
  .static_contents .parts_columns__item.column_11 {
    width: 91.66666663%;
  }
  .static_contents .parts_columns__item.column_12 {
    width: 99.99999996%;
  }
}

.static_contents > *:first-child {
  margin-top: 0 !important;
}
.static_contents h2:not(.not_parts) {
  position: relative;
  font-size: 2.5rem;
  margin-top: 45px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.4;
  text-align: left;
  color: #212122;
}
@media print, screen and (min-width: 768px) {
  .static_contents h2:not(.not_parts) {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 18px;
    font-size: 3.7rem;
  }
}
.static_contents h2:not(.not_parts):after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  border-bottom: 2px solid #4462FF;
}
@media print, screen and (min-width: 768px) {
  .static_contents h2:not(.not_parts):after {
    width: 60px;
  }
}
.static_contents h3:not(.not_parts) {
  font-size: 2rem;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 2px;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .static_contents h3:not(.not_parts) {
    font-size: 2.6rem;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.static_contents h3:not(.not_parts):after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40px;
  border-bottom: 2px solid #4462FF;
}
.static_contents h4:not(.not_parts) {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  padding-left: 10px;
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .static_contents h4:not(.not_parts) {
    font-size: 1.8rem;
    margin-top: 50px;
    padding-bottom: 5px;
  }
}
.static_contents h4:not(.not_parts):before {
  top: 50%;
  left: 0;
  width: 3px;
  height: 90%;
  background-color: #4462FF;
  transform: translateY(-50%);
}
.static_contents h5:not(.not_parts) {
  font-size: 1.6rem;
  position: relative;
  color: #4462FF;
  margin-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .static_contents h5:not(.not_parts) {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.static_contents h6:not(.not_parts) {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #4462FF;
  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.8;
}
@media print, screen and (min-width: 768px) {
  .static_contents {
    line-height: 2;
  }
}
.static_contents p a,
.static_contents li a,
.static_contents table a {
  color: #66f;
  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: "icomoon" !important;
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1;
  background: none;
}
.static_contents p a[target=_blank]:after,
.static_contents li a[target=_blank]:after,
.static_contents table a[target=_blank]:after {
  content: "\e908";
}
.static_contents p a[href$=".pdf"]:after,
.static_contents li a[href$=".pdf"]:after,
.static_contents table a[href$=".pdf"]:after {
  content: "\e905";
  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: "\e906";
  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: "\e902";
  color: #007442;
}
.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 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: 13px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #4462FF;
}
@media print, screen and (min-width: 768px) {
  .static_contents ul:not(.anchor-link, .not_parts) li:before {
    top: 13px;
  }
}
.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: 25px;
}
.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;
  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: #4462FF;
  color: #fff;
}
.static_contents table tbody th {
  background-color: #f8f8f8;
}
@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: #4462FF;
  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[target=_blank]::after {
    color: #4462FF;
  }
}
.static_contents .parts_btn {
  font-size: 1.4rem;
  font-weight: bold;
  color: #212122;
  text-align: left;
  display: block;
  padding: 15px 35px 15px 15px;
  border: 2px solid #4462FF;
  border-radius: 0px;
  background-color: transparent;
  transition: color 0.8s;
  position: relative;
  z-index: 2;
  color: #4462FF;
  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: #4462FF;
  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: "\e908";
  color: #4462FF;
  font-size: 1.4rem;
  font-family: "icomoon" !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;
}

.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: #212122;
}
.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: 20px;
}
@media print, screen and (min-width: 920px) {
  .wp-block-columns {
    margin-top: 40px;
  }
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}

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 (min-width: 1180px) {
  .wp-block-columns {
    margin-top: 40px;
  }
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 40px;
  }
}
@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: #4462FF;
  border: 1px solid #4462FF;
}
.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;
  }
}

@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 {
  list-style: none;
  position: relative;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .parts_anchor_link .parts_anchor_item {
    padding: 0 12px 12px;
  }
}
.parts_anchor_link .parts_anchor_item a {
  position: relative;
  display: block;
  padding: 12px 65px 12px 20px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  line-height: 1.4;
  color: #212122;
  background-color: #fff;
  border: 2px solid #4462FF;
}
@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: #4462FF;
  }
  .parts_anchor_link .parts_anchor_item a:hover:after {
    margin-top: 3px;
  }
}
.parts_anchor_link .parts_anchor_item a:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  background: #4462FF;
}
.parts_anchor_link .parts_anchor_item a:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: calc(50% + 3px);
  right: 14px;
  border: 6px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

.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: #4462FF;
  border: 1px solid #4462FF;
}
.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: "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%;
  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: #4462FF;
}
.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: #4462FF;
  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: #212122;
  border-bottom: 1px solid #4462FF;
}
.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: 4px;
}
.parts_file_link_item a {
  position: relative;
  display: inline-block;
  color: #212122;
  text-decoration: none;
}
.parts_file_link_item a:before {
  position: relative;
  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: "\e904";
  color: #212122;
  top: -2px;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 10px;
  line-height: 1;
  letter-spacing: 0;
  transition: color 0.3s;
}
.parts_file_link_item a[href$=".pdf"]:before {
  content: "\e905";
}
.parts_file_link_item a[href$=".doc"]:before, .parts_file_link_item a[href$=".docx"]:before {
  content: "\e906";
}
.parts_file_link_item a[href$=".xls"]:before, .parts_file_link_item a[href$=".xlsx"]:before {
  content: "\e902";
}
.parts_file_link_item a:hover {
  color: #4462FF;
}
.parts_file_link_item a:hover:before {
  color: #4462FF;
}

.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 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;
  }
}
.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: 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;
}
@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 {
  position: absolute;
  top: calc(50% - 9.5px);
  right: 14px;
  width: 14px;
  height: 14px;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion .parts_accordion_title .ico {
    top: calc(50% - 9.5px);
    right: 25px;
    width: 19px;
    height: 19px;
  }
}
.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: #4462FF;
}
.parts_accordion .parts_accordion_title .ico:after {
  transform: rotate(90deg);
}
.parts_accordion .parts_accordion_text {
  display: none;
  padding: 18px 15px 23px;
}
@media print, screen and (min-width: 768px) {
  .parts_accordion .parts_accordion_text {
    padding: 25px 35px 35px;
  }
}
.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;
}
@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: #4462FF;
}
@media print, screen and (min-width: 768px) {
  .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 #e8e8e8 !important;
  border-left: 1px solid #e8e8e8 !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: #4462FF !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 !important;
}
.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;
}

.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;
}/*# sourceMappingURL=block_parts.css.map */