@charset "shift_jis";

body{
    font-family: "Noto Sans CJK JP";
}

/* PC */
@media screen and (min-width: 751px) {
    .sp{
        display: none;
    }
    #mainContainer{
        background-color: #F4F0EC;
        overflow: hidden;
    }
    .student-mainVisual{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 1920px;
        padding: 193px 0px 0;
        background: url(/student/img-files/bg_kv.png) no-repeat center top;
        background-size: 1614px 421px;
        .student-mainVisualInner{
            width: 1128px;
            margin: 0 auto;
            padding: 0 30px;
            background: url(/student/img-files/bg_main_title.png) no-repeat left 7px;
            background-size: 1093px 224px;
            .student-mainVisualSub{
                position: relative;
                left: 206px;
                width: 204px;
                height: 58px;
                margin-bottom: 11px;
                background: url(/student/img-files/main_title_sub.png) no-repeat left top;
                background-size: 204px calc(115px / 2);
                .subLabel{
                    display: none;
                }
            }
            h1{
                margin-bottom: 16px;
                font-weight: bold;
                text-align: center;
                line-height: 1;
                .upper{
                    display: inline-block;
                    margin-left: -10px;
                    margin-bottom: 25px;
                    padding-bottom: 6px;
                    font-size: 40px;
                    border-bottom: dotted;
                    border-color: #DC322C;
                    border-width: 4px;
                    letter-spacing: 2px;
                    .small{
                        font-size: 32px;
                    }
                }
                .under{
                    display: inline-block;
                    padding-bottom: 6px;
                    font-size: 56px;
                    border-bottom: dotted;
                    border-color: #DC322C;
                    border-width: 4px;
                    letter-spacing: 6px;
                    .small{
                        font-size: 38px;
                    }
                }
            }
            .student-mainVisualImage{
                width: 980px;
                margin: 0 auto;
                img{
                    margin-left: -25px;
                }
            }
        }
    }

    #mainContents {
        width: 1240px;
        margin: 0px auto;
        padding: 0px 20px 50px;
    }

    /* loopSlider */
    .student-loopSlider {
        position: relative;
        left: 50%;
        width: 1920px;
        margin: 48px 0 86px;
        transform: translateX(-50%);
        .student-loopSliderInner {
            width: 100vw;
            margin: 0 auto;
        }
        .student-loopSliderImage {
            width: 346px;
            margin: 0 20px;
            img{
                width: 100%;
            }
        }
    }

    .student-lead{
        width: 730px;
        margin: 0 auto 88px;
        text-align: center;
        h2{
            margin-bottom: 22px;
            font-size: 38px;
            font-weight: bold;
            line-height: 1.8;
            letter-spacing: 2px;
            span{
                position: relative;
                font-size: 48px;
                border-bottom: dotted;
                border-color: #DC322C;
                border-width: 3px;
                height: 48px;
                display: inline-block;
                padding-bottom: 66px;
            }
        }
        p{
            font-size: 26px;
            font-weight: bold;
            line-height: 1.7;
            letter-spacing: 1px;
        }
    }

    .anchor-area{
        position: relative;
        left: 50%;
        width: 1920px;
        margin: 0 auto 96px;
        transform: translateX(-50%);
        &::before{
            content: "";
            position: absolute;
            top: -8px;
            left: 122px;
            width: 391px;
            height: 388px;
            background: url(/student/img-files/bg_anchor.png) no-repeat left top;
            background-size: 391px 388px;
            z-index: -60;
        }
        .anchor{
            width: 1072px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            .unit{
                width: 320px;
                padding-bottom: 24px;
                background: url(/student/img-files/icn_anchor_arrow.png) no-repeat center bottom;
                background-size: 24px 17px;
                p{
                    margin-bottom: 8px;
                    background: url(/student/img-files/bg_anchor_txt.png) no-repeat center bottom;
                    background-size: 243px 22px;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                }
                .anc-btn{
                    display: block;
                    width: 320px;
                    height: 62px;
                    color: #fff;
                    border-radius: 10px;
                    background-color: #4599B1;
                    font-size: 20px;
                    font-weight: bold;
                    text-align: center;
                    text-decoration: none;
                    line-height: 62px;
                    &:hover{
                        transition: all 0.2s ease-out;
                        opacity: 0.7;
                    }
                }
                &:nth-child(2) .anc-btn{
                    background-color: #80286E;
                }
                &:nth-child(3) .anc-btn{
                    background-color: #C6895F;
                }
            }
        }
    }

    .student-section01{
        margin-bottom: 96px;
        h2{
            width: 456px;
            margin: 0 auto 44px;
            padding-left: 15px;
            padding-bottom: 8px;
            border-bottom: dotted;
            border-color: #4599B1;
            border-width: 8px;
            font-size: 38px;
            font-weight: bold;
            text-align: center;
        }
        .btn{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 330px;
            height: 56px;
            margin: 0 auto;
            color: #000;
            background: #E6E6E6 url(/student/img-files/icn_btn_arrow_red.png) no-repeat 96% center;
            background-size: 20px;
            border-radius: 9px;
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
            font-size: 16px;
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            &:hover{
                transition: all 0.2s ease-out;
                box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
            }
        }
        .unit01{
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 763px;
            height: 598px;
            margin: 0 auto 22px;
            background: url(/student/img-files/bg_01.png) no-repeat center top;
            background-size: contain;
            &::after{
                content: "";
                display: block;
                position: absolute;
                bottom: 72px;
                right: 0;
                width: 160px;
                height: 208px;
                background: url(/student/img-files/img_section01_1.png) no-repeat center;
                background-size: contain;
            }
            h3{
                display: block;
                min-width: 400px;
                margin-bottom: 24px;
                background: url(/student/img-files/bg_unit01_ttl.png) no-repeat right top;
                background-size: 77px 67px;
                font-size: 26px;
                font-weight: bold;
                text-align: center;
            }
            p{
                font-size: 16px;
                font-weight: 500;
                text-align: center;
                &.attention{
                    font-size: 14px;
                }
            }
            .flexbox{
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 408px;
                margin: 30px auto 20px;
                .unit{
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 120px;
                    height: 120px;
                    border-radius: 50%;
                    border: 1px solid #4599B1;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                    &::before{
                        display: inline-block;
                        content: "";
                        width: 32px;
                        height: 32px;
                    }
                    &.icon01::before{
                        background: url(/student/img-files/icn_free.png) no-repeat center top;
                        background-size: 32px;
                    }
                    &.icon02::before{
                        width: 40px;
                        height: 40px;
                        margin-bottom: -4px;
                        background: url(/student/img-files/icn_point.png) no-repeat center top;
                        background-size: 40px;
                    }
                    &.icon03::before{
                        background: url(/student/img-files/icn_timer.png) no-repeat center top;
                        background-size: 32px;
                    }
                }
            }
        }
        .unit_l{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 1890px;
            min-height: 728px;
            padding-bottom: 216px;
            background: url(/student/img-files/bg_section01_unit01.png) no-repeat -140px top;
            background-size: 1890px 768px;
            .unit-flex{
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 1224px;
                margin: 0 auto;
                .textarea{
                    width: 490px;
                    padding-left: 145px;
                    .inner{
                        width: 380px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 24px;
                        font-size: 26px;
                        font-weight: bold;
                        line-height: 1.2;
                    }
                    p{
                        margin-bottom: 24px;
                        font-size: 16px;
                    }
                }
                .img{
                    width: 666px;
                    height: 627px;
                    span{
                        display: none;
                    }
                }
            }
        }
        .unit_r{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 2096px;
            min-height: 728px;
            background: url(/student/img-files/bg_section01_unit02.png) no-repeat 40% top;
            background-size: 2096px 725px;
            .unit-flex{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 1224px;
                margin: 0 auto;
                .textarea{
                    width: 490px;
                    .inner{
                        width: 380px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 24px;
                        font-size: 26px;
                        font-weight: bold;
                    }
                    p{
                        margin-bottom: 24px;
                        font-size: 16px;
                    }
                }
                .img{
                    width: 666px;
                    height: 627px;
                    span{
                        display: none;
                    }
                }
            }
        }
        .unit02{
            .img{
                width: 673px;
                height: 636px;
                background: url(/student/img-files/img_unit02.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit03{
            &::before{
                content: "";
                position: absolute;
                top: -60px;
                right: 0;
                width: 391px;
                height: 388px;
                background: url(/student/img-files/bg_anchor.png) no-repeat left top;
                background-size: 391px 388px;
                z-index: -60;
            }
            .img{
                width: 660px;
                height: 636px;
                background: url(/student/img-files/img_unit03.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit04{
            .img{
                width: 666px;
                height: 636px;
                background: url(/student/img-files/img_unit04.png) no-repeat center;
                background-size: contain;
            }
        }
        #more{
            position: relative;
            left: 50%;
            width: 1920px;
            transform: translateX(-50%);
            background: url(/student/img-files/bg_more_area.png) no-repeat center top;
            background-size: 2190px 1740px;
            &::before{
                content: "";
                display: block;
                position: absolute;
                left: calc(50% - 560px);
                top: 0;
                width: 160px;
                height: 238px;
                background: url(/student/img-files/img_section01_2.png) no-repeat center;
                background-size: 160px 238px;
            }
            .title{
                margin-bottom: 86px;
                h3{
                    padding-top: 30px;
                    background: url(/student/img-files/bg_more_ttl.png) no-repeat 45% top;
                    background-size: 69px 66px;
                    font-size: 38px;
                    font-weight: bold;
                    text-align: center;
                }
            }
        }
        .unit05{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 1890px;
            min-height: 722px;
            background: url(/student/img-files/bg_section01_unit03.png) no-repeat center top;
            background-size: 1658px 722px;
            .img{
                width: 660px;
                height: 636px;
                background: url(/student/img-files/img_unit05.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit06{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 1890px;
            min-height: 722px;
            margin-top: -96px;
            background: url(/student/img-files/bg_section01_unit04.png) no-repeat center top;
            background-size: 1658px 722px;
            .img{
                width: 666px;
                height: 633px;
                background: url(/student/img-files/img_unit06.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit07{
            .img{
                width: 660px;
                height: 636px;
                background: url(/student/img-files/img_unit07.png) no-repeat center;
                background-size: contain;
            }
        }
        
    }

    .student-section02{
        margin-bottom: 96px;
        h2{
            width: 456px;
            margin: 0 auto 40px;
            padding-bottom: 8px;
            border-bottom: dotted;
            border-color: #80286E;
            border-width: 8px;
            font-size: 38px;
            font-weight: bold;
            text-align: center;
        }
        .unit08{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 1890px;
            min-height: 756px;
            background: url(/student/img-files/bg_section02_unit08.png) no-repeat 40% top;
            background-size: 1890px 756px;
            .unit-flex{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 1224px;
                margin: 0 auto;
                .textarea{
                    width: 490px;
                    .inner{
                        width: 380px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 24px;
                        font-size: 26px;
                        font-weight: bold;
                    }
                    p{
                        margin-bottom: 24px;
                        font-size: 16px;
                    }
                    .btn{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 330px;
                        height: 56px;
                        margin: 0 auto;
                        color: #000;
                        background: #E6E6E6 url(/student/img-files/icn_btn_arrow_red.png) no-repeat 96% center;
                        background-size: 20px;
                        border-radius: 9px;
                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
                        font-size: 16px;
                        text-align: center;
                        text-decoration: none;
                        &:hover{
                            transition: all 0.2s ease-out;
                            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
                        }
                    }
                }
                .img{
                    width: 666px;
                    height: 636px;
                    background: url(/student/img-files/img_unit08.png) no-repeat center;
                    background-size: contain;
                    span{
                        display: none;
                    }
                }
            }
        }
    }

    .student-section03{
        margin-bottom: 96px;
        h2{
            width: 510px;
            margin: 0 auto 40px;
            padding-bottom: 8px;
            border-bottom: dotted;
            border-color: #C6895F;
            border-width: 8px;
            font-size: 38px;
            font-weight: bold;
            text-align: center;
        }
        .unit09{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 1890px;
            min-height: 756px;
            background: url(/student/img-files/bg_section03_unit09.png) no-repeat 40% top;
            background-size: 1890px 756px;
            .unit-flex{
                display: flex;
                justify-content: center;
                align-items: center;
                width: 1224px;
                margin: 0 auto;
                .textarea{
                    width: 490px;
                    .inner{
                        width: 380px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 24px;
                        font-size: 26px;
                        font-weight: bold;
                    }
                    p{
                        margin-bottom: 24px;
                        font-size: 16px;
                    }
                    .btn{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 330px;
                        height: 56px;
                        margin: 0 auto;
                        color: #000;
                        background: #E6E6E6 url(/student/img-files/icn_btn_arrow_red.png) no-repeat 96% center;
                        background-size: 20px;
                        border-radius: 9px;
                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
                        font-size: 16px;
                        text-align: center;
                        text-decoration: none;
                        &:hover{
                            transition: all 0.2s ease-out;
                            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
                        }
                    }
                }
                .img{
                    width: 660px;
                    height: 636px;
                    background: url(/student/img-files/img_unit09.png) no-repeat center;
                    background-size: contain;
                    span{
                        display: none;
                    }
                }
            }
        }
    }

    #question{
        margin-bottom: 96px;
        h2{
            width: 456px;
            margin: 0 auto 40px;
            padding-bottom: 8px;
            border-bottom: dotted;
            border-color: #DC322C;
            border-width: 8px;
            font-size: 38px;
            font-weight: bold;
            text-align: center;
        }
        dl{
            width: 810px;
            margin: 0 auto;
            dt{
                margin-bottom: 15px;
                padding-left: 28px;
                background: url(/student/img-files/icn_q.png) no-repeat left top;
                background-size: 22px;
                font-size: 16px;
            }
            dd{
                margin-bottom: 32px;
                padding-left: 28px;
                padding-bottom: 8px;
                background: url(/student/img-files/icn_a.png) no-repeat left top;
                background-size: 22px;
                border-bottom: 1px solid #BBB;
                font-size: 16px;
            }
        }
    }

    #basic_information{
        margin-bottom: 96px;
        h2{
            width: 456px;
            margin: 0 auto 40px;
            padding-bottom: 8px;
            border-bottom: dotted;
            border-color: #DC322C;
            border-width: 8px;
            font-size: 38px;
            font-weight: bold;
            text-align: center;
        }
    }

    /* table */
    .student-table {
        width: 100%;
        max-width: 923px;
        margin: 20px auto 0;
        border-collapse: separate;
        border-spacing: 6px;
        .student-tableCellTh {
            padding: 12px 15px;
            text-align: left;
            background-color: #45a2b0;
            border-radius: 10px;
            vertical-align: middle;
            font-size: 2rem;
            color: #fff;
            font-weight: normal;
            line-height: 1.4;
        }
        .student-tableCellTd {
            padding: 12px 15px;
            text-align: left;
            background-color: #ecf6f7;
            border-radius: 10px;
            font-size: 2rem;
            line-height: 1.4
            .small {
                font-size: 1.5rem;
            }
        }
        .tableW25per{width: 25%;}
        .tableW75per{width: 75%;}
    }
    

    /* floating */
    #floatingWrap01{
        /* display: block; */
        bottom: 0px;
        display: block;
    }
    #floatingWrap01.floating {
        background: url("/student/img-files/index_bg10.png") 0 0 repeat-x;
    }
    #floatingWrap01 .commonFloating,
    #floatingWrap01 .floatingInner{
        /* width: 920px; */
        width: 1200px;
    }
    #floatingWrap01 .floatingInner .floatingClose {
        background: url("/student/img-files/index_ic12.png") no-repeat 0 0;
        background-size: 140px 42px;
        right: 0;
    }
    #floatingWrap01.floatingNone .floatingInner .floatingClose {
        background: url("/student/img-files/index_ic11.png") no-repeat 0 0;
        background-size: 140px 42px;
    }
    .student-floatingBtn {
        display: flex;
        justify-content: center;
        background: #fff;
        border-radius: 5px;
    }
    .student-floatingBtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 920px;
        min-height: 64px;
        padding: 5px 0;
        /* border-bottom: 2px solid #950f0a; */
        border-radius: 9px;
        background-color: #dc322c;
        color: #fff;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        text-decoration: none;
        line-height: 1;
        transition: all 0.3s ease-out;
    }
    .student-floatingBtn a::before {
        content: '';
        position: absolute;
        top: calc(50% - 8px);
        right: 20px;
        width: 16px;
        height: 16px;
        background: url(/student/img-files/index_ic04.png) no-repeat;
        background-size: 16px;
    }
    .student-floatingBtn a:hover {
        opacity: 0.7;
    }
    .student-floatingBtn a .student-floatingBtnLabel {
        position: relative;
    }

    /* add */
    .floating_copy_area{
        box-sizing: border-box;
        width: 100%;
        height: 38px;
        margin-bottom: 6px;
        padding: 0 16px;
        background-color: #E6E6E6;
        .inner{
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 330px;
            margin: 0 auto;
        }
        .referral{
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            line-height: 24px;
            .inline{
                height: 28px;
                margin-left: 8px;
            }
            .modal{
                display: inline-block;
                width: 24px;
                height: 24px;
                background: url(/student/img-files/icn_help.png) no-repeat center 2px;
                background-size: 24px;
                cursor: pointer;
            }
        }
        .number{
            outline: none;
            border: none;
            width: 7em;
            height: 38px;
            background: transparent;
            font-size: 26px;
            text-align: center;
        }
        .number_copy{
            position: relative;
            display: inline-block;
            width: 24px;
            height: 26px;
            border: none;
            background: url(/student/img-files/icn_file-copy.png) no-repeat center 2px;
            background-size: 24px;
            cursor: pointer;
        }
    }
    a.faq_btn{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 240px;
        height: 64px;
        color: #fff;
        border-radius: 8px;
        background-color: #B4AFAF;
        text-decoration: none;
        &::before{
            content: "";
            width: 24px;
            height: 25px;
            background: url(/student/img-files/icn_support.png) no-repeat center top;
            background-size: 24px 25px;
            text-align: center;
        }
    }
    .floating-flexbox{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #cboxContent{
        border-radius: 10px;
    }
    #modal{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 64px 15px;
        text-align: center;
        #btn_close{
            position: absolute;
            right: 15px;
            top: 15px;
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url(/student/img-files/icn_close.png) no-repeat center;
            background-size: 24px;
            text-indent: -9999px;
        }
        p{
            width: 100%;
            margin-bottom: 24px;
            font-size: 16px;
        }
    }


    #pageTopBtn{
        bottom: 132px;
    }

}


/* SP */
@media screen and (max-width: 750px) {
    .pc{
        display: none;
    }

    #mainContainer{
        overflow: hidden;
        background-color: #F4F0EC;
    }
    
    .student-mainVisual{
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        max-width: 750px;
        padding: 103px 0px 0;
        background: url(/student/img-files/sp/bg_kv.png) no-repeat center top;
        background-size: calc(1032px / 2) calc(350px / 2);
        .student-mainVisualInner {
            box-sizing: border-box;
            width: 332px;
            margin: 0 auto;
            padding: 0 30px;
            text-align: center;
        }
        .student-mainVisualInner{
            box-sizing: border-box;
            width: 100%;
            margin: 0 auto 0;
            background: url(/student/img-files/sp/bg_main_title.png) no-repeat center top;
            background-size: calc(713px / 2) calc(176px / 2);
            overflow: hidden;
            .student-mainVisualSub{
                position: relative;
                left: 50%;
                width: 131px;
                height: 36px;
                background: url(/student/img-files/sp/main_title_sub.png) no-repeat left top;
                background-size: 131px 36px;
                transform: translateX(-96%);
                .subLabel{
                    display: none;
                }
            }
            h1{
                width: 280px;
                margin: 0 auto 16px;
                font-weight: bold;
                text-align: center;
                line-height: 1;
                .upper{
                    display: inline-block;
                    margin-bottom: 3px;
                    padding-bottom: 12px;
                    font-size: 18px;
                    background: url(/student/img-files/sp/bg_main_ttl_under.png) repeat-x left bottom;
                    background-size: 267px 6px;
                    .small{
                        font-size: 14px;
                    }
                }
                .under{
                    display: inline-block;
                    padding-bottom: 12px;
                    font-size: 20px;
                    background: url(/student/img-files/sp/bg_main_ttl_under.png) no-repeat center bottom;
                    background-size: 267px 6px;
                    .small{
                        font-size: 14px;
                    }
                }
            }
            .student-mainVisualImage{
                width: 100%;
                margin: 0 auto;
            }
        }
    }

    #mainContents{
        padding: 0;
    }

    /* loopSlider */
    .student-loopSlider {
        position: relative;
        left: 50%;
        width: 1500px;
        margin: 55px 0 58px;
        transform: translateX(-50%);
        z-index: 2;
        .student-loopSliderInner {
            width: 100vw;
            margin: 0 auto;
        }
        .student-loopSliderImage {
            width: 112px;
            margin: 0 10px;
            img{
                width: 100%;
            }
        }
    }

    .student-lead{
        position: relative;
        margin: 0 auto 48px;
        text-align: center;
        z-index: 1;
        &::before{
            content: "";
            position: absolute;
            top: -111px;
            right: -40px;
            width: 160px;
            height: 160px;
            background: url(/student/img-files/bg_anchor.png) no-repeat left top;
            background-size: 160px 160px;
            z-index: -1;
        }
        h2{
            margin-bottom: 20px;
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            span{
                position: relative;
                display: inline-block;
                height: 20px;
                padding-bottom: 33px;
                font-size: 20px;
                background: url(/student/img-files/sp/bg_main_ttl_under.png) no-repeat left bottom;
                background-size: 267px 6px;
            }
        }
        p{
            font-size: 14px;
            font-weight: bold;
            line-height: 1.7;
            letter-spacing: 1px;
        }
    }

    .anchor-area{
        position: relative;
        width: 320px;
        margin: 0 auto 82px;
        z-index: 1;
        &::before{
            content: "";
            position: absolute;
            bottom: -65px;
            left: -60px;
            width: 160px;
            height: 160px;
            background: url(/student/img-files/bg_anchor.png) no-repeat left top;
            background-size: 160px 160px;
            z-index: -1;
        }
        .anchor{
            width: 320px;
            margin: 0 auto;
            .unit{
                width: 320px;
                margin-bottom: 26px;
                padding-bottom: 24px;
                background: url(/student/img-files/icn_anchor_arrow.png) no-repeat center bottom;
                background-size: 24px 17px;
                p{
                    margin-bottom: 8px;
                    background: url(/student/img-files/bg_anchor_txt.png) no-repeat center bottom;
                    background-size: 243px 22px;
                    font-size: 14px;
                    font-weight: bold;
                    text-align: center;
                }
                .anc-btn{
                    display: block;
                    width: 320px;
                    height: 62px;
                    color: #fff;
                    border-radius: 10px;
                    background-color: #4599B1;
                    font-size: 20px;
                    font-weight: bold;
                    text-align: center;
                    text-decoration: none;
                    line-height: 62px;
                    &:hover{
                        transition: all 0.2s ease-out;
                        opacity: 0.7;
                    }
                }
                &:nth-child(2) .anc-btn{
                    background-color: #80286E;
                }
                &:nth-child(3) .anc-btn{
                    background-color: #C6895F;
                }
            }
        }
    }

    .student-section01{
        margin-bottom: 32px;
        h2{
            width: 220px;
            margin: 0 auto 40px;
            padding-left: 15px;
            padding-bottom: 20px;
            background: url(/student/img-files/sp/bg_ttl_dotted_blue.png) no-repeat left bottom;
            background-size: 216px 8px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        .btn{
            display: flex;
            justify-content: center;
            align-items: center;
            width: 330px;
            height: 56px;
            margin: 0 auto;
            color: #000;
            background: #E6E6E6 url(/student/img-files/icn_btn_arrow_red.png) no-repeat 96% center;
            background-size: 20px;
            border-radius: 9px;
            box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            &:hover{
                transition: all 0.2s ease-out;
                box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
            }
        }
        .unit01{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 480px;
            height: 359px;
            margin: 0 0 107px;
            background: url(/student/img-files/bg_01.png) no-repeat center top;
            background-size: contain;
            &::after{
                content: "";
                display: block;
                position: absolute;
                bottom: -80px;
                right: 50%;
                width: 106px;
                height: 138px;
                background: url(/student/img-files/img_section01_1.png) no-repeat center;
                background-size: contain;
                transform: translateX(174%);
            }
            h3{
                display: block;
                min-width: 260px;
                margin-bottom: 16px;
                background: url(/student/img-files/sp/bg_unit01_ttl.png) no-repeat right -20px;
                background-size: 75px 74px;
                font-size: 16px;
                font-weight: bold;
                text-align: center;
            }
            p{
                font-size: 14px;
                font-weight: bold;
                text-align: center;
                &.attention{
                    font-size: 12px;
                }
            }
            .flexbox{
                display: flex;
                justify-content: space-between;
                align-items: center;
                width: 340px;
                margin: 18px auto 10px;
                .unit{
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    width: 108px;
                    height: 108px;
                    border-radius: 50%;
                    border: 1px solid #4599B1;
                    font-size: 13px;
                    font-weight: bold;
                    text-align: center;
                    &::before{
                        display: inline-block;
                        content: "";
                        width: 30px;
                        height: 30px;
                    }
                    &.icon01::before{
                        background: url(/student/img-files/icn_free.png) no-repeat center top;
                        background-size: 30px;
                    }
                    &.icon02::before{
                        width: 36px;
                        height: 36px;
                        margin-bottom: -4px;
                        background: url(/student/img-files/icn_point.png) no-repeat center top;
                        background-size: 36px;
                    }
                    &.icon03::before{
                        background: url(/student/img-files/icn_timer.png) no-repeat center top;
                        background-size: 30px;
                    }
                }
            }
        }
        .unit_l{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 750px;
            min-height: 602px;
            margin-bottom: 18px;
            background: url(/student/img-files/sp/bg_section01_unit01.png) no-repeat 40% 90px;
            background-size: 802px 515px;
            .unit-flex{
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: 390px;
                margin: 0 auto;
                .textarea{
                    order: 2;
                    width: 330px;
                    padding-bottom: 55px;
                    .inner{
                        width: 330px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 15px;
                        padding: 0 14px;
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 1.3;
                    }
                    p{
                        margin-bottom: 16px;
                        padding: 0 14px;
                        font-size: 14px;
                        font-weight:500;
                    }
                }
                .img{
                    order: 1;
                    max-width: 365px;
                    max-height: 320px;
                    margin: 0 auto 34px;
                    span{
                        display: none;
                    }
                }
            }
        }
        .unit_r{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 750px;
            min-height: 620px;
            margin-bottom: 18px;
            background: url(/student/img-files/sp/bg_section01_unit02.png) no-repeat 275% 90px;
            background-size: 802px 515px;
            .unit-flex{
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: 390px;
                margin: 0 auto;
                .textarea{
                    order: 2;
                    width: 330px;
                    padding-bottom: 55px;
                    .inner{
                        width: 330px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 16px;
                        font-size: 18px;
                        font-weight: bold;
                        line-height: 1.3;
                    }
                    p{
                        margin-bottom: 16px;
                        font-size: 14px;
                        font-weight:500;
                    }
                }
                .img{
                    order: 1;
                    max-width: 365px;
                    max-height: 320px;
                    margin: 0 auto 28px;
                    span{
                        display: none;
                    }
                }
            }
        }
        .unit02{
            .img{
                width: 363px;
                height: 321px;
                background: url(/student/img-files/sp/img_unit02.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit03{
            .img{
                width: 363px;
                height: 321px;
                background: url(/student/img-files/sp/img_unit03.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit04{
            margin-bottom: 70px;
            .img{
                width: 363px;
                height: 321px;
                background: url(/student/img-files/sp/img_unit04.png) no-repeat center;
                background-size: contain;
            }
        }
        #more{
            position: relative;
            background: url(/student/img-files/sp/bg_more_area.png) no-repeat 76% 9%;
            background-size: 688px 1109px;
            &::before{
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: -84px;
                width: 72px;
                height: 107px;
                background: url(/student/img-files/img_section01_2.png) no-repeat center;
                background-size: 72px 107px;
                transform: translateX(-170px);
            }
            .title{
                margin-bottom: 32px;
                h3{
                    padding-top: 30px;
                    background: url(/student/img-files/bg_more_ttl.png) no-repeat 41% 8px;
                    background-size: 52px 51px;
                    font-size: 18px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 1.9;
                    span{
                        font-size: 16px;
                    }
                }
            }
        }
        .unit05{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 918px;
            min-height: 560px;
            background: url(/student/img-files/sp/bg_section01_unit03.png) no-repeat center 88px;
            background-size: 918px 311px;
            .img{
                width: 363px;
                height: 321px;
                background: url(/student/img-files/sp/img_unit05.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit06{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 787px;
            min-height: 592px;
            background: url(/student/img-files/sp/bg_section01_unit04.png) no-repeat center 130px;
            background-size: 787px 311px;
            .img{
                width: 363px;
                height: 321px;
                background: url(/student/img-files/sp/img_unit06.png) no-repeat center;
                background-size: contain;
            }
        }
        .unit07{
            .img{
                width: 363px;
                height: 321px;
                background: url(/student/img-files/sp/img_unit07.png) no-repeat center;
                background-size: contain;
            }
        }
        
    }

    .student-section02{
        position: relative;
        margin-bottom: 100px;
        &::after{
            content: "";
            position: absolute;
            bottom: -80px;
            left: -60px;
            width: 160px;
            height: 160px;
            background: url(/student/img-files/bg_anchor.png) no-repeat left top;
            background-size: 160px 160px;
            z-index: 1;
        }
        h2{
            width: 220px;
            margin: 0 auto 44px;
            padding-left: 15px;
            padding-bottom: 20px;
            background: url(/student/img-files/sp/bg_ttl_dotted_purple.png) no-repeat left bottom;
            background-size: 216px 8px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        .unit08{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 750px;
            min-height: 602px;
            background: url(/student/img-files/sp/bg_section02_unit08.png) no-repeat 40% 90px;
            background-size: 802px 515px;
            z-index: 2;
            .unit-flex{
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: 390px;
                margin: 0 auto;
                .textarea{
                    order: 2;
                    width: 330px;
                    padding-bottom: 55px;
                    .inner{
                        width: 330px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 16px;
                        padding: 0 14px;
                        font-size: 18px;
                        font-weight: bold;
                    }
                    p{
                        margin-bottom: 16px;
                        padding: 0 14px;
                        font-size: 14px;
                        font-weight:500;
                    }
                    .btn{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 330px;
                        height: 56px;
                        margin: 0 auto;
                        color: #000;
                        background: #E6E6E6 url(/student/img-files/icn_btn_arrow_red.png) no-repeat 96% center;
                        background-size: 20px;
                        border-radius: 9px;
                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
                        font-size: 16px;
                        text-align: center;
                        text-decoration: none;
                        font-weight: bold;
                        &:hover{
                            transition: all 0.2s ease-out;
                            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
                        }
                    }
                }
                .img{
                    order: 1;
                    width: 363px;
                    height: 321px;
                    margin-bottom: 30px;
                    background: url(/student/img-files/sp/img_unit08.png) no-repeat center;
                    background-size: contain;
                    span{
                        display: none;
                    }
                }
            }
        }
    }

    .student-section03{
        margin-bottom: 60px;
        h2{
            width: 260px;
            margin: 0 auto 44px;
            padding-bottom: 20px;
            background: url(/student/img-files/sp/bg_ttl_dotted_brown.png) no-repeat center bottom;
            background-size: 216px 8px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        .unit09{
            position: relative;
            left: 50%;
            transform: translateX(-50%);
            width: 750px;
            min-height: 620px;
            background: url(/student/img-files/sp/bg_section03_unit09.png) no-repeat 275% 90px;
            background-size: 802px 515px;
            .unit-flex{
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                align-items: center;
                width: 100%;
                max-width: 390px;
                margin: 0 auto;
                .textarea{
                    order: 2;
                    width: 330px;
                    padding-bottom: 55px;
                    .inner{
                        width: 330px;
                        margin: 0 auto;
                    }
                    h3{
                        margin-bottom: 16px;
                        font-size: 18px;
                        font-weight: bold;
                    }
                    p{
                        margin-bottom: 16px;
                        font-size: 14px;
                        font-weight:500;
                    }
                    .btn{
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 330px;
                        height: 56px;
                        margin: 0 auto;
                        color: #000;
                        background: #E6E6E6 url(/student/img-files/icn_btn_arrow_red.png) no-repeat 96% center;
                        background-size: 20px;
                        border-radius: 9px;
                        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
                        font-size: 16px;
                        text-align: center;
                        text-decoration: none;
                        font-weight: bold;
                        &:hover{
                            transition: all 0.2s ease-out;
                            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.45);
                        }
                    }
                }
                .img{
                    order: 1;
                    width: 363px;
                    height: 321px;
                    margin-bottom: 25px;
                    background: url(/student/img-files/sp/img_unit09.png) no-repeat center;
                    background-size: contain;
                    span{
                        display: none;
                    }
                }
            }
        }
    }

    #question{
        margin-bottom: 75px;
        h2{
            width: 180px;
            margin: 0 auto 40px;
            padding-bottom: 20px;
            background: url(/student/img-files/sp/bg_ttl_dotted_red.png) no-repeat center bottom;
            background-size: 168px 8px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
        dl{
            box-sizing: border-box;
            width: 100%;
            max-width: 750px;
            margin: 0 auto;
            padding: 0 14px;
            dt{
                margin-bottom: 15px;
                padding-left: 28px;
                background: url(/student/img-files/icn_q.png) no-repeat left top;
                background-size: 22px;
                font-size: 14px;
                letter-spacing: 1px;
            }
            dd{
                margin-bottom: 25px;
                padding-left: 28px;
                padding-bottom: 16px;
                background: url(/student/img-files/icn_a.png) no-repeat left top;
                background-size: 22px;
                border-bottom: 1px solid #BBB;
                font-size: 14px;
                line-height: 1.5;
            }
        }
    }

    #basic_information{
        margin-bottom: 80px;
        h2{
            width: 210px;
            margin: 0 auto 40px;
            padding-bottom: 20px;
            background: url(/student/img-files/sp/bg_ttl_dotted_red.png) no-repeat center bottom;
            background-size: 168px 8px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
        }
    }

    /* table */
    .student-table {
        margin: 20px 9px 0;
        border-collapse: separate;
        border-spacing: 5px;
        .student-tableCellTh {
            padding: 10px;
            text-align: left;
            background-color: #45a2b0;
            border-radius: 5px;
            vertical-align: middle;
            font-size: 1.3rem;
            color: #fff;
            font-weight: normal;
        }
        .student-tableCellTd {
            padding: 12px 15px;
            text-align: left;
            background-color: #ecf6f7;
            border-radius: 5px;
            font-size: 1.3rem;
        }
        .student-tableCellTd .small {
            font-size: 1rem;
        }
        .student-tableCellTd.textBR {
            display: flex;
            flex-flow: row wrap;
        }
        .tableSpW35per{width: 35%;}
        .tableSpW65per{width: 65%;}
    }

    /* floating */
	#floatingWrap01 .commonFloating,
	#floatingWrap01 .floatingInner{
		width: 100%;
	}
	#floatingWrap01 .floatingInner .floatingClose {
		top: -27px;
		right: 0;
		height: 27px;
		background: url("/student/img-files/index_ic12.png") no-repeat 0 0;
		background-size: 88px 27px;
	}
	#floatingWrap01.floatingNone .floatingInner .floatingClose {
		top: -27px;
		right: 0;
		height: 27px;
		background: url("/student/img-files/index_ic11.png") no-repeat 0 0;
		background-size: 88px 27px;
	}
	.student-floatingBtn {
		display: flex;
		justify-content: center;
	}
	.student-floatingBtn a {
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 292px;
		min-height: 50px;
		padding: 5px 30px;
		border-bottom: 1px solid #950f0a;
		border-radius: 5px;
		background-color: #dc322c;
		color: #fff;
		text-align: center;
		/* font-size: 16px; */
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.2;
	}
	.student-floatingBtn a::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 10px;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: url(/student/img-files/index_ic04.png) no-repeat top / cover;
	}

    /* add */
    .floating_copy_area{
        box-sizing: border-box;
        width: 100%;
        max-width: 360px;
        height: 38px;
        margin: 0 auto 6px;
        padding: 0 16px;
        background-color: #E6E6E6;
        .inner{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0 auto;
        }
        .referral{
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 16px;
            line-height: 24px;
            .inline{
                height: 28px;
                margin-left: 8px;
            }
            .modal{
                display: inline-block;
                width: 24px;
                height: 24px;
                background: url(/student/img-files/icn_help.png) no-repeat center 2px;
                background-size: 24px;
                cursor: pointer;
            }
        }
        .number{
            box-sizing: border-box;
            outline: none;
            border: none;
            width: 7em;
            height: 38px;
            padding: 0 0 0 10px;
            background: transparent;
            font-size: 26px;
            line-height: 1;
            text-align: center;
        }
        .number_copy{
            position: relative;
            display: inline-block;
            width: 24px;
            height: 26px;
            border: none;
            background: url(/student/img-files/icn_file-copy.png) no-repeat center 2px;
            background-size: 24px;
        }
    }
    a.faq_btn{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 50px;
        color: #fff;
        border-radius: 8px;
        background-color: #B4AFAF;
        text-decoration: none;
        span{
            display: none;
        }
        &::before{
            content: "FAQ";
            width: 3em;
            height: 25px;
            padding-top: 22px;
            background: url(/student/img-files/icn_support.png) no-repeat center top;
            background-size: 24px 25px;
            text-align: center;
        }
    }
    .floating-flexbox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 360px;
        margin: 0 auto;
    }
    #cboxContent{
        border-radius: 10px;
    }
    #modal{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 64px 15px;
        #btn_close{
            position: absolute;
            right: 15px;
            top: 15px;
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url(/student/img-files/icn_close.png) no-repeat center;
            background-size: 24px;
            text-indent: -9999px;
        }
        p{
            margin-bottom: 24px;
        }
    }

    #pageTopBtn, body[class$="-en"] #pageTopBtn{
        bottom: 124px;
    }

}


/* common */
.copy_text {
    position: relative;
    span {
        opacity: 0;
        position: absolute;
        top: -36px;
        right: 130px;
        width: 130px;
        color: #fff;
        background: rgba(0,0,0,0.5);
        padding: 2px 5px;
        border-radius: 2px;
        transform: translate(100%);
        text-align: center;
    }
    /* button:focus + span {
        animation: fade-out 2s ease-in;
    } */
    .cpanime{
        animation: fade-out 2s ease-in;
    }
}

@keyframes fade-out {
    0% {visibility: visible; opacity: 1;}
    100% {visibility: hidden; opacity: 0;}
}