.wow {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    -webkit-animation-duration: 1s
}

.flowcontent .stepttl01 h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500;
    color: #142b37;
    margin: 0 0 10px;
    background-color: #dedede45;
    padding: 30px 0;
    text-align: center
}

.stepbox ul {
    padding-left: 2.7vw;
    list-style: none;
    width: calc(100% - 120px);
}
.stepbox ul li{
        line-height: 210%;
        letter-spacing: 1px;
        font-size: 15px;
        font-weight: 400;
}

.stepbox h4 {
    display: flex;
    flex-direction: column;
}

.stepbox h4 strong span {
    display: block;
    font-size: 12px;
    margin: 0 0 5px;
    text-align: center
}

.stepbox h4 strong {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 40%;
    text-align: center;
    color: var(--primary);
    font-family: 'Marcellus', serif;
    text-align: center;
}

.stepbox:last-child {
    margin-bottom: 0
}

.stepbox:before {
    content: "";
    position: absolute;
    background: #d5d5d5;
    width: 1px;
    height: calc(100% - 8vw);
    left: calc(4vw + 42px);
    top: calc(17vw + 60px);
}
.flowcontent{
    margin-top: 140px;
}
.stepbox {
    margin: 2vw 0;
    position: relative;
    box-shadow: 4px 7px 30px #d4d3d3b5;
    padding: 2vw 3vw;
    background-color: rgb(255 255 255 / 50%);
    display: flex;
    align-items: center;
}

.stepbox:last-child:before {
    opacity: 0
}

.flowcontent .stepbox h4 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 0 10px;
    font-weight: 500;
    color: #1f1f1f;
    text-align: center;
    width: 100px;
}

@media screen and (max-width: 1140px) {
    .stepbox ul {
        padding: 10px 10px;
        margin-top: 20px;
        list-style: none;
        width: calc(100% - 40px);
    }

    .stepbox h4 strong {
        font-size: 28px;
        /* margin-right: 30px; */
    }

    .flowcontent .stepbox h4 {
        font-size: 20px;
        margin: 0 0 5px;
        width: auto;
    }

    .stepbox {
        margin: 4vw 0;
        padding: 10vw 4vw 6vw 4vw;
        display: flex;
        flex-direction: column;
    }
    .stepbox:before{
    display: none;
}
    .flowcontent {
    margin-top: 30px;
}
}
