@charset "UTF-8";

#flow + .composite_box01 .wrapper_item {
    justify-content: space-between;
}

#flow + .composite_box01 .inner_item {
    margin: 0 !important;
    width: 33.33% !important;
}

#flow + .composite_box01 .inner_item:nth-child(1) {
    border-bottom: 1px solid #7B6C4D;
    border-right: 1px solid #7B6C4D;
    padding-bottom: 25px;
    padding-right: 2.5%;
}

#flow + .composite_box01 .inner_item:nth-child(2) {
    border-bottom: 1px solid #7B6C4D;
    border-right: 1px solid #7B6C4D;
    padding-bottom: 25px;
    padding-right: 2.5%;
    padding-left: 2.5%;
}

#flow + .composite_box01 .inner_item:nth-child(3) {
    border-bottom: 1px solid #7B6C4D;
    padding-bottom: 25px;
    padding-left: 2.5%;
}

#flow + .composite_box01 .inner_item:nth-child(4) {
    border-right: 1px solid #7B6C4D;
    padding-top: 25px;
    padding-right: 2.5%;
}

#flow + .composite_box01 .inner_item:nth-child(5) {
    border-right: 1px solid #7B6C4D;
    padding-top: 25px;
    padding-right: 2.5%;
    padding-left: 2.5%;
}

#flow + .composite_box01 .inner_item:nth-child(6) {
    padding-left: 2.5%;
    padding-top: 25px;
}

@media (max-width: 1023px) {
    #flow + .composite_box01 .inner_item {
        width: 50% !important;
    }

    #flow + .composite_box01 .inner_item:nth-child(1),
    #flow + .composite_box01 .inner_item:nth-child(3) {
        border-bottom: 1px solid #7B6C4D;
        border-right: 1px solid #7B6C4D;
        padding-bottom: 25px;
        padding-right: 3.5%;
        padding-left: 0;
    }

    #flow + .composite_box01 .inner_item:nth-child(2),
    #flow + .composite_box01 .inner_item:nth-child(4) {
        border-bottom: 1px solid #7B6C4D;
        border-right: none;
        padding-bottom: 25px;
        padding-right: 0;
        padding-left: 3.5%;
    }

    #flow + .composite_box01 .inner_item:nth-child(3),
    #flow + .composite_box01 .inner_item:nth-child(4) {
        padding-top: 25px;
    }

    #flow + .composite_box01 .inner_item:nth-child(5) {
        border-right: 1px solid #7B6C4D;
        padding-top: 25px;
        padding-right: 3.5%;
        padding-left: 0;
    }

    #flow + .composite_box01 .inner_item:nth-child(6) {
        padding-left: 3.5%;
        padding-top: 25px;
    }
}

@media (max-width: 768px) {
    #flow + .composite_box01 .inner_item {
        width: 100% !important;
    }

    #flow + .composite_box01 .inner_item {
        border: none !important;
        border-bottom: 1px solid #7B6C4D !important;
        padding: 25px 0 !important;
    }

    #flow + .composite_box01 .inner_item:first-child {
        padding-top: 0 !important;
    }

    #flow + .composite_box01 .inner_item:last-child {
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
}