.container {
	text-align: left;
	border-style: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}

label.label {
	display: inline-block;
	width: 28%;
	vertical-align: top;
}

input[type=text], input[type=url], input[type=email], input[type=tel] {
	width: 70%;
	height: 30px;
	border-radius: 5px;
	border: 2px solid #ddd;
}

#form-container select, #form-container textarea {
	border: 2px solid #ddd;
	padding: .2rem .5rem .5rem;
	border-radius: 5px;
}

.description-block {
	margin-left: 28%;
}

.input-group {
	display: inline-block;
}

.button-group {
	text-align: center;
}

 .button {
	background: #36486a;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  width: 250px;
  height: 50px;
text-align: center;
}

.button-back {
	background: #c6c3c3;
}

.message-block {
	text-align: center;
  font-size: 120%;
}