@charset "UTF-8";

.button-main-orange {
    display: block;
    position: relative;
    border-radius: 50px;
    border: 3px solid #F78E00;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    color: #FFFFFF;
    background: #F78E00;
    opacity: 1;
    transition: opacity 0.15s;
    padding: 18px 40px;
    box-sizing: border-box;
    font-weight: 600;
}

.button-main-orange:hover {
    opacity: 0.7;
    transition: 0.15s;
}

@media (max-width: 1232px) {
    .button-main-orange {
        font-size: 1.8rem;
    }
}

@media (max-width: 896px) {
    .button-main-orange {
        padding: 10px 40px;
    }
}

@media (max-width: 350px) {
    .button-main-orange {
        font-size: 1.4rem;
        padding: 10px 34px;
    }
}

.button-main-orange::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    height: 10px;
    width: 10px;
}

@media (max-width: 480px) {
    .button-main-orange::after {
        right: 16px;
    }
}

.button-sub-orange {
    display: block;
    position: relative;
    border-radius: 50px;
    border: 3px solid #F78E00;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    color: #000000;
    background: #FFFFFF;
    opacity: 1;
    transition: opacity 0.15s;
    padding: 18px 40px;
    box-sizing: border-box;
    font-weight: 600;
}

.button-sub-orange:hover {
    opacity: 0.7;
    transition: 0.15s;
}

@media (max-width: 1232px) {
    .button-sub-orange {
        font-size: 1.6rem;
        padding: 19px 40px;
    }
}

@media (max-width: 896px) {
    .button-sub-orange {
        padding: 12px 40px;
    }
}

@media (max-width: 350px) {
    .button-sub-orange {
        font-size: 1.4rem;
        padding: 10px 34px;
    }
}

.button-sub-orange::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 4px solid #F78E00;
    border-right: 4px solid #F78E00;
    height: 10px;
    width: 10px;
}
@media (max-width: 480px) {
    .button-sub-orange::after {
        right: 16px;
    }
}

.button-main-red {
    display: block;
    position: relative;
    border-radius: 50px;
    border: 3px solid #F78E00;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    color: #FFFFFF;
    background: #F78E00;
    opacity: 1;
    transition: opacity 0.15s;
    padding: 18px 40px;
    box-sizing: border-box;
    max-width: 580px;
    font-weight: 600;
}

.button-main-red:hover {
    opacity: 0.7;
    transition: 0.15s;
}

@media (max-width: 1232px) {
    .button-main-red {
        font-size: 1.8rem;
        padding: 16px 40px;
    }
}

@media (max-width: 896px) {
    .button-main-red {
        padding: 10px 40px;
    }
}

@media (max-width: 350px) {
    .button-main-red {
        font-size: 1.4rem;
        padding: 10px 34px;
    }
}

.button-main-red::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 4px solid white;
    border-right: 4px solid white;
    height: 10px;
    width: 10px;
}

@media (max-width: 480px) {
    .button-main-red::after {
        right: 16px;
    }
}

.button-sub-navy {
    display: block;
    position: relative;
    border-radius: 50px;
    border: 3px solid #23384E;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 500;
    color: #23384E;
    background: transparent;
    opacity: 1;
    transition: opacity 0.15s;
    padding: 10px 40px;
    box-sizing: border-box;
    max-width: 580px;
    font-size: 2.0rem;
    font-weight: 600;
}

.button-sub-navy:hover {
    opacity: 0.7;
    transition: 0.15s;
}

@media (max-width: 1232px) {
    .button-sub-navy {
        font-size: 1.5rem;
    }
}

@media (max-width: 350px) {
    .button-sub-navy {
        font-size: 1.4rem;
        padding: 10px 34px;
    }
}

.button-sub-navy::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 4px solid #23384E;
    border-right: 4px solid #23384E;
    height: 10px;
    width: 10px;
}

@media (max-width: 480px) {
    .button-sub-navy::after {
        right: 16px;
    }
}

.a-more-btn {
    display: block;
    border-radius: 4px;
    border: 1px solid #E40007;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #007AFF;
    background: #fff;
    width: 335px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
}

.a-more-btn:hover {
    opacity: 0.8;
    border: 1px solid #007AFF;
}

.m-category-btn-box-wrap {
    max-width: 680px;
    margin: 20px auto 40px;
}

.m-category-btn-box-wrap .m-category-btn-box {
    margin: 0 -6px;
    text-align: center;
    font-size: 0;
    box-sizing: border-box;
}

@media (max-width: 720px) {
    .m-category-btn-box-wrap .m-category-btn-box {
        padding: 0 12px;
    }
}

@media (max-width: 480px) {
    .m-category-btn-box-wrap .m-category-btn-box {
        margin: 20px;
        padding: 0;
    }
}

.m-category-btn-box-wrap .m-category-btn-box > li {
    display: inline-block;
    width: 25%;
    padding: 6px;
    box-sizing: border-box;
}

@media (max-width: 480px) {
    .m-category-btn-box-wrap .m-category-btn-box li {
        width: 50%;
    }
}

.m-category-btn-box-wrap .m-category-btn-box .a-category-btn {
    display: block;
    border-radius: 4px;
    border: 1px solid #E40007;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #007AFF;
    background: #fff;
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.m-category-btn-box-wrap .m-category-btn-box .a-category-btn:hover {
    opacity: 0.8;
    border: 1px solid #007AFF;
}

.a-register-btn-wide {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 14px 12px;
    box-sizing: border-box;
    border-radius: 24px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background: #FD1D01;
    box-shadow: inset 0 -4px 0 #B71100, 0 3px 6px rgba(253, 29, 1, 0.3);
}

.a-register-btn-wide:hover {
    background: #FF452E;
}

.a-register-btn {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 100;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background: #FD1D01;
    box-shadow: inset 0 -4px 0 #B71100, 0 3px 6px rgba(253, 29, 1, 0.3);
}

.a-register-btn:hover {
    background: #FF452E;
}

@media (max-width: 480px) {
    .a-register-btn {
        width: 100px;
        height: 100px;
        right: 10px;
    }
}

.a-register-btn .a-register-btn-txt {
    position: absolute;
    top: 48%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

@media (max-width: 480px) {
    .a-register-btn .a-register-btn-txt {
        top: 47%;
        font-size: 1.2rem;
    }
}

.a-register-btn .a-register-btn-txt .a-register-btn-bold {
    font-size: 2.2rem;
    font-weight: 700;
}

@media (max-width: 480px) {
    .a-register-btn .a-register-btn-txt .a-register-btn-bold {
        font-size: 1.8rem;
    }
}

.header__v2 {
    max-width: none;
    background-color: white;
}

.header__v2 > div {
    max-width: 1000px;
    margin: auto;
}

.o-header-box {
    position: relative;
}

.o-header-upper-box {
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}

.o-header {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 30px 0 20px;
    text-align: center;
}

.o-header .m-header-title-box {
    color: #FFFFFF;
    margin: auto auto 32px;
}

@media (max-width: 896px) {
    .o-header .m-header-title-box {
        margin: auto auto 16px;
    }
}

@media (max-width: 896px) {
    .o-header .m-header-title-box .a-txt-m {
        font-size: 2.2rem;
        line-height: 33px;
    }
}

@media (max-width: 350px) {
    .o-header .m-header-title-box .a-txt-m {
        font-size: 1.76rem;
        line-height: 26.4px;
    }
}

.o-header .m-header-title-box2 {
    color: #FFFFFF;
    margin: 0 0 10px;
}
@media (max-width: 896px) {
    .o-header .m-header-title-box2 {
        margin: 0;
    }
}

.o-header .m-header-title-box2 .a-txt-m {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 54px;
}
@media (max-width: 896px) {
    .o-header .m-header-title-box2 .a-txt-m {
        font-weight: 700;
        font-size: 2.4rem;
        line-height: 45px;
    }
}

.o-header .m-header-title-box2 .a-header-txt-border {
    padding: 14px 10px;
    border-top:2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

@media (max-width: 896px) {
    .o-header .m-header-title-box2 .a-header-txt-border {
        padding:9px 16px;
        border-top:2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
    }
}

.o-header .m-header-title-box3 {
    padding: 8px 25px 6px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #F78E00;
    color: #fff;
    display: inline-block;
    margin: 14px 0 -7px;
}

@media (max-width: 896px) {
    .o-header .m-header-title-box3 {
        padding: 10px 16px 6px;
        margin: 10px 0 -1px;
    }
}

.o-header .m-header-title-box3 .a-txt-m {
    font-weight: 700;
    font-size: 3.0rem;
}

@media (max-width: 896px) {
    .o-header .m-header-title-box3 .a-txt-m {
        font-weight: 700;
        font-size: 2.0rem;
    }
}

.o-header .m-header-txt-box-1 {
    color: #FFFFFF;
}

.o-header .m-header-txt-box-1 .a-txt-xl {
    font-weight: 700;
    font-size: 8.6rem;
    line-height: 129px;
}

@media (max-width: 896px) {
    .o-header .m-header-txt-box-1 .a-txt-xl {
        font-size: 4.8rem;
        line-height: 72px;
    }
}

@media (max-width: 350px) {
    .o-header .m-header-txt-box-1 .a-txt-xl {
        font-size: 3.84rem;
        line-height: 57.6px;
    }
}

.o-header .m-header-txt-box-1 .a-txt-l {
    font-weight: 700;
    font-size: 5.5rem;
    line-height: 82px;
}

@media (max-width: 896px) {
    .o-header .m-header-txt-box-1 .a-txt-l {
        font-size: 3.6rem;
        line-height: 54px;
    }
}

@media (max-width: 350px) {
    .o-header .m-header-txt-box-1 .a-txt-l {
        font-size: 2.88rem;
        line-height: 43.2px;
    }
}

.o-header .m-header-txt-box-1 .a-txt-m {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 22px;
}

@media (max-width: 896px) {
    .o-header .m-header-txt-box-1 .a-txt-m {
        font-size: 2.4rem;
    }
}

@media (max-width: 350px) {
    .o-header .m-header-txt-box-1 .a-txt-m {
        font-size: 1.76rem;
        line-height: 17.6px;
    }
}
.o-header .m-header-txt-box-2 {
    color: #FFFFFF;
    margin-top: 25px;
}
@media (max-width: 896px) {
    .o-header .m-header-txt-box-2 {
        margin-top:7px;
    }
}

.o-header .m-header-txt-box-2 .a-txt-m {
    font-weight: 700;
    font-size: 3.8rem;
    line-height: 42px;
}
@media (max-width: 896px) {
    .o-header .m-header-txt-box-2 .a-txt-m {
        font-size: 2.2rem;
        line-height: 24px;
    }
}
@media (max-width: 350px) {
    .o-header .m-header-txt-box-2 .a-txt-m {
        font-size: 1.76rem;
        line-height: 19.2px;
    }
}
.o-header .m-header-txt-box-2 .a-txt-xl {
    font-weight: 700;
    font-size: 8.7rem;
    line-height: 54px;
}
@media (max-width: 896px) {
    .o-header .m-header-txt-box-2 .a-txt-xl {
        font-size: 5.4rem;
    }
}
@media (max-width: 350px) {
    .o-header .m-header-txt-box-2 .a-txt-xl {
        font-size: 4.32rem;
        line-height: 43.2px;
    }
}
.o-header .m-header-txt-box-2 .a-txt-s {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 26px;
}
@media (max-width: 896px) {
    .o-header .m-header-txt-box-2 .a-txt-s {
        font-size: 2.2rem;
    }
}
@media (max-width: 350px) {
    .o-header .m-header-txt-box-2 .a-txt-s {
        font-size: 1.76rem;
        line-height: 20.8px;
    }
}
.o-header .m-header-txt-box-3 {
    color: #FFFFFF;
}
.o-header .m-header-txt-box-3 .a-txt-xl {
    font-weight: 700;
    font-size: 9.3rem;
}
@media (max-width: 896px) {
    .o-header .m-header-txt-box-3 .a-txt-xl {
        font-size: 6.2rem;
    }
}
@media (max-width: 350px) {
    .o-header .m-header-txt-box-3 .a-txt-xl {
        font-size: 4.96rem;
    }
}

.o-header-txt-s {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 62px;
}
@media (max-width: 896px) {
    .o-header-txt-s {
        font-size: 1.8rem;
        line-height: 42px;
    }
}
@media (max-width: 350px) {
    .o-header-txt-s {
        font-size: 1.44rem;
        line-height: 33.6px;
    }
}

.o-header-txt-m {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 50px;
}
@media (max-width: 896px) {
    .o-header-txt-m {
        font-size: 2.4rem;
        line-height: 36px;
    }
}
@media (max-width: 350px) {
    .o-header-txt-m {
        font-size: 1.92rem;
        line-height: 28.8px;
    }
}

.o-header-txt-l {
    font-weight: 600;
    font-size: 5.0rem;
    line-height: 62px;
}
@media (max-width: 896px) {
    .o-header-txt-l {
        font-size: 3.0rem;
        line-height: 42px;
    }
}
@media (max-width: 350px) {
    .o-header-txt-l {
        font-size: 2.4rem;
        line-height: 33.6px;
    }
}

.a-header-txt-color-main {
    color: #FFFFFF;
}

.a-header-txt-color-sub {
    color: #F78E00;
}

.a-header-txt-margin-right {
    margin: auto 8px auto -30px;
}

.a-header-txt-margin-left {
    margin: auto auto auto 8px;
}

.a-header-btn-main-box {
    margin: auto 16px auto;
}

.a-header-btn-main {
    margin: 20px auto auto;
}
@media (max-width: 896px) {
    .a-header-btn-main {
        margin: 16px auto auto;
    }
}

.a-header-btn-main-position-fix {
    position: fixed;
    width: 100%;
    bottom: 30px;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.a-header-btn-main-position-fix > .a-header-btn-main {
    margin: auto;
    box-shadow: 0 2.5rem 2rem -2rem rgba(25, 59, 77, 0.4);
}

.a-header-txt-vertical {
    writing-mode: vertical-rl;
}

.o-header-book-list-box {
    background-color: #000000;
}

.o-header-book-list {
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding:15px 0 36px;
    text-align: center;
}
@media (max-width: 896px) {
    .o-header-book-list {
        padding:2px 0 36px;
    }
}

.o-header-book-list-main-img-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.o-header-book-list-main-img {
    width: calc(100% / 6 - 4px * 2);
    margin: 4px;
}
@media (max-width: 896px) {
    .o-header-book-list-main-img {
        width: calc(100% / 4 - 4px * 2);
    }
}
@media (max-width: 480px) {
    .o-header-book-list-main-img {
        width: calc(100% / 3 - 4px * 2);
    }
}

.o-header-book-list-txt-box-upper {
    margin-bottom: 44px;
}
@media (max-width: 896px) {
    .o-header-book-list-txt-box-upper {
        margin-bottom: 16px;
    }
}

.o-header-book-list-txt-box-lower .a-header-txt-margin {
    margin: 24px auto auto;
}
@media (max-width: 896px) {
    .o-header-book-list-txt-box-lower .a-header-txt-margin {
        margin: 20px auto auto;
    }
}

.o-point-wrap {
    width: 100%;
    text-align: center;
}

.o-point-box-wrap {
    padding: 40px 16px 0;
    background: #F0F0F0;
}

.o-point-box-wrap:nth-of-type(2) {
    background: white;
}

.o-point-box {
    max-width: 1200px;
    margin: auto;
}

.o-point-box-title {
    padding: 20px 0;
    background-color: #23384E;
    font-size: 3.2rem;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1;
}

.o-point-box-text-l {
    font-size: 4.5rem;
    color: #F78E00;
    font-weight: 600;
    line-height: 1;
    margin: 50px auto 40px;
}

.o-point-box-text-wrap {
    margin-bottom: 40px;
}

.o-point-box-text-m {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 45px;
}

.o-point-box-image-wrap {
    display: flex;
}

.o-point-box-image {
    flex: 1;
    width: 100%;
}
.o-point-box-image > img {
    display: block;
}

@media (max-width: 896px) {
    .o-point-box-wrap {
        padding: 20px 0 0;
    }

    .o-point-box {
        margin: auto 16px;
    }

    .o-point-box-title {
        font-size: 1.8rem;
        padding: 12px 0;
    }

    .o-point-box-text-l {
        font-size: 2.6rem;
        line-height: 57px;
        margin: 15px auto 4px;
    }

    .o-point-box-text-m {
        font-size: 1.4rem;
        line-height: 25px;
    }

    .o-point-box-text-wrap {
        margin-bottom: 15px;
    }
}
.o-usage-box {
    background: #F0F0F0;
    margin: auto;
    padding: 36px 0 70px;
}
.o-usage-box .m-common-ttl-txt {
    margin: auto auto 48px;
}

.m-usage-image-box {
    max-width: 800px;
    margin: auto auto 48px;
}

.m-usage-image {
    width: 100%;
}

.o-usage-list-box {
    max-width: 1200px;
    margin: auto;
}

.o-usage-list-detail-1 {
    position: relative;
    display: flex;
    align-content: space-between;
    margin-bottom: 24px;
}
.o-usage-list-detail-1 .m-aside-left {
    flex-basis: 160px;
}
.o-usage-list-detail-1 .o-aside-right {
    flex: 1;
    padding-left: 48px;
    box-sizing: border-box;
}
.o-usage-list-detail-1 .m-aside-left {
    position: relative;
    background-image: url("../img/image_sbsc_step_1_pc.svg?12321112244");
    background-repeat: no-repeat;
}
.o-usage-list-detail-1 .m-aside-left .a-label-step {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.4rem;
    color: #FFFFFF;
}
.o-usage-list-detail-1 .o-aside-right .o-usage-aside-right-detail-wrap {
    padding-top: 40px;
    box-sizing: border-box;
}
.o-usage-list-detail-1 .o-aside-right .m-usage-title {
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 26px;
    color: #23384E;
}
.o-usage-list-detail-1 .o-aside-right .m-usage-txt {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 24px;
    margin: 30px auto auto;
}
.o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
    position: relative;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 34px;
    padding-left: 40px;
}
.o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link {
    border-bottom: 2px solid #2f2f2f;
}
.o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link:hover {
    border-bottom: none;
}
.o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
    content: "・";
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    color: #23384E;
    pointer-events: none;
}

.o-usage-list-detail-2 {
    position: relative;
    display: flex;
    align-content: space-between;
    margin-bottom: 24px;
}
.o-usage-list-detail-2 .m-aside-left {
    flex-basis: 160px;
}
.o-usage-list-detail-2 .o-aside-right {
    flex: 1;
    padding-left: 48px;
    box-sizing: border-box;
}
.o-usage-list-detail-2 .m-aside-left {
    position: relative;
    background-image: url("../img/image_sbsc_step_2_pc.svg?22321112244");
    background-repeat: no-repeat;
}
.o-usage-list-detail-2 .m-aside-left .a-label-step {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.4rem;
    color: #FFFFFF;
}
.o-usage-list-detail-2 .o-aside-right .o-usage-aside-right-detail-wrap {
    padding-top: 40px;
    box-sizing: border-box;
}
.o-usage-list-detail-2 .o-aside-right .m-usage-title {
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 26px;
    color: #23384E;
}
.o-usage-list-detail-2 .o-aside-right .m-usage-txt {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 24px;
    margin: 30px auto auto;
}
.o-usage-list-detail-2 .o-aside-right .m-usage-credit-image-box {
    max-width: 620px;
    margin: 27px auto 27px 0;
}
.o-usage-list-detail-2 .o-aside-right .m-usage-credit-image-box .m-usage-credit-image {
    width: 100%;
}
.o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
    position: relative;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 34px;
    padding-left: 40px;
}
.o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link {
    border-bottom: 2px solid #2f2f2f;
}
.o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link:hover {
    border-bottom: none;
}
.o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
    content: "・";
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    color: #23384E;
    pointer-events: none;
}

.o-usage-list-detail-3 {
    position: relative;
    display: flex;
    align-content: space-between;
    margin-bottom: 24px;
    margin-bottom: auto;
}
.o-usage-list-detail-3 .m-aside-left {
    flex-basis: 160px;
}
.o-usage-list-detail-3 .o-aside-right {
    flex: 1;
    padding-left: 48px;
    box-sizing: border-box;
}
.o-usage-list-detail-3 .m-aside-left {
    position: relative;
    background-image: url("../img/image_sbsc_step_3_pc.svg?32321112244");
    background-repeat: no-repeat;
}
.o-usage-list-detail-3 .m-aside-left .a-label-step {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.4rem;
    color: #FFFFFF;
}
.o-usage-list-detail-3 .o-aside-right .o-usage-aside-right-detail-wrap {
    padding-top: 40px;
    box-sizing: border-box;
}
.o-usage-list-detail-3 .o-aside-right .m-usage-title {
    font-weight: 600;
    font-size: 3.4rem;
    line-height: 26px;
    color: #23384E;
    color: #F78E00;
}
.o-usage-list-detail-3 .o-aside-right .m-usage-txt {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 32px;
    margin: 30px auto auto;
}
.o-usage-list-detail-3 .o-aside-right .m-usage-txt:nth-of-type(2) {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 32px;
    margin: auto;
}
.o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
    position: relative;
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 34px;
    padding-left: 40px;
}
.o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link {
    border-bottom: 2px solid #2f2f2f;
}
.o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link:hover {
    border-bottom: none;
}
.o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
    content: "・";
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 34px;
    position: absolute;
    top: 0;
    left: 0;
    color: #23384E;
    pointer-events: none;
}

.o-usage-list-detail-1 .m-aside-left,
.o-usage-list-detail-1 .o-aside-right {
    height: 258px;
}
.o-usage-list-detail-1 .o-aside-right .o-usage-aside-right-detail-wrap {
    height: calc(258px - 60px - 42px);
}

.o-usage-list-detail-2 .m-aside-left,
.o-usage-list-detail-2 .o-aside-right {
    height: 503px;
}
.o-usage-list-detail-2 .o-aside-right .o-usage-aside-right-detail-wrap {
    height: calc(503px - 60px - 42px);
}

.o-usage-list-detail-3 .m-aside-left,
.o-usage-list-detail-3 .o-aside-right {
    height: 211px;
}

@media (max-width: 1232px) {
    .o-usage-list-detail-1 .o-aside-right .o-usage-aside-right-detail-wrap {
        height: calc(258px - 60px);
    }

    .o-usage-list-detail-2 .o-aside-right .o-usage-aside-right-detail-wrap {
        height: calc(503px - 60px);
    }
}
@media (max-width: 896px) {
    .o-usage-box {
        max-width: 1200px;
        margin: auto;
        padding: 34px 0 50px;
    }
    .o-usage-box .m-common-ttl-txt {
        margin: auto auto 30px;
    }

    .m-usage-image-box {
        max-width: 600px;
        margin: auto auto 48px;
        padding: 0 16px;
    }

    .m-usage-image {
        width: 100%;
    }

    .o-usage-list-box {
        max-width: 1200px;
        margin: auto;
    }

    .o-usage-list-detail-1 {
        position: relative;
        display: flex;
        align-content: space-between;
        margin-bottom: 24px;
    }
    .o-usage-list-detail-1 .m-aside-left {
        flex-basis: 160px;
    }
    .o-usage-list-detail-1 .o-aside-right {
        flex: 1;
        padding-left: 48px;
        box-sizing: border-box;
    }
    .o-usage-list-detail-1 .m-aside-left {
        position: relative;
        flex-basis: 40px;
        background-image: url("../img/image_sbsc_step_1_sp.svg");
        background-repeat: no-repeat;
    }
    .o-usage-list-detail-1 .m-aside-left .a-label-step {
        top: 18px;
        font-size: 2.2rem;
    }
    .o-usage-list-detail-1 .o-aside-right {
        padding-left: 16px;
        padding-right: 16px;
    }
    .o-usage-list-detail-1 .o-aside-right .o-usage-aside-right-detail-wrap {
        padding-top: 20px;
        box-sizing: border-box;
    }
    .o-usage-list-detail-1 .o-aside-right .m-usage-title {
        font-size: 2.2rem;
    }
    .o-usage-list-detail-1 .o-aside-right .m-usage-txt {
        font-size: 1.4rem;
        line-height: 24px;
        margin: 22px auto auto;
    }
    .o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
        position: relative;
        font-size: 1.4rem;
        line-height: 27px;
        font-weight: 500;
        padding-left: 24px;
    }
    .o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link {
        border-bottom: 2px solid #2f2f2f;
    }
    .o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
        font-size: 2.6rem;
        line-height: 27px;
    }

    .o-usage-list-detail-2 {
        position: relative;
        display: flex;
        align-content: space-between;
        margin-bottom: 24px;
    }
    .o-usage-list-detail-2 .m-aside-left {
        flex-basis: 160px;
    }
    .o-usage-list-detail-2 .o-aside-right {
        flex: 1;
        padding-left: 48px;
        box-sizing: border-box;
    }
    .o-usage-list-detail-2 .m-aside-left {
        position: relative;
        flex-basis: 40px;
        background-image: url("../img/image_sbsc_step_2_sp.svg");
        background-repeat: no-repeat;
    }
    .o-usage-list-detail-2 .m-aside-left .a-label-step {
        top: 18px;
        font-size: 2.2rem;
    }
    .o-usage-list-detail-2 .o-aside-right {
        padding-left: 16px;
        padding-right: 16px;
    }
    .o-usage-list-detail-2 .o-aside-right .o-usage-aside-right-detail-wrap {
        padding-top: 20px;
        box-sizing: border-box;
    }
    .o-usage-list-detail-2 .o-aside-right .m-usage-title {
        font-size: 2.2rem;
    }
    .o-usage-list-detail-2 .o-aside-right .m-usage-txt {
        font-size: 1.4rem;
        line-height: 24px;
        margin: 22px auto auto;
    }
    .o-usage-list-detail-2 .o-aside-right .m-usage-credit-image-box {
        max-width: 400px;
        margin: 24px auto 8px 0;
    }
    .o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
        position: relative;
        font-size: 1.4rem;
        line-height: 27px;
        font-weight: 500;
        padding-left: 24px;
    }
    .o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link {
        border-bottom: 2px solid #2f2f2f;
    }
    .o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
        font-size: 2.6rem;
        line-height: 27px;
    }

    .o-usage-list-detail-3 {
        position: relative;
        display: flex;
        align-content: space-between;
        margin-bottom: 24px;
        margin-bottom: auto;
    }
    .o-usage-list-detail-3 .m-aside-left {
        flex-basis: 160px;
    }
    .o-usage-list-detail-3 .o-aside-right {
        flex: 1;
        padding-left: 48px;
        box-sizing: border-box;
    }
    .o-usage-list-detail-3 .m-aside-left {
        position: relative;
        flex-basis: 40px;
        background-image: url("../img/image_sbsc_step_3_sp.svg");
        background-repeat: no-repeat;
    }
    .o-usage-list-detail-3 .m-aside-left .a-label-step {
        top: 18px;
        font-size: 2.2rem;
    }
    .o-usage-list-detail-3 .o-aside-right {
        padding-left: 16px;
        padding-right: 16px;
    }
    .o-usage-list-detail-3 .o-aside-right .o-usage-aside-right-detail-wrap {
        padding-top: 20px;
        box-sizing: border-box;
    }
    .o-usage-list-detail-3 .o-aside-right .m-usage-title {
        font-size: 2.2rem;
    }
    .o-usage-list-detail-3 .o-aside-right .m-usage-txt {
        font-size: 1.4rem;
        line-height: 24px;
        margin: 24px auto auto;
    }
    .o-usage-list-detail-3 .o-aside-right .m-usage-txt:nth-of-type(2) {
        font-size: 1.4rem;
        line-height: 24px;
        margin: auto;
    }
    .o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
        position: relative;
        font-size: 1.4rem;
        line-height: 27px;
        font-weight: 500;
        padding-left: 24px;
    }
    .o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list .o-usage-credit-link {
        border-bottom: 2px solid #2f2f2f;
    }
    .o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
        font-size: 2.6rem;
        line-height: 27px;
    }

    .o-usage-list-detail-1 .m-aside-left,
    .o-usage-list-detail-1 .o-aside-right {
        height: 200px;
    }
    .o-usage-list-detail-1 .o-aside-right .o-usage-aside-right-detail-wrap {
        height: calc(200px - 56px);
    }

    .o-usage-list-detail-2 .m-aside-left,
    .o-usage-list-detail-2 .o-aside-right {
        height: 340px;
    }
    .o-usage-list-detail-2 .o-aside-right .o-usage-aside-right-detail-wrap {
        height: calc(340px - 56px);
    }

    .o-usage-list-detail-3 .m-aside-left,
    .o-usage-list-detail-3 .o-aside-right {
        height: 190px;
    }
}
@media (max-width: 350px) {
    .o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 20px;
    }
    .o-usage-list-detail-1 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
        font-size: 2.6rem;
        line-height: 20px;
    }

    .o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 20px;
    }
    .o-usage-list-detail-2 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
        font-size: 2.6rem;
        line-height: 20px;
    }

    .o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list {
        font-weight: 500;
        font-size: 1.4rem;
        line-height: 20px;
    }
    .o-usage-list-detail-3 .o-aside-right .o-usage-credit-list-box .o-usage-credit-list::before {
        font-size: 2.6rem;
        line-height: 20px;
    }
}
.o-notice-wrap {
    background-color: #F0F0F0;
    text-align: center;
    padding: 50px 0;
}

.o-notice-box {
    max-width: 800px;
    margin: auto;
    padding: 0 16px;
}

.o-notice-txt-wrap {
    position: relative;
    background-color: white;
    padding: 20px 0;
    margin: auto auto 18px;
    border-radius: 4px;
}
.o-notice-txt-wrap::before {
    content: "";
    position: absolute;
    top: calc(100% - 3px);
    left: 50%;
    height: 16px;
    width: 16px;
    transform: rotate(45deg) translateX(-50%);
    background-color: white;
}

.o-notice-txt {
    font-size: 2.0rem;
    font-weight: 500;
    color: #1D3850;
}

.o-notice-img-wrap {
    position: relative;
    display: block;
}

.o-notice-img-link {
    display: block;
}

.o-notice-img {
    width: 100%;
    display: block;
}

.o-notice-display-pc {
    display: block;
}

.o-notice-display-sp {
    display: none;
}

@media (max-width: 896px) {
    .o-notice-wrap {
        padding: 30px 0;
    }

    .o-notice-box {
        margin: auto;
    }

    .o-notice-txt {
        font-size: 1.4rem;
    }

    .o-notice-display-pc {
        display: none;
    }

    .o-notice-display-sp {
        display: block;
    }
}
.o-induction-wrap {
    display: block;
    position: relative;
    background-color: rgba(17, 17, 17, 0.5);
    text-align: center;
    margin: auto;
    padding: 40px 0;
}
.o-induction-wrap::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url("../img/image_background_sbsc_top_pc.png?234234");
    background-size: 1920px 640px;
    background-position: center;
    background-repeat-x: no-repeat;
    background-repeat-y: repeat;
    z-index: -1;
}

.o-induction-txt-wrap {
    max-width: 1200px;
    margin: auto auto 20px;
}

.o-induction-txt-s {
    font-size: 2.8rem;
    line-height: 42px;
    font-weight: 600;
    color: #FFFFFF;
}

.o-induction-txt-l {
    font-size: 3.6rem;
    line-height: 50px;
    font-weight: 600;
    color: #FFFFFF;
}

.o-induction-button-list-wrap {
    max-width: 1200px;
    margin: auto;
}

.o-induction-button-list {
    display: flex;
    padding: 0 80px;
}

.o-induction-button-main {
    flex: 1;
    margin-right: 16px;
}
.o-induction-button-main .button-main-orange {
    margin-left: auto;
}

.o-induction-button-sub {
    flex: 1;
    margin-left: 16px;
}
.o-induction-button-sub .button-sub-orange {
    margin-right: auto;
}

@media (max-width: 1232px) {
    .o-induction-button-list-wrap {
        margin: auto 32px;
    }
}
@media (max-width: 896px) {
    .o-induction-wrap::before {
        background-image: linear-gradient(to top, rgba(17, 17, 17, 0.3), rgba(17, 17, 17, 0.3)), url("../img/image_background_sbsc_top_sp.png?234234");
        background-size: 1500px 490px;
        background-position: top;
    }

    .o-induction-txt-s {
        font-size: 1.6rem;
        line-height: 26px;
    }

    .o-induction-txt-l {
        font-size: 2.6rem;
        line-height: 26px;
    }

    .o-induction-button-list {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .o-induction-button-main {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .o-induction-button-sub {
        margin-left: 0;
    }
}
.o-faq-box {
    background: white;
    padding: 36px 0 70px;
}
@media (max-width: 896px) {
    .o-faq-box {
        padding: 26px 0 50px;
    }
}

.m-faq-txt-box {
    max-width: 1000px;
    margin: auto;
    padding: 0 16px;
}

.m-faq-txt-question {
    position: relative;
    padding: 20px 14px;
    background-color: #23384E;
}
@media (max-width: 896px) {
    .m-faq-txt-question {
        padding: 20px 14px;
    }
}
.m-faq-txt-question .m-faq-txt-question-detail {
    display: block;
    position: relative;
    font-size: 2.8rem;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 0 70px;
}
@media (max-width: 896px) {
    .m-faq-txt-question .m-faq-txt-question-detail {
        font-size: 1.8rem;
        padding: 0 24px;
    }
}
.m-faq-txt-question .m-faq-txt-question-detail::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.8rem;
    line-height: 24px;
    font-weight: 600;
    color: #F78E00;
    margin: 0 24px;
}
@media (max-width: 896px) {
    .m-faq-txt-question .m-faq-txt-question-detail::before {
        font-size: 1.8rem;
        margin: auto;
    }
}

.m-faq-txt-answer {
    position: relative;
    font-size: 2.0rem;
    line-height: 28px;
    font-weight: 500;
    margin: 30px 16px 40px auto;
    padding-left: 36px;
    color: #1D3850;
}
@media (max-width: 896px) {
    .m-faq-txt-answer {
        font-size: 1.6rem;
        padding-left: 36px;
        margin: 20px 16px 23px auto;
    }
}
.m-faq-txt-answer::before {
    content: "A：";
    font-size: 2.0rem;
    line-height: 28px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
@media (max-width: 896px) {
    .m-faq-txt-answer::before {
        font-size: 1.6rem;
    }
}
.m-faq-txt-answer .m-faq-txt-answer-link {
    border-bottom: 2px solid #2f2f2f;
}
.m-faq-txt-answer .m-faq-txt-answer-link:hover {
    border-bottom: none;
}

.m-faq-help-box {
    background-color: #F0F0F0;
    max-width: 1000px;
    text-align: center;
    margin:0 auto 20px;
}
@media (max-width: 896px) {
    .m-faq-help-box {
        margin:0 auto 16px;
    }
}

.m-faq-help-link {
    position: relative;
    display: block;
    font-size: 2.4rem;
    line-height: 24px;
    font-weight: 600;
    padding: 24px;
    box-sizing: border-box;
    opacity: 1;
    transition: opacity 0.15s;
}
@media (max-width: 896px) {
    .m-faq-help-link {
        font-size: 1.6rem;
        padding: 13px;
    }
}
.m-faq-help-link:hover {
    opacity: 0.7;
    transition: opacity 0.15s;
}
.m-faq-help-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%) rotate(-45deg);
    border-bottom: 2px solid #2f2f2f;
    border-right: 2px solid #2f2f2f;
    height: 6px;
    width: 6px;
}
@media (max-width: 896px) {
    .m-faq-help-link::after {
        border-bottom: 2px solid #2f2f2f;
        border-right: 2px solid #2f2f2f;
        height: 6px;
        width: 6px;
    }
}

.p-page-wrap {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    color: #2f2f2f;
}

.p-content-wrap {
    position: relative;
    overflow-x: hidden;
}

.o-books-list {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    font-size: 0;
}
.o-books-list::-webkit-scrollbar {
    display: none;
}
.o-books-list > li {
    display: inline-block;
    height: 120px;
}
.o-books-list > li img {
    width: auto;
    height: 100%;
}

.m-common-ttl-txt {
    position: relative;
    max-width: 1200px;
    margin: auto auto 44px;
    padding: 18px 24px;
    font-size: 4.8rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}
@media (max-width: 896px) {
    .m-common-ttl-txt {
        font-size: 2.8rem;
        margin: auto auto 36px;
    }
}
@media (max-width: 480px) {
    .m-common-ttl-txt {
        padding: 16px;
    }
}
.m-common-ttl-txt::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 2px;
    background-color: #2F2F2F;
}
@media (max-width: 896px) {
    .m-common-ttl-txt::after {
        width: 310px;
    }
}
@media (max-width: 480px) {
    .m-common-ttl-txt::after {
        width: 284px;
    }
}

.m-ttl-txt {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 700;
    color: #2f2f2f;
}
@media (max-width: 480px) {
    .m-ttl-txt {
        padding: 0 40px;
    }
}

.o-check-books-wrap {
    margin: 0 0 20px 0;
}

.o-check-books-main-img {
    width: 100%;
    overflow-x: hidden;
}
@media (max-width: 1920px) {
    .o-check-books-main-img {
        width: auto;
        min-height: 240px;
    }
}
@media (max-width: 480px) {
    .o-check-books-main-img {
        min-height: 180px;
    }
}
.o-check-books-main-img img {
    display: block;
    max-width: unset;
    width: 100%;
}
@media (max-width: 1920px) {
    .o-check-books-main-img img {
        width: auto;
        max-height: 240px;
    }
}
@media (max-width: 480px) {
    .o-check-books-main-img img {
        max-height: 180px;
    }
}

.o-store-list-box {
    background: #F0F0F0;
}

.m-store-list {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    padding: 64px 0 120px;
}
@media (max-width: 896px) {
    .m-store-list {
        padding: 50px 0 100px;
    }
}
.m-store-list > li {
    height: 80px;
    margin: auto 8px;
    max-width: 210px;
}
.m-store-list > li .a-apple-store-btn,
.m-store-list > li .a-google-play-btn {
    display: block;
    height: 100%;
}
.m-store-list > li .a-apple-store-btn img,
.m-store-list > li .a-google-play-btn img {
    width: auto;
    height: 100%;
}

.m-register-btn-wide-box {
    margin: 40px auto 60px;
}

.side-deals,
.footer-coupon.on {
    display: none;
}


.catch-box{
    max-width: 700px;
    margin: 0 auto;
    padding: 0 0 5px;
    text-align: left;
}
@media (max-width: 896px) {
    .catch-box{
        max-width: 52%;
        margin: 0 auto 10px;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .catch-box{
        max-width: 100%;
        margin: 0 40px;
        padding: 0;
    }
}

.catch-box2{
    max-width: 450px;
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: left;
}
@media (max-width: 896px) {
    .catch-box2{
        max-width: 450px;
        margin: 0 auto;
        padding: 0 0 20px;
        text-align: left;
    }
}

ul.catch01-ul{
    padding:0 0 10px 74px;
}
@media (max-width: 896px) {
    ul.catch01-ul{
        padding:0;
    }
}
@media (max-width: 480px) {
    ul.catch01-ul{
        padding:0 0 10px;
    }
}

@media (max-width: 375px) {
    ul.catch01-ul{
        padding:0 0 10px 10px;
    }
}

li.catch01-list{
    list-style: disc;
    font-size: 40px;
    color: #fff;
    line-height: 1.5;
}
@media (max-width: 896px) {
    li.catch01-list{
        font-size: 30px;
        line-height: 1.6;
    }
}
@media (max-width: 480px) {
    li.catch01-list{
        font-size: 20px;
        line-height: 1.7;
    }
}
@media (max-width: 375px) {
    li.catch01-list{
        font-size: 19px;
        line-height: 1.7;
    }
}

ul.catch02-ul{
    padding:0;
}
@media (max-width: 480px) {
    ul.catch02-ul{
        padding:0 20px;
    }
}

li.catch02-list{
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.6;
    color: #fff;
}
@media (max-width: 896px) {
    li.catch02-list{
        font-size: 17px;
    }
}
@media (max-width: 480px) {
    li.catch02-list{
        font-size: 13px;

    }
}

.otameshi-box{
    margin: 0 auto;
    padding:0;
    text-align: left;
    max-width: 50%;
}

@media (max-width: 896px) {
    .otameshi-box{
        margin: 0 auto;
        padding:0;
        text-align: left;
        max-width: 66%;
    }
}

@media (max-width: 480px) {
    .otameshi-box{
        margin: 0 15px;
        max-width: 100%;
    }
}
.otameshi-midashi01{
    margin:0 0 38px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 896px) {
    .otameshi-midashi01{
        margin:0 0 25px;
        font-size: 22px;
    }
}
@media (max-width: 480px) {
    .otameshi-midashi01{
        margin:0 0 25px;
        font-size:17px;
    }
}

.otameshi-midashi02-box{
    text-align: left;
    margin:0 auto 30px;
}
@media (max-width: 480px) {
    .otameshi-midashi02-box{
        margin:0 auto 25px;
        display: inherit;
        width: 70%;
        margin: 0 auto 20px;
    }
}

.otameshi-midashi02{
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    background-color: #ff8f20;
    color: #000;
    display: inline;
}
@media (max-width: 480px) {
    .otameshi-midashi02{
        font-size: 18px;

}
}
.otameshi-midashi03{
    font-size: 20px;
    margin: 0 0 5px;
    color: #fff;
}
@media (max-width: 480px) {
    .otameshi-midashi03{
        font-size: 18px;
    }
}

ul.otameshi-ul01{
    margin: 0 0 7px 20px;
}

li.otameshi-list01{
    list-style: disc;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 5px;
    color: #fff;
}
@media (max-width: 480px) {
    li.otameshi-list01{
        list-style: disc;
        font-size: 15px;
        line-height: 1.7;
    }
}

ul.otameshi-ul02{}

li.otameshi-list02{
    list-style: none;
    padding-left: 3em;
    text-indent: -3em;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 0 5px;
    color: #fff;
}
@media (max-width: 480px) {
    li.otameshi-list02{
        font-size: 15px;
        line-height: 1.7;
    }
}

.f-containerbox {
    background-color: #fff;
    padding: 30px 5px;
    margin:10px auto 30px;
    max-width: 50%;
}
@media (max-width: 896px) {
    .f-containerbox {
        padding: 30px 5px;
        margin:10px auto 20px;
        max-width: 66%;
    }
}
@media (max-width: 480px) {
    .f-containerbox {
        padding: 15px 5px;
        margin: 10px 10px 20px;
        max-width: 100%;
    }
}

.f-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
  
.f-item {
    display: flex;
    flex-direction: column;
    flex-basis: 30%;
    margin: 0 15px;
    position: relative;
}

@media (max-width: 896px) {
    .f-item {
        margin: 0 10px;
    }
}

.f-item-imagebox {
    display: block;
    position: relative;
}

.f-item-imagebox::before {
    content: "";
    display: block;
    padding-top: 141.4%;
}

.f-item-imagebox > img {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: auto;
}


.f-item-txt {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
    margin:0 0 auto;
    padding: 8px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 896px) {
    .f-item-txt {
        font-size: 13px;
    }
}

.f-item-txt a:hover{
    text-decoration: underline;
}

  .f-item-btn {
    position: relative;
    display: block;
    padding: 14px 10px;
    margin:20px auto 0;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #ed426d;
    border: 2px;
    border-style: solid; border-color: #ed426d;
    border-radius: 30px;
    width: 70%;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer; 
}

@media (max-width:896px) {
    .f-item-btn {
        padding: 14px 10px;
        margin: 10px auto;
        font-size: 16px;
        width: 85%;
    }
}

.f-item-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.0em;
    margin: auto;
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 2px solid #ed426d;
    border-top: 2px solid #ed426d;
    transform: rotate(45deg);
    transition: right 0.5s;
}

.f-item-btn:hover{
    background: #ffe9ed; 
}

.f-item-btn a {
    color: #ed426d; 
}
  
.listImg {
    max-width: 100%;
    line-height: 0;
    margin: 0;
}

.listImg:hover{
    opacity: 0.6;
}

.off-icon {
    top: 64%;
    left: 0;
    position: absolute;
}

@media (max-width: 1120px) {
    .off-icon {
        top: 60%;
        left: 0;
        position: absolute;
    }
}

@media (max-width: 896px) {
    .off-icon {
        top: 64%;
        left: 0;
        position: absolute;
    }
}

@media (max-width: 750px) {
    .off-icon {
        top: 60%;
        left: 0;
        position: absolute;
    }
}

@media (max-width: 685px) {
    .off-icon {
        top: 55%;
        left: 0;
        position: absolute;
    }
}

@media (max-width: 480px) {
    .off-icon {
        top:58%;
        left: -9%;
        position: absolute;
    }
}

@media (max-width: 390px) {
    .off-icon {
        top: 58%;
        left: -9%;
        position: absolute;
    }
}

.off-icon img {
        max-width: 51px;
        width: 100%; 
}

@media (max-width: 480px) {
    .off-icon img {
        width:75%; 
    }
}

.r-txt{
    font-weight: 700;
    font-size: 3rem;
    color: #fff;
}
@media (max-width: 896px) {
    .r-txt{
        font-size: 3rem;
    }
}
@media (max-width: 480px) {
    .r-txt{
        font-size: 2rem;
    }
}

.yellow{
    color: #ffc30d;
    font-weight: bold;
}

.o-point-box-campaign {
    margin: 12px auto 4px;
}

.o-point-box-campaign img {
    width: 100%;
    max-width: 640px;
}

.o-point-box-txt-bookmark-wrap {
    display: inline-block;
    margin: 0 auto;
}

.o-point-box-txt-bookmark-wrap .o-point-box-txt {
    text-align: left;
}

.o-point-box-txt-bookmark-wrap .a-point-caution-list {
    padding: 0;
}

@media (max-width: 480px) {
    .o-point-box-txt-bookmark-wrap .a-point-caution-list {
        margin-left: 10px;
    }
}

.o-point-box-txt-bookmark-wrap .o-point-box-image {
    margin: 12px auto 0;
}

.o-point-box-txt-campaign-txt {
    margin: 10px auto 0;
}

.o-usage-wrap {
    position: relative;
    margin-top: 50px;
}

@media (max-width: 480px) {
    .o-usage-wrap {
        padding: 0 20px;
    }
}

.o-usage-wrap::before {
    top: 0;
    right: -120px;
}

.o-usage-wrap::after {
    bottom: -20px;
    left: -120px;
}

.o-usage-box02 {
    position: relative;
    max-width: 680px;
    margin: 0 auto 10px;
    padding: 36px 0 30px;
    z-index: 20;
    text-align: center;
    color: #1D3850;
    background: #fff;
}

@media (max-width: 680px) {
    .o-usage-box02 {
        margin: 0 15px;
        padding: 36px 0 30px;
    }
}

@media (max-width: 480px) {
    .o-usage-box02 {
        padding: 24px 20px;
    }
}

.o-usage-box .o-usage-ttl {
    font-size:40px;
    font-weight: 700;
}

@media (max-width: 480px) {
.o-usage-box .o-usage-ttl {
        font-size:35px;
        padding: 10px 20px 0;
    }
}

.o-usage-box .o-usage-sub-ttl {
    margin: 12px;
    font-size:30px;
}
@media (max-width: 480px) {
.o-usage-box .o-usage-sub-ttl {
        margin: 8px;
        font-size: 25px;
    }
}

.o-usage-box .o-usage-image {
    max-width: 500px;
    margin: 12px 0 20px;
}

@media (max-width: 480px) {
    .o-usage-box .o-usage-image {
        max-width: 100%;
    }
}

.o-usage-box .o-usage-txt {
    max-width: 420px;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
    word-break: break-all;
    line-height: 1.6;
}

@media (max-width: 480px) {
    .o-usage-box .o-usage-txt {
        font-size: 16px;
        padding: 0 16px;
    }
}

.o-account, .o-payment {
    margin: 20px auto 30px;
    max-width: 420px;
}

.o-account .o-account-ttl, .o-account .o-payment-ttl, .o-payment .o-account-ttl, .o-payment .o-payment-ttl {
    margin: 12px auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.o-account .o-account-box, .o-payment .o-account-box {
    padding: 24px 24px 12px;
    border: 1px dotted #B2C2D0;
}

.o-account-list {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}

.o-account-list .o-account-list-cell {
    text-align: center;
    font-size: 10px;
}

.o-account-list .o-account-list-cell img {
    display: block;
    max-width: 50px;
    margin: 0 auto;
}

.o-account-txt {
    margin: 12px auto;
    font-size: 16px;
}

.o-account-txt .caution {
    font-size: 14px;
}

.o-account-txt .caution a {
    border-bottom: #1d3850 solid 1px;
}

.o-account-txt .caution a:hover {
    border-bottom: none;
}

.a-point-caution-txt {
    padding: 8px 8px 16px;
    font-size: 14px;
    text-align: center;
}

.o-payment-list {
    display: grid;
    grid-template-columns: 25% 75%;
    grid-template-rows: repeat(3, min-content);
    justify-content: center;
    padding: 24px 24px 12px;
    border: 1px dotted #B2C2D0;
    font-size: 14px;
}

@media (max-width: 480px) {
    .o-payment-list {
        font-size: 12px;
        padding: 20px 16px 8px;
    }
}

.o-payment-list-credit {
    grid-row: 1;
    grid-column: 1 / 3;
    margin-bottom: 8px;
}

.o-payment-list-cell {
    padding: 8px 12px;
    align-self: center;
    text-align: left;
}

.o-payment-list-cell img {
    height: auto;
    min-width: 32px;
    max-height: 30px;
}

.o-payment-icon {
    text-align: right;
}

.o-payment-carrer {
    opacity: .3;
}

.o-payment-list-prepaid {
    padding: 8px 12px;
    align-self: center;
    text-align: left;
}

.o-payment-list-prepaid img {
    height: auto;
    min-width: 32px;
    max-height: 22px;
}

.o-payment-list-prepaid .caution {
    font-size: 10px;
}

.o-payment-list-prepaid .caution a {
    border-bottom: #1d3850 solid 1px;
}

.o-payment-list-prepaid .caution a:hover {
    border-bottom: none;
}