.page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
	margin-left: 30vw;
	margin-right: 30vw;
}
.tit {
	text-align: center;
	font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 56px;
text-align: center;
letter-spacing: 0.115em;

color: #000000;
margin-top: 3vw;
margin-bottom: 3vw;
}

.txt {
	text-align: center;
	font-family: Roboto;
font-style: normal;
font-weight: 300;
font-size: 24px;
line-height: 28px;
text-align: justify;

color: #3B454E;
margin-top: 3vw;
margin-bottom: 3vw;
}

.bholder {
	display: flex;
	justify-content: space-between;
margin-bottom: 6vw;
}
.button {
	text-decoration:none;
	background: #E5E5E5;
	padding: 0.5vw 2.5vw 0.5vw 2.5vw ;

	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
text-align: center;
border: 0.2vw solid #E5E5E5;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
color: #3B454E;

}
.button:hover {
	text-decoration:none;
	background: #E5E5E570;

	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 28px;
text-align: center;
border: 0.2vw solid black;
color: black;
transition: 500ms;
}
@media only screen and (max-width: 1300px) {
.page {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 10px;
	margin-left: 10vw;
	margin-right: 10vw;
}
.tit {
	text-align: center;
	font-family: Roboto;
font-style: normal;
font-weight: bold;
font-size: 48px;
line-height: 56px;
text-align: center;
letter-spacing: 0.115em;

color: #000000;
margin-top: 10vh;
margin-bottom: 6vh;
}

.txt {
	text-align: center;
	font-family: Roboto;
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 28px;
text-align: justify;

color: #3B454E;
margin-top: 6vh;
margin-bottom: 10vh;
}

.bholder {
	display: flex;
	flex-direction:column;
	justify-content:center;
margin-bottom: 25vh;
}
.button {
	justify-content:center;
	text-decoration:none;
	background: #E5E5E5;
	padding: 2vw 10vw 2vw 10vw ;

	font-family: Roboto;
font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 28px;
text-align: center;
border: 0.2vw solid #E5E5E5;
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);

color: #3B454E;
margin: 20vw;
margin-bottom: 4vw;
margin-top: 0vw;
max-width: 20vw;

}
.button:hover {
	text-decoration:none;
	background: #E5E5E570;
	font-size: 30px;
border: 0.2vw solid black;
color: black;
transition: 500ms;
}
}
