@charset "utf-8";


.form table{
	margin: 30px auto;
	border-collapse:collapse;
	width:1000px;
}
.form table tr{
	border-bottom: solid  1px #FFF;
}
.form table tr:last-child{
	border-bottom: 0;
}

.form table th{
	background-color: #DDD;
	font-weight: normal;
	text-align: left;
	width: 220px;
	padding: 20px 20px;
	padding-right: 0;
	vertical-align:middle;
	box-sizing: border-box;
}
.form table th span{
	font-size: 12px;
	color: #FF0000;
}

.form table td{
	background-color: #EEE;
	font-weight: normal;
	text-align: left;
	width: 770px;
	padding: 20px 20px;
	vertical-align:middle;
	empty-cells: show;
	box-sizing: border-box;
}
.form table tr:first-child th{
	border-radius: 20px 0 0 0;
}
.form table tr:first-child td{
	border-radius: 0 20px 0 0;
}
.form table tr:last-child th{
	border-radius: 0 0 0 20px;
}
.form table tr:last-child td{
	border-radius: 0 0 20px 0;
}
.form{
	margin-top: 60px;
	margin-bottom: 100px;
}
.form input[type="email"],
.form input[type="tel"],
.form input[type="text"]{
	width: 300px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 18px;
	border-radius: 10px;
	border: solid 1px #DDD;
}
.form input[type="email"]{
	width: 500px;
}
.form input[type="radio"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.3em;
}
.form input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.3em;
}
.form textarea{
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	border: solid 1px #DDD;
}
.douiRequired{
	margin: 0 auto;
	width: 1000px;
	border: dotted 1px #FF0000;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFEEE;
}
.privacy h3{
	font-size: 18px;
	margin: 0;
}

.privacy p{
	margin: 5px 0;
}

.form .submit{
	opacity: 1;
	background-color: #6FB92C;
	width: 250px;
	height: 50px;
	border-radius: 10px;
	color: #FFF;
	font-weight: 500;
	border: 0;
	font-size: 20px;
	cursor: pointer;
}
.form .submit:hover{
	background-color: #92D256;
}

.backbutton{
	text-align: center;
	margin: 20px auto;
}
.backbutton a{
	display: inline-block;
	opacity: 1;
	background-color: #6FB92C;
	width: 200px;
	padding: 10px 0;
	text-decoration: none;
	border-radius: 10px;
	color: #FFF;
	font-weight: 500;
	border: 0;
	font-size: 20px;
	cursor: pointer;
}
.thanks{
	text-align: center;
	margin: 200px auto;
}

/**/
.scroll{
	width: 1000px;
	margin: 20px auto;
	height: 150px;
	font-size: 16px;
	padding: 20px;
	text-align: left;
	overflow-y: scroll;
	border: solid 1px #AAA;
	box-sizing: border-box;
}