@charset "utf-8";

.main_latest {
    width: 100%;
    height: 100%;
}

.main_latest_div .li01 {
    width: 100%;
    display: flex;
    align-items: center;
}

.main_latest_div .li01 .li01_1 {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
}

.main_latest a {
    color: #fff;
}

#ticker {}

#ticker li {
    font-size: 15px;
    font-weight: 300
}

.none {
    display: none
}

.navi {
    display: flex;
    margin-left: 40px;
}

.navi img {
    width: 6px;
    margin-right: 20px;
    filter: invert(1) brightness(10)
}

.block {
    height: 30px;
    overflow: hidden;
    width: 350px;
}

.block ul,
.block li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.block li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
    opacity: 0.9;
    text-decoration: none;
}

@media screen and (max-width:799px) {
    .main_latest_div .li01 {
        flex-wrap: wrap;
    }

    .main_latest_div .li01 .li01_1 {
        width: 100%;
    }

    #ticker {
        margin-top: 4px;
    }

    .li01_txt {
        width: 100%;
    }

    #ticker li {
        font-size: 13px;
    }

    .navi {
        display: none
    }

    .block {
        width: 100%
    }
}