@charset "utf-8";
/* CSS Document */


/* 申し込みフォーム */

table.form{
	width:100%;
	margin-bottom:30px;
}

tbody{
	max-width:90%;
	height:auto;
	margin:0 auto;
	border:1px solid #CCCCCC;

}

tbody th{
	width:30%;
	border:1px solid #CCCCCC;
}


tbody th, td{
	padding:10px 10px; 
	border:1px solid #CCCCCC;
	vertical-align: middle; 
	font-weight: normal; 
	font-size: 100%;
	text-align: left; 
	line-height:1.5em;
}



 /* テキストエリアの設定 */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	width: 95%;
	background-color: #fff;
	color: #000;
	padding:2px 0 2px 5px;
	margin:10px 0;
}

textarea{
	height: 5em;
}

input.phone,
input.phone2,
input.phone3{
		width:60px;
	}

select{
	width:70px;
	margin-right:5px;
	xpadding:7px;
}

select.class{
	width:300px;
}

select.pref{
	width:120px;
}

input.year{
	width:70px;
}

input.age{
	width:60px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,select:focus{
	background-color: #fff;
}


input.zip1,
input.zip2{
	width:70px;
}

input.check{
	width: 1.2em;
	height: 1.2em;
	margin:7px;
}


input.check span{
	margin-left:5px;
}



/* 確認画面ボタン */
input.send{
	padding: 15px 40px;
	font-size: 1.2em;
	background-color:#999999;
	color: #fff;
	border-style: none;
	border-radius:20px;
	display:block;
	cursor: pointer;
	width:50%;
	margin-top:20px;
}

input.send:hover{
	opacity:.7;
}

/* 修正ボタン(correct)、送信ボタン(regist) */
input.correct,
input.regist{
	padding: 15px 40px;
	font-size: 1.2em;
	background-color:#807f77;
	color: #fff;
	border-style: none;
	border-radius:20px;
	display:block;
	cursor: pointer;
	width:30%;
	float:left;
	margin:20px 5px 50px 0px;
}

input.regist{
	background-color:#f60;
	xmargin-left:150px;
}

input.correct:hover,
input.regist:hover{
	opacity:.6;
}

/* 必須項目 */

.required{
}

.required:after{
	 content:"【必須】";
	 font-size:.8em;
	 color:#FF0000;
}

span.blue{
	color:#0033CC;
}

h2{
		font-size:1em;
		font-weight:normal;
}

.consent{
	font-size:2rem;
	font-weight:bold;
	margin:20px 0;
}


span.txt{
	display:block;
	margin:10px 5px 5px 0px;
}


@media only screen and (max-width: 640px){
	
	article h1{
		margin:5% 0;
	}
	
	h2{
		padding:0 10px;
	}
	
	table.form{
		width:95%;
		margin:0 auto;
	}

	input.regist{
	margin-left:50px;
	background-color:#f60;
}

input.correct,
input.regist{
	width:40%;
	float:left;
}

	input.send{
	width:95%;
}


	
	.form{
		max-width:100%;
	}

	tbody tr{
		width:100%;
		display: block;
		list-style: none;
	}


	tbody th, td{
		width:100%;
		display: list-item;
		padding:10px 0px; 
		border:none;
	}
	
	tbody th{
		background-color:#E6E6E6;
	}

	tbody th:before,
	tbody td:before{
		content:'　';
	}

	/* テキストエリアの設定 */
	input[type="text"],
	input[type="email"],
	textarea{
		width:90%;
		xpadding:10px 0px 0px 10px;
		xmargin:10px 0;
	}
	
	
	input.regist,
	input.correct{
	margin:0 0 10px 20px;
	width:80%;
	float:none;
}

input.correct{
	xmargin-top:20px;
}

input.regist{
	margin-top:20px;
}

input.zip1,
input.zip2{
	width:50px;
}

input.phone,
input.phone2,
input.phone3{
		width:60px;
}

input.year{
	width:70px;
}


span.ex{
	display:block;
	margin-left:10px;
	margin-right:5px;
}

span.txt{
	display:block;
	margin:5px 5px 5px 10px;
}


.ck{
	margin-left:13px;
}

}
