.l-header, .l-footer {
    letter-spacing: 0;
}

.l-header a, .l-footer a {
    text-decoration: none;
    color: #fff;
}

.l-header.is_open .logo-text {
    color: #fff !important
}

.l-headerLogo .logo-text {
    font-size: 18px !important;
    color: #1b365d !important;
}

@media only screen and (max-width: 768px) {
    .l-headerLogo .logo-text {
        font-size: 14px !important
    }
}

.l-headeTextLink {
    font-size: 13px !important
}

.l-headeTextLink_item {
    color: #222 !important;
    font-size: 13px !important
}

.l-headerNavList_link {
    color: #222 !important;
}

@media only screen and (max-width: 768px) {
    .l-headerNavList_link {
        color: #fff !important;
        font-size: 18px !important;
    }
}

.l-headerNavChild_link {
    font-size: 15px !important;
    color: #1b365d !important;
}

@media only screen and (max-width: 768px) {
    .l-headerNavChild_link {
        color: #fff !important
    }
}

.l-headerBtn {
    color: #fff !important;
    font-size: 15px !important;
}

@media only screen and (max-width: 1024px) {
    .l-headerBtn {
        font-size: 13px !important
    }
}

.l-headerSimpleNav_link {
    color: #fff !important;
    font-size: 13px !important
}

.l-headerCopyRight {
    color: #fff !important;
    font-size: 10px !important;
}

#logo{
    font-size: 20px;
    font-weight: bold;
    color: #0f2e57;
    min-height: 26px;
    margin-top: -5px;
}

@media screen and (max-width: 768px) {
    #logo {
        font-size: 14px;
        min-height: 26px;
    }
    
    .p-header #logo {
        line-height: 1.6;
        vertical-align: bottom;
        width: auto;
    }
}