@charset "utf-8";
table {
	font-size: 90%;
}

.tel {
	font-size: 160%;
	color: #990000;
}

.form_button {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.form_privacy {
	font-size: 90%;
	margin-top: 10px;
}
.form_must {
	color: #C00;
	margin-left: 0.5em;
	font-size: 90%;
}
input {
	font-size: 110%;
}
.input_wide   {
    width: 90%;
}
.input_thin   {
    width: 50%;
}

span.msg {
	color:#dd0000;
}
.textarea {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 110%;
    width: 90%;
    height: 200px;
}
@media screen and (max-width: 768px) {
}
