@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
:root {
  --color-primary: #e85298;
  --color-primary-bold: #dd2276;
  --color-primary-border: #e85298;
  --color-primary-text: #dd2279;
  --color-primary-btn-text: #ffffff;
  --color-primary-light: #fdedf4;
  --header-logo-width-pc: 150px;
  --header-logo-width-sp: 120px;
}
.header__logo {
  background-image: url(../img/header_logo.png?md5=72702adcf6ec88202c0237d213cf16c4) !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none;
  border: none;
  padding: 0;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
p,
dt,
dd {
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
body {
  height: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: Noto Sans JP, sans-serif;
  background-color: #f7f7f7;
  color: #212121;
}
body.fixed {
  overscroll-behavior-y: none;
}
html {
  font-family: -apple-sysytem, BlinkMacSystemFont, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Verdana, Roboto, Droid Sans, sans-serif;
}
html {
  height: 100%;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  html {
    font-size: 14px;
    scroll-behavior: smooth;
  }
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul li,
ul ol {
  margin: 0;
  padding: 0;
}
select {
  color: #212121;
}
.footer {
  padding: 44px 16px 20px;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 16px;
  }
}
.footer__navList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.footer__copy {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  color: #575757;
  text-align: center;
  margin-top: 8px;
  display: block;
}
.header {
  width: 100%;
  background-color: #fff;
  padding: 16px 60px;
  border-bottom: solid 1px #e3e3e3;
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 16px 48px;
  }
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.header__logo {
  margin: auto;
  display: block;
  font-size: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .header__logo {
    height: 30px;
    width: var(--header-logo-width-pc);
  }
}
@media screen and (max-width: 767.98px) {
  .header__logo {
    height: 24px;
    width: var(--header-logo-width-sp);
  }
}
.header__back {
  position: absolute;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../img/icon_back.svg?md5=4f956446c5c04d7bb6ed6460c0f63080) no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.o-modal.is-open {
  display: block;
}
.o-modal {
  display: none;
  position: fixed;
  z-index: 1001;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.o-modal__overlay {
  width: 100%;
  height: 100%;
  background: #000c;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .o-modal__overlay {
    padding: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-modal__overlay {
    padding: 32px;
  }
}
.o-modal__content {
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  pointer-events: auto;
}
.o-modal__content:focus {
  outline: none;
}
@media print, screen and (min-width: 768px) {
  .o-modal__content {
    width: 400px;
    padding: 40px 0 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-modal__content {
    width: 100%;
    padding: 32px 0 24px;
  }
}
.o-modal--scroll .o-modal__content {
  height: 100%;
}
.o-bottomCtl {
  padding-top: 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .o-bottomCtl {
    width: 100%;
  }
}
.o-bottomCtl__inner {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .o-bottomCtl__inner {
    width: 351px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-bottomCtl__inner {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .o-btnWrap {
    width: 351px;
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .o-btnWrap {
    width: 100%;
  }
}
.o-cardbrands {
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .o-cardbrands {
    display: flex;
  }
}
@media screen and (max-width: 767.98px) {
  .o-cardbrands {
    display: flex;
    flex-wrap: wrap;
  }
}
.o-checkGroup {
  display: flex;
  flex-direction: column;
  gap: 8px 24px;
}
.o-checkGroup--holizontal {
  flex-direction: row;
}
.o-content,
.o-content-t,
.o-content-list,
.o-content-2 {
  background-color: #fff;
  box-shadow: 0 0 1px 1px #0000001f;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .o-content,
  .o-content-t,
  .o-content-list,
  .o-content-2 {
    max-width: 880px;
    border-radius: 4px;
    padding: 16px;
    margin: 0 auto;
    gap: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-content,
  .o-content-t,
  .o-content-list,
  .o-content-2 {
    padding: 24px 12px 12px;
    gap: 24px;
    margin: 0 auto 16px;
    flex: 1;
  }
}
.o-content:last-child,
.o-content-t:last-child,
.o-content-list:last-child,
.o-content-2:last-child {
  margin-bottom: 0;
}
.o-content-2 {
  box-shadow: 0 0 1px 1px #0000001f;
}
@media print, screen and (min-width: 768px) {
  .o-content-2 {
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .o-content-2 {
    padding-top: 12px;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .o-contentWrap--spcard {
    padding: 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-content-list {
    padding: 0;
    gap: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .o-content-list {
    padding: 0;
    gap: 0;
  }
}
.o-content-t {
  background: transparent;
  border: none;
  box-shadow: none;
}
@media print, screen and (min-width: 768px) {
  .o-content-t {
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767.98px) {
  .o-content-t {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .o-content-t-btnWrap {
    padding: 0 12px;
  }
}
.o-content-fw {
  flex: 1;
}
.o-content--minh {
  flex: none;
}
.o-content--radius {
  border-radius: 4px;
}
.o-dialog {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  justify-content: space-between;
}
.o-dialog .o-dialog__heading {
  justify-content: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .o-dialog .o-dialog__heading {
    margin-bottom: 12px;
  }
}
.o-dialog__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  overflow: auto;
  padding: 0 40px;
}
@media screen and (max-width: 767.98px) {
  .o-dialog__body {
    padding: 0 24px;
  }
}
.o-dialog__btnArea {
  padding: 0 40px;
}
@media screen and (max-width: 767.98px) {
  .o-dialog__btnArea {
    padding: 0 24px;
  }
}
.o-dialog__btnArea .c-btn + .c-btn {
  margin-top: 8px;
}
.o-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767.98px) {
  .o-form {
    gap: 20px;
  }
}
.o-form__item {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .o-form__item {
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-form__item {
    flex-direction: column;
    gap: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-form__label {
    width: 200px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .o-form__label {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .o-form__body {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .o-form__body {
    width: 100%;
  }
}
.o-form__input {
  display: flex;
  gap: 8px;
  align-items: center;
}
.o-form__input + .o-form__input {
  margin-top: 8px;
}
.o-imgUpload {
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .o-imgUpload {
    max-width: 288px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-imgUpload {
    max-width: 231px;
  }
}
.o-imgUpload__preview {
  margin-top: 20px;
}
.o-imgUpload__changeLink {
  text-align: center;
  margin-top: 12px;
}
.o-imgUpload__term {
  margin-top: 4px;
  text-align: center;
}
.o-layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.o-linkGroup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .o-linkGroup {
    width: 100%;
  }
}
.o-linkGroup--right {
  align-items: flex-end;
}
.o-outerSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767.98px) {
  .o-outerSection {
    gap: 32px;
  }
}
.o-spacing,
.o-spacing-64,
.o-spacing-56,
.o-spacing-48,
.o-spacing-40,
.o-spacing-32,
.o-spacing-24,
.o-spacing-20,
.o-spacing-16,
.o-spacing-12,
.o-spacing-8,
.o-spacing-4 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.o-spacing-between {
  justify-content: space-between;
}
.o-spacing-4 {
  gap: 4px;
}
.o-spacing-8 {
  gap: 8px;
}
.o-spacing-12 {
  gap: 12px;
}
.o-spacing-16 {
  gap: 16px;
}
.o-spacing-20 {
  gap: 20px;
}
.o-spacing-24 {
  gap: 24px;
}
.o-spacing-32 {
  gap: 32px;
}
.o-spacing-40 {
  gap: 40px;
}
.o-spacing-48 {
  gap: 48px;
}
.o-spacing-56 {
  gap: 56px;
}
.o-spacing-64 {
  gap: 64px;
}
@media screen and (max-width: 767.98px) {
  .o-spacing-8--sp {
    gap: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-12--sp {
    gap: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-16--sp {
    gap: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-20--sp {
    gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-24--sp {
    gap: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-32--sp {
    gap: 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-40--sp {
    gap: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-48--sp {
    gap: 48px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-56--sp {
    gap: 56px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-spacing-64--sp {
    gap: 64px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-8--pc {
    gap: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-12--pc {
    gap: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-16--pc {
    gap: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-20--pc {
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-24--pc {
    gap: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-32--pc {
    gap: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-40--pc {
    gap: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-48--pc {
    gap: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-56--pc {
    gap: 56px;
  }
}
@media print, screen and (min-width: 768px) {
  .o-spacing-64--pc {
    gap: 64px;
  }
}
.o-tableGroup {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 767.98px) {
  .o-tableGroup {
    gap: 20px;
  }
}
.o-title {
  width: 100%;
  background-color: #fff;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .o-title {
    padding: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .o-title {
    padding: 20px 12px;
  }
}
[data-layout-mode="2"] .o-title {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) {
  .o-title__inner {
    max-width: 1200px;
    margin: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .o-title__head {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .o-title__head {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
.o-title__stepper {
  margin-bottom: 10px;
}
.o-title__sub {
  color: #575757;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  margin-top: 8px;
}
@media screen and (max-width: 767.98px) {
  .o-title__sub {
    margin-top: 4px;
  }
}
.o-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .o-wrapper[data-layout-mode="2"] {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 24px;
  }
}
.o-wrapper > form {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .o-wrapper > form:first-of-type > div:first-child {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .o-wrapper .o-content {
    flex-grow: 1;
  }
}
.c-badge-container {
  position: relative;
}
.c-badge-container .c-badge-notification {
  position: absolute;
  top: 0;
  right: -4px;
  transform: translate(100%);
}
.c-badge-notification {
  width: 16px;
  aspect-ratio: 1;
  border-radius: 16px;
  background-color: #ed2727;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}
.c-box {
  padding: 24px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-box {
    padding: 16px;
  }
}
.c-box--outline {
  border: solid 1px #e3e3e3;
}
.c-box--fill {
  background-color: #f7f7f7;
}
.c-btn {
  display: block;
  background-color: var(--color-primary);
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-primary);
  text-decoration: none;
  width: 100%;
  color: var(--color-primary-btn-text);
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  gap: 8px;
  align-items: center;
  height: 46px;
  min-width: 57px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  padding: 8px 12px;
}
.c-btn > .c-btn__icon {
  width: 20px;
}
.c-btn:not(:disabled):focus {
  outline-offset: 2px;
  outline: solid 2px #575757;
}
.c-btn:not(:disabled):hover {
  background-color: var(--color-primary-bold);
  border-color: var(--color-primary-bold);
}
.c-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.c-btn + .c-btn {
  margin-top: 12px;
}
.c-btn--subtle {
  background: transparent !important;
  color: #000;
  border: none;
  text-decoration: underline;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-btn--subtle:hover {
  text-decoration: none;
}
.c-btn--m {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  min-width: 53px;
  height: 37px;
}
.c-btn--m > .c-btn__icon {
  width: 16px;
}
.c-btn--s {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  min-width: 40px;
  height: 32px;
  padding: 4px 8px;
  gap: 4px;
}
.c-btn--s > .c-btn__icon {
  width: 16px;
}
.c-btn--min-w {
  width: auto;
}
.c-btn--outline {
  background-color: #fff;
  color: var(--color-primary-text);
}
.c-btn--outline:not(:disabled):hover {
  background-color: var(--color-primary-light);
  border-color: var(--color-primary);
}
.c-btn--secondary,
.c-btn--call-verify {
  background-color: #329ea8;
  border-color: #329ea8;
}
.c-btn--secondary:not(:disabled):hover,
.c-btn--call-verify:not(:disabled):hover {
  background-color: #2c8d95;
  border-color: #2c8d95;
}
.c-btn--secondary-outline {
  border-color: #329ea8;
  background-color: #fff;
  color: #007580;
}
.c-btn--secondary-outline:not(:disabled):hover {
  background-color: #e7f7f8;
  border-color: #329ea8;
}
.c-btn--tertiary {
  background-color: #ebebeb;
  border-color: #ebebeb;
  color: #575757;
}
.c-btn--tertiary:not(:disabled):hover {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.c-btn--tertiary-outline {
  border-color: #b0b0b0;
  background-color: #fff;
  color: #575757;
}
.c-btn--tertiary-outline:not(:disabled):hover {
  background-color: #fbfbfb;
  border-color: #b0b0b0;
}
.c-btn--caution {
  background-color: #fff;
  border-color: #ed2727;
  color: #ca1111;
}
.c-btn--caution:not(:disabled):hover {
  background-color: #fde3e3;
  border-color: #ed2727;
}
.c-btn--call-verify {
  height: 60px;
}
.c-check {
  width: 100%;
  position: relative;
}
.c-check input {
  opacity: 0;
  position: absolute;
}
.c-check__label {
  display: flex;
  align-items: center;
}
.c-check__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  margin-left: 4px;
}
.c-check__mark {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 4px;
  border: solid 1px #e3e3e3;
  background: #fbfbfb;
  position: relative;
  margin: 4px;
  flex-shrink: 0;
}
.c-check__mark:after {
  content: "";
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input:focus + .c-check__mark {
  outline: solid 2px #575757;
}
input:checked + .c-check__mark {
  background: #329ea8;
  border-color: #329ea8;
}
input:checked + .c-check__mark:after {
  background: url(../img/icon_check_white.svg?md5=6917a4c313e4017e387c89772276c9c3) no-repeat center center;
  background-size: contain;
}
.is-error > .c-check__label .c-check__mark {
  border-color: #ed2727;
  background: #fde3e3;
}
.is-error > .c-check__label input:checked + .c-check__mark {
  background: #ed2727;
}
.c-creditCardInfo {
  display: flex;
  gap: 12px;
  align-items: center;
}
.c-creditCardInfo__icon {
  width: 50px;
  flex-shrink: 0;
}
.c-creditCardInfo__body {
  flex-grow: 1;
}
.c-creditCardInfo__btn {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.c-creditCardInfo__btn .c-btn {
  margin: 0;
}
.c-divider,
.c-divider-dash,
.c-divider-v-dash,
.c-divider-v {
  border: none;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #0000001a;
  margin: 0;
}
.c-divider-v,
.c-divider-v-dash {
  height: 100%;
  width: 1px;
  display: block;
}
.c-divider-dash,
.c-divider-v-dash {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 4px, transparent 4px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}
.c-divider-v-dash {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 2px, transparent 2px);
  background-size: 1px 4px;
  background-repeat: repeat-y;
}
.c-dl {
  display: grid;
  grid-template-columns: 64px 1fr;
  width: 100%;
  margin: auto;
  gap: 2px 8px;
}
@media screen and (max-width: 767.98px) {
  .c-formLabel {
    display: flex;
    align-items: center;
  }
}
.c-formLabel__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .c-formLabel__title {
    order: 1;
  }
}
.c-formLabel__require {
  background: #ca1111;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  word-break: break-all;
  padding: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-formLabel__require {
    display: inline-block;
    margin-left: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-formLabel__require {
    margin-left: 8px;
    order: 3;
  }
}
.c-formLabel__rule {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .c-formLabel__rule {
    width: 100%;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-formLabel__rule {
    order: 2;
    margin-left: 4px;
  }
}
.c-heading,
.c-heading-xs-sp,
.c-heading-xs,
.c-heading-xs-pc,
.c-heading-s-sp,
.c-heading-s,
.c-heading-s-pc,
.c-heading-m-sp,
.c-heading-m,
.c-heading-m-pc,
.c-heading-l-sp,
.c-heading-l,
.c-heading-l-pc,
.c-heading-xl-sp,
.c-heading-xl,
.c-heading-xl-pc {
  display: flex;
  gap: 4px;
  align-items: center;
}
.c-heading__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
@media print, screen and (min-width: 768px) {
  .c-heading-xl-pc,
  .c-heading-xl {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-xl-pc .c-heading__icon,
  .c-heading-xl .c-heading__icon {
    width: 32px;
  }
  .c-heading-xl-pc .c-heading__text,
  .c-heading-xl .c-heading__text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading-xl-sp,
  .c-heading-xl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-xl-sp .c-heading__icon,
  .c-heading-xl .c-heading__icon {
    width: 28px;
  }
  .c-heading-xl-sp .c-heading__text,
  .c-heading-xl .c-heading__text {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-l-pc,
  .c-heading-l {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-l-pc .c-heading__icon,
  .c-heading-l .c-heading__icon {
    width: 28px;
  }
  .c-heading-l-pc .c-heading__text,
  .c-heading-l .c-heading__text {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading-l-sp,
  .c-heading-l {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-l-sp .c-heading__icon,
  .c-heading-l .c-heading__icon {
    width: 24px;
  }
  .c-heading-l-sp .c-heading__text,
  .c-heading-l .c-heading__text {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-m-pc,
  .c-heading-m {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-m-pc .c-heading__icon,
  .c-heading-m .c-heading__icon {
    width: 24px;
  }
  .c-heading-m-pc .c-heading__text,
  .c-heading-m .c-heading__text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading-m-sp,
  .c-heading-m {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-m-sp .c-heading__icon,
  .c-heading-m .c-heading__icon {
    width: 20px;
  }
  .c-heading-m-sp .c-heading__text,
  .c-heading-m .c-heading__text {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-s-pc,
  .c-heading-s {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-s-pc .c-heading__icon,
  .c-heading-s .c-heading__icon {
    width: 20px;
  }
  .c-heading-s-pc .c-heading__text,
  .c-heading-s .c-heading__text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading-s-sp,
  .c-heading-s {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-s-sp .c-heading__icon,
  .c-heading-s .c-heading__icon {
    width: 16px;
  }
  .c-heading-s-sp .c-heading__text,
  .c-heading-s .c-heading__text {
    margin-top: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-xs-pc,
  .c-heading-xs {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-xs-pc .c-heading__icon,
  .c-heading-xs .c-heading__icon {
    width: 16px;
  }
  .c-heading-xs-pc .c-heading__text,
  .c-heading-xs .c-heading__text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-heading-xs-sp,
  .c-heading-xs {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-heading-xs-sp .c-heading__icon,
  .c-heading-xs .c-heading__icon {
    width: 16px;
  }
  .c-heading-xs-sp .c-heading__text,
  .c-heading-xs .c-heading__text {
    margin-top: 4px;
  }
}
.c-heading-mobile-xs {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-icon {
  width: 24px;
  height: 24px;
}
.c-icon-s {
  width: 20px;
  height: 20px;
}
.c-icon-xs {
  width: 16px;
  height: 16px;
}
.c-icon-l {
  width: 28px;
  height: 28px;
}
.c-icon-xl {
  width: 32px;
  height: 32px;
}
.c-icon-cardbrand {
  width: 50px;
  height: 50px;
}
.c-icon-xxs {
  width: 14px;
  height: 14px;
}
.c-icon-theme-check-circle-fill {
  -webkit-mask-image: url(../img/icon_check_circle_fill.svg?md5=b478e0bd6a44cb4f9606a091c06514d8);
  mask-image: url(../img/icon_check_circle_fill.svg?md5=b478e0bd6a44cb4f9606a091c06514d8);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: var(--color-primary);
}
.c-imgPreview {
  border: solid 1px #e3e3e3;
  width: 100%;
}
.c-imgPreview img {
  object-fit: contain;
  display: block;
  width: 100%;
}
.c-imgSecurityCode {
  width: 102px;
  margin-top: 4px;
}
.c-innerNav {
  width: 100%;
  position: sticky;
  top: 0;
}
.c-innerNav.is-sticky {
  box-shadow: 0 0 10px 3px #0000001f;
}
@media screen and (max-width: 767.98px) {
  .c-innerNav {
    display: flex;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-innerNav {
    background-color: #fff;
    box-shadow: 0 0 1px 1px #0000001f;
    width: 100%;
    max-width: 880px;
    border-radius: 4px;
    padding: 16px;
    margin: 32px auto 24px;
    display: flex;
  }
}
.c-innerNav__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 767.98px) {
  .c-innerNav__item {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    justify-content: center;
    border-bottom: solid rgba(0, 0, 0, 0.1) 1px;
    width: 100%;
    background-color: #fff;
  }
  .c-innerNav__item.is-active {
    color: var(--color-primary);
  }
  .c-innerNav__item.is-active:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .c-innerNav__item {
    width: 100%;
    border-left: solid 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    word-break: break-all;
    color: #007580;
  }
  .c-innerNav__item:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767.98px) {
  .c-innerNav__label {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-innerNav__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
  }
  .c-innerNav__label:after {
    content: "";
    width: 16px;
    aspect-ratio: 1;
    background: url(../img/icon_down_secondary.svg?md5=121463db13e17976bf97bcbba53741e5) no-repeat center;
    background-size: cover;
  }
}
.c-innerNav__badge {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -4px;
  transform: translate(100%);
}
@media screen and (max-width: 767.98px) {
  .c-innerNav__badge {
    top: 4px;
    right: 4px;
    transform: none;
  }
}
.c-input {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  border: solid 1px #e3e3e3;
  background: #fbfbfb;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
}
.c-input::placeholder {
  color: #b0b0b0;
}
.c-input:focus {
  outline-color: #575757;
  outline-width: 4px;
  outline-offset: -1px;
}
.c-input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fbfbfb inset;
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
  -webkit-text-fill-color: #212121;
  transition: background-color 5000s ease-in-out 0s;
}
.c-input:-moz-autofill {
  box-shadow: 0 0 0 1000px #fbfbfb inset;
  -moz-text-fill-color: #212121;
  transition: background-color 5000s ease-in-out 0s;
}
.c-input[readonly] {
  background: #ebebeb;
  border-color: #e3e3e3;
  color: #b0b0b0;
  pointer-events: none;
}
.c-input:disabled {
  background: #ebebeb;
  border-color: #e3e3e3;
}
.c-input.is-error {
  border-color: #ed2727;
  background: #fde3e3;
}
.c-input,
.c-input::-webkit-inner-spin-button,
.c-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.c-inputConfirm {
  border: solid 1px #e3e3e3;
  padding: 24px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .c-inputConfirm {
    padding: 16px;
  }
}
.c-inputConfirm__item + .c-inputConfirm__item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #e3e3e3;
}
.c-inputConfirm__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  margin-bottom: 4px;
}
.c-inputConfirm__value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  padding: 0 4px;
}
.c-inputSup {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  margin-top: 4px;
}
.c-inputSup.c-inputSup--error {
  color: #ca1111;
  margin-top: 8px;
}
.c-inputText {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  flex-shrink: 0;
}
.c-link {
  color: #007580;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  text-decoration: underline;
  cursor: pointer;
}
.c-link:hover {
  text-decoration: none;
}
.c-link .c-link__before {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.c-link .c-link__after {
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
}
.c-link:visited {
  color: #9c27b0;
}
.c-link.is-disabled {
  color: #b0b0b0;
  cursor: not-allowed;
}
.c-link.is-disabled:after,
.c-link.is-disabled:before {
  opacity: 0.3;
}
.c-link--fw {
  width: 100%;
}
.c-link--fw.c-link--icon {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}
.c-link.c-link--icon,
.c-link.c-link--noul {
  text-decoration: none;
}
.c-link.c-link--icon:hover,
.c-link.c-link--noul:hover {
  text-decoration: underline;
}
.c-link--icon {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.c-link--s {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  text-decoration: underline;
}
.c-link--s:hover {
  text-decoration: none;
}
.c-link--s.c-link--icon:after {
  width: 14px;
}
.c-link--s.c-link--icon:before {
  width: 16px;
}
.c-link--icon-a-forward:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 16px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_forward_secondary.svg?md5=a846dbb36cbcaae72f06a99dd1b68bc3);
  mask-image: url(../img/icon_forward_secondary.svg?md5=a846dbb36cbcaae72f06a99dd1b68bc3);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #329ea8;
}
.c-link--icon-a-forward:visited:after {
  background: #9c27b0;
}
.c-link--icon-b-pencil:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 16px;
  aspect-ratio: 1;
  -webkit-mask-image: url(../img/icon_pencil_secondary.svg?md5=ef2995dd0314960344b30431f06541fb);
  mask-image: url(../img/icon_pencil_secondary.svg?md5=ef2995dd0314960344b30431f06541fb);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: #329ea8;
}
.c-link--icon-b-pencil:visited:before {
  background: #9c27b0;
}
.c-list,
.c-list-inner {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.c-list:hover .c-list__title,
.c-list-inner:hover .c-list__title {
  text-decoration: underline;
}
.c-list.is-disabled,
.is-disabled.c-list-inner {
  cursor: not-allowed;
}
.c-list.is-disabled .c-list__right,
.is-disabled.c-list-inner .c-list__right,
.c-list.is-disabled .c-list__left,
.is-disabled.c-list-inner .c-list__left {
  opacity: 0.3;
}
.c-list.is-disabled .c-list__title,
.is-disabled.c-list-inner .c-list__title,
.c-list.is-disabled .c-list__subText,
.is-disabled.c-list-inner .c-list__subText {
  color: #b0b0b0;
}
@media print, screen and (min-width: 768px) {
  .c-list:last-child,
  .c-list-inner:last-child {
    border-bottom: none;
  }
}
.c-list-inner {
  padding: 0 0 16px;
  gap: 8px;
}
@media print, screen and (min-width: 768px) {
  .c-list-inner:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-list-inner:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.c-list-inner .c-list__subText {
  margin-top: 4px;
}
.c-list--s {
  padding: 12px;
  gap: 8px;
}
.c-list--xs {
  padding: 8px;
  gap: 6px;
}
.c-list--xs .c-list__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-list__left,
.c-list__right {
  flex-shrink: 0;
}
.c-list__inner {
  flex: 1;
}
.c-list__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  color: #007580;
}
.c-list__subText {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  color: #575757;
  margin-top: 2px;
}
.c-member {
  display: flex;
  gap: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-member:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .c-member:not(:last-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.c-member__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.c-member__btn .c-btn + .c-btn {
  margin-top: 8px;
}
.c-member__data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.c-member__data--one-line {
  justify-content: center;
}
.c-member__name {
  display: flex;
  gap: 12px;
}
.c-member__date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  color: #575757;
}
.c-member__mail {
  line-height: 1.5;
}
.c-member__mail--link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  text-decoration: underline;
  color: #007580;
}
.c-member__mail--link:hover {
  text-decoration: none;
}
.c-message {
  padding: 16px;
  border: #dbdbdb solid 1px;
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-message {
    padding: 8px;
  }
}
.c-message__head {
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .c-message__head {
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}
.c-message__title {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media print, screen and (min-width: 768px) {
  .c-message__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-message__title .c-heading__icon {
    width: 20px;
  }
  .c-message__title .c-heading__text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-message__title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
  .c-message__title .c-heading__icon {
    width: 16px;
  }
  .c-message__title .c-heading__text {
    margin-top: 4px;
  }
}
.c-message__spacing {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .c-message__spacing {
    gap: 8px;
  }
}
.c-message__supple {
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-message--error {
  border-color: #ed2727;
}
.c-password {
  width: 100%;
}
.c-password__input {
  width: 100%;
  position: relative;
}
.c-password__input:has(.c-password__count) {
  margin-bottom: 20px;
}
.c-password__input > .c-input {
  padding-right: 30px;
}
.c-password__eye {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  aspect-ratio: 1;
  background-image: url(../img/icon_visibility_off.svg?md5=cd6c3a1b32cd21c4500094e180087a8b);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.4;
  background-size: contain;
}
.c-password__eye.is-visible {
  background-image: url(../img/icon_visibility_fill.svg?md5=8d07ed3fb592b022012bd409d4f446af);
}
.c-password__count {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(calc(100% + 4px));
  display: flex;
  gap: 4px;
}
.c-password__checklist {
  margin-top: -12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-password__checkitem {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-password__checkitem:before {
  content: "";
  width: 16px;
  aspect-ratio: 1;
  vertical-align: middle;
  background-image: url(../img/icon_check_circle_gray50.svg?md5=6b66844e96328efeb026b0c4caadbcc6);
  background-size: cover;
  flex-shrink: 0;
}
.c-password__checkitem.is-active:before {
  -webkit-mask-image: url(../img/icon_check_circle_fill.svg?md5=b478e0bd6a44cb4f9606a091c06514d8);
  mask-image: url(../img/icon_check_circle_fill.svg?md5=b478e0bd6a44cb4f9606a091c06514d8);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background: var(--color-primary);
}
.c-payCreditCard {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-radio {
  position: relative;
}
.c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.c-radio.is-disable {
  pointer-events: none;
}
.c-radio__label {
  display: flex;
  align-items: center;
}
.c-radio__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  margin-left: 4px;
}
.c-radio__sup {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-radio__mark {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid 1px #e3e3e3;
  background: #fbfbfb;
  position: relative;
  margin: 4px;
  flex-shrink: 0;
}
.c-radio__mark:after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
input:focus + .c-radio__mark {
  outline: solid 2px #575757;
}
input:checked + .c-radio__mark {
  border-color: #329ea8;
}
input:checked + .c-radio__mark:after {
  background: #329ea8;
}
.is-error > .c-radio__label .c-radio__mark {
  border-color: #ed2727;
  background: #fde3e3;
}
.is-error > .c-radio__label input:checked + .c-radio__mark:after {
  background: #ed2727;
}
.c-radio__child {
  background: #e7f7f880;
  padding: 12px;
  margin-top: 4px;
  display: none;
}
.c-radio > .c-radio__label:has(input:checked) + .c-radio__child {
  display: block;
}
.c-radio__child--bgw {
  background: #fff;
}
.c-radio--card > .c-radio__label:has(input:checked) {
  background: #e7f7f8;
}
.c-radio--card > .c-radio__label {
  gap: 8px;
  border: solid 1px #329ea8;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
}
.c-radio--card > .c-radio__label > .c-radio__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-radio--card.is-error > .c-radio__label {
  border-color: #ed2727;
  background: #fde3e3;
}
.c-radio--card.is-error > .c-radio__label:has(input:checked) {
  background: #fde3e3;
}
.c-radio--card.is-disabled > .c-radio__label {
  background-color: #ebebeb;
  border-color: #e3e3e3;
}
.c-radio--card.is-disabled > .c-radio__label > .c-radio__title {
  color: #0003;
}
.c-radio--card.is-disabled > .c-radio__label > .c-radio__mark {
  background-color: #ebebeb;
}
.c-radio--card .c-radio__expired {
  color: #ca1111 !important;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-select {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  border: solid 1px #e3e3e3;
  border-radius: 4px;
  padding: 8px 36px 8px 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background-color: #fbfbfb;
  background-image: url(../img/icon_down_secondary.svg?md5=121463db13e17976bf97bcbba53741e5);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 12px center;
  text-overflow: ellipsis;
}
.c-select.is-error {
  border-color: #ed2727;
  background-color: #fde3e3;
}
.c-select:disabled,
.c-select[readonly] {
  background-color: #ebebeb;
  border-color: #e3e3e3;
  color: #b0b0b0;
  pointer-events: none;
}
.c-select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fbfbfb inset;
  -webkit-box-shadow: 0 0 0px 1000px #fbfbfb inset;
  -webkit-text-fill-color: #212121;
  transition: background-color 5000s ease-in-out 0s;
}
.c-select:-moz-autofill {
  box-shadow: 0 0 0 1000px #fbfbfb inset;
  -moz-text-fill-color: #212121;
  transition: background-color 5000s ease-in-out 0s;
}
.c-snackbar {
  background-color: #e7f7f8;
  border: solid 1px #329ea8;
  border-radius: 4px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 12px auto;
  z-index: 2;
  transform: translateY(-200%);
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .c-snackbar {
    max-width: 1200px;
    width: 100%;
    padding: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-snackbar {
    width: calc(100% - 24px);
    padding: 12px;
    box-sizing: border-box;
  }
}
.c-snackbar.is-show {
  transform: translateY(0);
}
.c-snackbar__inner {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.c-snackbar__msg {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
  color: #007580;
}
@media print, screen and (min-width: 768px) {
  .c-snackbar__msg {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .c-snackbar__msg {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
.c-snackbar__supple {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .c-snackbar__supple {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767.98px) {
  .c-snackbar__supple {
    flex-direction: column;
    gap: 4px;
  }
}
.c-snackbar__error {
  color: #ca1111;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-stepper {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-stepper {
    max-width: 351px;
  }
}
.c-stepper__indicator {
  display: flex;
  gap: 4px;
  align-items: center;
  flex: 1;
}
.c-stepper__label {
  display: flex;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-stepper__labelBody {
  display: flex;
  gap: 4px;
}
.c-stepper__step {
  width: 100%;
  height: 6px;
  display: block;
  background-color: #dbdbdb;
}
.c-stepper[data-step="1"] .c-stepper__step:nth-of-type(-n + 1) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="2"] .c-stepper__step:nth-of-type(-n + 2) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="3"] .c-stepper__step:nth-of-type(-n + 3) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="4"] .c-stepper__step:nth-of-type(-n + 4) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="5"] .c-stepper__step:nth-of-type(-n + 5) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="6"] .c-stepper__step:nth-of-type(-n + 6) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="7"] .c-stepper__step:nth-of-type(-n + 7) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="8"] .c-stepper__step:nth-of-type(-n + 8) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="9"] .c-stepper__step:nth-of-type(-n + 9) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="10"] .c-stepper__step:nth-of-type(-n + 10) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="11"] .c-stepper__step:nth-of-type(-n + 11) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="12"] .c-stepper__step:nth-of-type(-n + 12) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="13"] .c-stepper__step:nth-of-type(-n + 13) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="14"] .c-stepper__step:nth-of-type(-n + 14) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="15"] .c-stepper__step:nth-of-type(-n + 15) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="16"] .c-stepper__step:nth-of-type(-n + 16) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="17"] .c-stepper__step:nth-of-type(-n + 17) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="18"] .c-stepper__step:nth-of-type(-n + 18) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="19"] .c-stepper__step:nth-of-type(-n + 19) {
  background-color: var(--color-primary);
}
.c-stepper[data-step="20"] .c-stepper__step:nth-of-type(-n + 20) {
  background-color: var(--color-primary);
}
.c-table {
  container-name: ctable;
  container-type: inline-size;
}
.c-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.c-table th,
.c-table td {
  border: solid 1px #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-table th {
  background-color: #f7f7f7;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  width: 30%;
}
@container (width > 565px) {
  .c-table th {
    width: 170px;
  }
}
@container (width < 375px) {
  .c-table th {
    width: 105px;
  }
}
.c-table td {
  padding: 8px 12px;
  background-color: #fff;
}
.c-table .c-table__th-red {
  background-color: #f25f5f;
  border-color: #f25f5f;
  color: #fff;
}
.c-table .c-table__th-light-red {
  background-color: #fbcbcb;
  border-color: #fbcbcb;
}
.c-table .c-table__td--center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-table .c-table__buttonWrap {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  width: 100%;
}
.c-table .c-table__buttonWrap .c-btn {
  flex-shrink: 0;
}
.c-table-head-title {
  background-color: #ebebeb;
  border: solid 1px #dbdbdb;
  border-bottom: none;
  text-align: left;
  width: 100%;
  padding: 8px 12px;
}
.c-table2 {
  width: 100%;
}
.c-table2__tr {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(30%, 170px) 1fr;
}
.c-table2__th {
  width: 100%;
  display: flex;
}
.c-table2__td {
  flex-grow: 1;
  display: flex;
}
.c-table2__cell {
  border: solid 1px #dbdbdb;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
  width: 100%;
}
.c-table2__th > .c-table2__cell {
  background-color: #f7f7f7;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
}
.c-table2__td > .c-table2__cell {
  padding: 8px 12px;
  background-color: #fff;
}
.c-table2__cell .c-table__cell--red {
  background-color: #f25f5f;
  border-color: #f25f5f;
  color: #fff;
}
.c-table2__cell .c-table__cell--light-red {
  background-color: #fbcbcb;
  border-color: #fbcbcb;
}
.c-table2__cell .c-table__cell--center {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-table2__cell:has(.c-btn) {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.c-table2__cell:has(.c-btn) .c-btn {
  flex-shrink: 0;
}
.c-table2__head-title {
  background-color: #ebebeb;
  border: solid 1px #dbdbdb;
  text-align: left;
  padding: 8px 12px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-text-heading-xl {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .c-text-heading-xl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media print, screen and (min-width: 768px) {
  .c-text-heading-l {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .c-text-heading-l {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media print, screen and (min-width: 768px) {
  .c-text-heading-m {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .c-text-heading-m {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media print, screen and (min-width: 768px) {
  .c-text-heading-s {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .c-text-heading-s {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media print, screen and (min-width: 768px) {
  .c-text-heading-xs {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
@media screen and (max-width: 767.98px) {
  .c-text-heading-xs {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
    word-break: break-all;
  }
}
.c-text-body-l {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-body-l-b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-body-m {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-body-m-b {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-link-m {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  text-decoration: underline;
}
.c-text-link-m:hover {
  text-decoration: none;
}
.c-text-link-m-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-link-s {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  text-decoration: underline;
}
.c-text-link-s:hover {
  text-decoration: none;
}
.c-text-link-s-txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-text-supple-m {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-text-supple-l {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-text-button-l {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-button-m {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-button-s {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-text-date-m {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  word-break: break-all;
}
.c-text-date-s {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  word-break: break-all;
}
.c-text-color-primary {
  color: var(--color-primary-text);
}
.c-text-color-secondary {
  color: #007580;
}
.c-text-color-tertiary {
  color: #575757;
}
.c-text-color-caution {
  color: #ca1111;
}
.c-text-color-placeholder {
  color: #b0b0b0;
}
.c-text-center {
  text-align: center;
}
.c-text-left {
  text-align: left;
}
.c-text-right {
  text-align: right;
}
.c-text-full-w {
  width: 100%;
}
.c-text-with-icon {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-textarea {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.02em;
  word-break: break-all;
  border: solid 1px #e3e3e3;
  background: #fbfbfb;
  border-radius: 4px;
  padding: 8px 12px;
  width: 100%;
  resize: vertical;
}
@media print, screen and (min-width: 768px) {
  .c-textarea {
    min-height: 137px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-textarea {
    min-height: 200px;
  }
}
.c-textarea::placeholder {
  color: #b0b0b0;
}
.c-textarea:focus {
  outline-color: #575757;
  outline-width: 4px;
  outline-offset: -1px;
}
.c-textarea:disabled {
  background: #ebebeb;
  border-color: #e3e3e3;
}
.c-textarea.is-error {
  border-color: #ca1111;
  background: #fde3e3;
}
.c-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 767.98px) {
  .c-ul {
    gap: 4px;
  }
}
.c-ul__item {
  text-indent: -1em;
  padding-left: 1em;
}
.c-ul__item:before {
  content: "・";
  vertical-align: middle;
}
.c-upload {
  position: relative;
  cursor: pointer;
  display: block;
}
.c-upload__input {
  cursor: pointer;
  width: 100%;
  aspect-ratio: 1;
  border: dashed 1px #329ea8;
  overflow: hidden;
  text-indent: 100%;
}
.c-upload__input::file-selector-button {
  display: none;
}
.c-upload__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.c-upload__icon {
  width: 40px;
  aspect-ratio: 1;
}
.c-upload__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  word-break: break-all;
  text-decoration: underline;
  color: #007580;
}
.c-upload__text:hover {
  text-decoration: none;
}
