.combo:first-child .title-set-all {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    margin-top: 0;
}

.title-set-all {
    display: flex;
    align-items: center;
    margin-bottom: 9px;
    margin-top: 30px;
}


.number {
    font-size: 24px;
    font-weight: 500;
    color: #14307e;
    margin-right: 17px;
}

.text {
    font-size: 20px;
    color: #14307e;
    font-weight: 400;
}



p {
    color: #000;
}

.cont.bg-white {
    padding: 15px;
}


.item-text {
    position: relative;
    /* 下面一行有时候会暂时关闭，基本都是开启 */
    z-index: -9 !important;
}

.item-text .cont.bg-white {
    margin-top: 60px;
    padding: 25px;
}

.combo.combo-2 {
    background-color: #f5f8ff;
    padding: 15px;
}

.combo-2 .buttom-area {
    border-left: transparent !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}



.title-set-all.toku {
    margin-top: 0;
}

.combo-2 {
    padding: 18px;
    background-color: #f5f8ff;
    margin-top: 30px;
    margin-bottom: 30px;
}


.text-small {
    margin-top: 15px;
    font-size: 13px;
    color: #000;
    text-align: center;
}

.title-set-all.toku {
    position: relative;
}



.bg-white {
    box-shadow: 1px 6px 10px 5px rgb(232 234 231);
}

.space-add .item:nth-child(1) {
    padding-right: 5px;
}

.space-add .item:nth-child(2) {
    padding-left: 5px;
}

@media screen and (max-width: 767px) {
    .waku-area .image {
        text-align: center;
    }

    .title-set-all.toku::before {
        content: '';
        width: 65%;
        height: 1px;
        display: block;
        background: #14307e;
        position: absolute;
        top: 50%;
        left: 89px;
    }

    .combo-2 .waku-area {
        margin-top: 20px;
    }

    .combo-2 .bottom-area {
        border-left: 1px solid #14307e;
        padding-left: 15px;
        margin-left: 13px;
    }

    /* 
    .combo .image-all .image img:nth-child(1) {
        max-width: 50%;
        flex: 0 0 50%;
    } */

    /* 
    .image-all .image {
        display: flex;
        justify-content: center;
    } */
}

@media screen and (min-width: 768px) {
    .title-set-all.toku::before {
        content: '';
        width: 80%;
        height: 1px;
        display: block;
        background: #14307e;
        position: absolute;
        top: 50%;
        left: 100px;
    }

    .text-small-image {
        display: flex;
    }

    .waku-area:nth-child(2) {
        margin-left: 13px;
        margin-right: 13px;
    }

    .bottom-area {
        border-left: 1px solid #14307e;
        padding-left: 32px;
        margin-left: 13px;
    }

    /* .image-all .image img:nth-child(1) {
        margin-right: 5px;
        max-width: 50%;
        flex: 0 0 50%;
    } */

    .image-all .image {
        display: flex;
        justify-content: space-between;
    }

    .row-flow .item-image .box {
        text-align: end;
        margin-right: -44px;
    }

}



.image-all .image img:nth-child(2) {
    margin-left: 5px;
    max-width: 48%;
    flex: 0 0 48%;
}