#performance {
    margin-bottom: 90px;
}

.numbered-section-container-text-performance {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.performance-table {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 70px;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.performance-table tr {
    width: 100%;
    height: auto;
}

.performance-table tr th {
    width: 30%;
    height: auto;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    background: #F6F6F6;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 29px;
}

.performance-table tr td {
    width: 70%;
    height: auto;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 0.12em;
    line-height: 25px;
}

#performance .philosophy-main-text {
    padding-top: 0;
}

@media screen and (max-width: 767px) {
    .performance-table {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .performance-table tr th {
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 24px;
        display: block;
    }.performance-table tr td {
        width: 100%;
        padding: 10px 20px;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 0.12em;
        line-height: 21px;
        display: block;
    }
    #performance .philosophy-main-text {
        padding-top: 0;
    }
    .border-top {
        padding-top: 50px;
    }
}