.c.bl_aside {
    flex-direction: column;
    align-items: center;
    top: 50px;
}
.bl_aside .bl_headerNav {
    margin-bottom: 20px;
}
.bl_aside_bnr {
    margin-bottom: auto;
    height: 220px;
}
.bl_aside_bnr img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bl_aside .aa {
    margin-bottom: 50px;
    position: relative;
    bottom: auto;
}
.bl_fixed_bnr {
    display: none;
}
.bl_fixed_bnr img {
    width: 100%;
}
@media screen and (max-width: 521px) {
    .bl_fixed_bnr {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 100;
        left: 0;
        right: 0;
        width: 100%;
    }
    #menu06 + p {
        padding-bottom: 50px;
    }
}