@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 3.6363636364vw;
  }
}
@media (min-width: 390px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #2B535D;
}

@media screen and (min-width: 390px) {
  body {
    background-color: #fff;
  }
}
@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
    cursor: pointer;
  }
}

/* エラーデザインボタン
--------------------------*/
.js-error-toggle {
  position: fixed;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 9999;
  display: inline-block;
  width: 6.25rem;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #193A40;
  background-color: #FCE514;
  border-radius: 0.25rem;
  text-align: center;
}

/* スクロール無効化
--------------------------*/
.no-scroll {
  overflow: hidden;
}

/* 角丸borderのグラデーション
--------------------------*/
.is-border-gradation {
  position: relative;
  border-radius: 0.125rem;
  z-index: 0;
}

.is-border-gradation::before {
  position: absolute;
  content: "";
  /* top, right, bottom, left = 0 */
  inset: 0;
  /* 親と同じ角丸を適用 */
  border-radius: inherit;
  /* 枠線の太さ */
  padding: 1px;
  /* 内側をくり抜いて枠線だけ残す処理 */
  background: linear-gradient(135deg, #00AAEC, #00F1B6);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

/* js
-----------------------------------------------------*/
.js-error--text {
  font-weight: 500 !important;
  font-size: 0.75rem !important;
  color: #DF4242 !important;
  margin-top: 0.5rem !important;
}

.js-error--input input,
.js-error--input select,
.js-error--input textarea {
  color: #E64428 !important;
  background-color: #FDD !important;
  border: 1px solid #E64428 !important;
}

.js-error--input input::-webkit-input-placeholder,
.js-error--input textarea::-webkit-input-placeholder {
  color: #E64428 !important;
}

.js-error--input input::-moz-placeholder,
.js-error--input textarea::-moz-placeholder {
  color: #E64428 !important;
}

.js-error--input input::-ms-input-placeholder,
.js-error--input textarea::-ms-input-placeholder {
  color: #E64428 !important;
}

.js-error--input input::placeholder,
.js-error--input textarea::placeholder {
  color: #E64428 !important;
}

.c-login-item__input--select.js-error--input::after,
.p-support-form__item-select.js-error--input::after,
.js-error--input select::after {
  background-image: url(../images/icon_arrow-red.png) !important;
  background-size: 5px 8px !important;
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.c-login-item__file-item .js-error--input {
  color: #E64428 !important;
  background-color: #FDD !important;
  border: 1px solid #E64428 !important;
}

.js-error--input::after {
  color: #E64428 !important;
}

/* 外部サービス ImageSelector
-----------------------------------------------------*/
#lending-brand-select .ImageSelector__option-img,
#premium_lending-brand-select .ImageSelector__option-img,
#lending-brand-select2 .ImageSelector__option-img,
#premium_lending-brand-select2 .ImageSelector__option-img {
  width: 1.5rem;
  height: 1.5rem;
}

#lending-brand-select .ImageSelector__option-img img,
#premium_lending-brand-select .ImageSelector__option-img img,
#lending-brand-select2 .ImageSelector__option-img img,
#premium_lending-brand-select2 .ImageSelector__option-img img {
  width: auto;
  height: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

#lending-brand-select .ImageSelector__option:nth-child(2) img,
#premium_lending-brand-select .ImageSelector__option:nth-child(2) img,
#lending-brand-select2 .ImageSelector__option:nth-child(2) img,
#premium_lending-brand-select2 .ImageSelector__option:nth-child(2) img {
  width: 0.9rem;
}

#lending-brand-select p,
#premium_lending-brand-select p,
#lending-brand-select2 p,
#premium_lending-brand-select2 p {
  display: inline-block;
  margin-left: 0.25rem;
}

.ImageSelector {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 400;
  font-size: 0.875rem;
  width: 100%;
  height: 2.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  line-height: normal;
  border-radius: 0.25rem;
  cursor: pointer;
}

.ImageSelector__display,
.ImageSelector__preview,
.ImageSelector__preview-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ImageSelector__option {
  padding: 0.3125rem;
}

.ImageSelector__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.ImageSelector__option:hover {
  color: #fff;
  background-color: #3498DB;
}

.ImageSelector__pulldown {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: 18.75rem;
  top: 100%;
  left: -0.0625rem;
  background-color: #fff;
  border: 1px solid #777;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  z-index: 10;
}

.ImageSelector__s-spread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol,
li {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

/* Chrome, Safari, Edge (WebKit系) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 390px;
  }
}

.l-versatility {
  margin-top: 1.25rem;
}

.l-versatility-content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 5.875rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .l-versatility-content {
    max-width: 24.375rem;
  }
}

.l-versatility-item + .l-versatility-item {
  margin-top: 2rem;
}

.l-versatility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
}

.l-versatility-item h3 {
  font-weight: 700;
  font-size: 1rem;
}

.l-versatility-item h4 {
  font-weight: 700;
  font-size: 0.875rem;
}

.l-versatility-item h5 {
  font-weight: 700;
  font-size: 0.875rem;
}

.l-versatility-item p {
  font-size: 0.875rem;
}

.l-versatility-item a {
  font-size: 0.875rem;
  color: #00B7B7;
  text-decoration: underline;
}

.l-versatility-item__img img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.l-versatility-item__img--100 img {
  width: 100%;
}

.l-versatility-item__img--90 img {
  width: 90%;
}

.l-versatility-item__img--80 img {
  width: 80%;
}

.l-versatility-item__img--70 img {
  width: 70%;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 1.1875rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
}

.c-btn--default {
  margin-top: 1rem;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.c-btn a,
.c-btn button {
  display: inline-block;
  font-weight: 700;
  font-size: 0.875rem;
  width: 8.3125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #193A40;
  background-color: #FCE514;
  border-radius: 0.25rem;
  text-align: center;
  line-height: normal;
}

.c-btn--default a,
.c-btn--default button {
  padding: 0.875rem;
}

.c-btn--blue a,
.c-btn--blue button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.625rem;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: #00B7B7;
}

.c-btn--100 a,
.c-btn--100 button {
  width: 100%;
}

.c-btn--h40 a,
.c-btn--h40 button {
  padding: 0.625rem;
}

.c-btn--fix a,
.c-btn--fix button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-btn--back {
  background-color: #B8E4E4 !important;
}

.c-btn--red {
  color: #fff !important;
  background-color: #E64428 !important;
}

.c-btn--gradation {
  color: #fff !important;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%) !important;
}

/* ログアウト
-----------------------------------------------------*/
.c-btn--logout {
  margin-top: 3.125rem;
}

.c-edit {
  margin-top: 1.25rem;
}

.c-edit-content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 5.875rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .c-edit-content {
    max-width: 24.375rem;
  }
}

.c-edit-head h3 {
  font-weight: 700;
  font-size: 1rem;
}

.c-edit-head p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1rem;
}

.c-edit .c-login-item h3,
.c-edit .c-login-item h4 {
  font-weight: 700;
  font-size: 0.875rem;
}

.c-edit-link {
  margin-top: 1rem;
  text-align: center;
}

.c-edit-link button {
  font-weight: 400;
  font-size: 0.875rem;
  color: #00B7B7;
}

.c-edit-link a.is-active,
.c-edit-link button.is-active {
  color: #8DD3D7;
}

.c-edit-note {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #DF4242;
}

.c-edit-note a {
  text-decoration: underline;
}

.c-follow {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  height: 4.625rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .1);
  z-index: 8999;
}
@media screen and (min-width: 768px) {
  .c-follow {
    max-width: 24.375rem;
  }
}

.c-follow ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.c-follow ul li + li {
  margin-left: 1.625rem;
}

.c-follow-img img {
  width: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.c-follow-img img:nth-child(2) {
  display: none;
}

.c-follow ul li a p {
  font-weight: 400;
  font-size: 0.625rem;
  margin-top: 0.25rem;
  color: #8DD3D7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* カレントデザイン
-----------------------------------------------------*/
.is-home .c-follow li:nth-child(1) img:nth-child(1),
.is-lending .c-follow li:nth-child(2) .c-follow-img img:nth-child(1),
.c-follow .is-current .c-follow-img img:nth-child(1) {
  display: none;
}

.is-home .c-follow li:nth-child(1) img:nth-child(2),
.is-lending .c-follow li:nth-child(2) .c-follow-img img:nth-child(2),
.c-follow .is-current .c-follow-img img:nth-child(2) {
  display: block;
}

.is-home .c-follow li:nth-child(1) p,
.is-lending .c-follow li:nth-child(2) p,
.c-follow .is-current p {
  color: #00B7B7;
}

.c-introduction {
  padding: 1rem 1.75rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 4px;
}

.c-introduction h2 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.c-introduction-code__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.1875rem;
}

.c-introduction-code__flex > p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #193A40;
}

.c-introduction-code__flex button {
  margin-left: 1.0625rem;
}

.c-introduction button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  border: 1px solid #00B7B7;
  border-radius: 0.125rem;
}

.c-introduction button img {
  width: 0.875rem;
}

.c-introduction button p {
  font-weight: 500;
  font-size: 0.625rem;
  color: #00B7B7;
  margin-left: 0.125rem;
}

.c-introduction-url {
  margin-top: 1rem;
  padding-top: 0.875rem;
  border-top: 1px solid #B8E4E4;
}

.c-introduction-url__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.375rem;
}

.c-introduction-url__flex img {
  width: 6.5rem;
}

.c-introduction-url__box {
  width: calc(100% - 7.125rem);
  margin-left: 0.625rem;
  padding: 0.625rem;
  background-color: #EAF9F9;
  border-radius: 0.125rem;
}

.c-introduction-url__box > p {
  font-weight: 400;
  font-size: 0.625rem;
  color: #193A40;
  word-break: break-all;
}

.c-introduction-url__box button {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.c-introduction-url__share {
  display: block;
  margin-top: 0.75rem;
  padding: 0.625rem 1rem;
  background: url(../images/icon_share-blue.png) no-repeat center left 1rem/1rem;
  border: 1px solid #00B7B7;
  border-radius: 0.125rem;
}

.c-introduction-url__share p {
  font-weight: 500;
  font-size: 0.875rem;
  color: #00B7B7;
  text-align: center;
}

.c-lock-block {
  margin-top: 0.75rem;
}

.c-lock-block p {
  font-size: 0.875rem;
  text-align: center;
}

.c-lock-block p.is-red {
  color: #E64428;
}

.c-login {
  height: 100vh;
  background: url(../images/img_bg-login.jpg) no-repeat center center/cover;
}

.c-login-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}

.c-login-header h1 {
  width: 8.25rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.c-login-inner {
  max-width: 22.375rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.c-login-box__wrap {
  position: fixed;
  width: 22.375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-login-box__wrap--68,
.c-login-box__wrap--long {
  top: 4.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-login-logout p {
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.75rem 1rem;
  color: #E64428;
  background-color: #FFD0D0;
  border: 1px solid #E86D6D;
  border-radius: 0.25rem;
}

.c-login-box {
  margin-top: 2.5rem;
  padding: 2.5rem 1rem;
  background-color: #fff;
  border-radius: 0.25rem;
}

.c-login-box__wrap--long .c-login-box {
  height: calc(100vh - 14.5rem);
}

.c-login-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.c-login-info a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #193A40;
  background-color: #B8E4E4;
  border-radius: 0.25rem;
  text-align: center;
}

.c-login-scroll {
  height: 100%;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.c-login-scroll::-webkit-scrollbar {
  display: none;
}

.c-login-content {
  margin-top: 1rem;
}

.c-login h2 {
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
}

.c-login h2 img {
  width: 13.25rem;
  margin-left: auto;
  margin-right: auto;
}

.c-login h3,
.c-login h4 {
  font-weight: 500;
  font-size: 0.875rem;
}

.c-login-items {
  margin-top: 1rem;
}

.c-login-item + .c-login-item {
  margin-top: 1rem;
}

.c-login-item h3 span {
  color: #DF4242;
}

.c-login-item__text {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.c-login-item__text--blue {
  color: #00B7B7;
}

.c-login-item__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.5rem;
}

.c-login-item--birth .c-login-item__input-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.c-login-item__input {
  margin-top: 0.5rem;
}

.c-login-item__input input,
.c-login-item__input select {
  font-weight: 500;
  font-size: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #2B535D;
  background-color: #fff;
  border: 1px solid #8DD3D7;
  border-radius: 0.25rem;
}

.c-login-item__input input::-webkit-input-placeholder {
  color: #8DD3D7;
}

.c-login-item__input input::-moz-placeholder {
  color: #8DD3D7;
}

.c-login-item__input input::-ms-input-placeholder {
  color: #8DD3D7;
}

.c-login-item__input input::placeholder {
  color: #8DD3D7;
}

.c-login-item__input--select {
  position: relative;
}

.c-login-item__input--select::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  top: 1.0625rem;
  right: 1rem;
  background: url(../images/icon_select-blue.png) no-repeat center center/contain;
}

.c-login-item__input--password {
  position: relative;
}

.c-login-item__input--password button {
  position: absolute;
  width: 1rem;
  top: 0.875rem;
  right: 1rem;
}

.c-login-item__input--password input {
  padding-right: 2.5rem;
}

.c-login-item__button {
  font-weight: 700;
  font-size: 0.625rem;
  margin-top: 0.5rem;
  padding: 0.4375rem 0.8125rem;
  color: #fff;
  background-color: #00B7B7;
  border-radius: 0.125rem;
}

.c-login-item__button.is-active {
  color: #8DD3D7;
  background-color: #048787;
}

.c-login .c-btn {
  margin-top: 1.5rem;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.c-login .c-btn a + a {
  margin-left: 0;
}

.c-login-link {
  margin-top: 1rem;
  text-align: center;
}

.c-login-link a {
  display: block;
  font-weight: 400;
  font-size: 0.875rem;
  color: #00B7B7;
  text-decoration: underline;
}

.c-login-link a + a {
  margin-top: 0.5rem;
}

.c-login-bottom {
  margin-top: 1rem;
}

.c-login-bottom__link {
  text-align: center;
}

.c-login-bottom__link a,
.c-login-bottom__link button {
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  color: #00BEBE;
  text-align: center;
}

.c-login-bottom__link a.is-active,
.c-login-bottom__link button.is-active {
  color: #8DD3D7;
}

.c-login-bottom__text {
  font-weight: 400;
  font-size: 0.75rem;
}

.c-login-bottom__tel {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 0.5rem;
  color: #193A40;
  text-align: center;
}

.c-login-bottom__strong {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #DF4242;
}

.c-login-bottom__strong a {
  text-decoration: underline;
}

.c-login-complete {
  text-align: center;
}

.c-login-complete p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.c-login-complete p a {
  text-decoration: underline;
}

/* .c-login--verify
-----------------------------------------------------*/
.c-login--verify .c-login-item + .c-login-item {
  margin-top: 0.5rem;
}

.c-login--verify .c-btn {
  margin-top: 1rem;
}

/* signup
-----------------------------------------------------*/
.c-login-item__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.625rem;
  padding-bottom: 0.5rem;
}

.c-login-item__radio .c-modal-return-top__radio-item + .c-modal-return-top__radio-item {
  margin-top: 0;
  margin-left: 1.875rem;
}

.c-login-item__radio .c-modal-return-top__radio-item label {
  padding-left: 1.75rem;
}

.c-login-item__radio .c-modal-return-top__radio-item label::before,
.c-login-item__radio .c-modal-return-top__radio-item label:has(:checked)::after {
  width: 1.25rem;
  height: 1.25rem;
}

.c-login-agree {
  margin-top: 1.5rem;
}

.c-login-agree__checkbox + .c-login-agree__checkbox {
  margin-top: 0.5rem;
}

.c-login-agree__checkbox label {
  display: block;
  line-height: 1;
}

.c-login-agree__checkbox p {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 1.5rem;
}

.c-login-agree__checkbox p::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_check-off.png) no-repeat center center/contain;
}

.c-login-agree__checkbox input:checked + p::before {
  background: url(../images/icon_check-on.png) no-repeat center center/contain;
}

.c-login-agree__checkbox p a {
  position: relative;
  font-weight: 700;
  background: linear-gradient(78deg, #21CDE1 0%, #1FDDAA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-login-agree__checkbox p a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.c-login-current {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
}

.c-login-current__box {
  position: relative;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #E8F0F4;
  border-right: 1px solid #fff;
  text-align: center;
}

.c-login-current__box:first-child {
  border-radius: 4px 0 0 4px;
}

.c-login-current__box:last-child {
  border-radius: 0 4px 4px 0;
}

.c-login-current__box p {
  font-weight: 400;
  font-size: 0.75rem;
  color: #365F6A;
}

.c-login-current__box p:nth-child(1) {
  font-family: "Jost", sans-serif;
}

.c-login-current__box.is-current {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.c-login-current__box.is-current p {
  color: #fff;
}

.c-login-btn a.not-active,
.c-login-btn button.not-active {
  background-color: #94ADB5;
  pointer-events: none;
}

/* c-login-upload
-----------------------------------------------------*/
.c-login-upload {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #B8E4E4;
}

.c-login-upload--corp {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.c-login-upload .c-login-item + .c-login-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #B8E4E4;
}

.c-login-item__howto {
  margin-top: 0.75rem;
}

.c-login-item__howto p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
}

.c-login-item__howto a {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #00B7B7;
  text-decoration: underline;
}

.c-login-upload .c-login-item__radio {
  display: block;
}

.c-login-upload .c-modal-return-top__radio-item + .c-modal-return-top__radio-item {
  margin-top: 0.75rem;
  margin-left: 0;
}

.c-login-upload .c-modal-return-top__radio-item p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  padding-left: 1.75rem;
  color: #DF4242;
}

.c-login-item__file-items {
  margin-top: 0.5rem;
}

.c-login-item__file-item + .c-login-item__file-item {
  margin-top: 0.5rem;
}

.c-login-item__file-text {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #E64428;
}

.c-login-item__file-item h4 {
  font-weight: 400;
  font-size: 0.75rem;
}

.c-login-item__file-item label {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  width: 100%;
  height: 2.625rem;
  margin-top: 0.25rem;
  color: #2B535D;
  background-color: #fff;
  border: 1px solid #8DD3D7;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}

.c-login-item__file-item label::after {
  position: absolute;
  content: "ファイルを選択";
  font-weight: 500;
  font-size: 0.75rem;
  color: #8DD3D7;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-login-item__file-item label input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}

.c-login-item__file-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-login-item__file-flex label {
  width: 17.5rem;
  margin-top: 0;
}

.c-login-item__file-flex button {
  width: calc(100% - 17.75rem);
  font-weight: 700;
  font-size: 0.625rem;
  margin-left: 0.25rem;
  color: #fff;
  background-color: #E64428;
  line-height: normal;
  border-radius: 0.25rem;
}

.c-login-item__file-item img {
  display: none;
  width: 80%;
  margin: 0.5rem auto;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.c-login-item__file-btn {
  justify-self: start;
  margin-top: 0.25rem !important;
}

/* c-login-confirm
-----------------------------------------------------*/
.c-login-confirm {
  margin-top: 1.5rem;
}

.c-login-confirm__items + .c-login-confirm__items {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #B8E4E4;
}

.c-login-confirm__items p,
.c-login-confirm__items span,
.c-login-confirm__items input {
  font-weight: 500;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #2B535D;
}

.c-login-confirm__item + .c-login-confirm__item {
  margin-top: 1.5rem;
}

.c-login-confirm__item-password {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-login-confirm__item-password img {
  width: 1rem;
  cursor: pointer;
}

.c-login-confirm__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}

.c-login-confirm__item-img img {
  width: 6.25rem;
  height: 6.25rem;
  border: 1px solid #B8E4E4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 4px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.c-login-confirm__item-img img + img {
  margin-left: 0.5rem;
}

.c-login-confirm__item-text {
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  color: #E64428 !important;
}

/* 画像クリックモーダル
--------------------------*/
.c-login-confirm__modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.c-login-confirm__modal-box {
  position: absolute;
  width: 22.375rem;
  height: 14.375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.c-login-confirm__modal-box img {
  position: absolute;
  border-radius: 4px;
}

.c-login-confirm__modal-box img:nth-child(1) {
  width: 1.875rem;
  top: -0.9375rem;
  right: -0.3125rem;
  cursor: pointer;
  z-index: 1;
}

.c-login-confirm__modal-box img:nth-child(2) {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-login-confirm__modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
}

.c-login-confirm__modal--img .c-login-confirm__modal-img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-login-confirm__modal--img .c-login-confirm__modal-box {
  background-color: #fff;
}

.c-modal-account-cancel {
  font-weight: 700;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #E64428;
}

.c-modal-head--history {
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-modal-history .l-inner {
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.c-modal-history__item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-modal-history__item-select {
  position: relative;
  display: inline-block;
}

.c-modal-history__item-select::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_select-blue.png) no-repeat center center/contain;
}

.c-modal-history__item-select select {
  font-weight: 500;
  font-size: 0.875rem;
  width: 5.8125rem;
  padding: 0.4375rem 1rem;
  color: #2B535D;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 6.25rem;
}

.c-modal-history__table {
  width: 100%;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 1rem auto 0;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
  text-align: center;
}

.c-modal-history__table tbody tr {
  position: relative;
}

.c-modal-history__table th,
.c-modal-history__table td {
  padding: 0.5rem 0.625rem;
}

.c-modal-history__table th {
  font-weight: 700;
  color: #8DD3D7;
  border-bottom: 1px solid #B8E4E4;
}

.c-modal-history__table td {
  font-weight: 400;
  word-break: break-all;
}

.c-modal-history__table tr:not(:last-child) td {
  border-bottom: 1px solid #B8E4E4;
}

.c-modal-history__table th:nth-child(1),
.c-modal-history__table td:nth-child(1) {
  min-width: 6.125rem;
}

.c-modal-history__table th:nth-child(2),
.c-modal-history__table td:nth-child(2) {
  min-width: 10.3125rem;
}

.c-modal-history__table th:nth-child(3),
.c-modal-history__table td:nth-child(3) {
  min-width: 5.8125rem;
}

.c-modal-history__table th:not(:last-child),
.c-modal-history__table td:not(:last-child) {
  border-right: 1px solid #B8E4E4;
}

.c-modal-history__table th span,
.c-modal-history__table td span {
  display: block;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

/* タブ切り替え
-----------------------------------------------------*/
.c-modal-history__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-modal-history__tab-btn {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  width: 50%;
  padding-bottom: 0.75rem;
  color: #94ADB5;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-modal-history__tab-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EAF9F9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-modal-history__tab-btn:hover {
  color: #2B535D;
}

.c-modal-history__tab-btn:hover::before {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.c-modal-history__tab-btn.is-active {
  color: #2B535D;
}

.c-modal-history__tab-btn.is-active::before {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.c-modal-history__tab-content {
  display: none;
}

.c-modal-history__tab-content.is-active {
  display: block;
}

.c-modal-history__note {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  margin-left: 1rem;
  color: #193A40;
}

.c-modal--home .c-modal-fixed {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .c-modal--home .c-modal-fixed {
    max-width: 24.375rem;
  }
}

.c-modal--home .c-modal-head {
  padding-left: 1rem;
  padding-right: 1rem;
}

.c-modal--home .c-title p:nth-child(2) {
  color: #4A7985;
}

.c-modal--home .c-modal-box {
  height: calc(100% - 2.5rem);
}

.c-modal-home {
  margin-top: 0.6875rem;
}

.c-modal-home__top {
  position: relative;
}

.c-modal-home__top img:nth-child(2) {
  position: absolute;
  top: 0;
  right: 2.0625rem;
  width: 5rem;
}

.c-modal-home__top img:nth-child(3) {
  margin-top: -8.4375rem;
}

.c-modal-home__step {
  padding-top: 2.3125rem;
  padding-bottom: 2.5rem;
  background-color: #C1F5F8;
  text-align: center;
}

.c-modal-home__step h3 {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
}

.c-modal-home__step h3::before {
  position: absolute;
  content: "";
  width: 4.6875rem;
  height: 2.8125rem;
  top: -3.3125rem;
  left: 0;
  background: url(../images/img_top-step-text.png) no-repeat center center/contain;
}

.c-modal-home__step-items {
  margin-top: 2rem;
}

.c-modal-home__step-item {
  padding: 1.5rem 1.6875rem 0 1.6875rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 4px;
}

.c-modal-home__step-item + .c-modal-home__step-item {
  margin-top: 1.5rem;
}

.c-modal-home__step-item h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #00B7B7;
}

.c-modal-home__step-item p {
  font-weight: 400;
  font-size: 0.75rem;
}

.c-modal-home__step-item img {
  width: 15.9375rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
}

.c-modal-home__step-checkbox {
  margin-top: 1rem;
}

.c-modal-home__step-checkbox label {
  line-height: 1;
}

.c-modal-home__step-checkbox p {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}

.c-modal-home__step-checkbox p::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_check-off.png) no-repeat center center/contain;
}

.c-modal-home__step-checkbox input:checked + p::before {
  background: url(../images/icon_check-on.png) no-repeat center center/contain;
}

.c-modal--home .c-modal-overlay.is-open {
  display: block;
  opacity: 0.7;
}

.c-modal-interest {
  padding-bottom: 1.5625rem;
}

.c-modal-interest__download h4 {
  font-weight: 700;
  font-size: 0.875rem;
}

.c-modal-interest__download-select {
  position: relative;
  margin-top: 0.5rem;
}

.c-modal-interest__download-select::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  top: 1.0625rem;
  right: 1rem;
  background: url(../images/icon_select-blue.png) no-repeat center center/contain;
}

.c-modal-interest__download-select select {
  font-weight: 500;
  font-size: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #8DD3D7;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.c-modal-interest__case {
  margin-top: 1rem;
}

.c-modal-interest__case p {
  font-weight: 400;
  font-size: 0.875rem;
  padding: 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 0.25rem;
  line-height: 1.125rem;
}

.c-modal-introduction {
  padding-bottom: 4.0625rem;
  overflow: hidden;
}

.c-modal-introduction .c-introduction-url__box > p {
  text-align: center;
}

.c-modal-introduction__title {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1.5rem;
  color: #193A40;
  text-align: center;
}

.c-modal-introduction__img {
  margin-top: 1.5rem;
}

.c-modal-introduction__text {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1.5rem;
}

.c-modal-introduction__text span {
  color: #94ADB5;
}

.c-modal-logout p {
  font-weight: 700;
  font-size: 1rem;
  color: #DF4242;
  text-align: center;
}

.c-modal-menu__btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-bottom: 1.5rem;
}

.c-modal-menu__btn a {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
  text-align: center;
}

.c-modal-menu__btn a img {
  position: relative;
  width: 1.75rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.c-modal-menu__btn a p {
  position: relative;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #00B7B7;
  z-index: 1;
}

.c-modal-menu__nav {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #B8E4E4;
  text-align: center;
}

.c-modal-menu__nav li + li {
  margin-top: 1rem;
}

.c-modal-menu__nav li a {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.c-modal-menu__qr {
  margin-bottom: 6.25rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-modal-menu__qr {
    max-width: 22.375rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-modal-premium .l-inner {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.c-modal-premium__about {
  padding-bottom: 4.0625rem;
  overflow: hidden;
}

.c-modal-premium__about h3 {
  font-weight: 700;
  font-size: 1.125rem;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  text-align: center;
}

.c-modal-premium__about img {
  margin-top: 1.5625rem;
}

.c-modal-premium__about p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1.375rem;
}

.c-modal-help p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* c-modal-travel-rule
-----------------------------------------------------*/
.c-modal-travel-rule {
  padding-bottom: 4.0625rem;
}

.c-modal-travel-rule > p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: 1rem;
}

.c-modal-travel-rule__items {
  margin-top: 1rem;
}

.c-modal-travel-rule__item {
  font-size: 0.875rem;
}

.c-modal-travel-rule__item + .c-modal-travel-rule__item {
  margin-top: 1rem;
}

.c-modal-travel-rule__item:not(:first-child) {
  padding-top: 1rem;
  border-top: 1px solid #B8E4E4;
}

.c-modal-travel-rule__item h3 {
  font-weight: 700;
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.c-modal-travel-rule__item p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.625rem;
  color: #193A40;
}

/* c-modal-about-txid
-----------------------------------------------------*/
.c-modal-about-txid h3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-modal-about-txid h3 p:nth-child(1) {
  font-size: 1rem;
  text-align: center;
}

.c-modal-about-txid__text {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  color: #193A40;
}

.c-modal-about-txid__link {
  margin-top: 0.75rem;
}

.c-modal-about-txid__link a {
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  color: #00B7B7;
  line-height: normal;
  text-decoration: underline;
}

.c-modal-about-txid__bottom {
  margin-top: 1.5rem;
  text-align: center;
}

.c-modal-about-txid__bottom a {
  font-weight: 400;
  font-size: 0.875rem;
  color: #00B7B7;
}

/* c-modal-premium-confirm
-----------------------------------------------------*/
.c-modal-premium-confirm__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.c-modal-premium-confirm__flex p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
}

.c-modal-premium-confirm__text {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 1rem;
  color: #E64428;
}

/* c-modal-upload
-----------------------------------------------------*/
.c-modal-upload__top h3 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.c-modal-upload__top p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.c-modal-upload__note {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #FFD0D0;
  border-radius: 0.25rem;
}

.c-modal-upload__note h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #E64428;
}

.c-modal-upload__note ul {
  margin-top: 1rem;
  margin-left: 1.0625rem;
}

.c-modal-upload__note ul li {
  font-weight: 400;
  font-size: 0.75rem;
  padding-left: 1rem;
  text-indent: -1rem;
  color: #E64428;
  list-style-type: disc;
}

.c-modal-upload__note-text {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #E64428;
}

.c-modal-upload__note-text p + p {
  margin-top: 0.5rem;
}

.c-modal-upload__items {
  margin-top: 1.5rem;
}

.c-modal-upload__items h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #193A40;
  text-align: center;
}

.c-modal-upload__lists {
  display: grid;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.c-modal-upload__list {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.c-modal-upload__list h4 {
  font-weight: 500;
  font-size: 0.875rem;
  padding-left: 1rem;
  text-indent: -1rem;
  color: #193A40;
}

.c-modal-upload__list ul {
  margin-top: 0.5rem;
  margin-left: 1.5rem;
}

.c-modal-upload__list li {
  font-weight: 400;
  font-size: 0.75rem;
  list-style-type: disc;
}

.c-modal-upload__list p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #00B7B7;
}

.c-modal-upload__list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.c-modal-upload__list-img p {
  font-weight: 400;
  font-size: 0.625rem;
  margin-top: 0.5rem;
  color: #2B535D;
  text-align: center;
}

.c-modal-upload__text {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #E64428;
}

.c-modal-return__address {
  display: block !important;
}

.c-modal-return__address p:nth-child(2) {
  margin-top: 0.25rem;
  word-break: break-all;
}

.c-modal-return__text {
  margin-top: 1rem;
}

.c-modal-return__text p {
  font-weight: 400;
  color: #E64428;
}

.c-modal-return__text p:nth-child(1) {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.c-modal-return__text p:nth-child(2) {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  line-height: 1rem;
}

.c-modal-premium-transfer h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #193A40;
}

.c-modal-premium-transfer > p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #193A40;
}

.c-modal-premium-transfer ul {
  margin-top: 1rem;
  padding: 1rem 0.75rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.c-modal-premium-transfer ul li {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
}

.c-modal-premium-transfer ul li + li {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #B8E4E4;
}

.c-modal-premium-transfer ul li > p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #E64428;
}

.c-modal-premium-transfer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-modal-premium-transfer__text {
  margin-top: 1rem;
}

.c-modal-premium-transfer__text p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #E64428;
  line-height: 1.125rem;
}

/* ラジオボタン
--------------------------*/
.c-modal-return-top__radio {
  margin-top: 0.75rem;
}

.c-modal-return-top__radio-item + .c-modal-return-top__radio-item {
  margin-top: 0.5rem;
}

.c-modal-return-top__radio-item label {
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}

.c-modal-return-top__radio-item label::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_radio-off.png) no-repeat center center/contain;
}

.c-modal-return-top__radio-item label:has(:checked)::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_radio-on.png) no-repeat center center/contain;
}

.p-lending-item__tab .is-active,
.p-lending-item__tab p:hover {
  color: #fff;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
  border: medium none currentColor;
  border: initial;
}

.c-modal-thanks {
  text-align: center;
}

.c-modal-thanks p:nth-child(1) {
  font-weight: 700;
  font-size: 1.25rem;
  color: #193A40;
}

.c-modal-thanks p:nth-child(2) {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.75rem;
  color: #193A40;
}

.c-modal--return-thanks .c-btn a,
.c-modal--return-thanks .c-btn a::before {
  width: 100%;
}

.js-modal.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.c-modal-fixed {
  position: fixed;
  max-width: 100%;
  top: 3.25rem;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  background-color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
  z-index: 9100;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (min-width: 768px) {
  .c-modal-fixed {
    max-width: 24.375rem;
  }
}

.c-modal--small .c-modal-fixed {
  top: auto;
  top: initial;
}

.c-modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-modal-head img {
  width: 2rem;
  cursor: pointer;
}

.c-modal-box {
  padding-top: 1.25rem;
  overflow-y: auto;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .c-modal-box {
    height: calc(100vh - 6.5625rem);
  }
}

/* Chrome, Safari 対応 */
.c-modal-box::-webkit-scrollbar {
  display: none;
}

.c-modal--small .c-modal-box {
  height: auto;
  height: initial;
}

.c-modal-box--scroll {
  height: calc(100vh - 19.375rem) !important;
  overflow: scroll;
}

.c-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  opacity: 0.1;
  z-index: 9050;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.c-tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 0.5rem;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.c-tab-btn {
  font-weight: 500;
  font-size: 0.875rem;
  padding: 0.5rem;
  color: #8DD3D7;
  background-color: #fff;
  text-align: center;
  border-radius: 0.25rem;
  cursor: pointer;
}

.c-tab-btn:nth-child(1).is-active {
  color: #193A40;
  background-color: #D9F3F3;
}

.c-tab-btn:nth-child(2).is-active {
  color: #fff;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.125rem;
}

.c-title p:nth-child(1) {
  font-weight: 700;
  font-size: 1rem;
  color: #193A40;
}

.c-title--gradation p:nth-child(1) {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}

.c-title p:nth-child(2) {
  font-weight: 700;
  font-size: 0.75rem;
  margin-left: 0.125rem;
  color: #365F6A;
}

/* 外枠 */
.c-unit-switch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 0.75rem;
  width: 3.75rem;
  height: 2rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 6.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
}

/* ラジオは不可視化 */
.c-unit-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

/* ラベル */
.c-unit-switch label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: #8DD3D7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}

/* ノブ */
.c-unit-switch .c-unit-switch__slider {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 6.25rem;
  background-color: #B8E4E4;
  z-index: 2;
  -webkit-transition: background-color 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, width 0.25s ease;
  transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, width 0.25s ease, -webkit-transform 0.25s ease, -webkit-box-shadow 0.25s ease;
}

/* ノブ内テキスト（デフォルト＝円） */
.c-unit-switch .c-unit-switch__slider::after {
  content: "円";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
}

/* ---- 状態制御 ---- */
/* 左が選択中 */
.c-unit-switch input[type=radio]:first-of-type:checked + label {
  opacity: 0;
  /* ラベルの円は隠し、ノブ内の円を見せる */
}

.c-unit-switch input[type=radio]:first-of-type:checked ~ .c-unit-switch__slider {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 1.5rem;
}

/* 右が選択中 */
.c-unit-switch input[type=radio]:nth-of-type(2):checked + label {
  opacity: 0;
  /* ラベルの数量は隠し、ノブ内の数量を見せる */
}

.c-unit-switch input[type=radio]:nth-of-type(2):checked ~ .c-unit-switch__slider {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
  -webkit-transform: translateX(1.4375rem);
          transform: translateX(1.4375rem);
  width: 1.875rem;
}

.c-unit-switch input[type=radio]:nth-of-type(2):checked ~ .c-unit-switch__slider::after {
  content: "数量";
}

.c-wallet-after {
  margin-top: 1.5rem;
}

.c-wallet-after h3 {
  font-weight: 700;
  font-size: 0.875rem;
}

.c-wallet-after__items {
  margin-top: 0.5rem;
}

.c-wallet-after__item + .c-wallet-after__item {
  margin-top: 0.5rem;
}

.c-wallet-after__item h4 {
  font-weight: 500;
  font-size: 0.75rem;
  color: #193A40;
}

.c-wallet-after__table {
  width: 100%;
  margin-top: 0.375rem;
  border-collapse: collapse;
  text-align: center;
}

.c-wallet-after__table th,
.c-wallet-after__table td {
  min-width: 9.6875rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  border: 1px solid #B8E4E4;
}

.c-wallet-after__table th {
  font-weight: 500;
  font-size: 0.75rem;
  color: #193A40;
}

.c-wallet-after__table td {
  font-weight: 400;
  font-size: 0.75rem;
  color: #193A40;
  word-break: break-all;
}

.c-wallet-after__table th:nth-child(1),
.c-wallet-after__table td:nth-child(1) {
  min-width: 3.125rem;
}

.c-wallet-after__table td:nth-child(1) {
  font-weight: 500;
}

.c-wallet-after__table td:nth-child(2) {
  color: #8DD3D7;
}

.c-wallet-after__table tr:nth-child(1) td:nth-child(2),
.c-wallet-after__table tr:nth-child(1) td:nth-child(3) {
  font-weight: 500;
  font-size: 0.875rem;
}

.c-wallet-after__table tr:nth-child(2) {
  background-color: #EAF9F9;
}

.c-wallet-after__table td span {
  display: block;
}

.c-wallet-after__table td span + span {
  margin-top: 0.25rem;
}

.p-account {
  margin-top: 1.25rem;
}

.p-account-content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 5.875rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-account-content {
    max-width: 24.375rem;
  }
}

.p-account-box {
  padding: 1rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-account-box li + li {
  margin-top: 0.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #B8E4E4;
}

.p-account-box h3,
.p-account-box p {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.p-account-box__info {
  margin-top: 0.5rem;
}

.p-account-box__info p {
  font-weight: 400;
}

.p-account-box__info p + p {
  margin-top: 0.25rem;
}

.p-account-box__kyc p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #00B7B7;
}

.p-account-box__kyc a {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.1875rem 0.4375rem;
  color: #193A40;
  background-color: #B8E4E4;
  border-radius: 0.125rem;
  text-align: center;
}

.p-account-items {
  margin-top: 1rem;
}

.p-account-item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #B8E4E4;
}

.p-account-item + .p-account-item {
  padding-top: 1rem;
}

.p-account-item h3 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.p-account-item__info {
  margin-top: 0.5rem;
}

.p-account-item__info--edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-account-item__info p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
}

.p-account-item__info p + p {
  margin-top: 0.25rem;
}

.p-account-item__info--edit a {
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.1875rem 0.5rem;
  color: #193A40;
  background-color: #B8E4E4;
  border-radius: 0.125rem;
  text-align: center;
}

.p-account-cancel {
  margin-top: 1rem;
}

.p-account-cancel a {
  font-weight: 400;
  font-size: 0.75rem;
  color: #E64428;
  text-decoration: underline;
}

/* p-account--cancel
-----------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-account--cancel .p-account-content {
    min-height: calc(100vh - 10.59375rem);
  }
}

.p-account--cancel h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #DF4242;
}

.p-account--cancel p {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.p-account--cancel .c-btn {
  position: fixed;
  bottom: 4.46875rem;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-account--cancel .c-btn {
    max-width: 24.4375rem;
    width: 100%;
    left: 50%;
    right: auto;
    right: initial;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .p-boxshadow {
    position: fixed;
    max-width: 100%;
    width: 24.375rem;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    z-index: 8050;
  }
}

@media screen and (min-width: 768px) {
  .p-boxshadow::before {
    position: fixed;
    content: "";
    width: 24.375rem;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
    z-index: -1;
  }
}

@media screen and (min-width: 768px) {
  .p-boxshadow-inner {
    position: relative;
    max-width: 24.375rem;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .25);
            box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .25);
    overflow-y: auto;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
  }
}

/* Chrome, Safari 対応 */
.p-boxshadow-inner::-webkit-scrollbar {
  display: none;
}

.p-footer {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.p-footer-inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-inner {
    max-width: 24.375rem;
  }
}

.p-footer-logo {
  width: 12rem;
  margin-left: auto;
  margin-right: auto;
}

.p-footer-copyright {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  color: #fff;
  text-align: center;
}

.p-fv {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-fv-box {
  padding: 1rem 1rem 1.25rem;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .3);
  -webkit-box-shadow: 0 0 24px 0 rgba(255, 255, 255, .4) inset;
          box-shadow: 0 0 24px 0 rgba(255, 255, 255, .4) inset;
  backdrop-filter: blur(1px);
  border-radius: 0.25rem;
}

.p-fv-top {
  position: relative;
  text-align: center;
}

.p-fv-top__assets {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  color: #fff;
  background: rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
  text-align: center;
}

.p-fv-top__eye {
  position: absolute;
  right: 0;
}

.p-fv-top__eye img {
  width: 1.5rem;
  height: 1.5rem;
}

.p-fv-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0.625rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.25)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, .25));
}

.p-fv-number p:nth-child(1) {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
}

.p-fv-number p:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 0.125rem;
  color: #fff;
}

.p-fv-box .c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.25rem;
}

.p-fv-box .c-btn a img {
  width: 1.25rem;
  margin-right: 0.125rem;
}

.p-fv-news {
  margin-top: 0.5rem;
}

.p-fv-news ul li + li {
  margin-top: 0.5rem;
}

.p-fv-news li a {
  position: relative;
  display: block;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.875rem 1.5rem 0.875rem 1rem;
  color: #00B7B7;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.p-fv-news li a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-blue.png) no-repeat center/contain;
}

.p-fv-news--red a {
  color: #E64428 !important;
  background-color: #FFD0D0 !important;
  border: 1px solid #E86D6D !important;
}

.p-fv-news--red a::after {
  background: url(../images/icon_arrow-red.png) no-repeat center/contain !important;
}

/* p-fv-swiper
-----------------------------------------------------*/
.p-fv-swiper {
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-fv-swiper .swiper-slide,
.p-fv-swiper .swiper-slide img {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
  border-radius: 0.5rem;
}

.p-fv-swiper .swiper-slide {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-header-inner {
  position: fixed;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .15);
  z-index: 9000;
}
@media screen and (min-width: 768px) {
  .p-header-inner {
    max-width: 24.375rem;
  }
}

.p-header-flex {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-header-flex {
    max-width: 21.375rem;
  }
}

.p-header h1 {
  width: 8.25rem;
}

.p-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header-manual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.5rem;
  border: 1.5px solid #00B7B7;
  border-radius: 0.125rem;
}

.p-header-manual img {
  width: 1rem;
}

.p-header-manual p {
  font-weight: 700;
  font-size: 0.625rem;
  margin-left: 0.25rem;
  color: #00B7B7;
}

.p-header-hamburger {
  margin-left: 0.75rem;
}

.p-header-hamburger img {
  width: 1.375rem;
  cursor: pointer;
}

.p-header .c-modal-head,
.p-header .c-modal-menu__btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-history {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-history {
    max-width: 24.375rem;
  }
}

.p-history-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-history-title a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.5rem;
  color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-history-title a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-blue.png) no-repeat center/contain;
}

.p-history-content {
  margin-top: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
}

.p-history-content > p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #193A40;
}

.p-history-content .c-modal-history__table {
  margin-top: 0;
}

.p-lending {
  margin-top: 1.25rem;
}

.p-lending-content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-lending-content {
    max-width: 24.375rem;
  }
}

.p-lending-item + .p-lending-item {
  margin-top: 1.5rem;
}

.p-lending-item h3 {
  font-weight: 700;
  font-size: 0.875rem;
}

.p-lending-item__text {
  margin-top: 0.5rem;
}

.p-lending-item__text p {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}

.p-lending-item__text p:nth-child(2) {
  margin-top: 0.25rem;
  color: #E64428;
}

.p-lending-item__box {
  margin-top: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
  text-align: center;
}

.p-lending-item__box p {
  font-weight: 500;
  color: #193A40;
}

.p-lending-item__box p:nth-child(1) {
  font-size: 0.875rem;
}

.p-lending-item__box p:nth-child(2) {
  font-size: 1.5rem;
}

.p-lending-item__box p:nth-child(2) span {
  font-size: 0.875rem;
}

.p-lending-item__box p:nth-child(3) {
  font-weight: 400;
  font-size: 0.75rem;
  color: #E64428;
  line-height: 1rem;
}

.p-lending-item__select,
.p-lending-item__input {
  position: relative;
  margin-top: 0.5rem;
}

.p-lending-item__select::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_select-blue.png) no-repeat center center/contain;
}

.p-lending-item--ratio p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
}

.p-lending-item--ratio p,
.p-lending-item__select select,
.p-lending-item__input input {
  font-weight: 500;
  font-size: 0.75rem;
  width: 100%;
  height: 2.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #2B535D;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.p-lending-item--ratio p,
.p-lending-item__select select {
  font-weight: 400;
  font-size: 0.875rem;
}

.p-lending-item__input input::-webkit-input-placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input::-moz-placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input::-ms-input-placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input::placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input.not-active {
  background-color: #B8E4E4;
}

.p-lending-item__input input.not-active::-webkit-input-placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input.not-active::-moz-placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input.not-active::-ms-input-placeholder {
  color: #8DD3D7;
}

.p-lending-item__input input.not-active::placeholder {
  color: #8DD3D7;
}

.p-lending-item__note {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: 1rem;
  color: #E64428;
}

.p-lending-item__note + .p-lending-item__note {
  margin-top: 0.25rem;
}

.p-lending-item__note--rocked {
  display: none;
  text-align: center;
}

/* p-lending--confirm / p-lending--complete
-----------------------------------------------------*/
.p-lending--confirm,
.p-lending--complete {
  margin-top: 1rem;
}

.p-lending-detail {
  margin-top: 0.5rem;
  padding: 1rem 0.75rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-lending-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-lending-detail li:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #B8E4E4;
}

.p-lending-detail li p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
  line-height: 1.2;
}

.p-lending-about {
  display: inline-block;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #00BEBE;
  text-decoration: underline;
}

/* p-lending--confirm
-----------------------------------------------------*/
.p-lending--confirm .p-lending-item h3 span {
  font-weight: 500;
  font-size: 0.75rem;
  margin-right: 0.6875rem;
  padding: 0.1875rem 0.375rem;
  color: #fff;
  background-color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-lending-confirm__note {
  font-weight: 400;
  font-size: 0.875rem;
  padding: 1rem;
  color: #E64428;
  background-color: #F9EAEA;
  border-radius: 0.25rem;
}

.p-lending--confirm .p-lending-items {
  margin-top: 1rem;
}

.p-lending--confirm .p-lending-item + .p-lending-item {
  margin-top: 2rem;
}

.p-lending--confirm .p-lending-item > p {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}

.p-lending-confirm__box {
  margin-top: 0.5rem;
  padding: 1rem 1.75rem;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
  text-align: center;
}

.p-lending-confirm__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lending-confirm__flex img {
  width: 6.25rem;
}

.p-lending-confirm__code {
  width: calc(100% - 7.625rem);
  margin-left: 1.375rem;
}

.p-lending-confirm__box h4 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #00B7B7;
}

.p-lending-confirm__box p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #193A40;
  margin-top: 0.3125rem;
}

.p-lending-confirm__flex p {
  font-size: 1rem;
  text-align: left;
  word-break: break-all;
}

.p-lending-confirm__box a {
  display: inline-block;
  font-weight: 700;
  font-size: 0.625rem;
  width: 11.375rem;
  margin-top: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #00B7B7;
  border-radius: 0.125rem;
}

.p-lending-confirm__box strong {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #E64428;
  line-height: normal;
  text-align: left;
}

.p-lending--confirm .c-btn {
  margin-top: 2rem;
}

/* p-lending--complete
-----------------------------------------------------*/
.p-lending--complete .c-title {
  display: block;
}

.p-lending--complete .c-title p:nth-child(2) {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-left: 0;
}

.p-lending-complete__head p:nth-child(1) {
  font-weight: 400;
  font-size: 0.875rem;
  padding: 1rem;
  color: #193A40;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-lending-complete__head p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #E64428;
  line-height: 1rem;
}

.p-lending--complete .p-lending-items {
  margin-top: 1.5rem;
}

.p-lending--complete .p-lending-item + .p-lending-item {
  margin-top: 1rem;
}

.p-lending-complete__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-lending-complete__title p:nth-child(1) {
  font-weight: 700;
  font-size: 0.875rem;
}

.p-lending-complete__title p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-lending-complete__title p:nth-child(2) span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0.125rem;
}

.p-lending-item__complete-code p {
  font-weight: 500;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.75rem;
  color: #193A40;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
  word-break: break-all;
}

.p-lending-item__complete-code a {
  display: block;
  font-weight: 700;
  font-size: 0.625rem;
  width: 5.8125rem;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  background-color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-main {
  position: relative;
  padding-top: 3.25rem;
  background-color: #D9F3F3;
}

.p-main.is-red {
  background: #E64428;
}

.p-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/img_bg-login.jpg) repeat top center/cover;
  z-index: -1;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-main::before {
    width: 24.375rem;
  }
}

/* Topページ
--------------------------*/
.is-home .p-main {
  background: transparent;
}

.is-home .p-main::before {
  opacity: 1;
}

/* プレミアム時レイアウト変更
--------------------------*/
.p-main.is-premium {
  background: transparent;
}

.p-main.is-premium::before {
  opacity: 1;
}

.p-main.is-premium .c-title p {
  color: #fff !important;
}

.p-main.is-premium .p-wallet .p-wallet-content .c-btn a:nth-child(2) {
  display: none;
}

.p-main.is-premium .p-wallet-record__head p:nth-child(1) {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.p-main.is-premium .p-wallet .p-wallet-record__link,
.p-main.is-premium .p-wallet .p-wallet-record ul > p {
  display: block;
}

.p-main.is-premium .p-wallet-record__premium {
  display: none;
}

.p-main.is-premium .c-wallet-after__item + .c-wallet-after__item {
  display: block !important;
}

.p-midterm-cancel {
  margin-top: 1.25rem;
}

.p-midterm-cancel .c-title {
  display: block;
}

.p-midterm-cancel .c-title p {
  color: #fff;
}

.p-midterm-cancel .c-title p:nth-child(2) {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-left: 0;
  line-height: 1.25rem;
}

.p-midterm-cancel .c-title p:nth-child(2) span {
  font-weight: 700;
}

.p-midterm-cancel__content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-midterm-cancel__content {
    max-width: 24.375rem;
  }
}

.p-midterm-cancel__head {
  font-weight: 700;
  font-size: 0.875rem;
  color: #E64428;
  line-height: normal;
  text-align: center;
}

.p-midterm-cancel__box {
  margin-top: 1rem;
  padding: 1rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-midterm-cancel__box dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
}

.p-midterm-cancel__box dl div + div {
  margin-top: 0.5rem;
}

.p-midterm-cancel__box dl div span {
  color: #E64428;
}

@media screen and (min-width: 768px) {
  .p-pc-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/img_bg-pc.jpg) no-repeat top center/cover;
    z-index: -1;
  }
}

.p-pc-bg__logo {
  position: absolute;
  max-width: 12.7vw;
  top: 2.2vw;
  left: 2.2vw;
}

@media screen and (max-width: 1199px) {
  .p-pc-bg__logo {
    display: none;
  }
}

.p-pc-bg__text {
  position: absolute;
  max-width: 35.625rem;
  width: 37.7vw;
  left: 2vw;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .p-pc-bg__text {
    display: none;
  }
}

.p-pc-menu {
  position: fixed;
  top: 50%;
  top: 50%;
  right: calc(22vw - 16.1875rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 3rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .1);
  border-radius: 4px;
}
@media screen and (max-height: 850px) {
  .p-pc-menu {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  .p-pc-menu {
    display: none;
  }
}
@media screen and (max-width: 1511px) {
  .p-pc-menu {
    right: 4vw;
    padding: 3.2vw 1vw 1vw;
  }
}

.p-pc-menu .c-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-pc-menu__lists {
  width: 7.75rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.p-pc-menu__lists li + li {
  margin-top: 1.625rem;
}

.p-pc-menu__lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-pc-menu__list-img img {
  width: 2rem;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu__list-img img {
    width: 2.1vw;
  }
}

.p-pc-menu__lists li a p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #94ADB5;
  margin-left: 0.5rem;
}

.p-pc-menu__list-img img:nth-child(2) {
  display: none;
}

.p-pc-menu__text {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu__text {
    font-size: 1vw;
  }
}

.p-pc-menu .c-modal-menu__qr {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-pc-menu .c-qr-code {
  padding: 1.375rem;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu .c-qr-code {
    padding: 1.4vw;
  }
}

.p-pc-menu .c-qr-code__img {
  width: 5rem;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu .c-qr-code__img {
    width: 5.3vw;
  }
}

.p-pc-menu .c-qr-code__info {
  width: auto;
  width: initial;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu .c-qr-code__info {
    margin-left: 1.3vw;
  }
}

.p-pc-menu .c-qr-code__info h2 {
  font-size: 0.6875rem;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu .c-qr-code__info h2 {
    font-size: 0.9vw;
  }
}

.p-pc-menu .c-qr-code__info-flex p {
  font-size: 1.1875rem;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu .c-qr-code__info-flex p {
    font-size: 1.5vw;
  }
}

.p-pc-menu .c-qr-code__info-btn a {
  width: 9.25rem;
}

@media screen and (max-width: 1511px) {
  .p-pc-menu .c-qr-code__info-btn a {
    width: 12vw;
    font-size: 0.8vw;
  }
}

/* カレントデザイン
-----------------------------------------------------*/
.is-home .p-pc-menu__lists li:nth-child(1) img:nth-child(1),
.is-lending .p-pc-menu__lists li:nth-child(2) img:nth-child(1),
.p-pc-menu__lists .is-current .p-pc-menu__list-img img:nth-child(1) {
  display: none;
}

.is-home .p-pc-menu__lists li:nth-child(1) img:nth-child(2),
.is-lending .p-pc-menu__lists li:nth-child(2) img:nth-child(2),
.p-pc-menu__lists .is-current .p-pc-menu__list-img img:nth-child(2) {
  display: block;
}

.is-home .p-pc-menu__lists li:nth-child(1) a p,
.is-lending .p-pc-menu__lists li:nth-child(2) a p,
.p-pc-menu__lists .is-current p {
  color: #00B7B7;
}

.p-premium-transfer {
  margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
  .p-premium-transfer--complete .p-lending-content {
    min-height: calc(100vh - 11.25rem);
  }
}

.p-qa {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-qa {
    max-width: 24.375rem;
  }
}

.p-qa-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-qa-title a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.25rem 0.9375rem 0.25rem 0.5rem;
  color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-qa-title a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-blue.png) no-repeat center/contain;
}

.p-qa-items {
  margin-top: 0.5rem;
}

.p-qa-item {
  padding: 1rem 1.5rem 1rem 1rem;
  background-color: #fff;
  border: 1px solid #CEEDED;
  border-radius: 0.25rem;
  cursor: pointer;
}

.p-qa-item + .p-qa-item {
  margin-top: 0.5rem;
}

.p-qa-item__q p:nth-child(1),
.p-qa-item__a p:nth-child(1) {
  width: 0.9375rem;
}

.p-qa-item__q p:nth-child(2),
.p-qa-item__a p:nth-child(2) {
  width: calc(100% - 1.25rem);
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
}

.p-qa-item__q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-qa-item__q::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  top: 0.5rem;
  right: -0.9375rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url(../images/icon_arrow-blue.png) no-repeat center center/contain;
}

.p-qa-item__q p:nth-child(1) {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.125rem;
  color: transparent;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-qa-item__q p:nth-child(2) {
  font-weight: 500;
  font-size: 0.875rem;
}

.p-qa-item__a {
  display: none;
  margin-top: 0.75rem;
}

.p-qa-item__a-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-qa-item__a-flex p:nth-child(1) {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  color: #8DD3D7;
}

.p-qa-item__a-flex p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}

.p-support {
  margin-top: 1.25rem;
}

.p-support-content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-support-content {
    min-height: calc(100vh - 10.59375rem);
  }
}
@media screen and (min-width: 768px) {
  .p-support-content {
    max-width: 24.375rem;
  }
}

.p-support-content > p {
  font-weight: 400;
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #193A40;
}

.p-support-items {
  margin-top: 1.25rem;
}

.p-support-item + .p-support-item {
  margin-top: 1.25rem;
}

.p-support-item h3 {
  font-weight: 700;
  font-size: 1rem;
  color: #193A40;
}

.p-support-item .c-btn {
  margin-top: 1.25rem;
}

.p-support-item__category {
  margin-top: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-support-item__category li + li {
  margin-top: 1rem;
}

.p-support-item__category li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4.0625rem;
  font-weight: 700;
  font-size: 0.875rem;
  color: #00B7B7;
  padding: 0.625rem 1rem;
  border: 1px solid #00B7B7;
  border-radius: 0.25rem;
  text-align: center;
  line-height: 1.5;
}

.p-support-item__toggle p {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.1875rem 1.375rem 0.1875rem 0.5rem;
  color: #193A40;
  background-color: #B8E4E4;
  border-radius: 0.125rem;
  cursor: pointer;
}

.p-support-item__toggle p::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-black.png) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-support-item__toggle.is-active p::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.p-support-item--contact h3 {
  font-size: 0.875rem;
}

/* p-support-form
--------------------------*/
.p-support-form {
  display: none;
  margin-top: 1.25rem;
  padding: 1rem;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.p-support-form form {
  margin-top: 1rem;
}

.p-support-form__item + .p-support-form__item {
  margin-top: 1rem;
}

.p-support-form__item h4 {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.p-support-form__item-input {
  margin-top: 0.5rem;
}

.p-support-form__item-input select,
.p-support-form__item-input textarea {
  font-weight: 500;
  font-size: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  color: #2B535D;
  background-color: #fff;
  border: 1px solid #8DD3D7;
  border-radius: 0.25rem;
}

.p-support-form__item-input textarea {
  min-height: 9.375rem;
}

.p-support-form__item-input select,
.p-support-form__item-input textarea::-webkit-input-placeholder {
  color: #8DD3D7;
}

.p-support-form__item-input select,
.p-support-form__item-input textarea::-moz-placeholder {
  color: #8DD3D7;
}

.p-support-form__item-input select,
.p-support-form__item-input textarea::-ms-input-placeholder {
  color: #8DD3D7;
}

.p-support-form__item-input select,
.p-support-form__item-input textarea::placeholder {
  color: #8DD3D7;
}

.p-support-form__item-select {
  position: relative;
}

.p-support-form__item-select::after {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.625rem;
  top: 1.0625rem;
  right: 1rem;
  background: url(../images/icon_select-blue.png) no-repeat center center/contain;
}

.p-top-lending {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  background-color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-lending {
    max-width: 24.375rem;
  }
}

.p-top-lending__rate {
  display: inline-block;
}

.p-top-lending__rate p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-top-lending__rate p span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0.125rem;
}

.p-top-lending__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.25rem;
}

.p-top-lending__lists {
  margin-top: 0.25rem;
}

.p-top-lending__list + .p-top-lending__list {
  margin-top: 0.5rem;
}

.p-top-lending__list a {
  position: relative;
  display: block;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 0.25rem;
}

.p-top-lending__list a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-blue.png) no-repeat center/contain;
}

.p-top-lending__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-top-lending__list-head img {
  width: 1.25rem;
}

.p-top-lending__list-head--eth img {
  width: 0.80125rem;
}

.p-top-lending__list-head p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  margin-left: 0.25rem;
  color: #8DD3D7;
}

.p-top-lending__list-yen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0.25rem;
}

.p-top-lending__list-yen p:nth-child(1) {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  color: #193A40;
  letter-spacing: 0.05625rem;
}

.p-top-lending__list-yen p:nth-child(1) span {
  font-weight: 700;
  font-size: 0.625rem;
  margin-left: 0.125rem;
}

.p-top-lending__list-yen p:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  color: #00B7B7;
}

.p-top-premium {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-premium {
    max-width: 24.375rem;
  }
}

.p-top-premium__rate {
  display: inline-block;
}

.p-top-premium__rate p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-top-premium__rate p span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0.125rem;
}

.p-top-premium__img {
  margin-top: 1rem;
}

.p-top-premium__img img {
  border-radius: 0.5rem;
}

.p-top-premium__link {
  margin-top: 0.75rem;
  text-align: center;
}

.p-top-premium__link p {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 0.75rem;
  color: #00B7B7;
  cursor: pointer;
}

.p-top-premium__link p::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* プレミアム貸出していない場合のデザイン
--------------------------*/
.p-top-premium .c-unit-switch,
.p-top-premium .p-top-lending__lists {
  display: none;
}

/* プレミアム貸出している場合のデザイン
--------------------------*/
.p-top-premium.is-premium .c-unit-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-premium.is-premium .p-top-lending__lists {
  display: block;
}

.p-top-premium.is-premium .p-top-premium__default {
  display: none;
}

.p-wallet {
  margin-top: 1.25rem;
}

.p-wallet-content {
  max-width: 100%;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-wallet-content {
    max-width: 24.375rem;
  }
}

.p-wallet-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-wallet-head__kind {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-wallet-head__kind img {
  width: 1.5rem;
}

.p-wallet-head__kind p {
  font-weight: 500;
  font-size: 1rem;
  margin-left: 0.25rem;
}

.p-wallet-head > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  padding: 0.125rem 0.375rem;
  color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-wallet-head > p span {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  margin-left: 0.125rem;
}

/* p-wallet-assets（総資産）
--------------------------*/
.p-wallet-assets__head {
  text-align: center;
}

.p-wallet-assets__head h3 {
  font-weight: 400;
  font-size: 0.75rem;
  color: #193A40;
  text-align: center;
}

.p-wallet-assets__head-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0.1875rem;
}

.p-wallet-assets__head-number p:nth-child(1) {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #193A40;
}

.p-wallet-assets__head-number p:nth-child(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-left: 0.3125rem;
  color: #193A40;
}

.p-wallet .c-btn a {
  min-width: 4.8125rem;
}

.is-premium .p-wallet .c-btn a {
  width: 8.3125rem;
}

.p-wallet-links {
  margin-top: 1rem;
  text-align: center;
}

.p-wallet-link {
  line-height: 1;
}

.p-wallet-link + .p-wallet-link {
  margin-top: 0.25rem;
}

.p-wallet-link p,
.p-wallet-link a {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 0.75rem;
}

.p-wallet-link p {
  color: #00B7B7;
  cursor: pointer;
}

.p-wallet-link a {
  color: #E64428;
}

.p-wallet-link.not-active a {
  color: #b5b5b5;
  pointer-events: none;
}

.p-wallet-link p::after,
.p-wallet-link a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-wallet-link p::after {
  background: url(../images/icon_arrow-ghost.png) no-repeat center/contain;
}

.p-wallet-link a::after {
  background: url(../images/icon_arrow-red.png) no-repeat center/contain;
}

.p-wallet-link.not-active a::after {
  background-image: url(../images/icon_arrow-gray.png);
}

.p-wallet-detail {
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-wallet-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-wallet-detail li:not(:first-child) {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #B8E4E4;
}

.p-wallet-detail li:not(:nth-child(2)) {
  padding-top: 0;
  border: none;
}

.p-wallet-detail li p {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
  line-height: 1.2;
}

/* タブ切り替え
--------------------------*/
.p-wallet-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
}

.p-wallet-tab__btn {
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  padding-bottom: 0.75rem;
  color: #8DD3D7;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-wallet-tab__btn:nth-child(1) {
  width: 8.125rem;
}

.p-wallet-tab__btn:nth-child(2) {
  width: calc(100% - 8.125rem);
}

.p-wallet-tab__btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.125rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #EAF9F9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-wallet-tab__btn:hover {
  color: #2B535D;
}

.p-wallet-tab__btn:hover::before {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.p-wallet-tab__btn.is-active {
  color: #2B535D;
}

.p-wallet-tab__btn.is-active::before {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.p-wallet-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.5rem;
}

.p-wallet-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-wallet-select {
  position: relative;
  display: inline-block;
}

.p-wallet-select::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_select-blue.png) no-repeat center center/contain;
}

.p-wallet-select select {
  font-weight: 400;
  font-size: 0.875rem;
  width: 5.8125rem;
  padding: 0.4375rem 1.875rem 0.4375rem 1rem;
  color: #193A40;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 6.25rem;
}

.p-wallet-select:nth-child(2) select {
  width: 4.8125rem;
}

.p-wallet-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-wallet-toggle p {
  font-weight: 700;
  font-size: 0.5rem;
  margin-right: 0.25rem;
  color: #8DD3D7;
}

/* トグルスイッチ
--------------------------*/
.p-wallet-toggle__switch input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.p-wallet-toggle__switch label {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 1.875rem;
  background-color: #fff;
  border: 1px solid #B8E4E4;
  border-radius: 6.25rem;
  overflow: hidden;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.p-wallet-toggle__switch label::after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0.1875rem;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  background-color: #B8E4E4;
  border-radius: 6.25rem;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.p-wallet-toggle__switch input:checked + label {
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
}

.p-wallet-toggle__switch label::before {
  position: absolute;
  content: "";
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(83deg, #00AAEC 0%, #00F1B6 100%);
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-wallet-toggle__switch input:checked + label::before {
  opacity: 1;
}

.p-wallet-toggle__switch input:checked + label:after {
  -webkit-transform: translateY(-50%) translateX(-1.25rem);
          transform: translateY(-50%) translateX(-1.25rem);
  background-color: #fff;
}

.p-wallet-tab__contents .c-modal-history__table th:nth-child(1),
.p-wallet-tab__contents .c-modal-history__table td:nth-child(1) {
  font-size: 0.75rem;
  min-width: 5.6875rem;
}

.p-wallet-tab__contents .c-modal-history__table th:nth-child(2),
.p-wallet-tab__contents .c-modal-history__table td:nth-child(2) {
  min-width: 6.375rem;
}

.p-wallet-tab__contents .c-modal-history__table th:nth-child(3),
.p-wallet-tab__contents .c-modal-history__table td:nth-child(3) {
  min-width: 10.3125rem;
}

.p-wallet-tab__content {
  display: none;
}

.p-wallet-tab__content.is-active {
  display: block;
}

/* p-wallet-record
-----------------------------------------------------*/
.p-wallet-record {
  margin-top: 0.625rem;
}

.p-wallet-record p {
  font-weight: 400;
  font-size: 0.75rem;
  color: #193A40;
}

.p-wallet-record ul + ul {
  margin-top: 0.625rem;
}

.p-wallet-record ul > p {
  display: none;
  font-size: 0.625rem;
  margin-top: 0.25rem;
  color: #000;
}

.p-wallet-record li {
  padding: 0.5rem;
  border: 1px solid #CEEDED;
  border-radius: 0.25rem;
}

.p-wallet-record__head,
.p-wallet-record__quantity,
.p-wallet-record__info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-wallet-record__head p:nth-child(1) {
  font-weight: 500;
  padding: 0.1875rem 0.375rem;
  color: #fff;
  background-color: #00B7B7;
  border-radius: 0.125rem;
  text-align: center;
}

.p-wallet-record__head--return {
  background: #E64428 !important;
}

.p-wallet-record__quantity {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #B8E4E4;
}

.p-wallet-record__quantity p {
  font-size: 0.875rem;
}

.p-wallet-record__info {
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-wallet-record__info p + p {
  margin-top: 0.5rem;
}

.p-wallet-record__link {
  display: none;
  margin-top: 0.5rem;
}

.p-wallet-record__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0.5rem;
  background: url(../images/icon_arrow-red.png) no-repeat center right/5px 8px;
}

.p-wallet-record__link a p {
  font-weight: 400;
  color: #E64428;
}

.p-wallet-record__link a p:nth-child(1) {
  font-size: 0.625rem;
}

.p-wallet-record__link a p:nth-child(2) {
  font-size: 0.75rem;
  margin-left: 0.375rem;
}

/* p-wallet-return
-----------------------------------------------------*/
.p-wallet-return {
  margin-top: 1.25rem;
}

.p-wallet-return__detail {
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #EAF9F9;
  border-radius: 0.25rem;
}

.p-wallet-return__detail-head {
  text-align: center;
}

.p-wallet-return__detail-head p:nth-child(1) {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.p-wallet-return__detail-head p:nth-child(2) {
  font-weight: 500;
  font-size: 1.5rem;
  color: #193A40;
  line-height: normal;
}

.p-wallet-return__detail-head p:nth-child(2) span {
  font-size: 0.875rem;
}

.p-wallet-return__detail-body {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #B8E4E4;
}

.p-wallet-return__detail-body dl {
  font-weight: 400;
  font-size: 0.875rem;
  color: #193A40;
}

.p-wallet-return__detail-body dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-wallet-return__detail-body dl div + div {
  margin-top: 0.5rem;
}

.p-wallet-return__detail-body dl div span {
  color: #E64428;
}

.p-wallet-return__detail-bottom {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #B8E4E4;
}

.p-wallet-return__detail-bottom dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  font-size: 1rem;
  color: #193A40;
}

.p-wallet-return__detail-text {
  margin-top: 0.5rem;
}

.p-wallet-return__detail-text p:nth-child(1) {
  font-weight: 400;
  font-size: 0.75rem;
  color: #193A40;
  text-align: right;
}

.p-wallet-return__detail-text p:nth-child(2) {
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #E64428;
  line-height: 1rem;
  text-align: center;
}

.p-wallet-return__input {
  position: relative;
}

.p-wallet-return__input input {
  padding-right: 4.625rem;
}

.p-wallet-return__input p {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 0.75rem;
  width: 3.625rem;
  height: 100%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #193A40;
  z-index: 1;
}

.p-wallet-return__input p::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #B8E4E4;
}

.p-wallet-return__input.js-error--input p {
  color: #E64428;
}

.p-wallet-return__input.js-error--input p::before {
  background-color: #E64428;
}

/* p-wallet-return--complete
-----------------------------------------------------*/
.p-wallet-return--complete .c-title {
  display: block;
}

.p-wallet-return--complete .c-title p:nth-child(2) {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-left: 0;
}

.p-wallet-return--complete .c-modal-return__address {
  display: block;
}

.p-wallet-return--complete .c-modal-return__address p:nth-child(2) {
  margin-top: 0.25rem;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .p-wallet-return--complete .p-wallet-content {
    min-height: calc(100vh - 20.625rem);
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-08 {
  margin-top: 0.5rem !important;
}

.u-mt-16 {
  margin-top: 1rem !important;
}

.u-mt-24 {
  margin-top: 1.5rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-16 {
  padding-top: 1rem !important;
}
/*# sourceMappingURL=styles.css.map */
