section#section11 {
    margin-top: 11.4vw
}

.company-info {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 3.43vw 0;
    width: 100%
}

.company-table {
    background-color: #fff;
    border-collapse: separate;
    border-spacing: 0 1.5vw;
    color: #000;
    font-size: .93vw;
    margin: 0 auto;
    text-align: center;
    width: 75%
}

.company-table thead {
    background-color: #fff;
    font-size: 1.07vw
}

.company-table tbody tr {
    line-height: 2.5vw
}

.company-table tbody tr:nth-child(odd) {
    background-color: #f3f3f3
}

.company-table td,
.company-table th {
    font-weight: 400;
    padding: .8vw
}

.company-table td:first-child,
.company-table th {
    font-weight: 700
}

.company-table a.link-blue {
    color: blue;
    text-decoration: underline;
}

.table-title {
    background-color: #fff;
    font-size: 1.07vw
}


@media screen and (max-width:767.9994px) {
    .company-info {
        align-items: center;
        display: flex;
        justify-content: center;
        padding: 4vw 0;
        width: 100%
    }

    .company-table {
        background-color: transparent;
        border-collapse: separate;
        border-spacing: 0 2vw;
        color: #000;
        font-size: 2.6667vw;
        margin: 0 auto;
        text-align: center;
        width: 90%
    }

    .company-table thead {
        background-color: #fff;
        font-size: 3.4667vw
    }

    .company-table tbody {
        font-size: 2.6667vw
    }

    .company-table tbody tr {
        line-height: 3.7333vw
    }

    .company-table tbody tr:nth-child(2n) {
        background-color: #fff
    }

    .company-table tbody tr:nth-child(odd) {
        background-color: #f3f3f3
    }

    .company-table td,
    .company-table th {
        font-weight: 400;
        padding: 1.6vw 1.3333vw
    }

    .company-table td:first-child,
    .company-table th {
        font-weight: 700
    }

    .table-title {
        background-color: #fff;
        font-size: 3.4667vw;
        margin-bottom: 3vw;
        text-align: center
    }
}