﻿ul.list-step {
    margin-left: -15px;
    text-align: center;
    list-style: none;
}
ol, ul {
    list-style: none;
}
    ul.list-style > li span.first-letter {
        display: inline-block;
        width: 20px;
        margin-left: -20px;
    }
    ul.list-step::after {
        clear: both;
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
    }

    ul.list-step.step3 li {
        width: 33.33333333333333%;
    }

    ul.list-step.step4 li {
        width: 25%;
    }

    ul.list-step.step5 li {
        width: 20%;
    }

    ul.list-step.step6 li {
        width: 16.66666666666667%;
    }

    ul.list-step li {
        float: left;
        padding-left: 15px;
        box-sizing: border-box;
        position: relative;
    }

        ul.list-step li .arrow {
            position: absolute;
            right: -10px;
            top: 40%;
        }

        ul.list-step li:last-child .arrow {
            display: none;
        }

        ul.list-step li .list-step-cont {
            height: auto;
            box-sizing: border-box;
            background-color: #f5f7f8;
            
        }

        ul.list-step li .step {
            display: block;
            height: 34px;
            line-height: 34px;
            text-align: center;
            font-weight: bold;
            color: #fff;
            background-color: #37474f;
            
        }

        ul.list-step li .text {
            display: block;
            line-height: 1.4em;
            padding: 10px;
        }

        ul.list-step li .text-row2 {
            height: 50px;
        }

        ul.list-step li .text-row3 {
            height: 65px;
        }

        ul.list-step li .text-row4 {
            height: 80px;
        }

        ul.list-step li .text strong {
            color: #333;
        }

        ul.list-step li .text-row3 {
            height: 65px;
        }

        ul.list-step li .text {
            display: block;
            line-height: 1.4em;
            padding: 10px;
        }


    ul.tab-list.column2 li {
        width: 50%;
        padding-left:0px!important;
    }

    ul.tab-list li.on {
        text-align: center;
        color: #fff;
        background-color: #3498db;
    }

    ul.tab-list li {
        float: left;
        height: 40px;
        line-height: 40px;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        text-align: center;
        font-weight: bold;
        color: #263238;
        font-size: 1em;
        background-color: #f2f4f5;
        box-sizing: border-box;
        transition: 1s;
        -webkit-transition: 1s;
    }

h3.tit {
    font-size: 26px;
    padding-bottom: 20px;
    color: #3498db;
}

.para1 {
    margin-bottom: 100px !important;
}

.box-style {
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.bg-point2 {
    background-color: #0d47a1 !important;
    color: #fff !important;
}
.text-yellow {
    color: #ffeb3b !important;
}

.box-style {
    padding: 20px;
    border: 1px solid #e4e4e4;
}

.bg-point3 {
    background-color: #10af72 !important;
    color: #fff !important;
}

.layout-wrap-col2::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.layout-wrap-col2 .cont01 {
    float: left;
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
}

.layout-wrap-col2 .cont02 {
    float: right;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}

.layout-wrap-col3::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.layout-wrap-col3 .cont01 {
    float: left;
    width: 33.33333333333333%;
    box-sizing: border-box;
}

.layout-wrap-col3 .cont02 {
    float: left;
    width: 33.33333333333333%;
    box-sizing: border-box;
}

.layout-wrap-col3 .cont03 {
    float: left;
    width: 33.33333333333333%;
    box-sizing: border-box;
}

.layout-wrap-col3 .cont0102 {
    float: left;
    width: 66.66666666666666%;
    box-sizing: border-box;
}

.layout-wrap-col3 .cont0203 {
    float: left;
    width: 66.66666666666666%;
    box-sizing: border-box;
}

.layout-wrap-col3.bg-arrow {
    margin: 10px 0;
    padding: 20px 50px;
    box-sizing: border-box;
    background: url('../images/common/bg_arrow.png') no-repeat 50% 50%;
}

    .layout-wrap-col3.bg-arrow .cont01 {
        float: left;
        width: 35%;
        box-sizing: border-box;
    }

    .layout-wrap-col3.bg-arrow .cont02 {
        float: left;
        width: 30%;
        box-sizing: border-box;
    }

    .layout-wrap-col3.bg-arrow .cont03 {
        float: left;
        width: 35%;
        box-sizing: border-box;
    }

.para1-1 {
    margin-bottom: 25px !important;
}
.text-top {
    vertical-align: top !important;
}