/**
    new footer styles
*/
footer{
    height: auto;
    position: relative;
    width: 100%;
    bottom: 0;
    /*margin-top: 3em;*/
}

footer .footer-content{
    width: calc(100% - 10vw);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #0d8070;

    display: flex;
    justify-content: space-between;
    margin: 1.6rem auto;
}
footer .footer-content .logo{
    width: 30%;
    font-size: 1rem;
}
footer .sns-area{
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 3.2rem auto;}
    footer .sns-area .sns{
        width: 6rem;
        margin: 0 5rem;}
        footer .sns-area .sns img{
            width: 100%;}


footer .copyright{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #50b585;
    color:var(--white);
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
}

.footer-left {
    padding-right: 10%;
    flex-direction: column;
}

.footer-left,
.footer-right {
    display: flex;
    width: 50%;
}
.footer-right {
    text-align: right;
    flex-direction: row;
    padding-left: 10%;
    justify-content: flex-end;
}
.footer-right-right,
.footer-right-left {
    display: flex;
    flex-direction: column;
}
.footer-right-right {
    margin-left: 10px;
}

.pc-view{
    display: block;
}
.sp-view{
    display: none;
}

@media (max-aspect-ratio: 10/9) {
    .pc-view{
        display: none !important;
    }
    .sp-view{
        display: block !important;
    }

    .con-login-area .con-login-form {
        background: #E6F5F4;
    }

    body {
        background-color: #E6F5F4;
    }

    footer {
        /* position: absolute; */
        bottom: 0;
        left: 0;
        width: 100%;
        /*font-size: 1vh;*/
        /*height: 10vh;*/
        background-color: #fff;
        padding-top: 10px;}
        footer .footer-content{
            font-size: 1.2rem;
            display: block;
        }
        footer .sns-area .sns{
            width: 6rem;
            margin: 0 1.6rem;}

    .footer-left {
        display: block;
        padding-right: 0;
        width: 100%;
        text-align: center;
    }

    .footer-right {
        width: 100%;
        float: unset;
        padding-left: 0;
    }

    .footer-content::after{
        content:"";
        display: block;
        clear: both;
    }
    .con-navbar {
        justify-content: center;
    }
}

/**
    end new footer styles
*/
