/* ======================================================
 * navigation
 * ------------------------------------------------------
 * - Override
 * - Header
 * - Main
 * - Footer
 * Print
====================================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@layer layout {

/* ======================================================
 * 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(1120px + 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__type {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-logo__type:hover {
    opacity: .7 !important;
  }
  .header-logo__type:hover img {
    opacity: 1 !important;
  }
  .header-logo__type span {
    font-size: 25px;
    color: #fff !important;
    font-weight: bold;
  }

  [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;
  }

/* ======================================================
 * 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% / 3);
  }
  .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--toggle::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    content: "";
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background: url("/app-files/img/arrow_05.svg") no-repeat 50% 50%;
    background-size: 7px auto;
    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("/lifeplanguide/img/index_icon_02.svg") no-repeat 50% 50%;
    background-size: 32px auto;
  }
  .header-gnav__type--campaign::before {
    background: url("/lifeplanguide/img/index_icon_03.svg") no-repeat 50% 50%;
    background-size: 32px 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: 160px;
    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__menu-list {
    margin: 16px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 100%;
  }
  .header-megamenu__menu-list li {
    width: 100%;
  }
  .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 {
    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 {
    color: #AD2273 !important;
    border-bottom: 1px solid #FBEAF4 !important;
    opacity: 1 !important;
  }
  .is-active > .header-megamenu__menu-list__button {
    color: #AD2273 !important;
    border-bottom: 1px solid #FBEAF4 !important;
  }
  .header-megamenu__menu-list__button::after,
  .is-active > .header-megamenu__menu-list__button::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__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__column {
    display: flex;
    gap: 0 16px;
  }
  .header-megamenu__column__item {
    width: calc((100% - 16px * 3) / 4);
  }
    .header-megamenu__column__item.col2 {
    width: calc((100% - 16px) / 2 );
  }

  .header-megamenu__accordion {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 24px 0 !important;
    width: 100%;
    min-height: 48px;
    border-bottom: 1px solid #D8D8D8 !important;
    background-color: #fff;
    border: none;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.4;
    pointer-events: none;
    color: #323232 !important;
  }
  .header-megamenu__accordion + * {
    margin-top: 32px !important;
  }


  .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: 308px;
  }
  .header-megamenu__link-list[data-link-col="4"] {
  }
  .header-megamenu__link-list[data-link-col="4"] > li {
    width: calc((100% - 16px * 3) / 4)
  }

  /* ----- 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;
  }

/* ======================================================
 * Footer
====================================================== */
  #footer {
    background-color: #ffeff9;
    margin-bottom: 0;
  }
  #footer .footer__inner {
    margin: 0 auto;
    width: calc(1120px + 20px * 2);
    padding: 33px 20px 27px;
  }
  #footer .footer__inner .footer__logo {
    margin-bottom: 15px;
  }
  #footer .footer__inner .footerLink__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 150px;
    margin-bottom: 17px;
    padding: 0;
  }
  #footer .footer__inner .footerLink__list li {
    margin-bottom: 8px;
    max-width: 100%;
    width: 33.3333333333%;
    list-style: none;
  }
  #footer .footer__inner .footerLink__list li a {
    font-size: 1.3rem;
    text-decoration: none;
    color: #1f1f1f !important;
  }
  #footer .footer__inner .footerLink__list li a:hover {
    opacity: .7;
  }
  #footer .footer__inner .footer__bankCode {
    color: #9b9b9b;
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #footer .footer__inner .footer__copyright {
    color: #9b9b9b;
    font-size: 1.2rem;
  }
}


/* ======================================================
 * SP layout
====================================================== */
@media only screen and (max-width:767.98px){
/* ======================================================
 * Override
====================================================== */

/* ======================================================
 * 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 24px 22px !important;
  }
  .Header__body {
    background-color: #fff;
  }
  .Header__body__inner {
    padding: 3px 8px !important;
  }

  .header-logo img {
    width: 104px;
  }
  .header-logo__type {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .header-logo__type span {
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
  }

  .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;
  }
/* ======================================================
 * 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% / 3);
  }
  .header-gnav__type-wrap {
    position: relative;
    height: 100%;
  }
  .header-gnav__type,
  .header-gnav__type--toggle {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 4px 0;
    padding: 46px 2px 8px 2px !important;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    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--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("/lifeplanguide/img/index_icon_02.svg") no-repeat 50% 50%;
    background-size: 30px auto;
  }
  .header-gnav__type--campaign::before {
    background: url("/lifeplanguide/img/index_icon_03.svg") no-repeat 50% 50%;
    background-size: 30px 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;
  }
  .header-megamenu__inner > *:first-child {
    margin-top: 0 !important;
  }
  .header-megamenu__menu-list {
    margin: 24px 0 0 0 !important;
    padding: 0 !important;
    list-style: none;
    width: 100%;
  }
  .header-megamenu__menu-list li {
    width: 100%;
  }
  .header-megamenu__menu-list__button,
  .header-megamenu__menu-list__button--blank,
  .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__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__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__label {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', Meiryo, Osaka, Arial, 'MS PGothic', sans-serif !important;
  }

  .header-megamenu__link-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: none;
  }

  .header-megamenu__link-list.is-open {
    display: block !important;
  }

  .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__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;
  }
  .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__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;
  }
/* ======================================================
 * Footer
====================================================== */
  #footer {
    background-color: #ffeff9;
    margin-bottom: 0;
  }
  #footer .footer__inner {
    margin: 0 auto;
    width: 100%;
    padding: 30px 24px;
  }
  #footer .footer__inner .footer__logo {
    margin-bottom: 27px;
  }
  #footer .footer__inner .footerLink__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 260px;
    margin-bottom: 17px;
    padding: 0;
  }
  #footer .footer__inner .footerLink__list li {
    max-width: 100%;
    list-style: none;
    margin-bottom: 14px;
    padding-right: 10px;
    width: 50%;
  }
  #footer .footer__inner .footerLink__list li a {
    font-size: 1.2rem;
    text-decoration: none;
    color: #1f1f1f !important;
  }
  #footer .footer__inner .footerLink__list li a:hover {
    opacity: .7;
  }
  #footer .footer__inner .footer__bankCode {
    color: #9b9b9b;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  #footer .footer__inner .footer__copyright {
    color: #9b9b9b;
    font-size: 1.2rem;
  }
}
/* ======================================================
 * Print
====================================================== */
@media print {
}

}