h1{
	font-size: 10em;
	font-family: 'BebasNeue';
	color: #003a77;
	text-align: center;
	margin: 1.5em 0 0 0;
}
@media screen and (max-width: 568px) {
	h1 {
		font-size: 7em;
		margin: 2em 0 0 0;
	}
}

.tel{
	text-align: center;
	margin: 2em 0;	
}
.tel a{
	font-size: 2em;
	font-weight: 700;
	color: #000;
	text-decoration: none;
}
.tel a span{
	font-size: 60%;
	margin-right: 0.5em;
}
.form-field {
	position: relative;
	margin: 3em 0;
}
label {
	position: absolute;
	font-weight: 700;
	z-index: 1;
}
.formrun{
	color:#cf2e2e;
}
.form-field input,textarea,.confirm-input {
	display: block;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 0.15em;
	font-size: 1em;
	font-weight: 400;
	padding: 0 0 2em 10em;
	width: -webkit-fill-available;
}
.form-field input:focus,textarea:focus,.confirm-input:focus {
	outline: none;
}
.form-field input,.confirm-input {
	height: 1.8em;
}
@media screen and (max-width: 568px) {
	.form-field input,textarea,.confirm-input {
		font-size: 16px;
		padding: 2em 0 1em 0;
	}
}
input[type="submit"],input[type="button"] {
	-webkit-appearance: none;
	display: inline-block;
	background-color: #000;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	padding: 0.5em 1em;
	border: none;
	cursor: pointer;
	margin: 0 0.5em 5em;
}