.cv01-fv2{
	position: relative;
}

.cv01-fv2 .tel_btn{
	position: absolute;
	top: 225px;
    width: 613px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.cv01-fv2 .cv_btn{
	position: absolute;
    top: 375px;
    width: 613px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

@media screen and (max-width: 767px){
	.cv01-fv2 .tel_btn{
		top: 30.133vw;
		width: 87.2vw;
	}
	.cv01-fv2 .cv_btn{
		top: 50.133vw;
		width: 87.2vw;
	}
}