.footer_menu
{
    margin: 2lh 0 4lh 0;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: end;
}

@media screen and (max-width: 1024px) 
{
    .footer_menu
    {
        flex-direction: column;
        align-items: center;
    }
}

.footer_menu--list
{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1.2lh;
    max-width: 384px;
    width: 100%;
}

@media screen and (max-width: 768px) 
{
    .footer_menu--list
    {
        height: max-content;
        align-items: center;
        max-width: 768px;
        width:100%;
    }
}

.footer_menu--list li
{
    padding-left: 2rem;
    text-align: left;
}

.footer_menu--list li a
{
    display: inline-block;
    max-width: 15rem;
    width:100%;
    position: relative;
    padding: 0 1rem 0 0;
}

.footer_menu--list li a::after
{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    border: 7px solid transparent;
    border-left-color: #fff;
    border-width: 4px 0 4px 7px;
    right: 0;
    top: 0.75rem;
    transition: all .3s ease
}
@media screen and (max-width: 1024px) 
{
    .footer_menu--list li
    {
        width:70%;
    }
}

.footer_menu--te25_logo
{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1024px) 
{
    .footer_menu--te25_logo
    {
        padding-top: 2lh;
    }
}


.footer_menu--te25_logo_row
{
    position:relative;
}


.footer_menu--te25_logo_row a
{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.footer_menu--te25_logo_item
{
    padding:0.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.footer_menu--te25_logo_wrapper
{
    height:3.5lh;
    width:10rem;
    display: flex;
    justify-content: end;
    flex-shrink: 0;
}


.footer_menu--te25_logo_item img
{
    height:100%;
    padding:0 0.75rem;
    border-right: solid 1px white;
}

.footer_menu--te25_logo_item p
{
    text-align: left;
    padding:0 0.75rem;
    height:max-content;
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
}

.footer_menu--jka_and_copyright
{
    width:100%;
    
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items:end;
    font-size: 12px;
}

.footer_menu--jka
{
    text-align: right;
    max-width: 410px;
    width:50%;
}

.footer_menu--copyright
{
    text-align: left;
    max-width:768px;
    width:50%;
}

@media screen and (max-width: 1024px) 
{
    .footer_menu--jka_and_copyright
    {
        flex-direction: column;
        justify-content: center;
    }
    
    .footer_menu--jka
    {
        margin-top:2lh;
        text-align: center;
        max-width: 100%;
        width:100%;
    }

    .footer_menu--copyright
    {
        margin-top:2lh;
        text-align: center;
        max-width: 100%;
        width:100%;
    }
}

.footer_menu-columns
{
    width:768px;
    display: flex;
    height:14lh;
}

@media screen and (max-width: 768px) 
{
    .footer_menu-columns
    {
        width:384px;
        display: block;
        height:max-content;
    }
}

.footer_menu-columns > div
{
    width:100%;
    max-width: 384px;
}
@media screen and (max-width: 768px) 
{
    .footer_menu-columns > div
    {
        width:100%;
        max-width: 384px;
    }
}

.footer_menu--block_title
{
    font-weight: 700;
    text-align: left;
}
@media screen and (max-width: 768px) 
{
    .footer_menu--block_title
    {
        text-align: center;
    }
}
