@media (min-width: 1281px) {
    * {
        margin: 0;
        padding: 0;
    }

    /* body,
    html {
        font-size: 0;
    } */

    .clearfix:after {
        content: '';
        clear: both;
        display: block;
    }

    a {
        text-decoration: none;
    }

    li {
        list-style: none;
    }

    .pc {
        display: block;
    }

    .mob {
        display: none;
    }

    .Navigation {
        width: 100%;
        background-color: white;
        padding: 14px 0 14px 0;
    }

    .Navigation_top {
        width: 1200px;
        /* margin-left: 55px; */
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .Navigation_top_one {
        width: 137px;
        height: 37px;
    }

    .Navigation_top_one img {
        width: 100%;
        height: 100%;
    }

    .Navigation_top_two {
        width: 930px;
    }

    .Navigation_top_two-one {
        display: flex;
        justify-content: space-around;
    }

    .Navigation_top_two-one li a {
        font-weight: 400;
        font-size: 18px;
        color: #434343;
        line-height: 35px;
        text-decoration: none;
    }

    .Navigation_top_two_active {
        border-bottom: 2px solid #447AF0;
    }
}