.footer-list .plus{
    display: none;
}

.footer-list h3{
    line-height: 10px;
    font-size: 16px;
}

.m-hide{
    display: block;
}

.m-show{
    display: block;
}

@media (max-width: 767px) {
    .footer-list .plus{
        display: block;
        position: inherit;
        float: right;
        margin-top: -10px;
        margin-right: 5px;
        font-size: 20px;
    }

    .footer-list h3{
        border-bottom: solid 1px;
        line-height: 10px;
        font-size: 16px;
        border-color: #e8e8e8;
    }

    .m-hide{
        display: none;
    }

    .m-show{
        display: block;
    }

    .mob-proitem{
        display: flex;
        display: -webkit-flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        padding-bottom: 2em;
        margin-top: 1.5em;
    }

    .mob-proitem > div{
        flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        width: 60%;
        padding: 0 5px;
    }

    .mob-proitem img{
        width: 100%;
    }

    .font-underline{
        text-decoration: underline !important;
    }

    .font-12{
        font-size: 1.2em !important;
    }

    .font-20{
        font-size: 2em !important;
    }
}