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

body {
  font-family: "Hiragino Kaku Gothic Pro", sans-serif;
  color: #034831;
  background-color: #F0F0F0;
}

@media screen and (min-width: 768px) {
  body::before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(1135.4% 50% at 50% 50%, #016E4A 0%, #034831 73.08%);
  }
}

@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(0.9);
            filter: brightness(0.9);
    cursor: pointer;
  }
}

/* 外部サービス ImageSelector
-----------------------------------------------------*/
#brand-select .ImageSelector__option-img {
  width: 1.25rem;
  height: 1.25rem;
}

#brand-select .ImageSelector__option-img img {
  width: auto;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
}

#brand-select p {
  display: inline-block;
  font-weight: 300;
  font-size: 0.875rem;
  margin-left: 0.25rem;
  color: #2B535D;
}
@media screen and (min-width: 768px) {
  #brand-select p {
    font-size: 1rem;
  }
}

/* 共通パーツ
--------------------------*/
.ImageSelector {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  margin-top: 0.5rem;
  background-color: #fff;
  border: 1px solid #DCEFE9;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
  cursor: pointer;
}

.ImageSelector::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_select-green.svg) no-repeat center/contain;
  pointer-events: none;
}

.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__display {
  padding: 0.5625rem 1.5rem 0.5625rem 0.75rem;
}

.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 {
  background-color: #3498DB;
}

.ImageSelector__option:hover p {
  color: #fff !important;
}

.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: 1px;
  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.5;
}

/* 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-app-content {
  width: 100%;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .l-app-content {
    margin-top: 1rem;
  }
}

.l-app-content .l-inner-sm,
.l-app-content form {
  height: 100%;
}

.l-app-note {
  font-weight: 300;
  font-size: 0.75rem;
  margin-bottom: 1rem;
  color: #DD2C2C;
}
@media screen and (min-width: 768px) {
  .l-app-note {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
}

.l-app-item + .l-app-item {
  margin-top: 1rem;
}

.l-app-item h3 {
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-app-item h3 {
    font-size: 1rem;
  }
}

.l-app-item--red h3 {
  color: #DD2C2C;
}

.l-app-item--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: 1rem;
}

.l-app-item__flex {
  width: 50%;
}

.l-app-item__flex .l-app-item__lock {
  text-align: center;
}

.l-app-item__lock {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
  color: #2B535D;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 1px solid #DCEFE9;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .l-app-item__lock {
    font-size: 1rem;
  }
}

.l-app-item__lock.is-lock {
  color: #A9A9A9;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.l-app-item--red .l-app-item__lock {
  color: #DD2C2C;
  background-color: #FDD8D8;
  border: 1px solid #F2BABA;
}

.l-app-item__radio {
  margin-top: 1rem;
}

.l-app-item__radio label {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}

.l-app-item__radio label + label {
  margin-top: 0.5rem;
}

.l-app-item__radio label::before,
.l-app-item__radio label:has(:checked)::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-app-item__radio label::before {
  background: url(../images/icon_radio-off.svg) no-repeat center center/contain;
}

.l-app-item__radio label:has(:checked)::after {
  background: url(../images/icon_radio-on.svg) no-repeat center center/contain;
}

.l-app-resend {
  margin-top: 1rem;
  text-align: center;
}

.l-app-resend button {
  font-weight: 300;
  font-size: 0.875rem;
  color: #71A292;
}

.l-app-content .c-btn {
  margin-top: 1.5rem;
}

.l-content {
  padding-top: 7rem;
}
@media screen and (min-width: 768px) {
  .l-content {
    position: fixed;
    width: calc(100% - 15.25rem);
    height: calc(100% - 2rem);
    top: 0;
    right: 0;
    bottom: 0;
    margin: 1rem;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #F0F0F0;
    border-radius: 0.125rem;
  }
}

/* =====  is-top専用スタイル ===== */
@media screen and (min-width: 768px) {
  .is-top .l-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  pointer-events: none;
}

.l-drawer-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.6875rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  border-radius: 0.125rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9500;
}

.l-drawer-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}

.l-drawer-submenu li a,
.l-drawer-submenu li button {
  font-weight: 300;
  font-size: 0.875rem;
  color: #034831;
}

.l-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

/* open時レイアウト
-----------------------------------------------------*/
.l-drawer.is-active {
  pointer-events: initial;
}

.l-drawer.is-active .l-drawer-inner {
  -webkit-transform: translateY(2.125rem);
          transform: translateY(2.125rem);
}

.l-drawer.is-active .l-drawer-overlay {
  opacity: 0.7;
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
  }
}

/* =====  is-top専用スタイル ===== */
@media screen and (min-width: 768px) {
  .is-top .l-flex {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-footer {
  padding-top: 0.75rem;
  padding-bottom: 6.25rem;
  background: radial-gradient(85.66% 44.41% at 55.59% 50%, #018E5F 0%, #034831 100%);
}

.l-footer-copy {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}

/* l-header-pc
-----------------------------------------------------*/
.l-header-pc {
  position: sticky;
  min-width: 14.25rem;
  height: 100dvh;
  top: 0;
  left: 0;
  padding: 1.375rem 1rem 1rem;
}

.l-header-pc__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.l-header-pc h1 a img {
  width: 9.5rem;
  margin-left: auto;
  margin-right: auto;
}

.l-header-pc__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.5rem;
  gap: 1rem;
}

.l-header-pc__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0.125rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l-header-pc__menu-img img {
  width: 1rem;
  margin-right: 0.5rem;
}

.l-header-pc__menu-img img:nth-child(1) {
  display: none;
}

.l-header-pc__menu li a p {
  font-weight: 600;
  font-size: 0.875rem;
}

/* current時レイアウト
--------------------------*/
.l-header-pc__menu li.is-current .l-header-pc__menu-img img:nth-child(1) {
  display: block;
}
.l-header-pc__menu li.is-current .l-header-pc__menu-img img:nth-child(2) {
  display: none;
}
.l-header-pc__menu li.is-current a {
  background-color: transparent;
  border: 1px solid #fff;
}
.l-header-pc__menu li.is-current a p {
  color: #fff;
}

/* hover時レイアウト
--------------------------*/
.l-header-pc__menu li a:hover {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-filter: initial;
          filter: initial;
}
.l-header-pc__menu li a:hover .l-header-pc__menu-img img:nth-child(1) {
  display: block;
}
.l-header-pc__menu li a:hover .l-header-pc__menu-img img:nth-child(2) {
  display: none;
}
.l-header-pc__menu li a:hover p {
  color: #fff;
}

/* submenu
-----------------------------------------------------*/
.l-header-pc__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.l-header-pc__submenu li a {
  font-weight: 300;
  font-size: 0.875rem;
  color: #F0F0F0;
}

.l-header-pc__copy {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  margin-top: 1.5rem;
  color: #F0F0F0;
}

/* l-header-sp
-----------------------------------------------------*/
.l-header-sp {
  position: fixed;
  top: 3.5rem;
  left: 0;
  right: 0;
  z-index: 9000;
  pointer-events: none;
}

.l-header-sp__btn {
  position: fixed;
  top: 3.5rem;
  right: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 6.25rem;
  z-index: 9100;
  pointer-events: initial;
}

.l-header-sp__btn::before,
.l-header-sp__btn::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #034831;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header-sp__btn::before {
  top: 1rem;
}

.l-header-sp__btn::after {
  top: 1.25rem;
}

.l-header-sp__btn.is-open::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-header-sp__btn.is-open::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* =====  is-top専用スタイル ===== */
.is-top .l-header-sp {
  pointer-events: none;
}

.is-top .l-header-sp h1 {
  text-align: center;
  visibility: visible;
  pointer-events: none;
}

.is-top .l-header-sp h1 a {
  display: inline-block;
  pointer-events: initial;
}

.is-top .l-header-sp__btn {
  pointer-events: initial;
}

.l-heading {
  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;
}

@media screen and (max-width: 767px) {
  .l-heading--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .l-heading-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .l-heading-left .c-btn-sub {
    margin-left: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-heading-left .c-btn-sub a {
    width: 11.5rem;
  }
}

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

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

.l-login-content {
  position: relative;
  height: 100vh;
  background: radial-gradient(85.66% 44.41% at 55.59% 50%, #018E5F 0%, #034831 100%);
}
@media screen and (min-width: 768px) {
  .l-login-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-login-logo {
  position: absolute;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .l-login-logo {
    position: relative;
    top: auto;
    top: initial;
    left: auto;
    left: initial;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    background: radial-gradient(1135.4% 50% at 50% 50%, #016E4A 0%, #034831 73.08%);
  }
}

.l-login-logo h1 {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .l-login-logo h1 {
    position: absolute;
    width: 8.875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .l-login-logo p {
    position: absolute;
    font-family: "lato", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #F0F0F0;
    bottom: 1.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.l-login-form {
  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;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-login-form {
    background-color: #F0F0F0;
  }
}

.l-login-form__box {
  max-width: 22.375rem;
  width: 100%;
  padding: 2.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .l-login-form__box {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.l-login-form__scroll {
  /* 可変領域 */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  /* flex内でoverflow効かせるために必須 */
  min-height: 0;
  overflow-y: auto;
  /* スクロールバー非表示 */
  /* IE, Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}

.l-login-form__scroll::-webkit-scrollbar {
  /* Chrome, Safari */
  display: none;
}

.l-login-form h2 {
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
}

.l-login-form__head p {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #2B535D;
}

/* =============== form start =============== */
.l-login-form form,
.l-login-form ul li + li {
  margin-top: 1rem;
}

.l-login-form__head h3,
.l-login-form ul li label {
  display: inline-block;
  font-weight: 600;
  font-size: 0.875rem;
}

.l-login-form ul li label span {
  color: #F3534F;
}

.l-login-form__input-wrap {
  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;
}

.l-login-form ul li input,
.l-login-form ul li select {
  width: 100%;
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 1rem;
  padding: 0.5625rem 0.8125rem;
  color: #034831;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 1px solid #DCEFE9;
  border-radius: 0.125rem;
}

.l-login-form ul li input::-webkit-input-placeholder {
  color: #BCCAC4;
}

.l-login-form ul li input::-moz-placeholder {
  color: #BCCAC4;
}

.l-login-form ul li input::-ms-input-placeholder {
  color: #BCCAC4;
}

.l-login-form ul li input::placeholder {
  color: #BCCAC4;
}

.l-login-form__select {
  position: relative;
}

.l-login-form__select::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.75rem;
  top: 1.5rem;
  right: 0.75rem;
  background: url(../images/icon_select-gray.svg) no-repeat center/contain;
}

/* エラー時レイアウト
--------------------------*/
.l-login-form ul li input.is-error,
.l-login-form ul li select.is-error {
  background-color: #FDD8D8;
  border: 1px solid #F2BABA;
}

.l-login-form ul li input.is-error::-webkit-input-placeholder,
.l-login-form ul li select.is-error {
  color: #DD2C2C;
}

.l-login-form ul li input.is-error::-moz-placeholder,
.l-login-form ul li select.is-error {
  color: #DD2C2C;
}

.l-login-form ul li input.is-error::-ms-input-placeholder,
.l-login-form ul li select.is-error {
  color: #DD2C2C;
}

.l-login-form ul li input.is-error::placeholder,
.l-login-form ul li select.is-error {
  color: #DD2C2C;
}

.l-login-form ul li p.is-error {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 0.5rem;
  color: #DD2C2C;
}

/* 注釈
--------------------------*/
.l-login-form ul li .is-note {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 0.5rem;
  color: #DD2C2C;
}

/* radioボタン
--------------------------*/
.l-login-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
}

.l-login-form__radio label {
  position: relative;
  font-weight: 300 !important;
  padding-left: 1.5rem;
}

.l-login-form__radio label + label {
  margin-left: 1rem;
}

.l-login-form__radio label::before,
.l-login-form__radio label:has(:checked)::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-login-form__radio label::before {
  background: url(../images/icon_radio-off.svg) no-repeat center center/contain;
}

.l-login-form__radio label:has(:checked)::after {
  background: url(../images/icon_radio-on.svg) no-repeat center center/contain;
}

/* checkbox
--------------------------*/
.l-login-form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-login-form__checkbox + .l-login-form__checkbox {
  margin-top: 0.5rem;
}

.l-login-form__checkbox label {
  display: block !important;
}

.l-login-form__checkbox p {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 0.75rem;
  padding-left: 1.5rem;
}

.l-login-form__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.svg) no-repeat center center/contain;
}

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

.l-login-form__checkbox p a {
  font-weight: 600;
  color: #71A292;
  text-decoration: underline;
}

/* =============== form end =============== */
.l-login-form__resend {
  margin-top: 1rem;
  text-align: center;
}

.l-login-form__resend button {
  font-weight: 300;
  font-size: 0.875rem;
  color: #71A292;
}

.l-login-form__strong {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #DD2C2C;
}

.l-login-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.25rem;
  margin-top: 1.0625rem;
  text-align: center;
}

.l-login-link a {
  font-weight: 300;
  font-size: 0.875rem;
  color: #71A292;
  text-decoration: underline;
}

/* l-login-form__confirm
--------------------------*/
.l-login-form__confirm {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.l-login-form__confirm h3 {
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(3, 72, 49, .1);
}

.l-login-form__confirm dl {
  font-size: 0.875rem;
}

.l-login-form__confirm dl dt {
  font-weight: 300;
}

.l-login-form__confirm dl dd {
  font-weight: 600;
  margin-top: 0.5rem;
  color: #2B535D;
}

.l-login-form__confirm-password dd {
  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;
}

.l-login-form__confirm-password dd span,
.l-login-form__confirm-password dd input {
  color: #2B535D;
}

.l-login-form__confirm-password button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-login-form__confirm-password button img {
  width: 1rem;
}

/* l-login-form--complete
--------------------------*/
.l-login-form--complete .l-login-form__box > img {
  width: 9.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.l-login-form--complete .l-login-form__box > p {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #2B535D;
  text-align: center;
}

.l-login-form--complete .l-login-form__box > p span {
  color: #DD2C2C;
}

/* l-login-form--upload
--------------------------*/
.l-login-form--upload .l-login-form__box > p {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #2B535D;
  text-align: center;
}

.l-login-form--upload .l-login-form__box > p span {
  font-weight: 600;
}

.l-login-form--upload li > div {
  position: relative;
}

.l-login-form--upload li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.l-login-form__input-img {
  width: 5rem;
  height: 5rem;
  background: url(../images/img_upload-block.webp) no-repeat center/contain;
}

.l-login-form--upload .l-login-form__input-img input {
  position: absolute;
  width: 5rem;
  height: 5rem;
  margin-top: 0;
  inset: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  border: none;
}

.l-login-form__input-name {
  font-weight: 300;
  font-size: 0.75rem;
  color: #2B535D;
  word-break: break-all;
}

.l-login-form--upload li.is-error .l-login-form__input-img {
  background-image: url(../images/img_upload-block-error.webp);
}

/* l-login--long
--------------------------*/
@media screen and (max-width: 767px) {
  .l-login--long .l-login-form {
    position: fixed;
    max-width: 22.375rem;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.l-login--long .l-login-form__box {
  /* 内部を縦方向に揃える */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 10rem);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-login--long .l-login-form__box {
    max-height: calc(100vh - 2rem);
  }
}

/* =============== l-login 専用スタイル =============== */
.l-login-form .c-btn {
  margin-top: 1.5rem;
}

.l-main {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.js-error-toggle {
  position: absolute;
  display: inline-block;
  width: 6.25rem;
  font-weight: 600;
  font-size: 0.75rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  color: #034831;
  background-color: #fff;
  border: 1px solid #018E5F;
  border-radius: 0.125rem;
  letter-spacing: 0.0375rem;
  text-align: center;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .js-error-toggle {
    width: 8.9375rem;
    padding-top: 0.5625rem;
    padding-bottom: 0.5625rem;
    color: #fff;
    background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
    top: 1.25rem;
    right: 1.25rem;
  }
}

.l-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .l-modal {
    top: 0;
    opacity: 0;
  }
}

.l-modal.is-open {
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  .l-modal.is-open {
    opacity: 1;
  }
}

.l-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  z-index: 9997;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-modal.is-open .l-modal-overlay {
  opacity: 0.7;
}

.l-modal-box {
  position: relative;
  padding: 1.5rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  border-radius: 0.125rem;
  z-index: 9998;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-modal-box {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (min-width: 768px) {
  .l-modal-box {
    position: absolute;
    max-width: 27.8125rem;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 1.5rem;
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-modal.is-open .l-modal-box {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .l-modal.is-open .l-modal-box {
    opacity: 1;
  }
}

.l-modal-head__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;
}

.l-modal-head__title p {
  font-weight: 600;
  font-size: 1.25rem;
}

.l-modal-head__title button {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 6.25rem;
}

.l-modal-head__title button::before,
.l-modal-head__title button::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #034831;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-modal-head__title button::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.l-modal-head__title button::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.l-modal-head__title button:hover {
  -webkit-filter: initial;
          filter: initial;
}

.l-modal-head__text {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #2B535D;
}
@media screen and (min-width: 768px) {
  .l-modal-head__text {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.l-modal-head__note {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  color: #DD2C2C;
  background-color: #FFE7E7;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}

.l-modal-body {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-modal-body {
    margin-top: 1rem;
  }
}

.l-modal-body__title {
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-modal-body__title {
    font-size: 1rem;
  }
}

.l-modal-body dl {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #DCEFE9;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}

.l-modal-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;
}

.l-modal-body dl div + div {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}
@media screen and (min-width: 768px) {
  .l-modal-body dl div + div {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.l-modal-body dl dt {
  font-weight: 300;
  font-size: 0.875rem;
  color: #018E5F;
}

.l-modal-body dl dd {
  font-weight: 300;
  font-size: 0.875rem;
  color: #2B535D;
}

.l-modal .c-btn-wrap {
  margin-top: 1.5rem;
}

/* ===== 一部モーダル 専用スタイル ===== */
.l-modal-body__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.5rem;
}

.l-modal-body__flex img {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .l-modal-body__flex img {
    width: 8.375rem;
  }
}

.l-modal-body__code {
  width: calc(100% - 7.25rem);
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .l-modal-body__code {
    width: calc(100% - 9.625rem);
    margin-left: 1.25rem;
  }
}

.l-modal-body__code p {
  font-weight: 600;
  font-size: 0.875rem;
  word-break: break-all;
}

.l-modal-body__code-btn {
  margin-top: 0.5rem;
}

.l-modal-body__code-btn button {
  font-weight: 300;
  font-size: 0.75rem;
  width: 100%;
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  color: #034831;
  border: 1px solid #034831;
  letter-spacing: 0.0375rem;
  border-radius: 0.125rem;
}

.l-modal-body__travel {
  margin-top: 1rem;
  border-radius: 0.125rem;
  text-align: center;
}

.l-modal-body__travel a {
  position: relative;
  display: inline-block;
  width: 13rem;
  font-weight: 300;
  font-size: 0.625rem;
  padding: 0.25rem 1.125rem 0.25rem 0.625rem;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  color: #fff;
  letter-spacing: 0.03125rem;
}

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

.l-modal-body dl .l-modal-body__block {
  display: block;
}

.l-modal-body__block dd {
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .l-modal-body__block dd {
    margin-top: 0.5rem;
  }
}

.l-modal-body__strong {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 1rem;
  color: #DD2C2C;
}
@media screen and (min-width: 768px) {
  .l-modal-body__strong {
    font-size: 0.875rem;
  }
}

/* ===== l-modal--travel-rule 専用スタイル ===== */
@media screen and (max-width: 767px) {
  .l-modal--travel-rule {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-modal--travel-rule .l-modal-box {
    height: 100%;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}

@media screen and (max-width: 767px) {
  .l-modal-travel-rule {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-modal-travel-rule {
    max-width: 50rem;
  }
}

.l-modal-travel-rule .l-modal-body {
  margin-top: 0.5rem;
  overflow-y: scroll;
  height: 80dvh;
}
@media screen and (min-width: 768px) {
  .l-modal-travel-rule .l-modal-body {
    height: 50dvh;
    /* IE・旧Edge対応 */
    -ms-overflow-style: none;
    /* Firefox対応 */
    scrollbar-width: none;
  }
}

.l-modal-travel-rule .l-modal-body::-webkit-scrollbar {
  /* Chrome, Safari, 新Edge対応 */
  display: none;
}

.l-modal-travel-rule__head {
  font-weight: 300;
  font-size: 0.875rem;
  color: #2B535D;
}

.l-modal-travel-rule__lists {
  margin-top: 1rem;
}

.l-modal-travel-rule__lists li + li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #B8E4E4;
}

.l-modal-travel-rule__lists li p {
  font-weight: 500;
  font-size: 0.875rem;
  color: #193A40;
}

.l-modal-travel-rule__lists li p:nth-child(2) {
  font-weight: 400;
  margin-top: 0.625rem;
}

.l-modal-travel-rule .c-btn {
  margin-top: 0.75rem;
}

/* ===== l-modal--news 専用スタイル ===== */
@media screen and (max-width: 767px) {
  .l-modal--news {
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-modal--news .l-modal-box {
    height: 100%;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
}

@media screen and (max-width: 767px) {
  .l-modal-news {
    padding-top: 3.75rem;
  }
}
@media screen and (min-width: 768px) {
  .l-modal-news {
    max-width: 50rem;
  }
}

.l-modal-news .l-modal-head__title {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.l-modal-news .c-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-modal-news .l-modal-body {
  overflow-y: scroll;
  height: 80dvh;
}
@media screen and (min-width: 768px) {
  .l-modal-news .l-modal-body {
    height: 50dvh;
    /* IE・旧Edge対応 */
    -ms-overflow-style: none;
    /* Firefox対応 */
    scrollbar-width: none;
  }
}

.l-modal-news .l-modal-body::-webkit-scrollbar {
  /* Chrome, Safari, 新Edge対応 */
  display: none;
}

.l-modal-news ul li + li {
  margin-top: 0.5rem;
}

.l-modal-news ul li a {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 0.75rem;
  padding: 0.5rem 1.625rem 0.5rem 0.75rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 1px solid #DCEFE9;
  border-radius: 0.125rem;
}

.l-modal-news ul li a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.5rem;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-green.svg) no-repeat center/contain;
}

.l-modal-news ul li a p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.l-modal-news ul li.is-important a {
  color: #DD2C2C;
  background-color: #FFE7E7;
  border: 1px solid #FFE7E7;
}

.l-modal-news ul li.is-important a::after {
  background-image: url(../images/icon_arrow-red.svg);
}

/* ===== news accordion（JS描画） ===== */
.l-modal-news ul li .js-announcement-body {
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #DCEFE9;
  border-top: none;
  border-radius: 0 0 0.125rem 0.125rem;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

.l-modal-news ul li .js-announcement-body p {
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-word;
}

.l-modal-news ul li.is-open a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.l-modal-news ul li.is-open a::after {
  transform: translateY(-50%) rotate(90deg);
}

.l-modal-news ul li.is-important.is-open a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.l-modal-news ul li.is-important .js-announcement-body {
  background-color: #FFE7E7;
  border-color: #FFE7E7;
}

/* ===== l-modal--center 専用スタイル ===== */
@media screen and (min-width: 768px) {
  .l-modal--center .l-modal-box {
    max-width: 25.3125rem;
    padding-top: 7.75rem;
    padding-bottom: 9rem;
  }
}

.l-modal--center .l-modal-head__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .l-modal--center .l-modal-head__title p {
    font-size: 1.5rem;
  }
}

.l-modal--center .l-modal-head__text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-modal--center .l-modal-head__text {
    font-size: 1rem;
    margin-top: 1.5rem;
    color: #034932;
  }
}

@media screen and (min-width: 768px) {
  .l-modal--center .c-btn-wrap {
    margin-top: 2rem;
  }
}

/* ===== l-modal--logout 専用スタイル ===== */
.l-modal--logout .l-modal-head p {
  color: #DD2C2C;
}

/* ===== l-modal--cancel-confirm 専用スタイル ===== */
.l-modal--cancel-confirm p,
.l-modal--cancel-confirm dt,
.l-modal--cancel-confirm dd {
  color: #DD2C2C !important;
}

@media screen and (min-width: 768px) {
  .l-scroll {
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow-y: scroll;
    /* Edge */
    -ms-overflow-style: none;
    /* Firefox */
    scrollbar-width: none;
  }
}

@media screen and (min-width: 768px) {
  .l-scroll::-webkit-scrollbar {
    /* Chrome, Safari */
    display: none;
  }
}

.l-section {
  margin-bottom: 2.5rem;
}

.l-terms-content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-terms-content {
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.l-terms-content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #2B535D;
}

.l-terms-content p span {
  font-weight: 700;
}

.c-announcement {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .c-announcement {
    margin-bottom: 2rem;
    margin-right: 4.6875rem;
  }
}

.c-announcement a {
  position: relative;
  display: block;
  padding: 0.5rem 1.625rem 0.5rem 0.75rem;
  background-color: #FDD8D8;
  border: 1px solid #F2BABA;
  border-radius: 0.125rem;
}

.c-announcement a::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.5rem;
  top: 50%;
  right: 0.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-red.svg) no-repeat center/contain;
}

.c-announcement a p {
  font-weight: 300;
  font-size: 0.75rem;
  color: #DD2C2C;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* =====  is-top専用スタイル ===== */
@media screen and (min-width: 768px) {
  .is-top .c-announcement {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* c-asset-detail
-----------------------------------------------------*/
.c-asset-detail {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-asset-detail {
    width: calc(100% - 24.9375rem);
    padding: 1.6875rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.c-asset-detail__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-asset-detail__head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__head-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-asset-detail__head-note {
    text-align: right;
  }
}

.c-asset-detail__head-note p {
  font-weight: 300;
  font-size: 0.625rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__head-note p {
    font-size: 0.75rem;
  }
}

.c-asset-detail__content {
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .c-asset-detail__lists > li {
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 0.125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-asset-detail__lists > li + li {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid rgba(3, 72, 49, .1);
  }
}

.c-asset-detail__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-asset-detail__list-head img {
  width: auto;
  width: initial;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-head img {
    height: 1.5rem;
  }
}

.c-asset-detail__list-head p {
  font-weight: 300;
  font-size: 0.75rem;
  margin-left: 0.25rem;
  color: #646464;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-head p {
    font-size: 1rem;
    margin-left: 0.3125rem;
  }
}

.c-asset-detail__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;
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-flex {
    display: block;
    margin-top: 0.8125rem;
  }
}

.c-asset-detail__list-flex > p span:nth-child(1) {
  display: inline;
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-flex > p span:nth-child(1) {
    font-size: 1.25rem;
  }
}

.c-asset-detail__list-flex > p span:nth-child(2) {
  display: inline;
  font-weight: 300;
  font-size: 0.75rem;
  color: #2B535D;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-flex > p span:nth-child(2) {
    font-size: 1.25rem;
    color: #034831;
  }
}

.c-asset-detail__list-flex > p span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-flex > p span:nth-child(3) {
    display: block;
    font-weight: 300;
    font-size: 1rem;
    color: #034932;
  }
}

.c-asset-detail__list-number > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.c-asset-detail__list-number > p span:nth-child(1) {
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-number > p span:nth-child(1) {
    font-size: 1.25rem;
  }
}

.c-asset-detail__list-number > p span:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
  color: #2B535D;
  margin-left: 0.1875rem;
  margin-right: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-number > p span:nth-child(2) {
    font-weight: 600;
    font-size: 1.25rem;
    color: #034831;
  }
}

.c-asset-detail__list-number > p span:nth-child(3) {
  font-weight: 300;
  font-size: 0.75rem;
  color: #00BEBE;
}

.c-asset-detail__list-number > p:nth-child(2) {
  margin-top: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__list-number > p:nth-child(2) {
    margin-top: 0.0625rem;
  }
}

.c-asset-detail__list-number > p:nth-child(2) span:nth-child(1) {
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .c-asset-detail__list-number > p:nth-child(2) span:nth-child(1),
  .c-asset-detail__list-number > p:nth-child(2) span:nth-child(2) {
    font-weight: 300;
    font-size: 1rem;
    color: #034932;
  }
}

.c-asset-detail__list-possible {
  font-weight: 300;
  font-size: 0.75rem;
  color: #034932;
}

.c-asset-detail__list-deposit {
  margin-top: 0.625rem;
}

.c-asset-detail__list-deposit .c-btn-sub a {
  width: 6.625rem;
}
@media screen and (max-width: 767px) {
  .c-asset-detail__list-deposit .c-btn-sub a {
    width: 6.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-asset-detail__list-deposit .c-btn-sub a::after {
    display: none;
  }
}

.c-asset-detail__content .c-btn-wrap {
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-asset-detail__content .c-btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 1rem;
  }
}

.c-asset-detail__content .c-btn a {
  font-weight: 300;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
}

.c-asset-detail__content .c-btn a.c-btn-back {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}

.c-btn-wrap {
  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;
}

.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: 1rem;
}

.c-btn a,
.c-btn button {
  display: inline-block;
  width: 8.9375rem;
  font-weight: 600;
  font-size: 0.75rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 0.125rem;
  letter-spacing: 0.0375rem;
  text-align: center;
}

.c-btn .c-btn-back {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #034831;
  background: #fff;
  border: 1px solid #034831;
}

.c-btn .c-btn-red {
  background: #DD2C2C;
}

.c-btn-sub a,
.c-btn-sub button {
  position: relative;
  display: inline-block;
  font-weight: 300;
  font-size: 0.625rem;
  width: 5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.1875rem;
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 0.125rem;
  letter-spacing: 0.03125rem;
  text-align: center;
}

.c-btn-sub .c-btn-red {
  background: #DD2C2C;
  color: #fff;
}

.c-btn-sub a::after,
.c-btn-sub button::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.5rem;
  top: 50%;
  right: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
}

.c-btn-copy {
  margin-top: 0.5rem;
}

.c-btn-copy button {
  display: block;
  font-weight: 300;
  font-size: 0.75rem;
  width: 7.5rem;
  padding: 0.125rem 0.5rem;
  color: #fff;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  letter-spacing: 0.0375rem;
  border-radius: 6.25rem;
  text-align: center;
}

.c-follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0.125rem 0.125rem 0 0;
  z-index: 8999;
}

.c-follow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4.375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  z-index: -1;
}

.c-follow ul {
  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: 0.9375rem;
  padding-right: 0.9375rem;
}

.c-follow li {
  margin-top: 0.15625rem;
}

.c-follow a {
  display: block;
  width: 3.9375rem;
}

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

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

.c-follow p {
  font-weight: 300;
  font-size: 0.625rem;
  color: #BCCAC4;
  text-align: center;
}

.c-follow-lending img {
  display: block !important;
}

.c-follow-lending p {
  color: #fff !important;
}

/* current時レイアウト
--------------------------*/
.c-follow li.is-current .c-follow-img img:nth-child(1) {
  display: block;
}
.c-follow li.is-current .c-follow-img img:nth-child(2) {
  display: none;
}
.c-follow li.is-current p {
  color: #034831;
}

/* lending
--------------------------*/
.c-follow li:nth-child(3) {
  margin-top: 0;
}

.c-follow li:nth-child(3) 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4.6875rem;
  height: 4.6875rem;
  background: radial-gradient(40.8% 33.33% at 50.72% 49.28%, #018E5F 0%, #034831 100%);
  border-radius: 6.25rem;
  -webkit-transform: translateY(-0.9375rem);
          transform: translateY(-0.9375rem);
}

.c-follow li:nth-child(3) a p {
  color: #fff;
}

/* checkbox
--------------------------*/
.c-hidden-toggle label {
  display: block;
}

.c-hidden-toggle p {
  position: relative;
  font-weight: 300;
  font-size: 0.75rem;
  padding-left: 1rem;
  color: #034932;
}

.c-hidden-toggle p::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_hidden-off.svg) no-repeat center center/contain;
}

.c-hidden-toggle input:checked + p::before {
  background: url(../images/icon_hidden-on.svg) no-repeat center center/contain;
}

.c-history-lists {
  margin-top: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}

.c-history-lists li + li {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}

.c-history-lists li:last-child {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(3, 72, 49, .1);
}

.c-history-lists time {
  display: block;
  font-weight: 300;
  font-size: 0.625rem;
  color: #BCCAC4;
}

.c-history-lists__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.1875rem;
}

.c-history-lists__flex p {
  position: relative;
  font-weight: 600;
  font-size: 0.875rem;
  padding-left: 0.875rem;
}

.c-history-lists__flex p:nth-child(2) span {
  font-weight: 300;
  font-size: 0.75rem;
  color: #2B535D;
  margin-left: 0.1875rem;
}

.c-history-lists__flex p:nth-child(1):before {
  position: absolute;
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #3FD6A4;
  border-radius: 6.25rem;
}

.c-history-lists .is-red p:nth-child(1)::before {
  background-color: #E56D6D;
}

/* =====  is-top専用スタイル ===== */
@media screen and (min-width: 768px) {
  .is-top .c-history {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.c-input {
  margin-top: 0.5rem;
}

.c-input--select {
  position: relative;
}

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

.c-input input,
.c-input select {
  width: 100%;
  font-weight: 300;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  color: #2B535D;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 1px solid #DCEFE9;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .c-input input,
  .c-input select {
    font-size: 1rem;
  }
}

.c-input select {
  padding-right: 1.5rem;
}

.c-input--fz16 input,
.c-input--fz16 select {
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.c-input input::-webkit-input-placeholder {
  color: #BCCAC4;
}

.c-input input::-moz-placeholder {
  color: #BCCAC4;
}

.c-input input::-ms-input-placeholder {
  color: #BCCAC4;
}

.c-input input::placeholder {
  color: #BCCAC4;
}

.c-input-note {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #DD2C2C;
}
@media screen and (min-width: 768px) {
  .c-input-note {
    font-size: 0.875rem;
  }
}

/* ===== c-input--flex 専用スタイル ===== */
.c-input--flex {
  position: relative;
}

.c-input--flex input {
  padding-right: 4.8125rem;
}

.c-input--flex button {
  position: absolute;
  font-weight: 300;
  font-size: 0.75rem;
  width: 4.0625rem;
  height: 2.625rem;
  top: 0;
  right: 0;
  color: #579F87;
  text-align: center;
}

.c-input--flex button::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(3, 72, 49, .1);
}

/* エラー時レイアウト
--------------------------*/
.c-input input.is-error {
  background-color: #FDD8D8;
  border: 1px solid #F2BABA;
}

.c-input input.is-error::-webkit-input-placeholder {
  color: #DD2C2C;
}

.c-input input.is-error::-moz-placeholder {
  color: #DD2C2C;
}

.c-input input.is-error::-ms-input-placeholder {
  color: #DD2C2C;
}

.c-input input.is-error::placeholder {
  color: #DD2C2C;
}

.c-input p.is-error {
  font-size: 0.75rem;
  font-weight: 300;
  margin-top: 0.5rem;
  color: #DD2C2C;
}

.c-tab-btn {
  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-tab-btn button {
  width: 25%;
  height: -webkit-fill-available;
  font-weight: 600;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  color: #BCCAC4;
  border-bottom: 0.125rem solid rgba(3, 72, 49, .1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-tab-btn button {
    padding-top: 1.375rem;
    padding-bottom: 0.75rem;
  }
}

.c-tab-btn button.is-active {
  color: #034831;
  border-bottom: 0.125rem solid rgb(3, 72, 49);
}

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

.c-title p:nth-child(1) {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
}

.c-title p:nth-child(2) {
  font-weight: 600;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  color: #71A292;
}

.c-title-hiragino h2,
.c-title-hiragino h3,
.c-title-hiragino p {
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-title-hiragino h2,
  .c-title-hiragino h3,
  .c-title-hiragino p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-top-head {
    position: absolute;
    width: 100%;
    top: 3.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-top-head .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .c-top-head--center .l-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-top-head--red h2 {
  color: #DD2C2C;
}

.c-top-head__reload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.625rem;
}

.c-top-head__reload button {
  width: 1.5rem;
}

.c-top-head__reload p {
  font-weight: 300;
  font-size: 0.625rem;
  margin-left: 0.625rem;
}

/* =====  is-top専用スタイル ===== */
@media screen and (min-width: 768px) {
  .is-top .c-top-head {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.c-news-icon {
  position: fixed;
  width: 2.25rem;
  top: 3.75rem;
  left: 1rem;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .c-news-icon {
    width: 3rem;
    top: 2.625rem;
    left: auto;
    left: initial;
    right: 3.125rem;
  }
}

.c-news-icon.is-front {
  z-index: 9999;
}

.c-news-icon a,
.c-news-icon button {
  -webkit-filter: initial;
          filter: initial;
}

.c-news-icon a:hover img,
.c-news-icon button:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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(0.9);
          filter: brightness(0.9);
}

.c-news-icon a p,
.c-news-icon button 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;
  width: 1.0625rem;
  top: -0.25rem;
  right: -0.25rem;
  font-family: Jost;
  font-weight: 700;
  font-size: 0.75rem;
  color: #fff;
  background-color: #DF4242;
  border-radius: 6.25rem;
}
@media screen and (min-width: 768px) {
  .c-news-icon a p,
  .c-news-icon button p {
    top: -0.125rem;
    right: -0.125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-total-assets {
    position: relative;
    width: 23.4375rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1rem 1rem 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.c-total-assets__head {
  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;
}
@media screen and (min-width: 768px) {
  .c-total-assets__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .c-total-assets__head span {
    font-weight: 300;
    font-size: 0.625rem;
    margin-top: 0.3125rem;
    color: #034932;
  }
}

@media screen and (min-width: 768px) {
  .c-total-assets__head button {
    display: block;
  }
}

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

.c-total-assets__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-total-assets__number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 0.75rem;
  }
}

.c-total-assets__number p {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .c-total-assets__number p {
    color: #034932;
  }
}

.c-total-assets__number p:nth-child(1) {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .c-total-assets__number p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.c-total-assets__number p:nth-child(2) {
  font-size: 1.25rem;
  margin-left: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-total-assets__number p:nth-child(2) {
    margin-left: 0.1875rem;
  }
}

.c-total-assets__interest {
  position: relative;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .c-total-assets__interest {
    margin-top: 0.5rem;
  }
}

.c-total-assets__interest-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;
}
@media screen and (min-width: 768px) {
  .c-total-assets__interest-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.c-total-assets__interest-flex p {
  font-weight: 300;
  font-size: 0.75rem;
  color: #034932;
}

.c-total-assets__interest-flex button {
  width: 0.75rem;
  margin-left: 0.1875rem;
}

.c-total-assets__interest-desc {
  position: absolute;
  font-weight: 300;
  font-size: 0.75rem;
  width: 13.4375rem;
  height: 3.625rem;
  top: -3.75rem;
  left: calc(50% + 4rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.5rem;
  color: #034932;
  background: url(../images/img_speech-bubble.png) no-repeat center/contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-total-assets__interest-desc {
    left: 9.375rem;
  }
}

.c-total-assets__interest-desc.is-active {
  pointer-events: initial;
  opacity: 1;
}

.c-total-assets__info {
  margin-top: 0.5rem;
}

.c-total-assets__info p {
  font-weight: 300;
  font-size: 0.75rem;
  color: #034932;
}

.c-total-assets__info p + p {
  margin-top: 0.4375rem;
}

.c-total-assets .c-btn {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .c-total-assets .c-btn {
    margin-top: 1.5625rem;
  }
}

.p-account-content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 6.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-account-content {
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.p-account-item + .p-account-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}

.p-account-item dt,
.p-account-item dd {
  font-weight: 300;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-account-item dt,
  .p-account-item dd {
    font-size: 1rem;
  }
}

.p-account-item dt {
  color: #018E5F;
}

.p-account-item dd {
  margin-top: 0.5rem;
  color: #2B535D;
}

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

.p-account-item--flex dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-asset {
    width: 23.4375rem;
  }
}

.p-asset-content {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}

.p-asset-fv {
  padding: 0.75rem 0.5rem 0.9375rem;
  background: radial-gradient(85.66% 44.41% at 55.59% 50%, #018E5F 0%, #034831 100%);
  border-radius: 0.125rem 0.125rem 0 0;
}
@media screen and (min-width: 768px) {
  .p-asset-fv {
    padding: 1rem 1rem 1.5rem;
  }
}

.p-asset-fv__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-asset-fv__head button {
  width: 1.5rem;
}

.p-asset-fv__head button img:nth-child(2) {
  display: none;
}

.p-asset-fv__head h2 {
  font-weight: 300;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-asset-fv__head h2 {
    font-weight: 600;
    font-size: 1rem;
  }
}

.p-asset-fv__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4375rem;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-asset-fv__number {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-top: 0.875rem;
  }
}

.p-asset-fv__number p {
  font-weight: 600;
  color: #fff;
}

.p-asset-fv__number p:nth-child(1) {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-asset-fv__number p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.p-asset-fv__number p:nth-child(2) {
  font-size: 1.25rem;
}

.p-asset-fv__interest {
  position: relative;
  margin-top: 0.0625rem;
}
@media screen and (min-width: 768px) {
  .p-asset-fv__interest {
    margin-top: 0.5rem;
  }
}

.p-asset-fv__interest-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;
}
@media screen and (min-width: 768px) {
  .p-asset-fv__interest-flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.p-asset-fv__interest-flex p {
  font-weight: 300;
  font-size: 0.75rem;
  color: #fff;
}

.p-asset-fv__interest-flex button {
  width: 0.875rem;
  margin-left: 0.1875rem;
}

.p-asset-fv__interest-desc {
  position: absolute;
  font-weight: 300;
  font-size: 0.75rem;
  width: 13.4375rem;
  height: 3.625rem;
  top: -3.75rem;
  left: calc(50% + 4rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.5rem;
  color: #034932;
  background: url(../images/img_speech-bubble.png) no-repeat center/contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-asset-fv__interest-desc {
    left: 9.375rem;
  }
}

.p-asset-fv__interest-desc.is-active {
  pointer-events: initial;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-asset-detail {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    background-color: #fff;
  }
}

.p-asset-detail a {
  position: relative;
  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: 0.25rem 2rem 0.25rem 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-asset-detail a {
    display: block;
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-asset-detail a::after {
    position: absolute;
    content: "";
    width: 0.3125rem;
    height: 0.5rem;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/icon_arrow-green.svg) no-repeat center/contain;
  }
}

@media screen and (min-width: 768px) {
  .p-asset-detail a + a::after {
    position: absolute;
    content: "";
    width: calc(100% - 2rem);
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #D1F2E7;
  }
}

.p-asset-detail h3 {
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-asset-detail h3 {
    position: relative;
    display: inline-block;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-asset-detail h3::after {
    position: absolute;
    content: "";
    width: 0.4375rem;
    height: 0.625rem;
    top: 50%;
    right: -0.9375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/icon_arrow-green.svg) no-repeat center/contain;
  }
}

.p-asset-detail__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-asset-detail__number {
    gap: 0.1875rem;
    margin-top: 0.75rem;
  }
}

.p-asset-detail__number p {
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-asset-detail__number p {
    font-weight: 600;
  }
}

@media screen and (min-width: 768px) {
  .p-asset-detail__number p:nth-child(1) {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-asset-detail__number p:nth-child(2) {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-asset-detail__interest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.125rem;
    margin-top: 0.5rem;
  }
}

.p-asset-note {
  font-weight: 300;
  font-size: 0.625rem;
  margin-top: 0.4375rem;
  color: #034932;
}

.p-company-content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-company-content {
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.p-company-item + .p-company-item {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}

.p-company-item dt,
.p-company-item dd {
  font-weight: 300;
  font-size: 0.875rem;
}

.p-company-item dt {
  color: #018E5F;
}

.p-company-item dd {
  margin-top: 0.5rem;
  color: #2B535D;
}

@media screen and (max-width: 767px) {
  .p-deposit-asset {
    margin-bottom: 2.5rem;
    padding: 1.25rem 1rem 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-deposit-asset .l-flex {
    gap: 1.125rem;
  }
}

.p-deposit-asset h3 {
  font-weight: 600;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-deposit-asset h3 {
    font-size: 1rem;
    color: #034932;
  }
}

/* ===== p-deposit-asset 専用スタイル ===== */
@media screen and (max-width: 767px) {
  .p-deposit-asset .c-total-assets__head h3 {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-deposit-asset .c-total-assets__note {
    position: absolute;
    font-weight: 300;
    font-size: 0.75rem;
    bottom: -1.875rem;
    left: 0;
    color: #034932;
  }
}
@media screen and (min-width: 768px) {
  .p-deposit-asset .c-asset-detail__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1.5rem;
  }
}

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

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

@media screen and (min-width: 768px) {
  .p-history .c-history {
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.p-history-select__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

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

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

.p-history-select select {
  font-weight: 300;
  font-size: 0.75rem;
  padding: 0.3125rem 2.125rem 0.3125rem 0.875rem;
  color: #034831;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}

.p-history .c-history-lists {
  position: relative;
  margin-top: 1rem;
  padding-top: 0.5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-history .c-history-lists {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-history .c-history-lists::before {
    position: absolute;
    content: "";
    width: calc(100% - 2rem);
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(3, 72, 49, .1);
  }
}

@media screen and (min-width: 768px) {
  .p-history .c-history-lists li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.p-interest-data__content {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-interest-data__content {
    padding: 1.5rem;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

.p-interest-data__download h3 {
  font-weight: 600;
  font-size: 0.875rem;
}

.p-interest-data__download .c-btn {
  margin-top: 0.5rem;
}

.p-interest-data__download-text {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}

.p-interest-data__download-text strong {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #DD2C2C;
  text-align: center;
}

.p-interest-data__download-text h4 {
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.p-interest-data__download-text p {
  font-weight: 300;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  color: #2B535D;
}

.p-interest-data__download-text p span {
  display: inline-block;
  text-indent: -0.9375rem;
  padding-left: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .p-lending-asset {
    margin-bottom: 2.5rem;
    padding: 1.25rem 1rem 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
  }
}

@media screen and (max-width: 767px) {
  .p-lending-asset .l-flex {
    gap: 1.125rem;
  }
}

.p-lending-asset h3 {
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lending-asset h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #034932;
  }
}

.p-lending-under__toggle {
  position: relative;
  font-weight: 300;
  font-size: 0.625rem;
  padding: 0.3125rem 1.25rem 0.3125rem 0.625rem;
  color: #034932;
  border: 1px solid #034932;
  letter-spacing: 0.03125rem;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-lending-under__toggle {
    margin-top: 0.625rem;
  }
}

.p-lending-under__toggle::after {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.3125rem;
  right: 0.3125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/icon_select-green.svg) no-repeat center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.p-lending-under__plans {
  display: none;
}

.p-lending-under__plans ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.p-lending-under__plans ul li {
  border-radius: 0.125rem;
  border: 1px solid rgba(3, 72, 49, .1);
  -webkit-box-shadow: 0 0 4px 0 rgba(1, 142, 95, .1);
          box-shadow: 0 0 4px 0 rgba(1, 142, 95, .1);
}

.p-lending-under__plan-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;
  padding: 0.375rem 0.75rem;
  background-color: #D1F2E7;
}

.p-lending-under__plan-head p:nth-child(1) {
  font-weight: 600;
  font-size: 0.75rem;
  color: #034932;
}

.p-lending-under__plan-head p:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
  color: #DD2C2C;
}

.p-lending-under__plan-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;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
}

.p-lending-under__plan-flex:not(:has(.c-btn:nth-child(2))) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.p-lending-under__plan-number p span:nth-child(1) {
  font-weight: 600;
  font-size: 0.875rem;
}

.p-lending-under__plan-number p span:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
  color: #2B535D;
  margin-left: 0.1875rem;
  margin-right: 0.3125rem;
}

.p-lending-under__plan-number p span:nth-child(3) {
  font-weight: 300;
  font-size: 0.75rem;
  color: #00BEBE;
}

.p-lending-under__plan-number p:nth-child(2) {
  margin-top: 0.1875rem;
}

.p-lending-under__plan-number p:nth-child(2) span:nth-child(1) {
  font-size: 0.75rem;
}

.p-lending-under__plans .c-btn-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

/* ===== p-lending-asset 専用スタイル ===== */
@media screen and (max-width: 767px) {
  .p-lending-asset .c-total-assets .c-btn {
    margin-top: 0.75rem;
  }
}
.p-lending-asset .c-asset-detail__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lending-asset .c-asset-detail__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-lending-asset .c-asset-detail__lists > li {
    margin-top: 0;
    padding: 0.75rem;
    background-color: #fff;
    border: 1px solid rgba(3, 72, 49, .1);
    -webkit-box-shadow: 0 0 4px 0 rgba(1, 142, 95, .1);
            box-shadow: 0 0 4px 0 rgba(1, 142, 95, .1);
    border-radius: 0.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lending-asset .c-asset-detail__lists > li {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .p-lending-asset .c-asset-detail__list-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
.p-lending-asset .p-lending-under__plans .c-btn a {
  width: 6.25rem;
}

@media screen and (min-width: 768px) {
  .p-lending {
    width: calc(100% - 24.9375rem);
    margin-bottom: 0;
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border-radius: 0.125rem;
  }
}

.p-lending-head {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-lending-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;
  }
}

@media screen and (max-width: 767px) {
  .p-lending-head .c-btn-sub a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0.5rem;
    padding-right: 1rem;
  }
}

.p-lending-content {
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-lending-content {
    padding: 1rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    border-radius: 0.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-lending-content {
    margin-top: 0.75rem;
  }
}

.p-lending-lists > li {
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(3, 72, 49, .1);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(1, 142, 95, .1);
          box-shadow: 0 0 0.25rem 0 rgba(1, 142, 95, .1);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-lending-lists > li {
    padding: 1rem;
    border: 1px solid #ECECEC;
  }
}

.p-lending-lists > li + li {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-lending-lists > li + li {
    margin-top: 1.875rem;
  }
}

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

.p-lending-lists ul li + li {
  margin-top: 0.5rem;
}

.p-lending-lists a {
  position: relative;
  display: block;
  padding: 0.75rem 1.75rem 0.75rem 0.75rem;
  background-color: #fff;
  border: 1px solid rgba(3, 72, 49, .1);
  -webkit-box-shadow: 0 0 4px 0 rgba(1, 142, 95, .1);
          box-shadow: 0 0 4px 0 rgba(1, 142, 95, .1);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-lending-lists a {
    padding: 1rem 2rem 1rem 1rem;
  }
}

.p-lending-lists a::before {
  position: absolute;
  content: "";
  width: 1rem;
  height: calc(100% + 0.125rem);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #034932;
  border-radius: 0 0.125rem 0.125rem 0;
}

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

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

.p-lending-list__head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-lending-list__head-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-lending-list__head-unit img {
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__head-unit img {
    height: 1.5625rem;
  }
}

.p-lending-list__head-unit p {
  font-weight: 300;
  font-size: 0.75rem;
  color: #646464;
  margin-left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__head-unit p {
    font-size: 1rem;
    margin-left: 0.3125rem;
  }
}

.p-lending-list__head-left > p {
  display: inline-block;
  font-weight: 300;
  font-size: 0.625rem;
  margin-left: 0.625rem;
  padding: 0.125rem 0.25rem;
  color: #034932;
  background-color: #D1F2E7;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__head-left > p {
    font-size: 0.875rem;
    margin-left: 1rem;
  }
}

.p-lending-list__head-note {
  text-align: right;
}

.p-lending-list__head-note p {
  font-weight: 300;
  font-size: 0.625rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-lending-list__head-note p {
    font-size: 0.75rem;
  }
}

.p-lending-lists a h3 {
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lending-lists a h3 {
    font-size: 1rem;
    color: #034932;
  }
}

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

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

.p-lending-list__number p:nth-child(1) {
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__number p:nth-child(1) {
    font-size: 1.5rem;
  }
}

.p-lending-list__number p:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
  margin-left: 0.125rem;
  color: #2B535D;
}
@media screen and (min-width: 768px) {
  .p-lending-list__number p:nth-child(2) {
    display: inline;
    font-weight: 600;
    font-size: 1.25rem;
    margin-left: 0.25rem;
  }
}

.p-lending-list__number:nth-child(2) p:nth-child(1) {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-lending-list__number:nth-child(2) p:nth-child(1) {
    font-weight: 300;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-lending-list__number:nth-child(2) p:nth-child(2) {
    font-weight: 300;
    font-size: 1rem;
  }
}

.p-lending-list__number p:nth-child(3) {
  font-weight: 300;
  font-size: 0.75rem;
  margin-left: 0.3125rem;
  color: #00BEBE;
}
@media screen and (min-width: 768px) {
  .p-lending-list__number p:nth-child(3) {
    font-size: 1rem;
    margin-left: 0.25rem;
  }
}

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

.p-lending .c-btn a {
  width: 13.75rem;
}

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

.p-qa-lists li {
  padding: 1rem 1.5rem 1rem 1rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
  cursor: pointer;
}

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

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

.p-qa-list__q::after {
  position: absolute;
  content: "";
  width: 0.75rem;
  height: 0.5rem;
  top: 0.625rem;
  right: -0.625rem;
  background: url(../images/icon_select-gray.svg) no-repeat center center/contain;
}

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

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

.p-qa-list__q p:nth-child(1),
.p-qa-list__a p:nth-child(1) {
  font-family: "lato", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  width: 1.25rem;
}

.p-qa-list__q p:nth-child(1) {
  background: radial-gradient(85.66% 44.41% at 55.59% 50%, #018E5F 0%, #034831 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-qa-list__a p:nth-child(1) {
  color: #BCCAC4;
}

.p-qa-list__q p:nth-child(2),
.p-qa-list__a p:nth-child(2) {
  width: calc(100% - 1.6875rem);
  margin-top: 0.3125rem;
  margin-left: 0.4375rem;
  color: #2B535D;
}

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

.p-qa-list__a p:nth-child(2) {
  font-weight: 300;
  font-size: 0.75rem;
}

/* =====  is-top専用スタイル ===== */
@media screen and (min-width: 768px) {
  .is-top .p-qa {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-refer .l-flex {
    margin-bottom: 1.5rem;
  }
}

/* p-refer-code
-----------------------------------------------------*/
.p-refer-code {
  margin-bottom: 0;
  padding: 1.25rem 1.5rem 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-refer-code {
    width: 30.5rem;
    padding: 1.5rem 1.5rem 1.5rem 1rem;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  }
}

.p-refer-code h3 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-refer-code h3 {
    font-size: 1rem;
  }
}

.p-refer-code__qr {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-refer-code__qr {
    margin-top: 0.5rem;
  }
}

.p-refer-code__qr-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;
}

.p-refer-code__qr-flex img {
  width: 6.75rem;
}
@media screen and (min-width: 768px) {
  .p-refer-code__qr-flex img {
    width: 9.375rem;
  }
}

.p-refer-code__qr-copy {
  width: calc(100% - 7.5rem);
  margin-left: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-refer-code__qr-copy {
    width: calc(100% - 10.875rem);
    margin-left: 1.5rem;
  }
}

.p-refer-code__qr-copy p {
  font-weight: 600;
  font-size: 1.25rem;
  color: #034831;
  word-break: break-all;
}

.p-refer-code__url {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-refer-code__url {
    margin-top: 0.5rem;
  }
}

.p-refer-code__url p {
  font-weight: 300;
  font-size: 0.75rem;
  margin-top: 0.5rem;
  color: #034932;
  word-break: break-all;
  line-height: normal;
}

.p-refer-code__sns {
  margin-top: 1.25rem;
  padding: 1rem;
  background-color: #FBFBFB;
  border: 1px solid rgba(3, 72, 49, .1);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-refer-code__sns {
    margin-top: 1rem;
  }
}

.p-refer-code__sns h3 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #034932;
  text-align: center;
}

.p-refer-code__sns-share {
  margin-top: 0.5rem;
  text-align: center;
}

.p-refer-code__sns-share a {
  display: inline-block;
  width: 8.4375rem;
}

.p-refer-code__sns-share a:hover {
  -webkit-filter: initial;
          filter: initial;
}

/* p-refer-reward
-----------------------------------------------------*/
.p-refer-reward {
  padding: 0.75rem 0.75rem 1.875rem;
  background-color: #fff;
  border: 1px solid #DCEFE9;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-refer-reward {
    width: calc(100% - 32rem);
    margin-bottom: 0;
    padding: 1.5rem 1rem;
    border: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  }
}

.p-refer-reward h3 {
  font-weight: 600;
  font-size: 0.875rem;
  color: #034932;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-refer-reward h3 {
    font-size: 1rem;
    text-align: left;
  }
}

.p-refer-reward__detail {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-refer-reward__detail {
    margin-top: 1.5rem;
  }
}

.p-refer-reward__detail-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;
}

.p-refer-reward__recent,
.p-refer-reward__detail-flex + .p-refer-reward__detail-flex {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(3, 72, 49, .1);
}
@media screen and (min-width: 768px) {
  .p-refer-reward__recent,
  .p-refer-reward__detail-flex + .p-refer-reward__detail-flex {
    margin-top: 1rem;
    padding-top: 1rem;
  }
}

.p-refer-reward__detail-flex dt,
.p-refer-reward__detail-flex dd {
  font-weight: 300;
  font-size: 0.875rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-refer-reward__detail-flex dt,
  .p-refer-reward__detail-flex dd {
    font-size: 1rem;
  }
}

.p-refer-reward__recent h4 {
  font-weight: 300;
  font-size: 0.875rem;
  color: #034932;
  line-height: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-refer-reward__recent h4 {
    font-size: 1.125rem;
  }
}

.p-refer-reward__recent dl {
  margin-top: 0.125rem;
  padding: 0.5rem;
  background-color: #FBFBFB;
  border: 1px solid rgba(3, 72, 49, .1);
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-refer-reward__recent dl {
    margin-top: 0.75rem;
    padding: 0.75rem;
  }
}

.p-refer-reward__recent-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;
}

@media screen and (max-width: 767px) {
  .p-refer-reward__recent-flex + .p-refer-reward__recent-flex {
    margin-top: 0.25rem;
  }
}

.p-refer-reward__recent-flex dt,
.p-refer-reward__recent-flex dd {
  font-weight: 300;
  font-size: 0.75rem;
  color: #034932;
}
@media screen and (min-width: 768px) {
  .p-refer-reward__recent-flex dt,
  .p-refer-reward__recent-flex dd {
    font-size: 0.875rem;
  }
}

/* p-refer-info
-----------------------------------------------------*/
.p-refer-info {
  padding: 0.75rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 1px solid #DCEFE9;
  border-radius: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-refer-info {
    padding: 1.5rem 1rem;
    border: none;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
  }
}

.p-refer-info__item + .p-refer-info__item {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-refer-info__item + .p-refer-info__item {
    margin-top: 1.5rem;
  }
}

.p-refer-info__item h3 {
  font-weight: 600;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-refer-info__item h3 {
    font-size: 1rem;
  }
}

.p-refer-info__item ol,
.p-refer-info__item ul {
  padding-left: 1.25rem;
}

.p-refer-info__item ol,
.p-refer-info__item ul,
.p-refer-info__item p {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-refer-info__item ol,
  .p-refer-info__item ul,
  .p-refer-info__item p {
    margin-top: 1rem;
  }
}

.p-refer-info__item li,
.p-refer-info__item p {
  font-weight: 300;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-refer-info__item li,
  .p-refer-info__item p {
    font-size: 1rem;
  }
}

.p-refer-info__item li + li {
  margin-top: 0.25rem;
}

.p-refer-info__item ol li {
  list-style: decimal;
}

.p-refer-info__item ul li {
  list-style: disc;
}

.p-refer-info__item ul li::marker {
  font-size: 0.5rem;
}

.p-refer-info__item:not(:last-child) h3,
.p-refer-info__item:not(:last-child) li,
.p-refer-info__item:not(:last-child) p {
  color: #034932;
}

.p-refer-info__item:last-child h3,
.p-refer-info__item:last-child p {
  color: #DD2C2C;
}

.p-top-swiper {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .p-top-swiper {
    padding-left: 2rem;
  }
}

.u-bg--white {
  background-color: #fff;
}

.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-08 {
  margin-top: 0.5rem !important;
}

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

.u-no-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=styles.css.map */
