/* contact ________________________*/
.toPrivacy{
	font-size: 1rem;
}
caption.youkou{
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 30px;
}

caption.coution{
text-align: left;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	color: red;
}
#contactForm .table th{
	line-height: 1.5;
	font-weight: bold;
}
#contactForm .table td{
	line-height: 1.5;
}
#contactForm .table{
	width: 100%;
	margin: 40px auto;
}
#contactForm th.must:after{
	content: '*';
	display: inline-block;
	color: red;
	font-size: 14px;
	margin-left: 3px;
	vertical-align: top;
}
#contactForm .table th{
	font-size: 14px;
	/*white-space: nowrap;*/
}
#contactForm .table td{
	position: relative;
}
#contactForm td p{
	margin-bottom: 0;
}
#contactForm td .errMsg{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 1px 5px;
	background: #ffd7d7;
	z-index: 0;
	color: #bf4949;
	font-weight: 500;
}
#contactForm p+p{
	margin-top: 10px;
}
.consent{
	position: relative;
	border: 1px solid #efefef;
	padding: 30px 30px 10px;
	background: #fdfdfd;
}
.consent a{
	border-bottom: 1px dotted #4e4e4e;
}
.consent .errMsg{
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 5px;
	background: #ffd7d7;
	z-index: 0;
	color: #bf4949;
	font-weight: 500;
}

form .alpha{
	ime-mode:disabled;
}
#contactForm input{
	width: 100%;
	padding: 10px 7px;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #ddd;
}
#contactForm input[name="zip"]{
	width: auto;
}
#contactForm input[type="checkbox"]{
	width: auto;
}
#contactForm input[type="tel"]{
	width: auto;
	text-align: center;
}
#contactForm select{
	padding: 10px 7px;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px solid #ddd;
}
#contactForm textarea{
	width: 100%;
	padding: 10px 7px;
	font-size: 14px;
	letter-spacing: 1px;	
	border: 1px solid #ddd;
}
#result{
	text-align: center;
	padding: 50px 0;
}

@media screen and (max-width: 640px){
	#contactForm td .errMsg{
		position: static;
	}
}