/*=======================
l-footer.css
=======================*/

.l-footer {}
.ft-sponser {
    padding: 80px 40px;
    background-color: #1f2c5c;
}
.ft-sponser p {
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.ft-sponser ul {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.ft-sponser ul li {
    padding-bottom: 40px;
}
.ft-sponser ul li a {
    display: block;
}
.ft-last {
    background-color: #06154a;
}
.ft-logo {
    width: 320px;
}
.ft-logo a {
    display: block;
}
.ft-nav {
    width: calc(100% - 320px);
    color: #fff;
}
.ft-nav-list {
    width: 20%;
}
.ft-nav-list ul li {
    padding-top: 8px;
}
.ft-nav-list ul li a {
    display: block;
    text-align: right;
}
.ft-nav-toggle {
    display: none;
}
.ft-copy {
    width: 100%;
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
.ft-copy ul {
    display: flex;
    flex-wrap: wrap;
}
@media (width >= 64rem) {
    .ft-sponser {
        padding: 160px 40px 120px;
    }
    .ft-sponser p {
        padding-bottom: 80px;
        font-size: 24px;
    }
    .ft-sponser ul li {
        width: 50%;
    }
    .ft-sponser ul li:nth-child(odd) {
        padding: 0 80px 40px 0;
    }
    .ft-sponser ul li:nth-child(even) {
        padding: 0 0 40px 80px;
    }
    .ft-nav-list h3 {
        padding-bottom: 12px;
        font-size: 22px;
        font-weight: bold;
        text-align: right;
    }
}
@media (width <= 64rem) {
    .ft-logo {
        display: none;
    }
    .ft-nav {
        width: 100%;
    }
    .ft-nav-list {
        width: 100%;
        display: flex;
        padding-bottom: 4px;
    }
    .ft-nav-list h3 {
        width: calc(100% - 68px);
        padding: 0 24px;
        font-size: 18px;
        line-height: 68px;
        border-right: 1px solid #06154a;
        background: #3a4670 url('../../../assets/images/ico-arrow-04.svg') no-repeat right 24px center / 6px 10px;
    }
    .ft-nav-list ul {
        display: none;
    }
    .ft-nav-toggle {
        width: 68px;
        height: 68px;
        display: block;
        background: #3a4670 url('../../../assets/images/ico-toggle-01.svg') no-repeat center / 20px;
    }
}