.development_wrap {
    padding-top: 0.8rem;
    padding-bottom: 0.14rem;
}

.development_title {
    font-family: ceb;
    font-size: 0.5rem;
    color: #1C1C1C;
    text-align: center;
    margin-bottom: 0.3rem;
}

.development_flex {
    display: flex;
    gap: 0.2rem;
    justify-content: center;
}

.development_flex img {
    height: 3.82rem;
    width: auto;
}

.development_text {
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
    line-height: 0.25rem;
    margin: 0.6rem 0;
}

.table_title {
    font-family: cm;
    font-size: 0.3rem;
    color: #1C1C1C;
    margin-bottom: 0.2rem;
}

table {
    width: 100%;
    border-collapse: collapse;

}

tr:first-child:not(>:last-child) {
    border-right: 0.01rem solid #DEDEDE;
}

tr:first-child {
    height: 0.52rem;
    background: var(--c1);
}

tr:first-child * {
    font-family: csb;
    font-size: 0.18rem;
    color: #FFFFFF;
}

tr:not(:first-child) * {
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
}

tr {
    height: 0.45rem;
}

td {
    border: 0.01rem solid #EEEEEE;
}

td:first-child {
    padding-left: 0.4rem;
    width: 6rem;
}

td:nth-child(2) {
    width: 4.4rem;
}

td:not(:first-child) {
    text-align: center;
}

.table_box {
    margin-bottom: 1.06rem;
}