@media screen and (max-width: 800px) {
    .h5-box {
        display: block;
    }

    .pc-box {
        display: none;
    }

    .IndBan {
        position: relative;
    }

    .IndBanK {
        position: absolute;
        bottom: 36%;
        color: white;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        width: 50%;
        height: 1.2rem;
        align-items: center;
        font-size: .4rem;
        background-image: url("down-button.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        justify-content: center;
    }

    .IndBanK .logo {
        width: .3rem;
    }

    .IndBanF {
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 80%;
        margin: 0 auto;
    }

    .IndBanB {
        position: absolute;
        bottom: 10%;
        left: 0;
        width: 100%;
        margin: 0 auto;
    }

    .IndBanK .logo {
        width: .5rem;
        margin-right: .2rem;
    }

    .IndBanBk {
        font-size: .35rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1.5rem;
        width: 90%;
        margin: 0 auto;
        border-radius: 1rem;
        background-color: white;
    }

    .IndBanB .logo {
        width: 1rem;

    }

    .IndBanB .name {
        margin: 0 .3rem;
    }

    .IndBanB .button {
        background-color: #63C6C7;
        height: .5rem;
        color: white;
        padding: .1rem .2rem;
        border-radius: 1rem;
    }

    footer .copxx_L {
        padding: .2rem ;
        font-size: .3rem;
    }
    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: .3rem;
        font-size: .6rem;
        color: white;
        display: flex;
        align-items: center;
        background-image: linear-gradient(to right, #0D0658, #2A0774 );
    }
    .header .logo {
        width: 1rem;
        margin-right: .3rem;
    }
}


@media screen and (min-width: 801px) {
    .h5-box {
        display: none;
    }

    .pc-box {
        display: block;
    }
    .header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        font-size: 20px;
        color: white;
        display: flex;
        align-items: center;
    }
    .header .logo {
        width: 50px;
        margin-right: 10px;
    }
    .IndBanF {
        position: absolute;
        bottom: 25%;
        left: 10%;
        display: flex;
    }
    .IndBanF a {
        display: flex;
        background-image: linear-gradient(to right, #5CBCD0, #2651F4);
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        padding: 10px 20px;
        width: 150px;
        margin-right: 10px;
        border-radius: 30px;
    }
    .IndBanF a img {
        margin-right: 10px;
    }
    .IndBan {

    }

    .IndBanF {

    }
    footer .copxx_L {
        font-size: 14px;
        display: flex;
        justify-content: space-around;
        padding: 20px;
    }
}
