body{
    background-color:#f2f2f2;
}
#header{
    position:relative;
}

#flow{
    padding: 90px 0;
}
#flow .timeline{
    display:flex;
    width:100%;
    max-width: 800px;
    margin: 0 auto;
}
#flow .timeline .steps{
    margin-right: 20px;
}
#flow .timeline .steps li{
    width:80px;
    height:160px;
    box-sizing: border-box;
    padding: 62px 0;
    text-align: center;
    margin-bottom: 10px;
    border:2px solid #d29d34;
    border-top:none;
    border-bottom:none;
    position:relative;
    color:#d29d34;
}
#flow .timeline .steps li::before{
    content: " ";
    width: 54px;
    height: 54px;
    position: absolute;
    top: -26px;
    left: 10px;
    transform: rotate(45deg);
    border:2px solid #d29d34;
    border-left: none;
    border-top: none;
}
#flow .timeline .steps li::after{
    content: " ";
    width: 54px;
    height: 54px;
    position: absolute;
    top: 132px;
    left: 10px;
    transform: rotate(45deg);
    border:2px solid #d29d34;
    border-left: none;
    border-top: none;
}
#flow .timeline .steps li.active, #flow .timeline .steps li.active::after{
    background-color:#d29d34;
    color:#fff;
}
#flow .timeline .steps li strong{
    font-size:35px;
    font-weight: lighter;
}

#flow .timeline .steps-contents{
    width:100%;
}
#flow .timeline .steps-contents ul li{
    width:100%;
    height:160px;
    box-sizing: border-box;
    background-color:#fff;
    margin-bottom: 10px;
    padding:15px;
}
#flow .timeline .steps-contents ul li h2{
    color:#2663af;
    margin-bottom:10px;
}
#flow .timeline .steps-contents ul li p{
    font-size:14px;
    line-height: 2;
}
#flow .timeline .steps-contents ul li p a{
    color:#000;
}
#flow .timeline .steps-contents ul li .title span{display:none;}

.br-850{display:none;}

@media screen and (max-width:850px){
    .br-850{display:block;}
    #flow .container{
        width:100%;
    }
    #flow .timeline .steps{display:none;}
    #flow .timeline .steps-contents ul li:nth-child(odd){background-color:#fff;}
    #flow .timeline .steps-contents ul li{
        position: relative;
        height:auto;
        text-align: center;
        padding:60px 0;
        margin:0;
        background-color:#f2f2f2;
    }
    #flow .timeline .steps-contents ul li .title{
        position: relative;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        text-align: center;
    }
    #flow .timeline .steps-contents ul li .title span{
        width:90px;
        box-sizing: border-box;
        display: inline-block;
        background-color: #d29d34;
        color: #fff;
        padding: 10px 15px;
        margin-bottom:28px;
        position:relative;
    }
    #flow .timeline .steps-contents ul li .title span:before{
        content: " ";
        width: 300px;
        height: 1px;
        background-color: #d29d34;
        position: absolute;
        bottom: -10px;
        left: -105px;
    }
    #flow .timeline .steps-contents ul li .title h2{
        color:#000;
        font-size:21px;
        letter-spacing: 2px;
    }
    #flow .timeline .steps-contents ul li:after{
        content: " ";
        width:30px;
        height:30px;
        background-color:#fff;
        position: absolute;
        top:-15px;
        left:50%;
        margin-left:-15px;
        transform:rotate(45deg);
    }
    #flow .timeline .steps-contents ul li:nth-child(odd):after{background-color:#f2f2f2;}
    #flow .timeline .steps-contents ul li:first-child:after{background:none;}
    #flow .timeline .steps-contents ul li h2{
        text-align: center;
    }
}

@media screen and (max-width:450px){
    #flow .timeline .steps li{
        width:40px;
    }
    #flow .timeline .steps li::before{
        top: -13px;
        left: 4px;
        width: 26px;
        height: 26px;
    }
    #flow .timeline .steps li::after{
        top: 146px;
        left: 4px;
        width: 26px;
        height: 26px;
    }
    #flow .timeline .steps-contents ul li h2{
        font-size:18px;
    }
}