@charset "utf-8";

.catch{
	font-size: 25px;
	line-height: 1.5em;
	margin: 0 0 50px;
}

table{
	width: 100%;
	margin: 0 0 50px;
}

table th{
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	width: 200px;
}

table th span{
	font-size: 20px;
	color: #f00;
}

table th, table td{
	padding: 20px 20px;
	border-bottom: 1px dotted #ccc;
}

table td input.short{
	width: 200px;
}

table td input.long{
	width: 400px;
}

input[type="submit"]{
	border: 0;
}

input, select, textarea{
	font-size: 20px;
}

input[type="text"], input[type="mail"] {
	height: 50px;
	box-sizing: border-box;
	padding: 0.5em;
	transition: all .3s;
}
input[type="text"]:focus,
input[type="mail"]:focus {
	outline: 0;
	background: rgba(108,155,68,0.1);
}

select {
	padding: 0.5em;
}

textarea {
	width: 500px;
	box-sizing: border-box;
	padding: 0.5em;
	transition: all .3s;
}
textarea:focus {
	outline: 0;
	background: rgba(108,155,68,0.1);
}

.form_note{
	font-size: 16px;
}

.form_note span{
	color: #f00;
}

::-webkit-input-placeholder { color: #bcbcbc; }
::-moz-placeholder { color: #bcbcbc; }
:-ms-input-placeholder { color: #bcbcbc; }
