@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
@media print and (min-width: 1025px), screen and (min-width: 1025px) {
    .tb-over {
        display: none !important;
    }
}
@media print and (max-width: 1024px), screen and (max-width: 1024px) {
    .tb-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
/*  reset.css
--------------------------------------------- */
.l-footer,
.l-footer-pagetop {
    position: relative;
    box-sizing: border-box;
    color: #333333;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif !important;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    text-align: left;
}
@media screen and (max-width: 1024px) {
    .l-footer,
    .l-footer-pagetop {
        font-size: 1rem;
        line-height: 1.5;
    }
}
.l-footer *, .l-footer *::before, .l-footer *::after,
.l-footer-pagetop *,
.l-footer-pagetop *::before,
.l-footer-pagetop *::after {
    box-sizing: border-box;
}
.l-footer a,
.l-footer-pagetop a {
    text-decoration: none;
    cursor: pointer;
}
.l-footer a:hover, .l-footer a:active, .l-footer a:focus,
.l-footer-pagetop a:hover,
.l-footer-pagetop a:active,
.l-footer-pagetop a:focus {
    text-decoration: none;
}
.l-footer a:focus-visible,
.l-footer-pagetop a:focus-visible {
    outline-offset: 1px;
}
.l-footer img,
.l-footer-pagetop img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/*  l-footer
--------------------------------------------- */
.l-footer {
    background-color: #0072BC;
}
.l-footer__container {
    padding-top: 57px;
    padding-bottom: 55px;
}
@media screen and (max-width: 1024px) {
    .l-footer__container {
        padding-top: 35px;
        padding-bottom: 33px;
    }
}
.l-footer__copyright {
    padding: 13px 0;
    text-align: center;
    background-color: #fff;
}
@media screen and (max-width: 1024px) {
    .l-footer__copyright {
        padding: 16px 0;
    }
}
.l-footer__copyright-txt {
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

/*  l-footer-container
--------------------------------------------- */
.l-footer-container {
    padding-inline: 50px;
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
    .l-footer-container {
        padding-inline: 10px;
    }
}

/* ---------------------------------------------
*   l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    border-bottom: 1px solid #fff;
}
.l-footer-pagetop__link {
    display: block;
    padding-block: 12px;
    background-color: #0072BC;
    text-align: center;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    /*
    .l-footer-pagetop__link {
        transition: opacity 300ms;
    }
    .l-footer-pagetop__link:hover {
        opacity: 0.7;
    }*/
}
@media screen and (max-width: 1024px) {
    .l-footer-pagetop__link {
        padding-block: 16px 15px;
    }
}
.l-footer-pagetop__link-txt {
    position: relative;
    padding-right: 26px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.l-footer-pagetop__link-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    aspect-ratio: 10/6;
    -webkit-mask: url(https://www.ntt-finance.co.jp/img/common/arrow-1.svg) 0 0 no-repeat;
            mask: url(https://www.ntt-finance.co.jp/img/common/arrow-1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #fff;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.l-footer-pagetop__link:hover .l-footer-pagetop__link-txt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 10px;
    aspect-ratio: 10/6;
    -webkit-mask: url(https://www.ntt-finance.co.jp/img/common/arrow-1.svg) 0 0 no-repeat;
            mask: url(https://www.ntt-finance.co.jp/img/common/arrow-1.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #fff;
    transform: translateY(-90%);
    transition: transform 0.3s;
}

/* ---------------------------------------------
*   l-footer-btn
--------------------------------------------- */
/*  l-footer-btn
--------------------------------------------- */
.l-footer-btn {
    position: relative;
    width: 100%;
    border-radius: 999px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
}
.l-footer-btn__link {
    padding: 10px 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0072BC;
    border-radius: 999px;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-footer-btn__link {
        transition: opacity 300ms;
    }
    .l-footer-btn__link:hover {
        /* opacity: 0.7; */
        background-color: #fff;
    }
}
.l-footer-btn__txt {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.l-footer-btn--ico .l-footer-btn__txt {
    position: relative;
}
.l-footer-btn--ico .l-footer-btn__txt::after {
    content: "当該ページを別ウィンドウで開きます";
    position: absolute;
    top: 46%;
    right: -20px;
    display: block;
    width: 11px;
    aspect-ratio: 1/1;
    -webkit-mask: url(https://www.ntt-finance.co.jp/img/common/icon_outlink.svg) 0 0 no-repeat;
            mask: url(https://www.ntt-finance.co.jp/img/common/icon_outlink.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    transform: translate(0, -50%);
    font-size: 0;
}
.l-footer-btn--br .l-footer-btn__link {
    background-color: #0072BC;
}
.l-footer-btn--br .l-footer-btn__txt {
    color: #fff;
}
.l-footer-btn--br .l-footer-btn__txt::after {
    background-color: #fff;
}
.l-footer-btn--small {
    width: 128px;
}
@media screen and (max-width: 1024px) {
    .l-footer-btn--small {
        width: 124px;
    }
}
.l-footer-btn-trans-1 {
    /* width: 100%; */
    gap: 5px;
    overflow: hidden;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    outline: none;
    transition: ease .2s;
}
.l-footer-btn-trans-1::before {
  content: "当該ページを別ウィンドウで開きます";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  border-radius: 999px;
  transform-origin: left top;
  transform: scaleX(0);
  transition: transform ease .3s;
  color: #fff;
}
.l-footer-btn-trans-1:hover {
    color: #0072BC;
    /* border: none; */
    background-color: transparent;
}
.l-footer-btn-trans-1:hover .l-footer-btn__txt{
    color: #0072BC;
    z-index: 2;
}
.l-footer-btn-trans-1:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}
.l-footer-btn-trans-1:hover .l-footer-btn__txt::after{
    filter: invert(29%) sepia(97%) saturate(5096%) hue-rotate(189deg) brightness(95%) contrast(101%);
}

/* ---------------------------------------------
*   l-footer-link
--------------------------------------------- */
/*  l-footer-link-list
--------------------------------------------- */
.l-footer-link-list {
    margin-top: 17px;
}
@media screen and (max-width: 1024px) {
    .l-footer-link-list {
        margin-top: 0;
    }
}
.l-footer-link-list__item + .l-footer-link-list__item {
    margin-top: 10px;
}
@media screen and (max-width: 1024px) {
    .l-footer-link-list__item + .l-footer-link-list__item {
        margin-top: 0;
    }
}

.l-footer-link-list_listLv2{
    padding-left: 20px;
    margin-bottom: 10px;
}
.l-footer-link-list_listLv2--link{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    display: inline-block;
    color: #fff;
}
.l-footer-link-list_listLv2--link:hover{
    text-decoration: underline !important;
}

/*  l-footer-link
--------------------------------------------- */
.l-footer-link {
    display: inline-block;
    color: #fff;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-footer-link:hover {
        text-decoration: underline !important;
    }
}
@media screen and (max-width: 1024px) {
    .l-footer-link {
        padding-top: 8px;
        padding-bottom: 11px;
        width: 100%;
    }
}
.l-footer-link__txt {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2857142857;
}
@media screen and (max-width: 1024px) {
    .l-footer-link__txt {
        font-size: 14px;
        font-weight: 500;
    }
}
.l-footer-link__txt--midi {
    font-size: 14px;
}
.l-footer-link__txt--small {
    font-size: 12px;
}
.l-footer-link--ico {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}
.l-footer-link--mt {
    margin-top: 4px;
}
.l-footer-link__ico {
    display: flex;
    width: 10px;
    aspect-ratio: 1/1;
    margin-top: 6px;
}
@media screen and (max-width: 1024px) {
    .l-footer-link__ico {
        margin-top: 3px;
    }
    .l-footer-link--mt {
        margin-top: 0;
    }
}
.l-footer-link__ico img {
    filter: invert(100%) sepia(8%) saturate(7471%) hue-rotate(173deg) brightness(113%) contrast(107%);
}
.l-footer-link--midi .l-footer-link__ico {
    margin-top: 3px;
}

/* ---------------------------------------------
*   l-footer-sns
--------------------------------------------- */
@media screen and (max-width: 1024px) {
    .l-footer-sns {
        padding-top: 30px;
        padding-bottom: 18px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 53px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}
.l-footer-sns__term {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
@media screen and (max-width: 1024px) {
    .l-footer-sns__term {
        font-size: 14px;
        white-space: nowrap;
        margin-top: 15px;
    }
}
.l-footer-sns__desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 17px;
    margin-top: 15px;
}
@media screen and (max-width: 1024px) {
    .l-footer-sns__desc {
        margin-top: 0;
        gap: 28px;
    }
}
.l-footer-sns__link {
    display: flex;
    text-align: center;
    flex-shrink: 0;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-footer-sns__link {
        transition: opacity 300ms;
    }
    .l-footer-sns__link:hover {
        opacity: 0.7;
    }
}
.l-footer-sns__link img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.l-footer-sns__link--fb {
    width: 36px;
}
.l-footer-sns__link--x img {
    margin-top: 2px;
    width: 31px;
}
.l-footer-sns__link--you {
    width: 42px;
}
.l-footer-sns__link--you img {
    margin-top: 5px;
}
.l-footer-sns__link-txt {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
}

/* ---------------------------------------------
*   l-footer-login
--------------------------------------------- */
.l-footer-login {
    padding: 6px 11px 9px;
    background-color: #fff;
    border-radius: 2px;
    margin-top: 18px;
}
.l-footer-login + .l-footer-login {
    margin-top: 12px;
}
.l-footer-login__term {
    color: #0072BC;
    font-size: 14px;
    font-weight: 400;
}
.l-footer-login__inner {
    margin-top: 6px;
}
.l-footer-login__logo {
    display: block;
    width: 87px;
    margin: 0 auto 6px;
}
.l-footer-login .l-footer-btn {
    margin: 0 auto;
}

/* ---------------------------------------------
*   l-footer-nav
--------------------------------------------- */
/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 2.0338983051%;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__list {
        display: block;
    }
}
.l-footer-nav__item {
    width: 18.3050847458%;
    min-width: 180px;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__item {
        width: 100%;
    }
}
@media screen and (min-width: 1025px) {
    .l-footer-nav__item--large {
        width: 20.8474576271%;
    }
}
@media screen and (min-width: 1025px) {
    .l-footer-nav__item--small {
        width: 15.9322033898%;
    }
}
.l-footer-nav__content {
    padding-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
    .l-footer-nav__content {
        padding-top: 0;
    }
}
@media screen and (min-width: 1025px) {
    .l-footer-nav__content--pb {
        padding-bottom: 43px;
    }
}

/*  l-footer-nav-sup
--------------------------------------------- */
.l-footer-nav-sup {
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1024px) {
    .l-footer-nav-sup {
        padding-top: 0;
        border: none;
    }
}
.l-footer-nav-sup__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.2em 2.2em;
}
@media screen and (min-width: 1025px) {
    .l-footer-nav-sup__list {
        max-width: 823px;
    }
}
@media screen and (max-width: 1024px) {
    .l-footer-nav-sup__list {
        display: block;
    }
}
.l-footer-nav-sup__item {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 1024px) {
    .l-footer-nav-sup__item {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .l-footer-nav-sup__item:first-of-type {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
}
@media screen and (min-width: 1025px) {
    .l-footer-nav-sup__item::after {
        content: "|";
        position: absolute;
        top: 50%;
        right: -1.6em;
        display: inline-block;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        transform: translateY(-50%);
    }
}
.l-footer-nav-sup__item:last-of-type::after {
    content: none;
}