.underlayer-top-wrapper {
    background: url("../../img/underlayer/pc-flow-top-bg.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:992px) {
    .underlayer-top-wrapper {
        background: url("../../img/underlayer/sp-flow-top-bg.png");
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.flow-wrapper {
    width: 1200px;
    margin: 100px auto 0;
}

@media(max-width:992px) {
    .flow-wrapper {
        margin: 50px auto 0;
    }
}

.flow-content {
    padding-bottom: 100px;
}

@media(max-width:992px) {
    .flow-content {
        padding-bottom: 50px;
    }
}

.flow-content:not(:first-child) {
    padding-top: 100px;
    border-top: 5px dotted var(--main-color);
}

@media(max-width:992px) {
    .flow-content:not(:first-child) {
        padding-top: 50px;
    }
}

.flow-titles {
    display: flex;
    align-items: center;
    gap: 55px;
}

@media(max-width:992px) {
    .flow-titles {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
        gap: 10px;
    }
}

.flow-numbers {
    display: flex;
    gap: 30px;
    align-items: flex-end;
}

@media(max-width:992px) {
    .flow-numbers {
        gap: 10px;
        align-items: center;
    }
}

.flow-number {
    font-family: var(--font-family-3);
    font-weight: 600;
    color: #FFF;
    background: var(--main-color);
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width:992px) {
    .flow-number {
        width: 40px;
        height: 40px;
    }
}

.flow-number-img {
    width: 130px;
    height: 100px;
    object-fit: contain;
}

@media(max-width:992px) {
    .flow-number-img {
        width: 70px;
        height: 40px;
        object-fit: contain;
    }
}

.flow-title {
    font-weight: 600;
}

.flow-txt {
    margin-top: 10px;
    font-weight: 500;
}

.top-flow-content {
    border: 3px solid var(--main-color);
}

.top-flow-lists {
    border: 3px solid var(--main-color);
}

@media (max-width: 992px) {
    .top-flow-inner {
        padding: 0;
    }
}