@charset "utf-8";

.contact .boxTitle p {
	margin: 0;
	padding: 0;
	line-height: 180%
}
.contact .boxTitle p.caution {
	font-size: 0.9em;
	color: #FF3300;
	line-height: 165%;
	margin-top: 8px;
}
.contact .boxTitle p.caution a{
	color: #FF3300;
	text-decoration: underline;
}
.contact .boxTitle p.caution a:hover{
	color: #FF3300;
	text-decoration: none;
}
.contact .boxTitle p.en {
	margin: 16px 0 30px 0;
}

.contact .boxForm p {
	margin: 0;
	padding: 0;
}
.contact .boxForm {
	margin: 20px 0 40px 0;
}
.contact .boxForm span.must{
	font-size: 11px;
	color: #FF3300;
}
.contact .boxForm .box{
	margin-bottom: 25px;
}
.contact .boxForm p.title{
	font-size: 1.0em;
	color: #666E70;
	margin-bottom: 6px;
}
.contact .boxForm p.subtitle{
	font-size: 1.0em;
	font-weight: bold;
	color: #666E70;
	margin: 18px 0 6px 0;
}
.contact .boxForm .boxBtn{
	text-align: center;
	margin-bottom: 35px;
}

.contact .boxColumBorderCaution{
	padding: 25px;
	border:1px solid #CCC;
}
.contact .boxColumBorder p{
	font-size: 0.9em;
	line-height: 180%;
}

input:focus,
select:focus,
textarea:focus {
	background: #DEDEDE;
}

.radio_btn {
	margin-right: 5px;
}

.pulldown {
	border: 1px solid #999;
	margin: 5px 0 5px 0;
}

span.wpcf7-list-item-label{
	margin-right:25px;
	color:#555;
}

.contact .wpcf7-submit{
	font-size:1.2em;
	color:#FFF;
	text-align: center;
	background-color: #774535;
	padding:12px 50px 12px 50px;
	border: none;
	cursor: pointer;
	letter-spacing: 2px;
}

.field600{
	width:100%;
	height:34px;
	padding:5px;
	text-align:left;
	background: #F5F5F5;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:0 6px 12px 5px;
	font-size:1.2em;
	color:#333;
}
.field80{
	width:70px;
	height:34px;
	padding:5px;
	background: #F5F5F5;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:0 6px 12px 10px;
	font-size:1.2em;
	color:#333;
}
.field200{
	width:180px;
	height:34px;
	padding:5px;
	background: #F5F5F5;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:0 6px 12px 10px;
	font-size:1.2em;
	color:#333;
}
.field600_110{
	width:100%;
	height:150px;
	padding:5px;
	background: #F5F5F5;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	margin:0 6px 12px 5px;
	font-size:1.2em;
	color:#333;
}

.sent .formInner {
	display: none;
}
.complete-display{
	display: none;
}
.sent .complete-display{
	display: block;
}
.complete-display p.thanks{
	font-size: 1.2em;
	font-weight: bold;
	color: #A5604A;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 180%;
}
.complete-display p{
	font-size: 1.0em;
	letter-spacing: 1px;
	line-height: 180%;
}
.wpcf7-mail-sent-ok{display:none;}
.wpcf7-form-control-wrap input.wpcf7-file{
	font-size:1.2em;
	color:#ccc;
}


/*----------------------------------------
リアルタイムフォームバリデーション
-------------------------------------------*/
.errMsg {
	margin-left: 1em;
	padding-bottom: 1px;
	display: block;
	line-height: 1.4;
	text-indent: -.9em;
}

.formError {
	padding-bottom: 13px;
	display: block;
}
.fixed {
	padding-bottom: 0;
}

	.formError .formErrorClose {
		border: solid #252525 2px;
		border-radius: 9px 9px 9px 9px;
		-moz-border-radius: 9px 9px 9px 9px;
		-webkit-border-radius: 9px 9px 9px 9px;
		display: block;
		width: 16px;
		height: 16px;
		position: absolute;
		top: -4px;
		right: -4px;
		color: #efefef;
		background: #333;
		font-weight: bold;
		text-align: center;
		line-height: middle;
		cursor: pointer;
		box-shadow: 1px -1px 3px #888;
		-moz-box-shadow: 1px -1px 3px #888;
		-webkit-box-shadow: 1px -1px 3px #888;
		_z-index:2;
	}
	.formError .formErrorClose:hover {
		background: #666;
	}
	.fixed .formErrorClose {
		display: none;
	}

	.formError .formErrorContent {
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		padding: 6px 10px;
		width: 180px;
		position:relative;
		color: #fff;
		background: #252525;
		font-family: "Lucida Sans Unicode","Lucida Grande",Arial,Helvetica,"ヒラギノ丸ゴ Pro W4",HiraMaruPro-W4,"ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,Osaka,sans-serif;
		font-size: 11px;
		box-shadow: 0px 0px 6px #888;
		-moz-box-shadow: 0px 0px 6px #888;
		-webkit-box-shadow: 0px 0px 6px #888;
    _z-index:1;
	}
	.fixed .formErrorContent {
		margin-top: .5em;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		background: #f60;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}
	.fadeOut {
		opacity: .2;
		filter: alpha(opacity=20);
	}

	.formError .formErrorArrow {
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 0;
		left: 20px;
		_z-index:0;
	}
	.fixed .formErrorArrow {
		display: none;
	}
	.formError .formErrorArrowBottom {
		margin: -6px;
		top: 0;
	}
	.fixed .formErrorArrowBottom {
		display: none;
	}

		.formError .formErrorArrow div {
			margin: 0 auto;
			display: block;
			height: 1px;
			background: #252525;
			line-height: 0px;
			font-size: 0px;
			box-shadow: 0px 2px 3px #888;
			-moz-box-shadow: 0px 2px 3px #888;
			-webkit-box-shadow: 0px 2px 3px #888;
		}
			.formError .formErrorArrowBottom div{
				box-shadow: none;
				-moz-box-shadow: none;
				-webkit-box-shadow: none;
			}

		.formError .formErrorArrow .line10 {
			width: 19px;
		}
		.formError .formErrorArrow .line9 {
			width: 17px;
		}
		.formError .formErrorArrow .line8 {
			width: 15px;
		}
		.formError .formErrorArrow .line7 {
			width: 13px;
		}
		.formError .formErrorArrow .line6 {
			width: 11px;
		}
		.formError .formErrorArrow .line5 {
			width: 9px;
		}
		.formError .formErrorArrow .line4 {
			width: 7px;
		}
		.formError .formErrorArrow .line3 {
			width: 5px;
		}
		.formError .formErrorArrow .line2 {
			width: 3px;
		}
		.formError .formErrorArrow .line1{
			width: 1px;
		}