@charset "UTF-8";

.l-content .subsidyTable {
    width: 550px;
}

.l-content .subsidyTable table tr th {
    background: #ddd;
}

.l-content .subsidyTable .table_bottom {
    display: flex;
}

.l-content .subsidyTable .table_bottom .th {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 28px;
    background: #bf9000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.l-content .subsidyTable .table_bottom .td {
    display: flex;
    justify-content: center;
    width: 231px;
}

.l-content .subsidyTable .table_bottom .td span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 28px;
    border-radius: 14px;
    background: #bf9000;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.l-content .flow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-content .flow .box {
    position: relative;
    display: flex;
    height: 82px;
}

.l-content .flow .box:not(:first-child) {
    margin-top: 30px;
}

.l-content .flow .box:not(:first-child)::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    border-top: 20px solid #666;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    transform: translateX(-50%);
}

.l-content .flow .box .box_l {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    background: #666;
    color: #fff;
    font-weight: bold;
}

.l-content .flow .box .box_r {
    box-sizing: border-box;
    width: 850px;
    padding: 10px 20px;
    background: #efefef;
}

.l-content .flow .box .num {
    font-size: 18px;
}

.l-content .flow .box .title {
    border-bottom: 1px dotted #999;
    font-size: 15px;
    font-weight: bold;
}

.l-content .support {
    width: 600px;
    margin: 0 auto;
    border: solid 1px #000;
}

.l-content .support .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    background: #efefef;
    font-size: 16px;
    font-weight: bold;
}

.l-content .support .wrap {
    padding: 10px 30px;   
    font-size: 16px;
}
