.c-footer-container {
    align-content: center;
    align-items: center;
    background: #EEEEEE;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 100%;
}
.c-footer-container__inner {
    align-content: center;
    align-items: center;
    flex: 1;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    padding: 40px 30px 40px;
    width: 1040px;
    max-width: 100%;
}
.c-footer-menu__1 {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.c-footer-logo {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0px;
    width: 15%;
    max-width: 15%;
}
.c-footer-logo img{
    flex: none;
    height: auto;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 768px) {
    .c-footer-container {
        flex: none;
        height: auto;
    }
    .c-footer-container__inner {
        flex: none;
        height: auto;
        padding: 40px 20px 40px;
    }
    .c-footer-menu__1 {
        flex-direction: column;
        flex-wrap: nowrap;
    }
}
@media (max-width: 480px) {
    .c-footer-container {
        flex: none;
        height: auto;
    }
    .c-footer-container__inner {
        padding: 40px 10px 40px;
    }
    .c-footer-menu__1 {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .c-footer-logo {
        flex: none;
        width: 150px;
        max-width: 100%;
    }
    .c-footer-logo img{
        flex: none;
        width: 120px;
        max-width: 100%;
    }
}

.c-footer-menu-sub {
    align-content: flex-end;
    align-items: flex-end;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
    width: 85%;
    max-width: 85%;
}
.c-footer-menu-sub__inner {
    align-content: flex-end;
    align-items: flex-end;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}
.c-footer-menu-sub_link__1 {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 0px 0px 0px 0px;
    max-width: 100%;
}
.c-footer-menu-sub_link_top {
    color: #666666;
    font-family: var(--s-font-notosans);
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    margin: 4px 12px 4px;
    padding: 0px 0px 0px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 24px);
    justify-content: center;
}
.c-footer-menu-sub_link_item {
    color: #666666;
    font-family: var(--s-font-notosans);
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: 1.4;
    margin: 4px 12px 4px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 24px);
    justify-content: center;
}
@media (max-width: 768px) {
    .c-footer-menu-sub {

        align-content: center;
        align-items: center;
        flex: none;
        width: 100%;
        max-width: 100%;
    }
    .c-footer-menu-sub__inner {
        align-content: center;
        align-items: center;
        margin: 16px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
    }
    .c-footer-menu-sub_link__1 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
    }
    .c-footer-menu-sub_link_item {
        margin: 8px 16px 8px;
        max-width: calc(100% - 32px);
    }
}
@media (max-width: 480px) {
    .c-footer-menu-sub {
        align-content: center;
        align-items: center;
        flex: none;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
    }
    .c-footer-menu-sub__inner {
        align-content: center;
        align-items: center;
        margin: 24px 0px 0px 0px;
        width: 100%;
        max-width: 100%;
    }
    .c-footer-menu-sub_link__1 {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .c-footer-menu-sub_link_top {
        margin: 8px 12px 8px;
        max-width: calc(100% - 24px);
    }
    .c-footer-menu-sub_link_item {
        margin: 8px 12px 8px;
        max-width: calc(100% - 24px);
    }
}
.c-footer-menu-sub_link__2 {
    align-content: center;
    align-items: center;
    background: #ededed;
    border-radius: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 18px 0px 0px 0px;
    padding: 0px;
    max-width: 100%;
}
.c-footer-menu-sub_link_item__1 {
    color: #666666;
    font-family: var(--s-font-notosans);
    font-size: 12px;
    font-weight: 600;
    height: auto;
    line-height: 1.2;
    margin: 0px 16px 0px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 32px);
    justify-content: center;
}
.c-footer-menu-sub_link_item__2 {
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 16px 0px;
    padding: 0px;
    max-width: calc(100% - 32px);
}
.c-footer-menu-sub_link_item__2 p{
    color: #666666;
    font-family: var(--s-font-notosans);
    font-size: 12px;
    font-weight: 600;
    height: auto;
    line-height: 1.2;
    margin: 0px 0px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
.c-footer-menu-sub_link_item__2 i{
    color: #a8a8a8;
    font-size: 12px;
    margin: 0px 0px 0px 4px;
    max-width: calc(100% - 4px);
}
@media (max-width: 768px) {
    .c-footer-menu-sub_link__2 {
        display: flex;
    }
}
@media (max-width: 480px){
    .c-footer-menu-sub_link_item__2 i{
        margin: 0px 0px 0px 0px;
        max-width: 100%;
    }
    .c-footer-menu-sub_link_item__2 p{
        margin: 4px 8px 4px;
        max-width: calc(100% - 16px);
    }
    .c-footer-menu-sub_link__2 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 16px 0px 0px 0px;
        max-width: 100%;
    }
    .c-footer-menu-sub_link_item__1 {
        margin: 4px 8px 4px;
        max-width: calc(100% - 16px);
    }
}
.c-footer-menu__2 {
    align-content: center;
    align-items: center;
    background: #ededed;
    border-radius: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    height: auto;
    justify-content: center;
    margin: 24px 0px 0px 0px;
    padding: 0px;
    max-width: 100%;
}
.c-footer-menu__2 a {
    color: #666666;
    font-family: var(--s-font-notosans);
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1.2;
    margin: 0px 16px 0px;
    text-align: center;
    width: auto;
    max-width: calc(100% - 32px);
    justify-content: center;
}
@media (max-width: 768px) {
    .c-footer-menu__2{
        display: flex;
    }
}
@media (max-width: 480px) {
    .c-footer-menu__2{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .c-footer-menu__2 a {
        margin: 0px 8px 0px;
        max-width: calc(100% - 16px);
    }
}

.c-footer-container-copyright {
    align-content: center;
    align-items: center;
    background: #3d3a39;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 30px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
}
.c-footer-container-copyright p{
    color: #FFFFFF;
    font-family: var(--s-font-roboto);
    font-size: 13px;
    font-weight: 500;
    height: auto;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
}
@media (max-width: 768px) {
    .c-footer-container-copyright p{
        color: #FFFFFF;
    }
}
