#shoukaiPageSection01 {
    /* height: 1206px; */
    padding-top: 57px;
    padding-bottom: 30px;
}

#shoukaiPageSection01 h4 {
    font-size: 46px;
    font-weight: 700;
    color: #1A7BA5;
    text-align: center;
    margin-bottom: 50px;
}

#shoukaiPageSection01 .spc1-hr {
    height: 1px;
    position: relative;
    margin-bottom: 50px;
}

#shoukaiPageSection01 .spc1-hr::before {
    content: "";
    position: absolute;
    width: 240px;
    height: 1px;
    background-color: #1A7BA5;
    left: 50%;
    margin-left: -120px;
}

#shoukaiPageSection01 .sps01-info {
    font-size: 20px;
    font-weight: 500;
    color: #2379B8;
    line-height: 50px;
    text-align: center;
    margin-bottom: 60px;
}

#shoukaiPageSection01 .sps01-info.last {
    margin-bottom: 76px;
}

#shoukaiPageSection01 .title {
    margin-bottom: 64px;
}

#shoukaiPageSection01 .title h4 {
    font-size: 46px;
    font-weight: 700;
    color: #2379B8;
    width: 644px;
}

#shoukaiPageSection01 .title p {
    width: 644px;
}

#shoukaiPageSection01 .title p::after {
    left: 188px;
}

#shoukaiPageSection01 .support-steps {
    height: 211px;
    width: 1300px;
    margin: 0 auto;
}

#shoukaiPageSection01 .support-steps .step {
    width: 145px;
    height: 211px;
    float: left;
    margin-right: 20px;
    position: relative;
}

#shoukaiPageSection01 .support-steps .step::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 20px;
    background: url("../images/shoukai-page-support-next.png") no-repeat;
    background-size: 10px 20px;
    right: -15px;
    top: 76px;
}

#shoukaiPageSection01 .support-steps .step.hachi {
    margin-right: 0;
}

#shoukaiPageSection01 .support-steps .step.hachi::before {
    content: none;
}

#shoukaiPageSection01 .support-steps .step .step-number {
    width: 0;
    height: 0;
    border-top: 56px solid #fff;
    border-right: 56px solid transparent;
    position: absolute;
}

#shoukaiPageSection01 .support-steps .step .number {
    color: #286F91;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2.2px;
    position: absolute;
    line-height: 30px;
    left: 10px;
}

#shoukaiPageSection01 .support-steps .step .step-ico {
    width: 145px;
    height: 153px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#shoukaiPageSection01 .support-steps .step.ichi .step-ico {
    background: url("../images/shoukai-page-support-01.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 74px 51px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.ni .step-ico {
    background: url("../images/shoukai-page-support-02.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 67px 75px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.san .step-ico {
    background: url("../images/shoukai-page-support-03.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 88px 54px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.yon .step-ico {
    background: url("../images/shoukai-page-support-04.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 64px 69px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.go .step-ico {
    background: url("../images/shoukai-page-support-05.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 81px 71px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.roku .step-ico {
    background: url("../images/shoukai-page-support-06.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 66px 77px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.nana .step-ico {
    background: url("../images/shoukai-page-support-07.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 67px 63px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step.hachi .step-ico {
    background: url("../images/shoukai-page-support-08.png") no-repeat, linear-gradient(145deg, #469DC7, #2390C2);
    background-size: 74px 73px, contain;
    background-position: center;
}

#shoukaiPageSection01 .support-steps .step .step-title {
    font-size: 16px;
    font-weight: 500;
    color: #555555;
    text-align: center;
}

#shoukaiPageSection01 .support-steps .step .step-top {
    display: none;
}

@media (max-width: 1902.98px) {
    #shoukaiPageSection01 .support-steps {
        margin: 0 auto;
        width: 1300px;
    }
}

/* large desktops more than 1200px*/
@media (max-width: 1399.98px) {
    #shoukaiPageSection01 {
        height: 1245px;
        /* display: inline-block;; */
    }

    #shoukaiPageSection01 .support-steps{
        width: 660px;
    }
}

/* desktop more than 992px */
@media (max-width: 1199.98px) {
    #shoukaiPageSection01 h4 {
        font-size: 40px;
    }

    #shoukaiPageSection01 .sps01-info {
        font-size: 17px;
    }
}

/* tablets more than 768px */
@media (max-width: 991.98px) {
    #shoukaiPageSection01 {
        height: 1540px;
    }
}

/* landscape phones more than 576px */
@media (max-width: 767.98px) {
    #shoukaiPageSection01 .title h4 {
        font-size: 38px;
        width: 535px;
    }

    #shoukaiPageSection01 .title p {
        width: 535px;
    }

    #shoukaiPageSection01 .support-steps {
        margin: 0 30px;
    }

    #shoukaiPageSection01 {
        height: 1760px;
    }

    #shoukaiPageSection01 .support-steps .step {
        height: 230px;
    }

    #shoukaiPageSection01 h4 br {
        display: none;
    }

    #shoukaiPageSection01 .title h4 br {
        display: none;
    }

    #shoukaiPageSection01 .support-steps .step .step-top {
        display: none;
    }

    #shoukaiPageSection01 .support-steps{
        width: 495px;
    }
}

/* portrait phones less than 576px */
@media (max-width: 575.98px) {
    #shoukaiPageSection01 h4 {
        font-size: 28px;
        font-weight: 700;
        line-height: 40px;
        text-align: center;
    }

    #shoukaiPageSection01 h4 br {
        display: block;
    }

    #shoukaiPageSection01 .sps01-info {
        font-size: 15px;
        line-height: 26px;
        text-align: left;
        padding: 0 22px;
    }

    #shoukaiPageSection01 .sps01-info.no-mp {
        margin-bottom: 0;
    }

    #shoukaiPageSection01 .title p {
        font-size: 16px;
        font-weight: 500;
        width: 202px;
    }

    #shoukaiPageSection01 .title h4 {
        font-size: 32px;
        width: 296px;
    }

    #shoukaiPageSection01 .title p::after {
        left: 145px;
    }

    #shoukaiPageSection01 .title h4 br {
        display: block;
    }

    #shoukaiPageSection01 .support-steps .step::before {
        content: none;
    }

    #shoukaiPageSection01 .support-steps .step .number,
    #shoukaiPageSection01 .support-steps .step .step-number {
        display: none;
    }

    #shoukaiPageSection01 .support-steps .step .step-ico {
        width: 84px;
        height: 84px;
        border-radius: 42px;
        margin: 0 auto;
    }

    #shoukaiPageSection01 .support-steps .step {
        width: calc(50vw - 45px);
        text-align: center;
        height: 200px;
    }

    #shoukaiPageSection01 .support-steps .step.ni,
    #shoukaiPageSection01 .support-steps .step.yon,
    #shoukaiPageSection01 .support-steps .step.roku,
    #shoukaiPageSection01 .support-steps .step.hachi {
        margin-right: 0;
    }

    #shoukaiPageSection01 .support-steps .step .step-top {
        display: block;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: 2.2px;
        text-transform: uppercase;
        color: #286F91;
        margin-bottom: 5px;
    }

    #shoukaiPageSection01 .support-steps .step .step-title {
        letter-spacing: 1.6px;
    }

    #shoukaiPageSection01 .support-steps .step .step-ico {
        margin-bottom: 5px;
    }

    #shoukaiPageSection01 .support-steps .step.ichi .step-ico {
        background-size: 47px 32px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.ni .step-ico {
        background-size: 39px 43px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.san .step-ico {
        background-size: 56px 34px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.yon .step-ico {
        background-size: 42px 46px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.go .step-ico {
        background-size: 47px 41px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.roku .step-ico {
        background-size: 39px 49px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.nana .step-ico {
        background-size: 44px 42px, contain;
    }

    #shoukaiPageSection01 .support-steps .step.hachi .step-ico {
        background-size: 45px 45px, contain;
    }

    #shoukaiPageSection01 {
        height: 1661px;
    }

    #shoukaiPageSection01 .support-steps{
        width: calc(100vw - 60px);
    }
}