.main__container {
	position: relative;
}
.main__text {
	position: absolute;
	top: 0;
	width: 100%;
	background: #005CB2;
	line-height: 1.6em;
	font-size: 5vw;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.mainCVbtn {
	position: absolute;
	top: 65.5%;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	height: 32.5vw;
	text-decoration: none;
	color: #fff;
	font-size: 9vw;
	font-weight: bold;
}
.mainCVbtn__tel {
	position: absolute;
	left: 20%;
	top: -10px;
	bottom: 0;
	margin: auto;
	line-height: 3.4em;
}

.mainCVbtn__tel_lost {
	position: absolute;
	left: 20%;
	top: 0;
	bottom: 0;
	margin: auto;
	line-height: 3.4em;
}

.mainCVbtn__tel_early {
	position: absolute;
	left: 20%;
	top: -6px;
	bottom: 0;
	margin: auto;
	line-height: 3.4em;
}
