

@media all and (-ms-high-contrast: none) {
	input[type="text"]{
		min-height: 3em;
	}
	input[type="tel"]{
		min-height: 3em;
	}
	input[type="email"]{
		min-height: 3em;
	}
}

.contact_contents_area input#form_back_button {
  font-size: 1rem;
  font-weight: bold;
}

input#form_back_button {
  width: 100%;
  height: 100%;
  border-radius: 2em;
  color: #001046;
}
input#form_back_button:hover {
  color: #fff;
  background: #001046;
  cursor: pointer;
}