@charset "UTF-8";
:root {
  --color-neutral-white: #FFF;
  --color-neutral-solid-gray-200: #CCCCCC;
  --color-neutral-solid-gray-300: #B3B3B3;
  --Color-Base-Text-1: #333333;
  --Color-Base-Text-2: #FFF;
  --Color-Base-Text-3: #F00000;
  --Color-Base-Primary-1: #0041C0;
  --Color-Base-Primary-2: #1D1D1D;
  --Color-Base-Background-1: #F1F1F1;
  --Color-Base-Background-3: #0041C0;
  --Color-Base-Background-4: #EEF2FA;
  --Color-Base-Background-5: #FFF1EF;
  --Color-Base-Background-6: #3A6DD0;
  --Color-Base-Background-7: #FAF5EE;
  --Color-Base-Sub-1: #CE0000;
  --Color-Base-Sub-2: #002469;
  --Color-Base-Sub-3: #3A6DD0;
  --Color-Base-Sub-4: #CC5800;
  --border-radius-4: 4px;
  --border-radius-6: 6px;
  --border-radius-8: 8px;
  --border-radius-16: 16px;
  --border-radius-full: 100vw;
  --Primary-4: 4px;
  --Primary-6: 6px;
  --Primary-8: 8px;
  --Primary-10: 10px;
  --Primary-12: 12px;
  --Primary-16: 16px;
  --Primary-20: 20px;
  --Primary-24: 24px;
  --Primary-40: 40px;
  --Font-Size-12: 12px;
  --Font-Size-14: 14px;
  --Font-Size-16: 16px;
  --Font-Size-18: 18px;
  --Font-Size-20: 20px;
  --Font-Size-24: 24px;
  --Font-Size-32: 32px; }
.MainContents *,
.MainContents *::before,
.MainContents *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.MainContents .Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  color: var(--Color-Base-Text-1);
  font-size: var(--Font-Size-16);
  font-style: normal;
  font-weight: 450;
  line-height: 150%;
  /* 24px */
  font-family: "Noto Sans JP"; }
.MainContents .Container > .Arrow {
    margin: 0; }
.Section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px; }
.Section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px; }
.SectionSm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px; }
.SectionHeading {
  padding: var(--Primary-16);
  border-bottom: 1px solid var(--Color-Base-Primary-1);
  background: var(--Color-Base-Background-4);
  color: var(--Color-Base-Primary-1);
  font-family: var(--font-family-sans);
  font-size: var(--Font-Size-24);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
  text-align: center; }
.SectionHeading--left {
    text-align: left; }
.SectionHeadingLine {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  font-size: var(--Font-Size-24);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */ }
.SectionHeadingLine::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    margin: 10px auto 0;
    background: var(--Color-Base-Primary-1); }
.HeadingNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: var(--Primary-16, 16px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: var(--Primary-8, 8px);
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }
.HeadingNumber__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    padding: 0 var(--Primary-8, 8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: var(--border-radius-full);
    background: var(--Color-Base-Primary-1, #0041C0);
    color: var(--Color-Base-Text-2, #FFF);
    text-align: center;
    font-size: var(--Font-Size-16);
    font-weight: 500;
    line-height: 150%;
    /* 24px */ }
.HeadingNumber__text {
    font-size: var(--Font-Size-24, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 33.6px */ }
.HeadingH2 {
  margin-top: 24px;
  color: var(--Color-Base-Text-1);
  text-align: center;
  font-size: var(--Font-Size-32);
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 41.6px */ }
.HeadingH4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--Primary-8);
  color: var(--Color-Base-Text-1, #333);
  font-size: var(--Font-Size-20, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 30px */ }
.HeadingH4::before {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 4px;
    border-radius: var(--border-radius-4); }
.HeadingH4--blue::before {
    background: var(--Color-Base-Background-6); }
.LayFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.LayFlex--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.HeadingQ {
  border-radius: 6px;
  overflow: hidden;
  background: var(--Color-Base-Background-1); }
.HeadingQ_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: var(--Primary-8);
    padding: var(--Primary-12) var(--Primary-16);
    background: var(--Color-Base-Primary-1);
    color: var(--Color-Base-Text-2);
    font-size: var(--Font-Size-20);
    font-style: normal;
    font-weight: 600;
    line-height: 150%; }
.HeadingQ_title:before {
      content: 'Q';
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.HeadingQ_text {
    padding: var(--Primary-12) var(--Primary-16) var(--Primary-12) var(--Primary-24);
    color: var(--Color-Base-Primary-2);
    font-size: var(--Font-Size-24);
    font-weight: 600;
    line-height: 140%; }
.HeadingQ + .HeadingQ {
    margin-top: 2px; }
.HeadingQ + .BoxAnswer,
  .HeadingQ + .BoxAnswerWrap {
    margin-top: 60px; }
.Arrow {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px; }
.BoxAnswerWrap + .BoxAnswerWrap {
  margin-top: 60px; }
.BoxAnswer {
  padding: var(--Primary-16);
  border-radius: var(--border-radius-16);
  background: var(--Color-Base-Background-1);
  color: var(--Color-Base-Primary-2, #1D1D1D);
  font-size: var(--Font-Size-16);
  font-weight: 450;
  line-height: 150%;
  /* 24px */ }
.BoxAnswer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 var(--Primary-40) var(--Primary-40) var(--Primary-40);
    gap: var(--Primary-24);
    border-radius: var(--border-radius-8);
    background: var(--color-neutral-white); }
.BoxAnswer_label {
    width: 100%;
    padding: var(--Primary-10) var(--Primary-16);
    border-radius: 0 0 var(--border-radius-6) var(--border-radius-6);
    color: #FFF;
    text-align: center;
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */ }
.BoxAnswer_label--red {
      background: var(--Color-Base-Sub-1); }
.BoxAnswer_label--blue {
      background: var(--Color-Base-Background-6); }
.BoxAnswer_title {
    color: var(--Color-Base-Primary-2);
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%; }
.BoxAnswer_title:not(:nth-child(2)) {
      margin-top: 16px; }
.BoxAnswer_title sup {
      display: inline-block;
      translate: 0 35%; }
.BoxAnswer + .BoxAnswer {
    padding-top: var(--Primary-8);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; }
.BoxAnswer:has(+ .BoxAnswer) {
    padding-bottom: var(--Primary-8);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
.ListDetails li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--Primary-8); }
.ListDetails li::before {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 4px;
    border-radius: var(--border-radius-4);
    background: var(--Color-Base-Background-6); }
.ListNotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--Primary-4); }
.ListNotes li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--Primary-4);
    color: var(--Color-Base-Text-1);
    font-size: var(--Font-Size-14);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */ }
.ListNotes li::before {
      content: '※';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      vertical-align: middle; }
.ListNotes + .BoxAnswerWrap {
    margin-top: 60px; }
.ListAlart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
.ListAlart_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--Primary-10);
    font-size: var(--Font-Size-18);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 28.8px */ }
.ListAlart_title::before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 4px;
      border-radius: var(--border-radius-4);
      background: var(--Color-Base-Sub-4, #CC5800); }
.ListAlart_title .red {
      color: var(--Color-Base-Text-3); }
.ListAlart_title .orange {
      color: var(--Color-Base-Sub-4); }
.ListAlart_text {
    margin-top: 8px;
    margin-left: 16px; }
.ListAlart_text .color {
      color: var(--Color-Base-Sub-4); }
.ListAlart--red .ListAlart_title::before {
    background: var(--Color-Base-Sub-1); }
.ListAttention li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px; }
.ListAttention li span {
    display: block;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: var(--Font-Size-14);
    font-style: normal;
    font-weight: 450;
    line-height: 150%;
    /* 21px */ }
.ListAttention li::before {
    content: '注意事項';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 200px;
    padding: var(--Primary-6) var(--Primary-16);
    border-radius: var(--border-radius-full);
    border: 1px solid var(--Color-Base-Text-3);
    color: var(--Color-Base-Text-3);
    font-size: var(--Font-Size-12);
    font-style: normal;
    font-weight: 450;
    line-height: 140%;
    /* 16.8px */ }
.ListAlartBox {
  padding: var(--Primary-16, 16px) var(--Primary-24, 24px);
  border-radius: var(--border-radius-6);
  background: var(--color-neutral-white); }
.TextLink {
  color: var(--Color-Base-Primary-1);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.TextLink:hover {
    opacity: 0.8; }
.PageNav {
  margin-top: 24px; }
.PageNav ul {
    border: 1px solid var(--color-neutral-solid-gray-300);
    background: var(--color-neutral-white); }
.PageNav ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 6px;
      text-decoration: none;
      padding: 20px 5px;
      color: inherit;
      color: var(--Color-Base-Text-1);
      font-size: var(--Font-Size-16);
      font-weight: 450;
      line-height: 150%;
      /* 24px */
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
.PageNav ul li a::before {
        content: '';
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: block;
        aspect-ratio: 1;
        width: 24px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 9L12 15L6 9' stroke='%23333333'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
.PageNav ul li a:hover {
        background: var(--Color-Base-Background-1); }
.ButtonGrid--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px; }
.ButtonGrid--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px; }
.Button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 260px;
  min-height: 60px;
  padding: var(--Primary-8) var(--Primary-8) var(--Primary-8) var(--Primary-24);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-6);
  border: 1px solid var(--color-neutral-solid-gray-300);
  background: var(--color-neutral-white);
  color: var(--Color-Base-Text-1, #333);
  text-align: center;
  font-size: var(--Font-Size-16);
  font-style: normal;
  font-weight: 450;
  line-height: 120%;
  /* 19.2px */
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.Button::after {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    aspect-ratio: 1;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 6L16 12L10 18' stroke='%231D1D1D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
.Button > span {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.Button:hover {
    background: var(--Color-Base-Background-1); }
.ButtonPlane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-6);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  min-height: 60px;
  padding: 8px;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 150%;
  /* 24px */
  font-family: "Noto Sans JP";
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.ButtonPlane:has(.ButtonPlane_text + .ButtonPlane_icon) {
    padding-left: 24px; }
.ButtonPlane:has(.ButtonPlane_icon + .ButtonPlane_text) {
    padding-right: 24px; }
.ButtonPlane--white {
    border: 1px solid var(--color-neutral-solid-gray-300);
    background: var(--color-neutral-white);
    color: var(--Color-Base-Text-1) !important; }
.ButtonPlane--white:hover {
      background: var(--Color-Base-Background-1); }
.ButtonPlane--blue {
    background: var(--Color-Base-Background-3);
    color: var(--Color-Base-Text-2) !important; }
.ButtonPlane--blue:hover {
      background: var(--Color-Base-Sub-2); }
.ButtonPlane--center {
    margin-inline: auto; }
.ButtonPlane_text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    font-size: var(--Font-Size-16);
    font-style: normal;
    font-weight: 450;
    line-height: 120%;
    /* 19.2px */ }
.ButtonPlane_icon {
    display: block; }
.ButtonPlane_icon svg {
      display: block; }
.ButtonContent {
  display: -ms-grid;
  display: grid;
  padding: var(--Primary-12, 12px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-16, 16px);
  -ms-grid-row-align: stretch;
      align-self: stretch;
  width: 100%;
  border-radius: var(--border-radius-6);
  border: 1px solid transparent;
  background: var(--Color-Base-Background-1);
  text-decoration: none !important;
  color: var(--Color-Base-Primary-2, #1D1D1D) !important;
  font-size: var(--Font-Size-16, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.ButtonContent::after {
    content: '';
    display: block;
    aspect-ratio: 1;
    width: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 6L16 12L10 18' stroke='%231D1D1D'/%3E%3C/svg%3E"); }
.ButtonContent:hover {
    border-radius: var(--border-radius-6);
    border-color: var(--Color-Base-Primary-1);
    background-color: #fff; }
.ButtonContent + .ButtonContent {
    margin-top: 8px; }
.ButtonContent__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--Primary-8);
    padding: var(--Primary-12) var(--Primary-16);
    background: var(--Color-Base-Primary-1);
    border-radius: var(--border-radius-4);
    color: var(--Color-Base-Text-2);
    font-size: var(--Font-Size-20);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* Header/見出しレベル5 */
    font-size: var(--Font-Size-20, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 30px */ }
.ButtonContent__icon:before {
      content: 'Q';
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.Table {
  display: -ms-grid;
  display: grid; }
.Table_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    gap: var(--Primary-24);
    padding: var(--Primary-24);
    border-bottom: 1px solid var(--color-neutral-solid-gray-200);
    border-right: 1px solid var(--color-neutral-solid-gray-200); }
.Table--span3 .Table_item {
      -ms-grid-row-span: 3;
      grid-row: span 3; }
.Table_head {
    width: calc(100% + (var(--Primary-24) * 2));
    margin-top: calc(-1 * var(--Primary-24));
    margin-left: calc(-1 * var(--Primary-24));
    padding: var(--Primary-16) var(--Primary-24);
    border-bottom: 1px solid var(--color-neutral-solid-gray-200);
    background: var(--Color-Base-Background-1);
    text-align: center;
    color: var(--Color-Base-Text-1);
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */ }
.Table_head_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: var(--Color-Base-Primary-2);
    text-align: center;
    font-size: var(--Font-Size-14);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 21px */ }
.PanelNormal {
  width: 100%; }
.PanelNormal_heading {
    color: var(--Color-Base-Sub-3);
    text-align: center;
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */ }
.PanelNormal--blue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 12px;
    padding: var(--Primary-24, 24px) var(--Primary-40, 40px);
    border-radius: var(--border-radius-6);
    background: var(--Color-Base-Background-4, #EEF2FA); }
.PanelCaedBuy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  border-radius: var(--border-radius-6);
  border: 1px solid var(--Color-Base-Background-6);
  padding: 40px; }
.PanelCaedBuy_text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: var(--Font-Size-18);
    font-weight: 450;
    line-height: 160%;
    /* 28.8px */ }
.PanelCaedBuy_text dl {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: auto minmax(0, 1fr);
      grid-template-columns: auto minmax(0, 1fr);
      gap: 0 8px; }
.PanelCaedBuy_text dl dt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-weight: 600;
        line-height: 160%;
        /* 28.8px */ }
.PanelCaedBuy_text dl dt::after {
          content: ':';
          display: inline-block;
          width: 18px;
          text-align: center; }
.PanelCardList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px; }
.PanelCardItem {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  gap: 12px;
  padding: 12px;
  border-radius: var(--border-radius-6);
  background: var(--Color-Base-Background-1);
  font-size: var(--Font-Size-18); }
.PanelCardItem_body {
    -ms-grid-row-align: start;
        align-self: start;
    display: -ms-grid;
    display: grid;
    gap: 4px; }
.PanelCardItem_body .bold {
      font-weight: 600; }
.PanelWarning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--Primary-24) var(--Primary-40) var(--Primary-40) var(--Primary-40);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-16);
  width: 100%;
  border-radius: var(--border-radius-6);
  background: var(--Color-Base-Background-7); }
.PanelWarning_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--Color-Base-Sub-4);
    text-align: center;
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */ }
.PanelWarning_heading::before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      aspect-ratio: 1;
      width: 40px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M18.3359 5.82965C19.1275 4.64218 20.8725 4.64218 21.6641 5.82965L37.9271 30.2241C38.8131 31.5532 37.8604 33.3335 36.263 33.3335H3.73703C2.13964 33.3335 1.18686 31.5532 2.07293 30.2241L18.3359 5.82965Z' fill='%23CC5800'/%3E%3Crect x='18.333' y='13.3335' width='3.33333' height='10' fill='white'/%3E%3Crect x='18.333' y='26.6665' width='3.33333' height='3.33333' fill='white'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
.PanelWarning_body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
.PanelWarning__hr {
    width: 100%;
    margin-block: 16px;
    border-bottom: 1px solid var(--color-neutral-solid-gray-200); }
.PanelWarning--noIcon .PanelWarning_heading::before {
    content: none; }
.PanelWarning .Arrow {
    margin: 0; }
.PanelWarning .text p {
    font-size: var(--Font-Size-18, 18px);
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    /* 28.8px */ }
.PanelWarning .text p + p {
      margin-top: 0.5em; }
.PanelAlert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--Primary-24) var(--Primary-40) var(--Primary-40) var(--Primary-40);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-16);
  width: 100%;
  border-radius: var(--border-radius-6);
  border-radius: var(--border-radius-6);
  background: var(--Color-Base-Background-5); }
.PanelAlert_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: var(--Color-Base-Sub-1);
    text-align: center;
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */ }
.PanelAlert_heading::before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      aspect-ratio: 1;
      width: 40px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M18.3359 5.83013C19.1275 4.64267 20.8725 4.64267 21.6641 5.83014L37.9271 30.2246C38.8131 31.5537 37.8604 33.334 36.263 33.334H3.73703C2.13964 33.334 1.18686 31.5537 2.07293 30.2246L18.3359 5.83013Z' fill='%23CE0000'/%3E%3Crect x='18.334' y='13.334' width='3.33333' height='10' fill='white'/%3E%3Crect x='18.334' y='26.668' width='3.33333' height='3.33333' fill='white'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
.PanelAlert_body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px; }
.PanelAlert__hr {
    width: 100%;
    margin-block: 16px;
    border-bottom: 1px solid var(--color-neutral-solid-gray-200); }
.PanelAlert--noIcon .PanelAlert_heading::before {
    content: none; }
.PanelAlert .Arrow {
    margin: 0; }
.PanelAlert .text p {
    font-size: var(--Font-Size-18, 18px);
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    /* 28.8px */ }
.PanelAlert .text p + p {
      margin-top: 0.5em; }
.PanelButtonSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--Primary-40);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-24);
  border-radius: var(--border-radius-6);
  background: var(--Color-Base-Background-1); }
.PanelButtonSet_heading {
    text-align: center;
    color: #1F1F1F;
    font-size: var(--Font-Size-18);
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 27px */
    font-family: "Noto Sans JP"; }
.PanelButtonSet_buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px; }
.PanelSeriesNumberSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--Primary-40);
  padding: var(--Primary-40) var(--Primary-40) var(--Primary-20) var(--Primary-40);
  border: 1px solid var(--color-neutral-solid-gray-200);
  background: var(--color-neutral-white); }
.PanelSeriesNumberSet_example {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    font-size: var(--Font-Size-18); }
.PanelSeriesNumberSet_example .SeriesNumber {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0; }
.SeriesNumber {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  max-width: 824px;
  margin-inline: auto; }
.SeriesNumber_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    gap: 8px;
    text-align: center; }
.SeriesNumber_item:not(:last-child) .SeriesNumber_box {
      position: relative; }
.SeriesNumber_item:not(:last-child) .SeriesNumber_box::before {
        content: '';
        display: block;
        aspect-ratio: 1;
        width: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Crect x='9.33301' width='1.33333' height='20' fill='%23333333'/%3E%3Crect x='20' y='9.33325' width='1.33333' height='20' transform='rotate(90 20 9.33325)' fill='%23333333'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: -16px;
        translate: 100% -50%; }
.SeriesNumber_gray {
    color: var(--Color-Base-Text-4);
    font-size: var(--Font-Size-18);
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    /* 28.8px */ }
.SeriesNumber_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 84px;
    padding: var(--Primary-8) var(--Primary-16);
    border-radius: var(--border-radius-6);
    background: var(--Color-Base-Background-4);
    color: var(--Color-Base-Text-1);
    font-size: var(--Font-Size-24);
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    /* 33.6px */ }
.SeriesNumber_bold {
    color: var(--Color-Base-Text-1);
    font-size: var(--Font-Size-18);
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 28.8px */ }
.SeriesNumber_bold.red {
      color: var(--Color-Base-Text-3); }
.LabelTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-inline: auto;
  padding: var(--Primary-16) var(--Primary-40);
  gap: 16px;
  border-radius: var(--border-radius-full);
  background: var(--Color-Base-Background-4); }
.LabelTime_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    text-align: center;
    font-size: var(--Font-Size-18);
    font-style: normal;
    font-weight: 450;
    line-height: 160%;
    /* 28.8px */ }
.LabelTime_text::before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: block;
      aspect-ratio: 1;
      width: 24px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M22.7 11.5L20.7005 13.5L18.7 11.5M20.9451 13C20.9814 12.6717 21 12.338 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C14.8273 21 17.35 19.6963 19 17.6573M12 7V12L15 14' stroke='%230041C0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
.LabelTime_text b {
      color: var(--Color-Base-Primary-1);
      font-size: var(--Font-Size-18);
      font-style: normal;
      font-weight: 600;
      line-height: 160%; }
.column-one_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 560px;
  margin-inline: auto; }
.column-one_video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%; }
.QuestionSetList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px; }
.QuestionSet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-neutral-solid-gray-200); }
.QuestionSet_q {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px; }
.QuestionSet_q h3 {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      color: var(--Color-Base-Primary-2);
      font-size: var(--Font-Size-24);
      font-style: normal;
      font-weight: 600;
      line-height: 140%;
      /* 33.6px */ }
.QuestionSet_q::before {
      content: 'Q';
      -ms-flex-item-align: start;
          align-self: flex-start;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 72px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      aspect-ratio: 1/1;
      border-radius: var(--border-radius-4);
      background: var(--Color-Base-Primary-1);
      color: var(--Color-Base-Text-2);
      font-size: var(--Font-Size-20);
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      /* 30px */ }
.QuestionSet_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px; }
.QuestionSet_a::before {
      content: 'A';
      -ms-flex-item-align: start;
          align-self: flex-start;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 72px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      aspect-ratio: 1/1;
      border-radius: var(--border-radius-4);
      border: 1px solid var(--Color-Base-Primary-1);
      color: var(--Color-Base-Primary-1);
      font-size: var(--Font-Size-20);
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      /* 30px */ }
.QuestionSet_body {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 4px;
    color: var(--Color-Base-Primary-2);
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */ }
.TextContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px; }
.TextContent--center {
    text-align: center; }
.Img--center {
  text-align: center; }
.ImgGrid {
  display: -ms-grid;
  display: grid;
  gap: 32px; }
.ImgGrid_item img {
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    width: 100%;
    height: 100%; }
.anchorLink {
  padding: var(--Primary-24, 24px);
  border-radius: var(--border-radius-6);
  border: 1px solid var(--Color-Base-Primary-1); }
.anchorLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--Primary-16, 16px); }
.anchorLink ul li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.anchorLink ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
        color: #000;
        font-size: var(--Font-Size-20);
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        /* 30px */
        text-decoration: none; }
.anchorLink ul li a::before {
          content: "";
          aspect-ratio: 2/3;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          display: block;
          width: 12px;
          margin-top: 6px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18' fill='none'%3E%3Cpath d='M11.4379 7.88843C12.1874 8.50233 12.1874 9.49767 11.4379 10.1116L2.18424 17.6909C1.3782 18.3511 0 17.8836 0 16.9499L0 1.0501C0 0.116431 1.3782 -0.351151 2.18424 0.309052L11.4379 7.88843Z' fill='%233A6DD0'/%3E%3C/svg%3E"); }
.anchorLink + .BoxAnswer,
  .anchorLink + .BoxAnswerWrap {
    margin-top: 60px; }
.anchorLink + .ListNotes {
    margin-top: 8px; }
/* お問い合わせボタン（repairing.css から移植） */
.inquiry-buttons-wrapper {
  margin: 40px auto;
  width: 440px;
  max-width: 100%;
  text-align: center; }
.inquiry-buttons-text {
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #1f1f1f; }
.inquiry-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.inquiry-button-link {
  display: inline-block;
  padding: 18px 35px;
  text-decoration: none !important;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  min-width: 0; }
.inquiry-button-outline {
  color: #1f1f1f !important;
  background-color: transparent;
  border: 2px solid #333; }
.inquiry-button-outline:hover {
    color: #1f1f1f !important;
    background-color: #f2f2f2;
    text-decoration: none !important;
    opacity: 0.8; }
.inquiry-button-outline:visited, .inquiry-button-outline:link {
    color: #1f1f1f !important;
    text-decoration: none !important; }
.TableSet__heading .label {
  display: inline-block;
  padding: var(--Primary-6, 6px) var(--Primary-16, 16px);
  border-radius: var(--border-radius-full);
  text-align: center;
  font-size: var(--Font-Size-12);
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
  /* 16.8px */ }
.TableSet__heading .label--blue {
    background: var(--Color-Base-Primary-1);
    color: #fff; }
.TableSet__heading .label--white {
    border-radius: var(--border-radius-full);
    border: 1px solid var(--Color-Base-Primary-1);
    color: var(--Color-Base-Primary-1); }
.TableSet--typeA .TableSet__heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (96px)[2];
  grid-template-columns: repeat(2, 96px);
  gap: 16px;
  padding: 12px 0;
  text-align: center; }
.TableSet--typeA .TableSet__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeA .TableSet__list dt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto 100px;
    grid-template-columns: 100px auto 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: var(--Color-Base-Background-4, #EEF2FA);
    font-size: var(--Font-Size-16);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */ }
.TableSet--typeA .TableSet__list dt:not(:first-child) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeA .TableSet__list dt .blue {
      color: var(--Color-Base-Sub-3); }
.TableSet--typeA .TableSet__list dt .arrow {
      font-weight: 400; }
.TableSet--typeA .TableSet__list dd {
    padding: var(--Primary-12, 12px) var(--Primary-16, 16px); }
.TableSet--typeB .TableSet__heading {
  padding: 12px;
  text-align: center; }
.TableSet--typeB .TableSet__heading .label {
    display: inline-block;
    padding: var(--Primary-6, 6px) var(--Primary-16, 16px);
    border-radius: var(--border-radius-full);
    text-align: center;
    font-size: var(--Font-Size-12);
    font-style: normal;
    font-weight: 450;
    line-height: 140%;
    /* 16.8px */ }
.TableSet--typeB .TableSet__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeB .TableSet__list dd {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto 100px;
    grid-template-columns: 100px auto 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: var(--Color-Base-Background-4, #EEF2FA);
    font-size: var(--Font-Size-16);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */ }
.TableSet--typeB .TableSet__list dd:not(:nth-child(2)) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeB .TableSet__list dd .blue {
      color: var(--Color-Base-Sub-3); }
.TableSet--typeB .TableSet__list dd .arrow {
      font-weight: 400; }
.TableSet--typeB .TableSet__list dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: var(--Primary-12, 12px) var(--Primary-16, 16px);
    border-right: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeB .TableSet__list dt .icon {
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.TableSet--typeB .TableSet__list dt .icon img {
        display: block; }
.TableSet--typeB .TableSet__list dt:not(:first-child) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeC .TableSet__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeC .TableSet__list dt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: var(--Font-Size-16);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */ }
.TableSet--typeC .TableSet__list dt:not(:first-child) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeC .TableSet__list dt .blue {
      color: var(--Color-Base-Sub-3); }
.TableSet--typeC .TableSet__list dt .arrow {
      font-weight: 400; }
.TableSet--typeC .TableSet__list dd {
    padding: var(--Primary-12, 12px) var(--Primary-16, 16px); }
.TableSet--typeC .TableSet__list dd:not(:nth-child(2)) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeD .TableSet__heading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 200px;
  grid-template-columns: 100px 200px;
  gap: 16px;
  padding: 12px 0;
  text-align: center; }
.TableSet--typeD .TableSet__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeD .TableSet__list dt {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px auto 200px;
    grid-template-columns: 100px auto 200px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background: var(--Color-Base-Background-4, #EEF2FA);
    font-size: var(--Font-Size-16);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */ }
.TableSet--typeD .TableSet__list dt:not(:first-child) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
.TableSet--typeD .TableSet__list dt .blue {
      color: var(--Color-Base-Sub-3); }
.TableSet--typeD .TableSet__list dt .arrow {
      font-weight: 400; }
.TableSet--typeD .TableSet__list dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    padding: var(--Primary-12, 12px) var(--Primary-16, 16px); }
.TableSet--typeD .TableSet__list dd .icon {
      display: block; }
.TableSet--typeD .TableSet__list dd .icon img {
        display: block; }
.MediaTextGrid--col3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 40px; }
.MediaTextGrid--col2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px; }
.MediaTextGrid--col2-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px 40px; }
.MediaTextGrid .MediaText {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 0 !important; }
.MediaTextGrid .MediaText__text {
    gap: 6px;
    font-size: var(--Font-Size-16, 16px);
    font-weight: 450;
    line-height: 150%;
    /* 24px */ }
.MediaText {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px; }
.MediaText + .MediaText {
    margin-top: 2px; }
.MediaText__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    color: var(--Color-Base-Text-1);
    font-size: var(--Font-Size-18);
    font-weight: 500;
    line-height: 160%;
    /* 28.8px */ }
.MediaText__heading .num {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: var(--Color-Base-Primary-1, #0041C0); }
.MediaText__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -ms-flex-negative: 99;
        flex-shrink: 99;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.Text--small {
  font-size: var(--Font-Size-12); }
.Text--gray {
  color: var(--Color-Base-Text-1); }
@media screen and (max-width: 640px) {
  :root {
    --Font-Size-18: 16px;
    --Font-Size-20: 16px;
    --Font-Size-24: 18px;
    --Font-Size-32: 24px; }
  .sp-hide {
    display: none; }
    .Section {
      gap: 24px; }
      .Section_inner {
        gap: 8px; }
    .SectionSm {
      gap: 16px; }
    .LayFlex--sp-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .LayFlex--sp-gap-12 {
      gap: 12px; }
    .LayFlex--sp-gap-24 {
      gap: 24px; }
      .HeadingQ_title {
        padding: var(--Primary-6) var(--Primary-16); }
      .HeadingQ_text {
        padding: var(--Primary-16); }
      .HeadingQ + .HeadingQ {
        margin-top: 12px; }
    .BoxAnswer {
      padding: var(--Primary-12);
      border-radius: var(--border-radius-6); }
      .BoxAnswer_inner {
        padding: 0 var(--Primary-20) var(--Primary-20) var(--Primary-20);
        gap: var(--Primary-16);
        border-radius: var(--border-radius-4); }
      .BoxAnswer + .BoxAnswer {
        padding-top: var(--Primary-6); }
      .BoxAnswer:has(+ .BoxAnswer) {
        padding-bottom: var(--Primary-6); }
    .ListAlart {
      gap: 12px; }
    .ListAlart--col2 {
      gap: 16px; }
      .PageNav ul li + li {
        border-top: 1px solid var(--color-neutral-solid-gray-300); }
        .PageNav ul li a {
          padding: 20px 15px; }
    .ButtonGrid--col2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .ButtonGrid--col3 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .ButtonPlane {
      width: 100%; }
    .ButtonContent {
      gap: 6px 8px;
      -ms-grid-columns: minmax(0, 1fr) auto;
      grid-template-columns: minmax(0, 1fr) auto; }
      .ButtonContent::after {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3; }
      .ButtonContent__icon {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: var(--Primary-2, 2px) var(--Primary-16, 16px); }
    .Table {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
      .Table_item {
        gap: var(--Primary-16);
        padding: var(--Primary-16);
        border-left: 1px solid var(--color-neutral-solid-gray-200); }
      .Table_head {
        width: calc(100% + (var(--Primary-16) * 2));
        margin-top: calc(-1 * var(--Primary-16));
        margin-left: calc(-1 * var(--Primary-16));
        padding: var(--Primary-12) var(--Primary-16); }
      .PanelNormal--blue {
        padding: var(--Primary-20, 20px); }
    .PanelCaedBuy {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px;
      padding: 20px; }
    .PanelCaedBuy_img {
      text-align: center; }
    .PanelCardList {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .PanelWarning {
      padding: 16px;
      gap: 12px; }
    .PanelAlert {
      padding: 16px;
      gap: 12px; }
    .PanelButtonSet {
      gap: 16px;
      padding: 24px 40px; }
      .PanelButtonSet_buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px; }
    .PanelSeriesNumberSet {
      gap: 16px;
      padding: var(--Primary-12) var(--Primary-16);
      font-size: var(--Font-Size-12); }
      .PanelSeriesNumberSet_example {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        font-size: 16px; }
    .SeriesNumber {
      --Font-Size-18: 12px;
      gap: 24px; }
      .SeriesNumber_item {
        gap: 4px; }
          .SeriesNumber_item:not(:last-child) .SeriesNumber_box::before {
            width: 12px;
            right: -6px; }
      .SeriesNumber_box {
        min-height: 50px;
        padding: 0 var(--Primary-8); }
    .LabelTime {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      gap: 2px; }
    .QuestionSetList {
      gap: 20px; }
    .QuestionSet {
      padding-bottom: 20px; }
      .QuestionSet_q {
        gap: 12px; }
        .QuestionSet_q::before {
          width: 30px; }
      .QuestionSet_a {
        gap: 12px; }
        .QuestionSet_a::before {
          width: 30px; }
    .ImgGrid {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px; }
    .ImgGrid_item:last-child {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1/3; }
            .anchorLink ul li a::before {
              width: 8px; }
    .TableSet--typeA .TableSet__heading {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .TableSet--typeA .TableSet__list dt {
        padding: var(--Primary-8); }
      .TableSet--typeA .TableSet__list dd {
        padding: var(--Primary-8, 8px); }
      .TableSet--typeA .TableSet__list dd {
        border-top: 1px solid var(--color-neutral-solid-gray-200); }
  .TableSet--typeB {
    width: 100%; }
    .TableSet--typeB .TableSet__heading {
      width: 50%; }
    .TableSet--typeB .TableSet__list {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .TableSet--typeB .TableSet__list dd {
        -ms-grid-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        padding: var(--Primary-8, 8px); }
      .TableSet--typeB .TableSet__list dt {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .TableSet--typeB .TableSet__list dt .icon {
          max-width: 26px; }
      .TableSet--typeB .TableSet__list dt {
        padding: var(--Primary-8); }
    .TableSet--typeC .TableSet__list {
      -ms-grid-columns: auto minmax(0, 1fr);
      grid-template-columns: auto minmax(0, 1fr); }
      .TableSet--typeC .TableSet__list dt {
        padding: var(--Primary-8);
        -ms-grid-columns: 80px auto;
        grid-template-columns: 80px auto; }
      .TableSet--typeC .TableSet__list dd {
        padding: var(--Primary-8, 8px); }
    .TableSet--typeD .TableSet__heading {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .TableSet--typeD .TableSet__list dt {
        -ms-grid-columns: 96px auto minmax(0, 1fr);
        grid-template-columns: 96px auto minmax(0, 1fr);
        padding: var(--Primary-8); }
      .TableSet--typeD .TableSet__list dd {
        padding: var(--Primary-8, 8px); }
      .TableSet--typeD .TableSet__list dd {
        border-top: 1px solid var(--color-neutral-solid-gray-200); }
        .TableSet--typeD .TableSet__list dd .icon {
          max-width: 26px; }
    .MediaTextGrid--col3 {
      -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
      gap: 16px; }
    .MediaTextGrid--col2 {
      -ms-grid-columns: minmax(0, 1fr);
      grid-template-columns: minmax(0, 1fr);
      gap: 16px; }
    .MediaTextGrid--col2-center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 16px; }
  .MediaTextGrid--sp-gap24 {
    gap: 24px; }
    .MediaText {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 8px; }
      .MediaText + .MediaText {
        margin-top: 16px; }
    .MediaText--sp-reverse {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
@media screen and (min-width: 640px) {
  .pc-hide {
    display: none; }
    .LayFlex--pc-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .LayFlex--pc-align-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .LayFlex--pc-gap-24 {
      gap: 24px; }
    .LayFlex--pc-gap-40 {
      gap: 40px; }
    .HeadingQ {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .HeadingQ_title {
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch; }
      .BoxAnswer_label {
        max-width: 240px; }
    .ListAlart--col2 {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px; }
      .PageNav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .PageNav ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1; }
      .PageNav ul li + li {
        border-left: 1px solid var(--color-neutral-solid-gray-300); }
        .PageNav ul li a {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
    .ButtonGrid--col3 .ButtonPlane {
      -webkit-box-flex: 1;
          -ms-flex: 1 1;
              flex: 1 1; }
    .Button {
      width: 260px; }
    .ButtonPlane {
      min-width: 240px; }
    .ButtonPlane--pc-w260 {
      width: 260px; }
    .ButtonPlane--pc-w340 {
      width: 340px; }
    .ButtonPlane--pc-w360 {
      width: 360px; }
    .ButtonContent {
      -ms-grid-columns: auto minmax(0, 1fr) auto;
      grid-template-columns: auto minmax(0, 1fr) auto; }
      .ButtonContent__icon {
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch;
        width: 100px; }
    .Table--pc-col3 {
      -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .Table--pc-col3 .Table_item:nth-child(-n+3) {
      border-top: 1px solid var(--color-neutral-solid-gray-200); }
    .Table--pc-col3 .Table_item:first-child, .Table--pc-col3 .Table_item:nth-child(3n+1) {
      border-left: 1px solid var(--color-neutral-solid-gray-200); }
    .PanelCardList--col2 {
      -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
      max-width: calc(232px * 2 + 16px);
      margin-inline: auto; }
      .PanelButtonSet_buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .ImgGrid {
      -ms-grid-columns: 3fr 7fr;
      grid-template-columns: 3fr 7fr; }
    .ImgGrid_item:last-child {
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2/3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1/3; }
    .TableSet--typeA .TableSet__list {
      -ms-grid-columns: 216px minmax(0, 1fr);
      grid-template-columns: 216px minmax(0, 1fr); }
      .TableSet--typeA .TableSet__list dt {
        border-right: 1px solid var(--color-neutral-solid-gray-200); }
      .TableSet--typeA .TableSet__list dd:not(:nth-child(2)) {
        border-top: 1px solid var(--color-neutral-solid-gray-200); }
    .TableSet--typeB .TableSet__heading {
      width: 201px; }
    .TableSet--typeB .TableSet__list {
      -ms-grid-columns: 216px minmax(0, 1fr);
      grid-template-columns: 216px minmax(0, 1fr); }
    .TableSet--typeC .TableSet__list {
      -ms-grid-columns: 116px minmax(0, 1fr);
      grid-template-columns: 116px minmax(0, 1fr); }
    .TableSet--typeD .TableSet__list {
      -ms-grid-columns: 316px 300px;
      grid-template-columns: 316px 300px; }
      .TableSet--typeD .TableSet__list dt {
        border-right: 1px solid var(--color-neutral-solid-gray-200); }
      .TableSet--typeD .TableSet__list dd:not(:nth-child(2)) {
        border-top: 1px solid var(--color-neutral-solid-gray-200); }
    .MediaTextGrid--col2-center .MediaText {
      max-width: 304px; }
  .MediaTextGrid--pc-gap32 {
    gap: 40px 32px; }
    .MediaTextGrid .MediaText[data-order="1"] {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .MediaTextGrid .MediaText[data-order="2"] {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .MediaTextGrid .MediaText[data-order="3"] {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    .MediaTextGrid .MediaText[data-order="4"] {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
    .MediaTextGrid .MediaText[data-order="5"] {
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; }
    .MediaTextGrid .MediaText[data-order="6"] {
      -webkit-box-ordinal-group: 7;
          -ms-flex-order: 6;
              order: 6; }
    .MediaText--pc-w800 {
      max-width: 800px;
      margin-inline: auto; } }
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  .Container {
    margin: 0 20px; } }
@media (max-width: 768px) {
  .inquiry-buttons-wrapper {
    width: 90%; }
  .inquiry-buttons-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px; }
  .inquiry-button-link {
    width: 100%; } }
