@charset "utf-8";
.contact {
	width: 100%;
	margin-bottom:200px;
	padding: 25px;
	background: #e6e5e5;
	border: 1px solid #472b19;
}
.contact table {
  width: 100%;
}
.contact table tr th {
  width: 20%;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  vertical-align: top;
}
.contact table tr td {
  width: 80%;
  padding: 10px;
  font-size: 16px;
}
.contact input, .contact select, .contact textarea {
  width: 100%;
	padding: 5px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
.btn {
  width: 250px;
  margin: 50px auto;
}
.btn input, .btn button {
  margin-bottom: 20px;
  cursor: pointer;
}

.required_red {
  color: #ff0000;
}