#form {
	font-size: 90%;
}
/* 見出し周り */
.contacttitle {
	margin: 38px 0 0 0;
	font-size: 226%;
}
.contacttitle:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	margin: 0 auto;
	background: silver;
	margin-top: 52px;
	margin-bottom: 36px;
}
/* フォーム整形 */

table {
	width: 100%;
	border-spacing: 0;
	border-top: 1px dotted gray;
	margin-bottom: 32px;
}
table th {
	width: 216px;
	text-align: left;
	border-right: 1px dotted gray;
	border-bottom: 1px dotted gray;
	font-weight: bolder;
	padding-left: 30px;
}
table td {
	border-bottom: 1px dotted gray;
	vertical-align: center;
}
.tdmargin {
	margin: 18px 0 18px 0;
	padding: 0 18px 0 18px;
}
.formtext {
	resize: none;
	width: 100%;
	border: 2px solid #e0e0e0;
	font-size: 180%;
	padding: 10px 0 10px 0;
}
.submitbtn {
	display: block;
	margin: 0 auto;
	width: 450px;
	height: 70px;
	color: white;
	background-color: orange;
	border-style: none;
	font-size: 120%;
	font-weight: bold;
}


/* レスポンシブ */
@media screen and ( max-width:768px )
{

	.2cl {
		width: 120%;
	}
	.lcl ,.rcl {
		height: auto;
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.lcl img ,.rcl img {
		width: 100%;
		height: auto;
	}
	.lcl h3 ,.rcl h3 {
		text-align: center;
		font-size: 150%;
	}
	.lcl div ,.rcl div {
		font-size: 120%;
	}
	.contacttitle {
		text-align: center;
	}
	#form div {
		font-size: 132%;
		padding-left: 12px;
		padding-right: 12px;
	}
}
