/* followfooter */
.faq-page-u96-sticky {
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}
.faq-page-u96-sticky_inner {
    padding: 30px 2.6666vw 30px;
}
.faq-page-u96-sticky_title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 16px;
}
.faq-page-u96-sticky_title b{
    color: #fff;
}
.faq-page-u96-sticky_btn-list {
    margin: 0 0 0 -2.6666vw;

    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.faq-page-u96-sticky_btn-item {
    margin: 20px 0 0 2.6666vw;
    width: 80%;
}
.faq-page-u96-sticky_btn-item:first-child {
    margin: 0 0 0 2.6666vw;
}

.faq-page-u96-sticky_btn-link {
    position: relative;

    display: -webkit-box;
    display: -webkit-flex;
    display: flex;

    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column; */

    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;

    /* font-size: 1rem; */
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.3;
    min-height: 50px;
    padding: 3px 40px;

    color: #fff;
    background: #0b5bce;
    background: -webkit-gradient(linear, left top, left bottom, from(#0b5bce), to(#0f82b8));
    background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
    cursor: pointer;
}
.faq-page-u96-sticky_btn-link:hover  {
    opacity: 0.6;
}
.faq-page-u96-sticky_btn-link--white {
    background: #fff;
    border: 1px solid #c1c1c2;
    color: #333;
}
.faq-page-u96-sticky_btn-link--white.support-chat-close-visible {
    opacity: 0.6;
}
.faq-page-u96-sticky_btn-link::after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;

    margin-top: -4px;
    top: 50%;
    right: 20px;

    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}
.faq-page-u96-sticky_btn-link--white::after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}
.faq-page-u96-sticky_btn-link b {
    font-size: 1.3rem;
}
/* close button */
.faq-page-u96-close {
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .01);

    top: 10px;
    right: 10px;
}
.faq-page-u96-close::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background-color: #fff;
    width: 10px;
    height: 2px;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.1s ease-out 0.2s;
    transition: -webkit-transform 0.1s ease-out 0.2s;
    transition: transform 0.1s ease-out 0.2s;
    transition: transform 0.1s ease-out 0.2s, -webkit-transform 0.1s ease-out 0.2s;
    margin: -1px auto 0;
}
.faq-page-u96-close::after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.1s ease-out 0.2s;
    transition: -webkit-transform 0.1s ease-out 0.2s;
    transition: transform 0.1s ease-out 0.2s;
    transition: transform 0.1s ease-out 0.2s, -webkit-transform 0.1s ease-out 0.2s;
    margin: -1px auto 0;
}
.faq-page-u96-close-button {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-indent: -9999;
}
@media screen and (min-width: 751px) {
    .faq-page-u96-sticky_inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: 0 auto;
        padding: 20px 18px;
        max-width: 1000px;
    }

    .faq-page-u96-sticky_title {
        /* font-size: 22px; */
        margin-right: 26px;
        margin-bottom: 0px;
    }

    .faq-page-u96-sticky_btn-list {
        margin-left: -10px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 800px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;

        -webkit-box-align: start;
        -webkit-align-items: start;
        align-items: start;

        justify-content: center;

        gap: 40px;
    }

    .faq-page-u96-sticky_btn-item {
        margin: 0 0 0 5px;
        width: calc(50% - 40px);
    }

    .faq-page-u96-sticky_btn-link {
        border-radius: 50px;
        font-size: 16px;
        padding: 3px 40px;
    }
    .faq-page-u96-sticky_btn-link::after {
        right: 20px;
    }
    .faq-page-u96-sticky_btn-link b {
        font-size: 22px;
    }
}
@media screen and (min-width: 751px) {
    .faq-page-u96-pc-d-n {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    .faq-page-u96-sp-d-n {
        display: none;
    }
}

/* modal */
.faq-page-modal-type01-01 {
    display: none;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10010;
}
.faq-page-modal-type01-01_overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    cursor: pointer;
    z-index: 10011
}

.faq-page-modal-type01-01_inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 870px;
    margin: auto;
    /* background-color: #fff; */
    z-index: 10012
}
.faq-page-title-s-lv1 {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.faq-page-title-s-lv2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: bold;
}
@media screen and (max-width: 900px) {
    .faq-page-modal-type01-01_inner {
        width:auto;
        margin: auto 15px
    }
}

.faq-page-modal-type01-01[data-sb-faq-page-modal-size='m'] .faq-page-modal-type01-01_inner {
    height: 50%
}

.faq-page-modal-type01-01[data-sb-faq-page-modal-size='l'] .faq-page-modal-type01-01_inner {
    height: 75%
}

.faq-page-modal-type01-01_close {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    top: -49px;
    width: 29px;
    height: 29px;
    box-sizing: border-box;
    display: block;
    text-indent: -9999px;
    background: transparent;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s
}

@media screen and (min-width: 901px) {
    .faq-page-modal-type01-01_close:hover {
        opacity:0.6
    }
}

@media screen and (max-width: 900px) {
    .faq-page-modal-type01-01_close {
        top:-44px;
        width: 24px;
        height: 24px
    }
}

.faq-page-modal-type01-01_close::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto
}

@media screen and (max-width: 900px) {
    .faq-page-modal-type01-01_close::before {
        width:28px
    }
}

.faq-page-modal-type01-01_close::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto
}

@media screen and (max-width: 900px) {
    .faq-page-modal-type01-01_close::after {
        width:28px
    }
}

.faq-page-modal-type01-01_detail {
    height: 100%;
    /* overflow-y: scroll; */
}

.faq-page-modal-type01-01_detail-inner {
    padding: 40px;
    background-color: #fff
}

@media screen and (max-width: 900px) {
    .faq-page-modal-type01-01_detail-inner {
        padding:30px 15px
    }

    .faq-page-modal-type01-01_detail-inner[data-sb-box-title='true'] {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.faq-page-modal-type01-01_btn-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faq-page-modal-type01-01_btn-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 50px;
    line-height: 1.3;
    min-height: 50px;
    padding: 3px 40px;
    color: #fff;
    background: #0b5bce;
    background: linear-gradient(to bottom, #0b5bce 0%, #0f82b8 100%);
    cursor: pointer;
}
.faq-page-modal-type01-01_btn-link + .faq-page-modal-type01-01_btn-link {
    margin-top: 20px;
}
.faq-page-modal-type01-01_btn-link:hover  {
    opacity: 0.6;
}
.faq-page-modal-type01-01_btn-link--white {
    background: #fff;
    border: 1px solid #c1c1c2;
    color: #333;
}
.faq-page-modal-type01-01_btn-link::after {
    content: "";
    position: absolute;
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-top: -4px;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
}
.faq-page-modal-type01-01_btn-link--white::after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}
@media screen and (min-width: 751px) {
    .faq-page-modal-type01-01_btn-link{
        min-width: 380px;
    }
    .faq-page-modal-type01-01_btn-link + .faq-page-modal-type01-01_btn-link {
        margin-top: 30px;
    }
}
