.contact {
	background: #f2f2f2;
	padding: 3rem 0;
}.contact h1{
	font-size: 1.4rem;
	padding-top: 9rem;
}
.contact .is-focused .bmd-help {
color: #828282 !important;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=select]:focus, textarea:focus {
    box-shadow: none;
}
.form-control:focus{
	box-shadow: none;
}
button.btn_yellow:hover{
	background: #00AAFF;
	color: #fff;
}
.navToggle span {
border-bottom: solid 1px #333;
}
header .gnavi a{
	color: #333;
}
@media (max-width: 768px) {
.contact h1 {
font-size: 1.4rem;
padding-top: 3rem;
}
}
