.section {
    background: #F1F1F1;
    padding: 290px 0 105px;
}

.section .wrap {
    width: 1100px;
    margin: 0 auto;
}

.section .wrap .title {
    margin: 0 0 88px;
}

.section .wrap .title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
}

.section .wrap .content {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #C1C1C1;
    padding: 30px 0 0;
    position: relative;
}

.section .wrap .content ul {
    margin-bottom: 150px;
}

.section .wrap .content ul:not(:nth-child(4n)) {
    margin-right: 236px;
}

.section .wrap .content ul li:nth-child(1) {
    margin-bottom: 20px;
}

.section .wrap .content ul li:nth-child(1) a {
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
}

.section .wrap .content ul li a {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 36px;
    transition: 0.6s;
}

.section .wrap .content ul li a:hover {
    color: #014099;
}

.section .wrap .content ul:nth-child(5) {
    position: relative;
}

.section .wrap .content ul:nth-child(5)::after {
    content: "";
    width: 1100px;
    height: 1px;
    background: #C1C1C1;
    position: absolute;
    top: -50px;
    left: 0;
}

.footer .footer_top {
    background: #F1F1F1;
}

/*# sourceMappingURL=site_map.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 15.1041666667vw 0px 5.46875vw;
    }

    .section .wrap {
        width: 57.2916666667vw;
    }

    .section .wrap .title {
        margin: 0px 0px 4.5833333333vw;
    }

    .section .wrap .title h1 {
        font-size: 2.1875vw;
    }

    .section .wrap .content {
        padding: 1.5625vw 0px 0px;
    }

    .section .wrap .content ul {
        margin-bottom: 7.8125vw;
    }

    .section .wrap .content ul:not(:nth-child(4n)) {
        margin-right: 12.2916666667vw;
    }

    .section .wrap .content ul li:nth-child(1) {
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .content ul li:nth-child(1) a {
        font-size: 1.25vw;
    }

    .section .wrap .content ul li a {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }

    .section .wrap .content ul:nth-child(5)::after {
        width: 57.2916666667vw;
        top: -2.6041666667vw;
    }
}
@media screen and (max-width: 1024px) {
    .section {
        padding: 100px 0 80px;
    }
    .section .wrap {
        width: 90%;
    }
    .section .wrap .title h1 {
        font-size: 24px;
    }
    .section .wrap .content {
        padding: 0;
        border: none;
    }
    .section .wrap .title {
        margin-bottom: 30px;
    }
    .section .wrap .content ul:nth-child(5)::after {
        display: none;
    }
    .section .wrap .content ul {
        width: 50%;
        margin: 0 0 20px !important;
        padding: 20px 0 0;
        position: relative;
    }
    .section .wrap .content ul li a {
        font-size: 16px;
        line-height: 2.6;
    }
    .section .wrap .content ul li:nth-child(1) a {
        font-size: 18px;
    }
    .section .wrap .content ul:nth-child(2n-1)::after {
        content: "";
        display: block;
        width: 90vw;
        height: 1px;
        background: #c1c1c1;
        position: absolute;
        left: 0;
        top: 0;
    }
}
