section.toContactForm{
	float: none;padding-top: 150px;margin: 0 auto;}
/*section.toContactForm h2 img{
	width: 100%;
}*/
section.toContactForm p{
	width: 74%;
	margin: 0 auto;
}
section.toContactForm p.tel{
	margin-top: 20px;
	margin-bottom: 50px;
}
/*入力画面*/
section.form{
	width: 600px;
	height: auto;
	margin: 0 auto;
	border: #998675 1px solid;
	margin-bottom: 34px;
}
section.form h2{
	width: 100%;
	color: #FFF;
	background-color: #50a035;
	text-align: center;
	padding: 10px 0;	
}
div#fc2form{
	margin-top: 20px;
}
.message{
	margin-left: 20px;
	padding: 0 0 18px 0px;
}
li{
	list-style: none;
}
.title{
	width: 250px;
	height: 50px;
	float: left;
	border-bottom: 1px dotted #9f9f9f;
}
.title li{
	margin: 16px 0 0 55px;
}
.comment{
	width: 350px;
	height: 50px;
	margin-left: 250px;
	border-bottom: 1px dotted #9f9f9f;
}
.comment input{
	margin: 0 0 0 0;
}
.comment div{
	margin-top: 10px;
}
.comment .comment{
	height: 10px;
	margin-top: 0;
	margin-left: 0;
	border: none;
}
.submit{
	text-align: center;
	margin: 30px 0 50px 0;
}
.submit input{
	border: thin solid #998675;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #8CC63F), color-stop(0.00, #549C37));
	background: -webkit-linear-gradient(#549C37, #8CC63F);
	background: -moz-linear-gradient(#549C37, #8CC63F);
	background: -o-linear-gradient(#549C37, #8CC63F);
	background: -ms-linear-gradient(#549C37, #8CC63F);
	color: #fff;
	width: 140px;
    font-size: large;
    margin: 0 auto;
    padding: 5px 0;
	/*margin-top: 50px;*/
}
input[name="name"],
input[name="kana_name"],
input[name="mail"],
input[name="address"],
input[name="text2"],
textarea[name="text1"]{
	margin-top: 10px;
}
input[name="mail"],
input[name="address"]{
	width: 300px;
}
textarea[name="text1"]{
	width: 300px;
	border: 1px solid #ccc;
}
.title:nth-child(7){
	height: 70px;
}
.comment:nth-child(8){
	height: 60px;
}
.title:nth-child(11),
.comment:nth-child(12){
	border: none;
}
/*確認画面*/
form div div.title{
	border: none;
}
form div div.title li{
	margin: 0 0 0 55px;
}
form div div.comment{
	margin-top: 10px;
	border: none;
	padding: 0;
	min-height: 50px;
    height: auto;
}

@media screen and (max-width: 768px){
	section.toContactForm{
		padding-top: 100px;
	}
	section.form{
		width: 96%;
	}
	.title{
		float: none;
		width: 100%;
		height: auto;
		border: none;
		background-color: #e8e8e8;
	}
	.title:nth-child(7){
		height: auto;
	}
	.title li{
		margin: 0;
		padding: 10px 0;
		text-indent: 1em;
	}
	.comment{
		width: 100%;
		margin-left: 0;
		text-indent: 1em;
	}
	input[name="name"],
	input[name="kana_name"],
	input[name="mail"],
	input[name="address"],
	input[name="text2"],
	textarea[name="text1"]{
		width: 90%;
	}
	input[name="address"]{
		margin-top: 0;
		margin-left: 10px;
		width: 94%;
	}
	.submit{
	text-align: center;
	margin: 10px 0 30px 0;
	}
	/*確認画面*/
	section.form form div div.title{
		text-indent: 2em;
	}
	section.form form div div.title li{
		margin-left: 0;
	}
	section.form form div div.comment{
		width: auto;
		margin: 10px;
		text-indent: 0;
	}
}
