
#congratulation h2{
    text-align:center;
}

.cong_step{
    text-align:left;
    width:800px;
    margin:0 auto;
}

.cong_btn{
    text-align:center;
    line-height:2;
}

.cong_lp_tit{
    text-align:center;
    background:#ffdeb0;
    padding:20px;
    font-size:20px;
}
.btn{}
.btn a{
    display:block;
    width:300px;
    margin:20px auto;
    padding:20px;
    border:2px #de051d solid;
    background:#de051d;
    border-radius:5px;
    font-size:1.2rem;
    color:#fff;
    text-decoration:none;
}

/*------------- clearfix ---------------*/

.clearfix:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    line-height:0;
    visibility:hidden;
    font-size: 0;
}
.clearfix {/*for IE7*/
    min-height: 1px;
}
* html .clearfix {/*for IE6 below, MacIE5*/
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}