@charset "utf-8";

.site-footer {
    height: auto;
}

.name p {
    padding: .5em 1em;
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.liwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding: 1em;
}

.liwrap2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.footerMenu {
    min-width: 100px;
    margin-left: 2em;
    color: #fff;
    margin-top: 20px;
}

.hrmenu {
    margin-top: .5em;
    margin-bottom: .5em;
    border-bottom: 2px solid #fff;
}

.footerMenu li {
    margin-bottom: .4em;
    color: #fff;
    font-size: .9em;
    list-style: none;
}

    .footerMenu li a {
        color: #fff;
        text-decoration: none;
        line-height: 20px;
    }

@media screen and (max-width: 820px) {

    .footerMenu {
        margin-left: 1.5em;
    }


}

@media screen and (max-width: 425px) {

    .liwrap {
        display: block;
        justify-content: space-between;
        padding: 1em;
    }

    .liwrap2 {
        justify-content: space-between;
        margin-right: 1.5em;

    }

    .footerMenu {
        margin-top: 1em;
        flex-basis: 50%;
    }


}