@charset "UTF-8";
.fs-10 {
  font-size: 10px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fw-700 {
  font-weight: 700;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.mx-auto {
  margin-inline: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-16 {
  margin-top: 10px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 24px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.my-64 {
  margin-block: 64px;
}

.ml-quarter-fs {
  margin-left: 0.25em;
}

.ml-half-fs {
  margin-left: 0.5em;
}

.ml-fs {
  margin-left: 1em;
}

.mt-m-16 {
  margin-top: -16px;
}

.g-8 {
  gap: 8px;
}

.g-16 {
  gap: 16px;
}

.g-24 {
  gap: 24px;
}

.g-32 {
  gap: 32px;
}

.g-40 {
  gap: 40px;
}

.g-48 {
  gap: 48px;
}

.d-block {
  display: block;
}

.layout-column {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
  width: 100%;
}

.contents__hide {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.va-super {
  vertical-align: super;
}

.text__wbr {
  word-break: keep-all;
}

.emphasis-text {
  font-weight: bold;
  font-style: normal;
  color: var(--secondary-600);
}

/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
  /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: inherit;
  /* 2 */
  text-indent: 0;
  /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
  /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}

html,
body {
  background: var(--background-gray);
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
  justify-content: unset;
  box-sizing: border-box;
}
body #footer {
  background: transparent;
}

main {
  width: 100%;
  max-width: 672px;
  margin: 0 32px 48px;
  flex: 1;
  counter-reset: h2;
}
@media (max-width: 767px) {
  main {
    margin: 0 0 48px;
    padding: 0 24px;
  }
}
main:has(.content-box > .title-section--counter) {
  counter-reset: h2;
}

/* テキストリンク
--------------------------------*/
.link {
  font-weight: bold;
  color: var(--primary-600);
}
.link--target-blank {
  padding-left: 0.2em;
}
.link--target-blank::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.2em;
  vertical-align: text-bottom;
  background: var(--primary-600);
  mask-image: url(/buy/image/icon_open_inNew.svg);
  -webkit-mask-image: url(/buy/image/icon_open_inNew.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.link--page-back {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0;
  font-size: 16px;
}
.link--page-back:focus-within {
  outline: #04f solid 3px;
  outline-offset: 8px;
  border-radius: 1px;
}
.link__store-link {
  margin-top: 24px;
  transition: 0.3s;
}
@media (hover: hover) {
  .link__store-link:hover {
    opacity: 0.7;
  }
}

/* 非活性ボタン
--------------------------------*/
.cvButton a {
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
}
.cvButton.disabled a {
  pointer-events: none;
  background: var(--neutral-300);
  border: 2px solid var(--neutral-300);
}
@media (hover: hover) {
  .cvButton.disabled a:hover {
    background: transparent;
  }
}

/* リスト
--------------------------------*/
.list {
  width: 100%;
}
.list--disc {
  list-style: disc;
  margin-right: auto;
  padding-left: 1.5em;
}
.list--decimal {
  list-style: decimal;
  margin-right: auto;
  padding-left: 1.5em;
}
@media (min-width: 768px) {
  .list--decimal {
    padding-left: 2em;
  }
}
.list__item--bold {
  font-weight: bold;
}
.list__item--emphasis {
  color: var(--secondary-600);
  font-weight: bold;
}
.list__item--emphasis-18 {
  color: var(--secondary-600);
  font-weight: bold;
  font-size: 18px;
}
.list__item--margin-8 {
  margin: 8px 0;
}
.list__item--margin-16 {
  margin: 16px 0;
}
.list__item--margin-8:nth-child(1), .list__item--margin-16:nth-child(1) {
  margin-top: 0;
}

/* アコーディオン（primary）
--------------------------------*/
.accordion_container {
  container-type: inline-size;
  container-name: accordion-md;
}
.accordion_container > .accordion_contents_wrapper {
  overflow-y: scroll;
}
.accordion_container > .accordion_contents_wrapper .accordion_contents {
  padding: 16px 0;
}
.accordion_container > .accordion_contents_wrapper .accordion_contents .section__list {
  margin-left: 24px;
}
.accordion_container > .accordion_contents_wrapper .accordion_contents .section__list .section__list-item {
  list-style: disc;
  text-indent: -0.2em !important;
}
.accordion_container > .accordion_contents_wrapper .accordion_contents .section__list.accordion_contents__list .section__list-item {
  margin-bottom: 16px;
}
.accordion_container > .accordion_contents_wrapper .accordion_contents ul.annotation_box li {
  margin-left: 2.2rem;
}

#confirmed_operation_device .device_select_box section {
  flex-direction: column;
}
#confirmed_operation_device .device_select_box section h2 {
  gap: unset;
  flex-direction: row;
  align-items: baseline;
}
@container (max-width: 600px) {
  #confirmed_operation_device .device_select_box section h2 {
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1024px) {
  .content-box .accordion_container {
    max-width: 498px !important;
  }
}

@container accordion-md (max-width: 500px) {
  .accordion_container > button.accordion_button {
    padding: 1em;
  }
  .accordion_container > button.accordion_button::after {
    right: 16px;
  }
}
/* アコーディオン（tertiary）
--------------------------------*/
.accordion_container.tertiary {
  background: transparent;
}
.accordion_container.tertiary > button.accordion_button {
  margin-top: 20px;
  padding: 4px 64px 4px 0;
  display: flex;
  justify-content: end;
}
@media (hover: hover) {
  .accordion_container.tertiary > button.accordion_button:hover {
    background: transparent;
    color: var(--black);
  }
}
@container (max-width: 500px) {
  .accordion_container.tertiary > button.accordion_button {
    padding: 4px 32px 4px 0;
  }
  .accordion_container.tertiary > button.accordion_button::after {
    right: 8px;
  }
}

/* チェックボックス
--------------------------------*/
.checkbox {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto;
  padding-left: 3em;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
}
.checkbox::before, .checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.75em;
  height: 1.75em;
  transition: 0.2s;
}
.checkbox::before {
  background: var(--white);
  border: 2px solid var(--neutral-300);
  border-radius: 4px;
}
.checkbox:after {
  mask-image: url(/buy/image/icon_check.svg);
  -webkit-mask-image: url(/buy/image/icon_check.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--neutral-100);
}
@media (max-width: 479px) {
  .checkbox {
    padding-left: 2.5em;
  }
}
@media (hover: hover) {
  .checkbox:hover {
    color: var(--primary);
  }
  .checkbox:hover::before {
    border: 2px solid var(--primary);
  }
}
.checkbox:has(> input[type=checkbox]:checked)::before {
  background: var(--primary);
  border: none;
}
.checkbox:has(> input[type=checkbox]:checked):after {
  background: var(--white);
}
.checkbox:focus-within {
  outline: #04f solid 3px;
  outline-offset: 8px;
  border-radius: 1px;
}

/* ラジオボタン
--------------------------------*/
.section__radio-group {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.section__radio-group .section__radio-group-label:has(> .title-section) {
  margin-bottom: 0;
}
.section__radio-group .section__radio-group-label .title-section {
  font-size: 20px;
}
.section__radio-group:has(.section__text) {
  align-items: flex-start;
}

.section__radio-group-label {
  margin-bottom: 8px;
}

.section__radio-button {
  font-weight: 700;
  transition: all 0.1s;
  cursor: pointer;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: 12px;
}
.section__radio-button:has(> input[type=radio]) {
  display: flex;
  flex-direction: "row";
  justify-content: inherit;
  align-items: center;
  padding: 16px 16px 16px 64px;
  font-size: 16px;
  border-radius: 12px;
  color: var(--black);
  background: var(--white);
  width: 100%;
  height: 4em;
  position: relative;
}
.section__radio-button:has(> input[type=radio])::before, .section__radio-button:has(> input[type=radio])::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: 0.1s;
}
.section__radio-button:has(> input[type=radio])::before {
  background: var(--white);
  border: 2px solid var(--neutral-400);
  left: 1.5em;
  width: 20px;
  height: 20px;
}
.section__radio-button:has(> input[type=radio])::after {
  transform: scale(0);
  left: 29px;
  width: 10px;
  height: 10px;
}
.section__radio-button:has(> input[type=radio]):focus-within {
  box-shadow: 0 0 0 2px #04f;
  transition: 0s;
}
.section__radio-button:has(> input[type=radio]:checked) {
  background: var(--background-blue);
  color: var(--primary);
  font-weight: 700;
  border-radius: 12px;
  box-shadow: 0 0 0 2px var(--primary) inset;
}
.section__radio-button:has(> input[type=radio]:checked)::before {
  background: var(--primary);
  border: none;
}
.section__radio-button:has(> input[type=radio]:checked)::after {
  background: var(--white);
  opacity: 1;
  transform: scale(1);
}

@media (hover: hover) {
  .section__radio-button:not(:has(> input[type=radio]:checked)):hover {
    color: var(--primary);
    font-weight: 700;
    opacity: 1;
  }
  .section__radio-button:not(:has(> input[type=radio]:checked)):hover::before {
    border: 2px solid var(--primary);
  }
  .section__radio-button:not(:has(> input[type=radio]:checked)):hover::after {
    transform: scale(1);
    background: var(--primary);
    opacity: 0.5;
  }
}
/* セレクトボックス
--------------------------------*/
.selectbox {
  margin-top: 16px;
  padding: 20px 24px 18px;
  height: 4em;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  width: 100%;
  background: var(--white);
  transition: all 0.1s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: 0 0 0 2px var(--primary) inset;
}
.selectbox:focus {
  box-shadow: 0 0 0 2px #04f;
}
.selectbox:has(option[value=""]) {
  color: var(--neutral-300);
}
.selectbox:has(option:not([value=""]):checked) {
  color: var(--black);
}
.selectbox option {
  font-weight: normal;
  color: inherit;
  padding-block: 1em;
}
.selectbox--wrap {
  position: relative;
}

:is(main .selectbox, select),
::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
}

@-moz-document url-prefix() {
  .selectbox--wrap::before {
    display: none;
  }
  .section__radio-group:has(input[name=kyc][value="2"]:checked) ~ .selectbox--wrap::before {
    content: "";
    position: absolute;
    right: 0;
    content: "\f105";
    top: -100%;
    transform: rotate(90deg);
    right: 1em;
    color: var(--primary);
    font-family: "FontAwesome";
    font-size: 30px;
    font-weight: normal;
    transition: 0.3s;
    display: block;
    margin-inline-start: auto;
  }
}
_::-webkit-full-page-media, _:future, :root select {
  font-weight: 400;
}

_::-webkit-full-page-media, _:future, :root .selectbox--wrap::before {
  display: none;
}

_::-webkit-full-page-media, _:future, :root .section__radio-group:has(input[name=kyc][value="2"]:checked) ~ .selectbox--wrap::before {
  content: "";
  position: absolute;
  right: 0;
  content: "\f105";
  top: -100%;
  transform: rotate(90deg);
  right: 1em;
  color: var(--primary);
  font-family: "FontAwesome";
  font-size: 30px;
  font-weight: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin-inline-start: auto;
}

::picker-icon {
  position: relative;
  content: "\f105";
  color: var(--primary);
  font-family: "FontAwesome";
  right: 2px;
  font-size: 30px;
  font-weight: normal;
  transition: 0.3s;
  transform: rotate(90deg);
  display: block;
  margin-inline-start: auto;
}

@media (hover: hover) {
  .section__select:has(option[value=""]):hover {
    color: var(--primary);
    font-weight: 700;
  }
}
@media (hover: hover) {
  .section__select:has(option[value=""]):hover {
    color: var(--primary) !important;
    font-weight: 700;
  }
  _::-webkit-full-page-media, _:future, :root .section__select:has(option[value=""]):hover {
    color: var(--primary);
    font-weight: 400;
  }
}
.hr-style {
  margin-block: 0;
  margin: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
  .hr-style {
    margin-block: 0;
    margin: 0;
  }
}
/* コンテンツボックス
--------------------------------*/
.content-box {
  padding: 40px 32px;
  margin-top: 24px;
  width: 100%;
  background: var(--white);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .content-box {
    padding: 32px 24px;
  }
}
.content-box__wrap {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
  gap: 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 496px;
}
.content-box__wrap > *:not(img) {
  width: 100%;
}
.content-box__title {
  font-size: 20px;
  font-weight: bold;
}
.content-box__title--center {
  font-size: 20px;
  text-align: center;
}
.content-box__title--center-emphasis {
  font-size: 20px;
  color: var(--secondary);
  text-align: center;
}
.content-box__title--counter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  font-size: 20px;
  margin-bottom: 0;
}
.content-box__title--counter::before {
  content: counter(h2) ".";
  counter-increment: h2;
}
.content-box__text--center {
  text-align: center;
}
.content-box__img {
  max-width: 320px;
  display: block;
}
.content-box + .checkbox {
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 8px;
}
.content-box .title-section--counter {
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  padding-left: 1.3em;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .content-box .title-section--counter {
    padding-left: 2.3em;
    margin-left: 40px;
  }
}
.content-box .title-section--counter::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  counter-increment: h2;
  content: counter(h2) ".";
}
@media (min-width: 1024px) {
  .content-box .title-section--counter::before {
    left: 1em;
  }
}
.content-box.last--element .title-section {
  margin-bottom: 0;
}

/* お知らせボックス
--------------------------------*/
.notice {
  padding: 16px;
  width: 100%;
  border-radius: 8px;
  background: var(--background-blue);
}
.notice > * {
  width: 100%;
  margin: 16px auto;
}
.notice > :first-child {
  margin-top: 0;
}
.notice__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4px;
  position: relative;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .notice__title {
    font-size: 14px;
  }
}
.notice__title::before {
  content: "";
  background: url(/buy/image/icon_info.svg) no-repeat center/100%;
  display: block;
  aspect-ratio: 1;
  height: 1lh;
}
.notice--warning {
  background: var(--background-red);
}
.notice--warning-black {
  background: rgba(0, 0, 0, 0.06);
}
.notice--warning .notice__title, .notice--warning-black .notice__title {
  color: var(--secondary-600);
}
.notice--warning .notice__title::before, .notice--warning-black .notice__title::before {
  background-image: url(/buy/image/icon_Warning.svg);
}
.notice__text:nth-of-type(1),
.notice .annotation_box {
  margin: 8px 0 0;
}
.notice__img {
  max-width: 320px;
  display: block;
  margin: 24px auto;
}
.notice .list--disc {
  padding-left: 1.5em;
}

/* ヘッダー
--------------------------------*/
header {
  width: 100%;
  padding: 1rem;
  background: var(--white);
  text-align: center;
}

/* 見出し
--------------------------------*/
.title-pagename {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  margin: 80px 0;
}
.title-pagename__subttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: var(--neutral-300);
  letter-spacing: 2px;
}
@media (max-width: 479px) {
  .title-pagename__subttl {
    font-size: 14px;
  }
}
.title-section {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 24px;
}

/* レイアウト全体
--------------------------------*/
.section {
  margin-top: 40px;
}

/* 全体注釈
--------------------------------*/
.annotation_box--last {
  width: 100%;
  max-width: 672px;
  padding: 0 32px;
  margin-bottom: 16px;
  box-sizing: content-box;
}
@media (max-width: 767px) {
  .annotation_box--last {
    padding: 0 24px;
    box-sizing: border-box;
  }
}

/* 注意事項スクロールボックス
--------------------------------*/
.important-point {
  width: 100%;
  border-radius: 8px;
  border: 2px solid var(--neutral-500);
  background: var(--background-gray);
  height: 300px;
  padding: 0 32px;
  overflow-y: scroll;
  line-height: 1.7;
  counter-reset: important-point 0;
}
.important-point__section {
  list-style: none;
  margin-left: 0;
  font-size: 12px;
}
.important-point__section:nth-child(1) > * {
  margin-top: 16px;
}
.important-point__title--unline {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 32px;
  padding: 6px 8px 8px 0;
  border-bottom: solid 2px var(--black);
  font-size: 16px;
  line-height: 1.3;
}
.important-point__title--unline::before {
  content: counter(important-point);
  counter-increment: important-point 1;
}
.important-point__title--glaybg {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 16px;
  background: rgba(51, 51, 51, 0.1254901961);
  font-size: 12px;
  border-radius: 2px;
  line-height: 1.5;
  margin: 16px 0;
}
.important-point__text {
  margin: 16px 0;
}
.important-point__list {
  margin: 12px 0;
  list-style: disc;
  margin-left: 1em;
}
.important-point__annotation {
  line-height: 1.3;
  display: block;
  margin: 4px 0;
  font-size: 10px;
}
@media (max-width: 767px) {
  .important-point {
    padding: 0 16px;
  }
  .important-point__title--unline {
    margin-top: 24px;
  }
}

/* TONEアプリ DLセクション（PC時）
--------------------------------*/
.app-dl {
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
  gap: 24px;
}
.app-dl__explain {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-inline: 10px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 549px) {
  .app-dl__explain-img {
    width: 80px;
    height: 80px;
    max-width: 80px;
  }
}
.app-dl__store {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: var(--background-blue);
  padding: 24px;
  border-radius: 12px;
}
@media (max-width: 549px) {
  .app-dl__store {
    flex-direction: column;
    align-items: center;
  }
}
.app-dl__store-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 24px;
  flex: 1;
}
.app-dl__store-inner:nth-child(1) {
  padding: 0 24px 0 0;
  border-right: 1px solid var(--primary-200);
}
@media (max-width: 549px) {
  .app-dl__store-inner {
    width: 100%;
    padding: 24px 0 0;
  }
  .app-dl__store-inner:nth-child(1) {
    padding: 0 0 24px;
    border-right: none;
    border-bottom: 1px solid var(--primary-200);
  }
}
.app-dl__osname {
  font-size: 16px;
  text-align: center;
  margin: 0 0 24px;
}

/* /buy/ 用
--------------------------------*/
#index-page .app-dl__explain--glay {
  background: var(--background-gray);
  padding: 16px;
  border-radius: 8px;
  font-size: 12px;
}
#index-page .app-dl__explain--glay h4 {
  margin-bottom: 8px;
}

/* contract 用
--------------------------------*/
#contract-page .point .section__radio-button:has(> input[type=radio]) {
  justify-content: space-between;
  height: auto;
  padding-right: 24px;
}
#contract-page .section__table--2col-th {
  background: var(--white);
  border: 2px solid var(--black);
}
#contract-page .section__table--2col-th :is(thead, tbody) tr > :nth-child(even) {
  border-left: 1px solid var(--background-gray);
}
#contract-page .section__table--2col-th thead th {
  padding: 16px 10px;
}
#contract-page .section__table--2col-th tbody th {
  padding-block: 10px;
  background: var(--background-gray);
}
#contract-page .section__table--2col-th td {
  text-align: center;
  padding-block: 1em;
}
@media (max-width: 549px) {
  #contract-page .section__table--2col-th td {
    font-size: 12px;
  }
}
#contract-page .section__table--2col-th td:not(:has([colspan=""])) {
  padding-inline: 1em;
}
#contract-page .section__table--2col-th tbody tr > :nth-child(even) {
  border-bottom: 1px solid var(--black);
}
#contract-page .section__table--2col-th tbody tr:nth-child(odd) {
  border-top: 1px solid var(--black);
  font-size: 16px;
}
#contract-page .section__table--2col-th .table-data-list {
  list-style-type: disc;
  padding-left: 1em;
}

/* change 用
--------------------------------*/
#change-page .app-dl__store {
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
#change-page .android .section__inner--step1 {
  display: flex;
  flex-direction: row;
  justify-content: inherit;
  align-items: center;
  gap: 24px;
}
#change-page .android .section__inner--step1 .section__text {
  font-size: 12px;
}
#change-page .android .section__inner--step1 strong {
  display: block;
  font-size: 18px;
  padding-bottom: 8px;
}
#change-page .android .section__inner--qr {
  background: var(--background-blue);
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  justify-content: inherit;
  align-items: center;
  gap: 24px;
}
@media (max-width: 479px) {
  #change-page .android .section__inner--qr .qr {
    display: none;
  }
}
#change-page .android .num_input {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
}
#change-page .android .num_input input[type=number] {
  width: 100%;
  max-width: 320px;
  padding: 12px;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #E7E7E7;
  transition: 0.3s;
}
#change-page .android .num_input input[type=number]::-webkit-outer-spin-button, #change-page .android .num_input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#change-page .android .num_input input[type=number]::-moz-placeholder {
  color: #c0c0c0;
}
#change-page .android .num_input input[type=number]::placeholder {
  color: #c0c0c0;
}
#change-page .android .num_input input[type=number]:focus-visible {
  border: 2px solid var(--primary);
  outline: transparent;
}
#change-page .android .num_input .support {
  display: block;
  max-width: 320px;
  opacity: 0;
  transition: 1s;
  font-size: 20px;
  padding: 16px 24px;
  color: var(--secondary);
  background: var(--background-yellow);
  border: 3px solid var(--secondary-600);
  border-radius: 8px;
  position: absolute;
  right: -160px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  font-weight: bold;
  box-shadow: 0px 4px 10px 0px rgba(55, 141, 178, 0.23);
}
@media (hover: hover) {
  #change-page .android .num_input .support:hover {
    opacity: 0.5;
  }
}
#change-page .android .num_input .support::before, #change-page .android .num_input .support::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  rotate: 225deg;
  translate: -50%;
  left: 0;
  top: 0;
  bottom: -6px;
  margin: auto;
}
#change-page .android .num_input .support::before {
  background: var(--background-yellow);
}
#change-page .android .num_input .support::after {
  border: 3px solid;
  border-color: var(--secondary-600) var(--secondary-600) transparent transparent;
}
#change-page .android .num_input .support__text {
  flex-direction: column;
  align-items: center;
  display: flex;
  font-size: 16px;
}
#change-page .android .num_input .support__tel {
  font-size: 24px;
  line-height: 1.5;
}
#change-page .android .num_input .support .sp_button {
  display: none;
  position: absolute;
  bottom: 24px;
  right: 16px;
  background: var(--primary);
  color: var(--white);
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  z-index: 1;
  font-size: 24px;
  border: var(--white) solid 3px;
  box-shadow: 0px 4px 10px 0px rgba(55, 141, 178, 0.23);
}
#change-page .android .num_input .support.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 767px) {
  #change-page .android .num_input .support {
    right: 0;
    left: 0;
    top: -220px;
    border: 2px solid var(--secondary-600);
  }
  #change-page .android .num_input .support::before, #change-page .android .num_input .support::after {
    left: 0;
    translate: 0;
    right: 0;
    top: auto;
    bottom: -12px;
    rotate: 135deg;
  }
  #change-page .android .num_input .support__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
#change-page .android button {
  display: flex;
  width: 100%;
  max-width: 230px;
  padding: 14px 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: bold;
  font-size: 20px;
  border-radius: 74px;
  background: var(--primary);
  border: 2px solid var(--primary);
  position: relative;
  transition: 0.3s;
}
#change-page [data-section=importantPoints] .family .famTransfer {
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: rgba(236, 84, 55, 0.1);
}
#change-page [data-section=importantPoints] .family .famTransfer__title {
  text-align: center;
  color: var(--secondary);
  font-size: 20px;
  line-height: 1.4;
}
#change-page [data-section=importantPoints] .family .famTransfer__title span {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
#change-page [data-section=importantPoints] .family .plans_feature_box th.sticky_col {
  background: transparent;
}
#change-page [data-section=importantPoints] #agreementForm .checkBoxFlex {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
  align-items: center;
  gap: 24px;
}
#change-page [data-section=importantPoints] #agreementForm .error-message {
  display: none;
  background: var(--white);
  color: var(--secondary-600);
  font-weight: bold;
  padding: 8px 32px;
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  margin: 32px auto;
}
#change-page [data-section=importantPoints] #agreementForm .cvButton a {
  pointer-events: none;
  background: var(--neutral-300);
  border: 2px solid var(--neutral-300);
}
#change-page [data-section=importantPoints] #agreementForm .cvButton a.active {
  pointer-events: auto;
  background: var(--primary);
  border: 2px solid var(--primary);
}
@media (hover: hover) {
  #change-page [data-section=importantPoints] #agreementForm .cvButton a.active:hover {
    background: transparent;
  }
}

/* jpki 用
--------------------------------*/
@media (max-width: 549px) {
  #jpki-page .app-dl__explain p br {
    display: none;
  }
}
/* apply 用
--------------------------------*/
#apply-page .img-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  #apply-page .img-flex img {
    width: 120px;
  }
}/*# sourceMappingURL=main.css.map */