
.footer{
    width: 100%;
}
.footer-bot{
    width: 100%;
    background-color:#0050bf;
    padding:20px 0px 10px 0px;
    text-align: center;
}
.foot-logo-cont{
    width: 100px;
    height: 30px;
    margin:auto;
    position: relative;
}
.foot-logo{
    width: 100px;
    height: 30px;
    position: absolute;
    object-fit: contain;
    object-position: center;
    left:0;
    top:0;
}
.foot-logo-screen{
    width: 100%;
    height: 30px;
    position: absolute;
}
.arr-note{
    width: 100%;
    color:#ffffff;
    display: block;
    padding:5px;
    font-size: 1.0em;
}
.footer-top{
    width: 100%;
    padding: 50px 10px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
    background-color: #000;
}
.foot-item{
    width: 100%;
    max-width: 350px;
    min-width: 200px;
    padding: 30px 0px;
}
.m-foot-lnk{
    width: 100%;
    padding-bottom: 4px;
    font-size: 1.2em;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
    display: block;
    color: #fff;
}
.foot-item-head{
    width: 100%;
    display: block;
    font-size:1.4em;
    font-weight: 600;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 0;
    color:#fff;
}
.foot-about{
    width: 100%;
    line-height: 1.5em;
    font-size: 1.2em;
    color: #fff;
}
.foot-cc-sup{
    width: 100%;
    display: block;
    position: relative;
}
.foot-cc-cont{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    text-align: center;
}
.cc-img{
    width: calc((100% - 8px)/5);
    margin: 1px;
    display: inline-block;
}
.cc-img-screen{
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;
    left: 0;
}
.foot-sl{
    fill: #fff;
}
.fs-lnk{
    text-decoration: none;
    color:inherit;
}
@media only screen and (min-width: 600px){
    .footer-top{
        width: 100%;
        padding: 50px 8vw;
        display: flex;
        flex-direction: row;
        align-items:stretch;
        justify-content: center;
        gap: 20px;
    }
}