#confimation-content{
    display: none;
}
#confimation-content .check-to-center{
    display: block
}
.breadcrumb-confirmation{
    display: none;
}
#confimation-content .form-row {
    border-bottom: 1px solid #454545;
    min-height: 81px;
}
.line-height-18{
    line-height: 18px;
}
.pb-80{
    padding-bottom: 80px;
}
button.h-56{
	height: 56px;
}
/*
.button01{
    min-width: 100%;
}
*/
.button01.btn-half {
    width: 160px;
    min-width: 1px;
    display: inline-block;
}
@media (min-width: 1200px){
    .pb-lg-120{
        padding-bottom: 120px;
    }
}

@media (min-width: 768px){
    .pb-md-120{
        padding-bottom: 120px;
    }
    .button01.btn-half.mr-30{
        margin-right: 0px;
    }
    .button01.btn-half.mr-30px{
        margin-right: 30px;
    }

}
@media (max-width: 767px){
    .button01.btn-half {
        width: 47.8%;
        max-width: 165px;
    }
    .btn-white{
        padding: 12.5px 4px;
    }
}
@media (max-width: 380px){
    .button01.btn-half {
        width: 48%;
        float: left;
    }
}
@media (max-width: 374px){
    .button01.btn-half {
        width: 47.5%;
    }
}
@media (max-width: 330px){
    .button01.btn-half {
        width: 47%;
    }
}