form {
	padding: 0px;
	margin-top: 50px;
}
.form_must {
	color: #C00;
	font-size: 90%;
	margin-left: 0.5em;
}
input {
	font-size: 110%;
	border: 1px solid #CCC;
}
textarea {
	border: 1px solid #CCC;
	font-size: 120%;
	resize: horizontal;
	width: 99%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.table_item {
	width: 10em;
}
.form_button {
	text-align: center;
	margin-top: 20px;
}
.msg {
	font-weight: normal;
	color: #C00;
}

select {
	font-size: 120%;
	border: 1px solid #999999;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.display_none {
  display: none;
}

.input_thin,.input_middle,.input_wide {
	font-size: 120%;
}
.input_thin {
	width: 20%;
}
.input_middle {
	width: 50%;
}
.input_wide {
	width: 90%;
}
.small_font {
	font-size: 80%;
}
@media screen and (max-width: 768px) {
  .small_font {
  display: block;
}
}