body {
	font-family: "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #24140e;
}

.container {
	margin: 0;
	padding: 0;
	border: none;
}

textarea {
	width: 100%;
}

select {
	max-width: 80%;
	width: 15em;
}

.label {
	font-weight: 300;
}

.form-column {
	margin-bottom: 1.5em;
}

.button-group {
	text-align: center;
}

.button {
	background: #d37e2a;
	border: none;
	padding: 14px 15px;
	margin: 3.5em auto 0;
	border-radius: 18px;
	width: 200px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: 600;
	font-size: 18px;
}

.button:hover,
.button:active,
.button:focus {
	background: #2e4895;
}

.description-block {
	clear: both;
	height: 3em;
}

.privacy-policy {
	text-align: right;
	text-decoration-style: solid;
	border-bottom: 1px solid #28360a;
	display: inline-block;
	float: right;
}

.privacy-policy a {
	color: #24140e;
	font-size: 12px;
	text-decoration: none;
}
