/* ======================================================
 * navigation
 * ------------------------------------------------------
 * - Override
 * - Header
 * - Main
 * - Footer
 * Print
====================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@layer layout {

/* ======================================================
 * 共通
====================================================== */
/* R1-34976 改修*/
.header-gnav__type--interest::after,
.header-gnav__type--campaign::after,
.header-gnav__type--support::after {
  content: none!important;
}
.header-chat__link::before {
  /* position: absolute; */
  left: -30px;
  top: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url("/app-files/img/chat-icon.svg") no-repeat 50% 50%;
}
/* R1-35267 */
.header-megamenu__link-list img.money,
.header-megamenu__link-list img.blank {
  display: none!important;
}
/* ======================================================
 * PC layout
====================================================== */
@media print,screen and (min-width:768px){
/* ======================================================
 * Override
====================================================== */
/* ======================================================
 * Header
====================================================== */
  .header-pc-hidden {
    display: none !important;
  }
  .Header {
    position: relative;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    z-index: 1000;
    box-shadow: 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    min-width: calc(1200px + 40px * 2) !important;
    font-weight: 400;
  }
  .Header__inner {
  }
  .Header__head {
    background-color: #D82B90;
  }
  .Header__head__inner {
    display: flex;
    align-items: center;
    width: calc(1200px + 40px * 2);
    margin: 0 auto !important;
    padding: 24px 40px 24px !important;
    background-color: #D82B90;
  }
  .Header__body {
    background-color: #fff;
  }
  .Header__body__inner {
    padding: 8px 24px !important;
    margin: 0 auto !important;
    width: calc(1200px + 40px * 2) !important;
    background-color: #fff;
  }
  .Header__foot {
    display: none;
  }

  .header-logo {
    flex-shrink: 0;
    width: 156px;
    line-height: 1;
  }
  .header-logo__type {
    display: block;
  }
  .header-logo__type:hover {
    opacity: .7 !important;
  }
  .header-logo__type:hover img {
    opacity: 1 !important;
  }

  .header-utility {
    display: flex;
    align-items: center;
    gap: 0 32px;
    margin-left: auto !important;
  }

  .header-snav__list {
    display: flex;
    gap: 0 16px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  [class*="header-snav__type"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 31px !important;
    min-height: 40px;
    border-radius: 999px;
    line-height: 1;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-snav__type--account {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #D82B90 !important;
  }
  .header-snav__type--account:hover {
    background-color: #EFAAD3 !important;
    border-color: #EFAAD3 !important;
    opacity: 1 !important;
  }
  .header-snav__type--login {
    background-color: #D82B90 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
  }
  .header-snav__type--login:hover {
    background-color: #fff !important;
    color: #D82B90 !important;
    opacity: 1 !important;
  }

  .header-assist {
    display: flex;
    align-items: center;
    gap: 0 16px;
    line-height: 1.6;
  }

  .header-chat__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-chat__link:hover {
    color: #EFAAD3 !important;
    opacity: 1 !important;
  }
  .header-support__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-support__link:hover {
    color: #EFAAD3 !important;
    opacity: 1 !important;
  }
  .header-sp-item {
    display: none;
  }

  .header-search {
    margin-left: 16px !important;
    height: 48px !important;
    width: 256px !important;
  }


  .header-menu-trigger {
    display: none;
  }
   /* R1-33731 追加*/
 .header-toplink {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}
.header-toplink:hover {
  color: #EFAAD3 !important;
  opacity: 1 !important;
}
.header-toplist {
display: flex;
flex-direction: column;
}
.header-snav:has(.header-toplink) {
  line-height: 1.6;
}
.header-snav__list:has(.header-toplink),
.header-snav__list > li:has(.header-toplink) {
  font-size: 12px !important;
}
.Header__head__inner {
justify-content: space-between;
}
.mb15 {
margin-bottom: 15px!important;
}
/* R1-34976 改修*/
.header-gnav__type--support::before {
  background: url("/app-files/img/head-gnav_06.svg") no-repeat 50% 50%;
  background-size: 29.2px auto;
}
/* R1-34978 header */
a.header-chat__link {
  position: relative;
  display: flex;
  align-items: center;
}  
a.header-chat__link::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/app-files/img/chat-icon.svg) no-repeat 50% 50%;
  display: flex;
  pointer-events: none;
}
.header-chat:hover {
  opacity: 0.7 !important;
  transition: all .25s cubic-bezier(.4,0,.2,1) 0s!important;
}
/* ======================================================
 * Gnav
====================================================== */
  .header-gnav {
  }
  .header-gnav__list {
    display: flex;
    gap: 0 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .header-gnav__list > li {
/*    position: relative;*/
    flex-grow: 1;
    width: calc(100% / 5);
  }
  .header-gnav__type-wrap {
    position: relative;
  }
  .header-gnav__list > li + li > .header-gnav__type-wrap::before {
    display: block;
    content: "";
    width: 1px;
    height: 32px;
    background-color: #D8D8D8;
    position: absolute;
    left: -16px;
    top: 12px;
  }
  .header-gnav__type,
  .header-gnav__type--toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 8px 12px 16px !important;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-gnav__type:hover,
  .header-gnav__type--toggle:hover {
    opacity: 1 !important;
    background-color: #F5F5F5 !important;
  }
  .is-active > .header-gnav__type,
  .is-active > .header-gnav__type--toggle {
    opacity: 1 !important;
    background-color: #F5F5F5 !important;
  }
  .header-gnav__type::before,
  .header-gnav__type--toggle::before {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .header-gnav__type::after,
  .header-gnav__type--toggle::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: url("/app-files/img/arrow_05.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .header-gnav__type--toggle::after {
    transform: rotate(90deg);
  }
  .header-gnav__type:hover::after,
  .header-gnav__type--toggle:hover::after,
  .is-active > .header-gnav__type::after,
  .is-active > .header-gnav__type--toggle::after {
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    opacity: 1 !important;
  }
  .header-gnav__type--products {
    padding-left: 9.9px !important;
    padding-right: 0 !important;
  }
  .header-gnav__type--products::before {
    background: url("/app-files/img/head-gnav_01.svg") no-repeat 50% 50%;
    background-size: 25.6px auto;
  }
  .header-gnav__type--interest::before {
    background: url("/app-files/img/head-gnav_02.svg") no-repeat 50% 50%;
    background-size: 24.5px auto;
  }
  .header-gnav__type--campaign::before {
    background: url("/app-files/img/head-gnav_03.svg") no-repeat 50% 50%;
    background-size: 25.6px auto;
  }
  .header-gnav__type--bank::before {
    background: url("/app-files/img/head-gnav_04.svg") no-repeat 50% 50%;
    background-size: auto 25.6px;
  }
  .header-gnav__type--pamphlet::before {
    background: url("/app-files/img/head-gnav_05.svg") no-repeat 50% 50%;
    background-size: 27.7px auto;
  }
  .header-gnav__type__label {
    color: #323232 !important;
    font-size: 18px !important;
    font-weight: 700;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-gnav__type:hover .header-gnav__type__label,
  .header-gnav__type--toggle:hover .header-gnav__type__label,
  .is-active > .header-gnav__type .header-gnav__type__label,
  .is-active > .header-gnav__type--toggle .header-gnav__type__label {
    color: #AD2273 !important;
    opacity: 1 !important;
  }

  .header-megamenu {
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;
    background-color: #fff !important;
    z-index: 1;
    /* fadein init */
    opacity: 0;
    display: none;
    box-shadow: inset 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    min-width: calc(1200px + 40px * 2) !important;
  }
  .header-megamenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu.is-hidden {
    display: none;
  }
  .header-megamenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }
  .header-megamenu__inner {
    position: relative;
    width: calc(1200px + 40px * 2) !important;
    margin: 0 auto !important;
    padding: 52px 0 !important;
    text-align: left;
  }
  .header-megamenu__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-megamenu__heading {
    margin: 32px 0 0 0 !important;
    padding: 0 0 0 32px !important;
    width: 246px;
  }
  .header-megamenu__heading__title {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1;
    color: #656565;
  }
  .header-megamenu__menu-list {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 246px;
  }
  .header-megamenu__menu-list > li:last-child .header-megamenu__menu-list__button,
  .header-megamenu__menu-list > li:last-child .header-megamenu__menu-list__button--blank {
    border-bottom: none !important;
  }
  .header-megamenu__menu-list__button,
  .header-megamenu__menu-list__button--products,
  .header-megamenu__menu-list__type {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 24px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-megamenu__menu-list__button:hover,
  .header-megamenu__menu-list__button--products:hover,
  .header-megamenu__menu-list__type:hover {
    color: #AD2273 !important;
    border-bottom: 1px solid #FBEAF4 !important;
    opacity: 1 !important;
  }
  .is-active > .header-megamenu__menu-list__button,
  .is-active > .header-megamenu__menu-list__button--products,
  .is-active > .header-megamenu__menu-list__type {
    color: #AD2273 !important;
    border-bottom: 1px solid #FBEAF4 !important;
  }
  .header-megamenu__menu-list__button::after,
  .header-megamenu__menu-list__button--products::after,
  .header-megamenu__menu-list__type::after,
  .is-active > .header-megamenu__menu-list__button::after,
  .is-active > .header-megamenu__menu-list__button--products::after,
  .is-active > .header-megamenu__menu-list__type::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .no-accordion::after {
    content: none!important;
  }
  .header-megamenu__menu-list__button--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  .header-megamenu__submenu {
    position: absolute;
    left: 286px;
    top: 52px;
    width: 954px;
    opacity: 0;
  }
  .header-megamenu__submenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu__submenu.is-hidden {
    display: none;
  }
  .header-megamenu__submenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }


  .header-megamenu__column {
    display: flex;
    gap: 0 16px;
  }
  .header-megamenu__column__item {
    width: calc((100% - 16px * 3) / 4);
  }
  /* R1-34796改修 */
  .header-megamenu__column[data-link-col="2"] .header-megamenu__column__item {
    width: calc((100% - 16px) / 2);
  }
  .header-megamenu__column[data-link-col="1"] .header-megamenu__link-list,
  .header-megamenu__column[data-link-col="2"] .header-megamenu__link-list {
    display: flex;
    gap: 16px;
  }
  .header-megamenu__column[data-link-col="2"] .header-megamenu__link-list li {
    width: calc((100% - 16px) / 2);
  }
  .header-megamenu__column[data-link-col="1"] .header-megamenu__column__item {
    width: 100%;
  }
  .header-megamenu__column[data-link-col="1"] .header-megamenu__link-list li {
    width: calc((100% - 16px * 3) / 4);
  }

  .header-megamenu__accordion,
  .header-megamenu__title {
    border-bottom: 1px solid #D8D8D8 !important;
    width: 100%;
    min-height: 48px;
    font-size: 1.6rem !important;
    font-weight: 700;
    line-height: 1.4;
  }
  .header-megamenu__accordion + * {
    margin-top: 32px !important;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label {
    display: block;
    padding: 18px 0 24px!important;
    text-align: center;
    position: relative;
    font-size: 16px!important;
    color: #323232!important;
    text-decoration: underline!important;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label span,
  .header-megamenu__title.link-none span {
    display: none;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label:hover {
    text-decoration: none!important;
    opacity: 1!important;
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 24px;
    height: 24px;
    margin-top: -14px;
    background: url("/app-files/img/arrow_02.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .header-megamenu__title.link-none {
    padding: 18px 0 24px!important;
    text-align: center;
    font-size: 16px!important;
  }
  .header-megamenu__title {
    position: relative;
  }
  .header-megamenu__link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 16px 16px;
    padding: 0 !important;
    list-style: none;
  }
  .header-megamenu__link-list > li {
    width: 100%;
  }
  .header-megamenu__link-list[data-link-col="4"] {
  }
  .header-megamenu__link-list[data-link-col="4"] > li {
    width: calc((100% - 16px * 3) / 4)
  }
  /* R1-35267*/
  .no-accordion-pc::after {
  content: none!important;
  }

  /* ----- button ----- */
  .header-megamenu__link-list [class*="__type"] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 38px !important;
    width: 100%;
    height: 100%;
    min-height: 64px;
    border: 2px solid #e880bc;
    border-radius: 12px;
    background-color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
  }
  .header-megamenu__link-list a[class*="__type"]:hover {
    border-color: #d82b90;
    background-color: #FBEAF4 !important;
    opacity: 1 !important;
  }
  .header-megamenu__link-list__type::after {
    position: absolute;
    top: 50%;
    right: 13px;
    width: 24px;
    height: 24px;
    margin-top: -14px;
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .header-megamenu__link-list__type--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  .header-megamenu__link-list__type--blank img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    visibility: hidden !important;
  }
  .header-megamenu__link-list__label {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ad2273;
  }

  .main-overlay {
    opacity: 0;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    background: transparent;
    transition: background 0.3s ease-in-out 0s;
  }
  .main-overlay.is-visible {
    animation: fadeIn 0.6s ease-in-out forwards;
    display: block;
  }
  .main-overlay.is-hidden {
    display: none;
  }
  .main-overlay.is-fadeout {
    animation: fadeOut 0.1s ease-in-out forwards;
    opacity: 0;
  }

  .is-active-menu .main-overlay {
    background: rgba(25,25,25,.7);
  }



/* ======================================================
 * Main
====================================================== */
  .Main .Main__content {
    margin: 0 auto !important;
  }
  .Main .Main__content > *:first-child,
  .Main .Main__content > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .Main .Main__content {
    max-width: calc(1120px + 80px * 2);
    padding: 6.55em 80px 6.55em !important;
  }

  .main-breadcrumb-wrap {
    border-top: 1px solid #E5E5E5 !important;
    background-color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    font-weight: 400;
  }

  .main-breadcrumb {
    display: flex;
    margin: 0 !important;
    margin: 0 auto !important;
    padding: 32px 80px 32px !important;
    width: calc(1200px + 40px * 2);
    list-style: none;
  }
  .main-breadcrumb > li {
    position: relative;
  }
  .main-breadcrumb > li + li {
    margin-left: 8px !important;
  }
  .main-breadcrumb > li + li::before {
    position: absolute;
    left: -2px;
    top: 11px;
    flex-shrink: 0;
    content: "";
    width: 7px;
    height: 7px;
    background: url("/app-files/img/arrow_04.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .main-breadcrumb > li > * {
    font-size: 14px !important;
    padding-left: 11.5px !important;
    text-decoration: none !important;
    line-height: 1.3;
  }
  .main-breadcrumb > li:first-child > * {
    padding-left: 0 !important;
  }
  .main-breadcrumb > li > a {
    color: #AD2273 !important;
  }
  .main-breadcrumb > li > a:hover {
    text-decoration: underline !important;
    text-underline-position: from-font;
    opacity: 1 !important;
  }

/* ======================================================
 * Footer
====================================================== */
  .Footer {
    position: relative;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    font-weight: 400;
  }
  .Footer__head {
    background-color: #F5F5F5;
  }
  .Footer__head__inner {
    width: calc(1200px + 40px * 2);
    margin: 0 auto !important;
    padding: 56px 80px 32px !important;
    text-align: left;
    background-color: #F5F5F5;
  }
  .Footer__body {
    background-color: #F5F5F5;
  }
  .Footer__body__inner {
    width: calc(1200px + 40px * 2);
    margin: 0 auto !important;
    padding: 56px 80px 32px !important;
    text-align: left;
    background-color: #F5F5F5;
  }
  .Footer__head + .Footer__body > .Footer__body__inner {
    padding-top: 24px !important;
  }
  .Footer__foot {
    background-color: #fff;
  }
  .Footer__foot__inner {
    width: calc(1200px + 40px * 2);
    margin: 0 auto !important;
    padding: 30px 80px 30px !important;
    text-align: left;
  }

  .footer-link-column {
    display: flex;
    gap: 0 128px;
  }
  .footer-link-column__item {
    flex-grow: 1;
    width: calc(100% / 3);
  }

  .footer-link-list {
    display: flex;
    flex-flow: column;
    gap: 14px 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  [class*="footer-link-list__type"] {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 28px !important;
    width: 100%;
    min-height: 24px;
    color: #191919 !important;
    font-size: 14px;
    text-decoration: none !important;
    line-height: 1.3;
  }
  [class*="footer-link-list__type"]:hover {
    text-decoration: underline !important;
    text-underline-position: from-font;
    opacity: 1 !important;
  }
  [class*="footer-link-list__type"] > img {
    visibility: hidden;
    height: 18px !important;
  }
  [class*="footer-link-list__type"]::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
  }
  .footer-link-list__type::after {
    background: url("/app-files/img/arrow_04.svg") no-repeat 50% 50%;
    background-size: 6.5px auto;
  }
  .footer-link-list__type--blank::after {
    background: url("/app-files/img/new_blank_02.svg") no-repeat 50% 50%;
    background-size: 8px auto;
  }
  .footer-link-list__type--pdf::after {
    background: url("/app-files/img/pdf_01.svg") no-repeat 50% 50%;
    background-size: auto 18px;
  }
  .footer-link-column + .footer-body-column {
    margin-top: 48px !important;
    padding-top: 48px !important;
    border-top: 1px solid #D8D8D8 !important;
  }
  .footer-body-column {
    display: flex;
    align-items: center;
  }
  .footer-body-column__item {
    flex-grow: 1;
  }

  .footer-copyright {
    margin-right: 32px !important;
    font-size: 12px !important;
    color: #000 !important;
  }
  .footer-code {
    font-size: 12px !important;
    color: #000 !important;
  }
  .footer-sharing {
    width: 170px;
    margin-right: 10px !important;
    margin-left: auto !important;
  }
  .footer-sharing a:hover {
    opacity: .7 !important;
  }
  .footer-sharing a:hover img {
    opacity: 1 !important;
  }

  .footer-foot-column {
    display: flex;
    align-items: center;
  }
  .footer-foot-column__item {
    flex-grow: 1;
    width: calc(100% / 2);
  }

  .footer-aeon {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .footer-aeon > a > img:not(.footer-aeon__image) {
    display: none !important;
  }

  .footer-group {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex;
    justify-content: flex-end;
    gap: 0 8px;
  }
  .footer-group > li {
    font-size: 12px !important;
  }
  .footer-group > li a {
    color: #000 !important;
    text-decoration: none !important;
  }
  .footer-group > li a:hover {
    text-decoration: underline!important;
    text-underline-position: from-font;
    opacity: 1 !important;
  }
  .footer-group > li a > img {
    display: none !important;
  }
  .footer-group > li + li::before {
    content: "｜";
    color: #000 !important;
    font-size: 12px;
    margin-right: 8px;
  }
  /* R1-34978 */
  .footer-pc-hidden {
    display: none;
  }
  .Footer__head + .Footer__body > .Footer__body__inner {
     padding-top: 36px !important;
  }
/* ======================================================
 * Chatbot
====================================================== */
/* ======================================================
 * Search
====================================================== */
  .header-search #sai-box {
    padding: 0 !important;
  }
  .header-search .sai-search-wrap {
    max-width: 256px !important;
  }
  .header-search .loadingArea.withoutTitle {
    height: 48px !important;
  }
  .header-search .sai-search-wrap:has(.FaqClientBox.pc.focus.withSaiModal) {
    position: absolute;
    top: 24px !important;
    left: 50%;
  }
  .header-search .sai-search-wrap:has(.FaqClientBox.pc.focus.withSaiModal) .recommend {
    margin: 0 auto !important;
    transform: translateX(-50%);
  }
  .header-search .sai-search-wrap:has(.FaqClientBox.pc.focus.withSaiModal) .sai-tagged-input.onFocus {
    transform: translateX(-50%);
  }
  .header-search .sai-embed .content .search {
    border: none !important;
    border-radius: 8px !important;
    width: 256px !important;
  }
  .header-search .sai-embed .content .search .tagInput {
    width: 256px !important;
  }
  .header-search .sai-embed .content .search .tagInput .sai-tagged-input {
    padding: 12px 16px 12px 16px !important;
  }
  .header-search .sai-embed .content .search .tagInput .sai-tagged-input__contents__input {
    min-height: 24px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 12px !important;
  }
  .header-search .sai-embed .content .search .tagInput .sai-tagged-input__icon {
    padding: 0 !important;
    width: 24px;
    height: 24px;
    background: url("/app-files/img/search_01.svg") no-repeat 50% 50% !important;
    background-size: 18px auto !important;
  }
  .header-search .sai-embed .content .search .tagInput .sai-tagged-input__icon svg {
    display: none !important;
  }

  #sai-box {
    padding: 0;
  }
  .sai-search-wrap {
    width: 100%;
  }
  .sai-embed .head {
    display: none !important;
  }
  .sai-embed .tags {
    display: none !important;
  }
  .sai-embed .content {
  position: relative;
  }
  .sai-embed .content .search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .sai-embed .content .search .recommend {
    position: absolute;
    width: 1000px !important;
    border-radius: 0 0 6px 6px;
  }
  .sai-tagged-input.onFocus {
    width: 1000px !important;
    border-bottom: 1px solid #d1d1d1 !important;
  }
  .sai-tagged-input__contents__input[data-v-f094eae0] {
    font-size: 12px !important;
  }
  .sai-tagged-input__icon[data-v-f094eae0] {
    padding-top: 8px !important;
  }

}


/* ======================================================
 * SP layout
====================================================== */
@media only screen and (max-width:767.98px){
/* ======================================================
 * Override
====================================================== */
.d-inline {
  display: inline!important;
}
.d-inblo {
  display: inline-block!important;
}

/* ======================================================
 * Header
====================================================== */
  .header-sp-hidden {
    display: none !important;
  }
  body.is-active-menu {
    position: fixed !important;
    width: 100% !important;
  }

  .Header {
    position: relative;
    padding: 0 !important;
    height: auto !important;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    font-weight: 400;
    box-shadow: 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    z-index: 1000;
  }
  .Header__head {
    background-color: #D82B90;
  }
  .Header__head__inner {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto !important;
    padding: 22px 13px 22px !important;
    justify-content: space-between;
  }
  .Header__body {
    background-color: #fff;
  }
  .Header__body__inner {
    padding: 3px 8px !important;
  }

  .header-logo {
    flex-shrink: 0;
    width: 104px;
    line-height: 1;
  }
  .header-logo__type {
    display: block;
  }

  .header-utility {
    display: flex;
    align-items: center;
    gap: 0 24px;
    margin-left: auto !important;
  }

  .header-snav__list {
    display: flex;
    gap: 0 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-snav__list > li {
    line-height: 1;
  }
  [class*="header-snav__type"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 11px !important;
    min-height: 29px;
    border-radius: 999px;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-snav__type--account {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #D82B90 !important;
  }
  .header-snav__type--login {
    background-color: #D82B90 !important;
    border: 2px solid #fff;
    color: #fff !important;
  }

  .header-assist {
    display: flex;
    align-items: center;
    gap: 0 13px;
  }

  .header-assist > .header-search {
    display: none;
  }

  .header-chat__link:hover {
    color: #EFAAD3 !important;
  }
  .header-assist > .header-support {
    display: none;
  }
  .header-support__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-support__link:hover {
    color: #EFAAD3 !important;
  }
  .header-sp-item__link {
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
  }
  .header-sp-item__link:hover {
    color: #EFAAD3 !important;
  }


  .header-menu-trigger {
  }
  .header-menu-trigger__button {
    position: relative;
    display: flex;
    padding: 6px 4px !important;
    width: 24px !important;
    height: 24px !important;
    overflow: hidden !important;
    background-color: #D82B90;
    border: none;
    font-size: 10px !important;
    text-indent: 200% !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-menu-trigger__button::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: "";
    width: 22px;
    height: 18px;
    background: url("/app-files/img/head-menu_01.svg") no-repeat 50% 50%;
    background-size: 22px auto;
  }
  .is-active .header-menu-trigger__button::before {
    background: url("/app-files/img/head-menu_02.svg") no-repeat 50% 50%;
    background-size: 14px auto;
  }

  /* R1-34978 header */
  .header-chat__link {
    font-size: 10px;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    text-align: center;
}
  a.header-chat__link {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}  
  a.header-chat__link::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/app-files/img/chat-icon.svg) no-repeat 50% 50%;
    display: flex;
}
  .header-chat__link::after {
    content: none;
}
  .header-utility {
    gap: 0 10px;
}
  .header-assist {
    gap: 0 10px;
}
  .header-chat {
    flex-shrink: 0;
}
/* R1-34978 header */

/* ======================================================
 * Gnav
====================================================== */
  .header-gnav {
  }
  .header-gnav__list {
    display: flex;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .header-gnav__list > li {
/*    position: relative;*/
    flex-grow: 1;
    width: calc(100% / 5);
  }
  .header-gnav__type-wrap {
    position: relative;
  }
  .header-gnav__type,
  .header-gnav__type--toggle {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 4px 0;
    padding: 46px 2px 8px 2px !important;
    width: 100%;
    background-color: #fff;
    border: none;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .is-active > .header-gnav__type,
  .is-active > .header-gnav__type--toggle {
    opacity: 1 !important;
    background-color: #F5F5F5 !important;
  }
  .header-gnav__type:hover,
  .header-gnav__type--toggle:hover,
  .header-gnav__type:active,
  .header-gnav__type--toggle:active,
  .header-gnav__type:focus,
  .header-gnav__type--toggle:focus {
    opacity: 1 !important;
  }
  .header-gnav__type::before,
  .header-gnav__type--toggle::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 8px auto 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 30px;
    height: 30px;
  }
  .header-gnav__type::after,
  .header-gnav__type--toggle::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 40px;
    height: 24px;
    background: url("/app-files/img/arrow_05.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .header-gnav__type--toggle::after {
    transform: rotate(90deg);
  }
  .is-active > .header-gnav__type::after,
  .is-active > .header-gnav__type--toggle::after {
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .header-gnav__type--products::before {
    background: url("/app-files/img/head-gnav_01.svg") no-repeat 50% 50%;
    background-size: 24px auto;
  }
  .header-gnav__type--interest::before {
    background: url("/app-files/img/head-gnav_02.svg") no-repeat 50% 50%;
    background-size: 23px auto;
  }
  .header-gnav__type--campaign::before {
    background: url("/app-files/img/head-gnav_03.svg") no-repeat 50% 50%;
    background-size: 24px auto;
  }
  .header-gnav__type--bank::before {
    background: url("/app-files/img/head-gnav_04.svg") no-repeat 50% 50%;
    background-size: auto 24px;
  }
  .header-gnav__type--pamphlet::before {
    background: url("/app-files/img/head-gnav_05.svg") no-repeat 50% 50%;
    background-size: 26px auto;
  }
  .header-gnav__type__label {
    color: #323232 !important;
    font-weight: 700;
    font-size: 10px !important;
    line-height: 1;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
  }
  .is-active > .header-gnav__type .header-gnav__type__label,
  .is-active > .header-gnav__type--toggle .header-gnav__type__label {
    color: #AD2273 !important;
  }
  .header-megamenu {
    position: absolute;
    left: 0;
    top: 150px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    overflow-y: auto;
    box-shadow: inset 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    /* fadein init */
    opacity: 0;
    display: none;
  }
  .header-megamenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu.is-hidden {
    display: none;
  }
  .header-megamenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }
  .header-megamenu__inner {
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 27px 0 48px !important;
    text-align: left;
  }
  #nav-products .header-megamenu__inner {
    padding-top: 27px!important;
  }
  .header-megamenu__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-megamenu__heading {
    margin: 48px 0 0 0 !important;
    padding: 0 24px !important;
  }
  .header-megamenu__heading__title {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 1;
    color: #323232;
  }
  .header-megamenu__menu-list {
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .header-megamenu__menu-list__button,
  .header-megamenu__menu-list__button--blank,
  .header-megamenu__menu-list__type,
  .header-megamenu__accordion {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 24px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-megamenu__menu-list__button.is-active,
  .header-megamenu__menu-list__button--blank.is-active,
  .header-megamenu__menu-list__type.is-active,
  .header-megamenu__accordion.is-active {
    color: #AD2273 !important;
  }
  .header-megamenu__menu-list__button:hover,
  .header-megamenu__accordion:hover,
  .header-megamenu__menu-list__button:active,
  .header-megamenu__accordion:active,
  .header-megamenu__menu-list__button:focus,
  .header-megamenu__accordion:focus {
    opacity: 1 !important;
  }
  .header-megamenu__menu-list__button::after,
  .header-megamenu__accordion::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/accordion_01.svg") no-repeat 50% 50%;
    background-size: 22px auto;
    content: "";
  }
  .header-megamenu__menu-list__button.is-active::after,
  .header-megamenu__accordion.is-active::after {
    background: url("/app-files/img/accordion_02.svg") no-repeat 50% 50%;
    background-size: 22px auto;
  }
  .header-megamenu__menu-list__type::after,
  .is-active > .header-megamenu__menu-list__type::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    content: "";
  }
  .no-accordion::after {
    content: none!important;
  }
  .header-megamenu__menu-list__button--blank::after,
  .is-active > .header-megamenu__menu-list__button--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  .header-megamenu__menu-list__button--products {
    display: none;
  }
  .header-megamenu__menu-list__button--products + .header-megamenu__submenu {
    display: block !important;
  }
  .header-megamenu__menu-list__button__label {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
  }
  .header-megamenu__submenu {
    display: none;
  }
  .header-megamenu__submenu.is-open {
    display: block;
  }
  .header-megamenu__submenu.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-megamenu__submenu.is-hidden {
    display: none;
  }
  .header-megamenu__submenu.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }

  .header-megamenu__link-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .header-megamenu__menu-list__button--products + .header-megamenu__submenu .header-megamenu__link-list {
    display: none;
  }

  .header-megamenu__link-list.is-open {
    display: block !important;
  }
  .header-megamenu__title.link-none,
  .header-megamenu__title .header-megamenu__menu-list__button__label,
  .header-megamenu__link-list__type,
  .header-megamenu__link-list__type--blank {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 40px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-megamenu__title.link-none,
  .header-megamenu__title .header-megamenu__menu-list__button__label {
    padding-left: 24px!important;
  }
  .header-megamenu__title .header-megamenu__menu-list__button__label::after,
  .header-megamenu__link-list__type::after,
  .header-megamenu__link-list__type.is-active::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 8px auto;
    content: "";
  }
  .header-megamenu__link-list__type--blank::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/new_blank_01.svg") no-repeat 50% 50%;
    background-size: 12px auto;
    content: "";
  }
  [class*="header-megamenu__link-list__type"] > img {
    visibility: hidden;
  }

  .header-menu-panel {
    position: absolute;
    left: 0;
    top: 83px;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    box-shadow: inset 0px 8px 36px 0px rgba(50, 50, 50, 0.08);
    /* fadein init */
    opacity: 0;
    display: none;
  }
  .header-menu-panel.is-visible {
    animation: fadeIn 0.3s ease-in-out forwards;
    display: block;
  }
  .header-menu-panel.is-hidden {
    display: none;
  }
  .header-menu-panel.is-fadeout {
    animation: fadeOut 0.3s ease-in-out forwards;
    opacity: 0;
  }
  .header-menu-panel__inner {
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 27px 0 48px !important;
    text-align: left;
  }
  .header-menu-panel__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-menu-panel .header-search {
    padding: 0 10px !important;
  }
  .header-sp-item__link,
  .header-support__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 19px 48px 19px 24px !important;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    color: #323232 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    text-align: left;
    line-height: 1.6;
    transition: all .25s cubic-bezier(.4,0,.2,1) 0s;
  }
  .header-sp-item__link:hover,
  .header-support__link:hover {
    opacity: 1 !important;
    color: #323232 !important;
  }
  .header-sp-item__link::after,
  .header-support__link::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background: url("/app-files/img/arrow_01.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    content: "";
  }
  .header-megamenu__title a.header-megamenu__menu-list__button__label span,
  .header-megamenu__title.link-none span {
    display: block;
  }


  .main-overlay {
    opacity: 0;
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    background: transparent;
    transition: background 0.3s ease-in-out 0s;
  }
  .main-overlay.is-visible {
    animation: fadeIn 0.6s ease-in-out forwards;
    display: block;
  }
  .main-overlay.is-hidden {
    display: none;
  }
  .main-overlay.is-fadeout {
    animation: fadeOut 0.1s ease-in-out forwards;
    opacity: 0;
  }

  .is-active-menu .main-overlay {
    background: rgba(25,25,25,.7);
  }
/* R1-34976　改修 */
  .header-gnav__type--support::before {
    background: url("/app-files/img/head-gnav_06.svg") no-repeat 50% 50%;
    background-size: auto 29px;
}
  .header-gnav__type--products::after,
  .header-gnav__type--bank::after {
  content: none!important;
}



/* ======================================================
 * Main
====================================================== */
  .Main__content {
    margin: 0 auto;
  }
  .Main__content > *:first-child,
  .Main__content > section:first-child > *:first-child {
    margin-top: 0 !important;
  }
  .Main__content {
    width: 100%;
    padding: 8rem 24px;
  }

  .main-breadcrumb-wrap {
    border-top: 1px solid #E5E5E5 !important;
    background-color: #fff;
    text-align: left;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
    font-weight: 400;
  }

  .main-breadcrumb {
    display: flex;
    margin: 0 !important;
    margin: 0 auto !important;
    padding: 32px 24px 32px !important;
    width: 100%;
    list-style: none;
  }
  .main-breadcrumb > li {
    position: relative;
  }
  .main-breadcrumb > li + li {
    margin-left: 8px !important;
  }
  .main-breadcrumb > li + li::before {
    position: absolute;
    left: -2px;
    top: 11px;
    flex-shrink: 0;
    content: "";
    width: 7px;
    height: 7px;
    background: url("/app-files/img/arrow_04.svg") no-repeat 50% 50%;
    background-size: 7px auto;
  }
  .main-breadcrumb > li > * {
    font-size: 12px !important ;
    padding-left: 11.5px !important;
    text-decoration: none !important;
    line-height: 1.3;
  }
  .main-breadcrumb > li:first-child > * {
    padding-left: 0 !important;
  }
  .main-breadcrumb > li > a {
    color: #AD2273 !important;
  }
  .main-breadcrumb > li > a:hover {
    text-decoration: underline !important;
    text-underline-position: from-font;
  }

/* ======================================================
 * Footer
====================================================== */
  .Footer {
    position: relative;
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif;
    font-weight: 400;
  }
  .Footer__head {
    background-color: #F5F5F5;
  }
  .Footer__head__inner {
    width: 100%;
    margin: 0 auto !important;
    padding: 48px 24px 32px !important;
    text-align: left;
  }
  .Footer__body {
    background-color: #F5F5F5;
  }
  .Footer__body__inner {
    width: 100%;
    margin: 0 auto !important;
    padding: 48px 24px 32px !important;
    text-align: left;
  }
  .Footer__head + .Footer__body > .Footer__body__inner {
    padding-top: 24px !important;
  }
  .Footer__foot {
    background-color: #fff;
  }
  .Footer__foot__inner {
    width: 100%;
    margin: 0 auto !important;
    padding: 22px 24px 22px !important;
    text-align: left;
  }

  .footer-logo {
    padding-bottom: 3px !important;
  }
  .footer-logo > img {
    width: auto;
    height: 28px;
  }

  .footer-link-column {
    display: flex;
    flex-flow: column;
    gap: 0 16px;
  }
  .footer-link-column__item {
    display: none !important;
  }

  .footer-link-list {
    display: flex;
    flex-flow: row wrap;
    gap: 14px 14px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .footer-link-list > li {
    width: calc((100% - 16px) / 2);
  }
  [class*="footer-link-list__type"] {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 28px !important;
    width: 100%;
    min-height: 24px;
    color: #191919 !important;
    font-size: 12px;
    text-decoration: none !important;
    line-height: 1.3;
  }
  [class*="footer-link-list__type"]:hover {
    text-decoration: underline !important;
    text-underline-position: from-font;
  }
  [class*="footer-link-list__type"] > img {
    visibility: hidden;
    height: 18px;
  }
  [class*="footer-link-list__type"]::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
  }
  .footer-link-list__type::after {
    background: url("/app-files/img/arrow_04.svg") no-repeat 50% 50%;
    background-size: 6.5px auto;
  }
  .footer-link-list__type--blank::after {
    background: url("/app-files/img/new_blank_02.svg") no-repeat 50% 50%;
    background-size: 8px auto;
  }
  .footer-link-list__type--pdf::after {
    background: url("/app-files/img/pdf_01.svg") no-repeat 50% 50%;
    background-size: auto 18px;
  }
  .footer-link-column + .footer-body-column {
    margin-top: 32px !important;
    padding-top: 32px !important;
    border-top: 1px solid #D8D8D8 !important;
  }
  .footer-body-column {
    display: flex;
    align-items: center;
  }
  .footer-body-column__item {
    flex-grow: 1;
  }
  .footer-body-column--copyright {
    display: flex;
    flex-flow: column-reverse;
  }

  .footer-copyright {
    display: flex;
    flex-flow: column;
    font-size: 12px !important;
    color: #323232 !important;
    line-height: 1.6;
  }
  .footer-code {
    font-size: 12px !important;
    color: #323232 !important;
    line-height: 1.6;
  }
  .footer-sharing a:hover {
    opacity: .7 !important;
  }
  .footer-sharing a:hover img {
    opacity: 1 !important;
  }

  .footer-foot-column {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 16px 0;
  }
  .footer-foot-column__item {
  }

  .footer-aeon {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .footer-aeon > a > img:not(.footer-aeon__image) {
    display: none !important;
  }

  .footer-group {
    margin: 0 !important;
    padding: 6.5px 0 !important;
    list-style: none !important;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
  }
  .footer-group > li {
    position: relative;
    font-size: 12px !important;
  }
  .footer-group > li a {
    color: #000 !important;
    text-decoration: none !important;
  }
  .footer-group > li a:hover {
    text-decoration: underline!important;
    text-underline-position: from-font;
  }
  .footer-group > li a > img {
    display: none !important;
  }
  .footer-group > li + li::before {
    content: "｜";
    color: #000 !important;
    font-size: 12px;
    margin-right: 10px;
  }
  /* R1-34978 */
  .footer-sp-hidden {
    display: none;
  }
  .footer-sharing {
    width: 170px;
    margin: 0 auto!important;
  }
  /* ======================================================
   * Chatbot
  ====================================================== */
  /* ======================================================
   * Search
  ====================================================== */
  .header-search #sai-box {
    padding: 0 !important;
  }
  .header-search .loadingArea.withoutTitle {
    height: 48px !important;
  }
  .header-search .search {
    border: none !important;
    border-radius: 8px !important;
  }
  .header-search .taggeInput {
    border: 1px solid #CBCBCB !important;
  }
  .header-search .content {
    padding: 18px 14px 24px !important;
    background-color: #fff !important;
  }
  .header-search .sai-search-wrap {
    box-shadow: none !important;
    margin-bottom: 0 !important;
  }
  .header-search .sai-tagged-input:not(.onFocus) {
    padding: 12px 16px 12px 16px !important;
  }
  .header-search .sai-tagged-input.onFocus {
    padding: 6px 6px 6px 16px !important;
  }
  .header-search .sai-tagged-input__contents__input {
    min-height: 24px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: 0 !important;
    padding-right: 12px !important;
  }
  .header-search .sai-tagged-input__icon {
    padding: 0 !important;
    width: 24px;
    height: 24px;
    background: url("/app-files/img/search_01.svg") no-repeat 50% 50%;
    background-size: 18px auto;
  }
  .header-search .sai-tagged-input__icon>svg {
    display: none !important;
  }

  .sai-tagged-input__contents__input[data-v-f094eae0] {
    font-size: 16px !important;
  }
  .sai-tagged-input__icon[data-v-f094eae0] {
    padding-top: 8px !important;
  }

}
/* ======================================================
 * Print
====================================================== */
@media print {
}

}