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

.tel {
	font-size: 160%;
}

.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_space {
	padding-left: 1.7em;
}

span.msg {
	color:#dd0000;
}
.textarea {
	width: 40em;
}
@media screen and (max-width: 768px) {
.textarea {
	width: 20em;
}	
}