@charset "utf-8";

/*======= contact ========================================================*/
.topTxt {
	text-align:center;
	margin:30px 0 20px;
}
.required {color:#E00A0A;}

.blockForm{
	margin:0 auto;
	max-width:600px;
}
.blockForm dd{margin-bottom:30px;}
.blockForm dd:last-child{margin-bottom:0;}

.blockForm input[type="text"], .blockForm textarea{
	color:#646464;
	padding:8px 12px 8px;
	border:1px solid #646464;
	border-radius:6px;
	width:100%;
	background-color: #F3F2E9;
}
.blockForm input[type="text"]{height:40px;}
.blockForm textarea{height:100px;}
::-webkit-input-placeholder {color:#A1A1A1;}
::-moz-placeholder {color:#A1A1A1; opacity:1;}
:-ms-input-placeholder {color:#A1A1A1;}

.btnBox {
	text-align:center;
	margin:60px 0 80px;
}
.btnBox .btnSend, .btnBox .btn{
	color:#FFF;
	font-size:15px;
	font-weight: normal;
	width:220px;
	height:46px;
	line-height:46px;
	margin:0 15px;
	background-color:#8C751E;
	border:1px solid #8C751E;
	cursor:pointer;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.btnBox .btn a{color:#FFF;}
.btnBox .btn.btnCgray{
	background-color:#999;
	border:1px solid #999;
	font-weight: normal;
}
.btnBox .hover:hover,
.btnBox .btn:hover{
	opacity:0.7;
	transition: all 0.3s;
}

#pageConfirm .blockForm dl{
	border:1px solid #646464;
	border-radius: 10px;
	padding: 16px 10px 0;
}
#pageConfirm .blockForm dt{
	padding:0 16px;
}
#pageConfirm .blockForm dd{
	font-weight:bold;
	border-bottom:1px dotted #646464;
	padding:0 16px 16px;
	margin-bottom: 16px;
}
#pageConfirm .blockForm dd:last-child{
	border:none;
	margin-bottom: 8px;
}
.thanksCom{
	text-align:center;
	margin:50px 0 10px;
}


@media screen and (max-width:768px) {
	.topTxt {
		margin:0 0 20px;
	}
	.blockForm{
		max-width:none;
	}
	.blockForm dd{
		margin-bottom:15px;
		padding-top:2px;
	}
	.blockForm input[type="text"], .blockForm textarea{
		background-color: #FFF;
	}

	.btnBox {
		margin:30px 0;
	}
	.btnBox .btnSend, .btnBox .btn{
		font-size:14px;
		width:50% !important;
		margin:10px auto;
		cursor:pointer;
		display:block;
	}

	#pageConfirm .blockForm dd {
		padding-top:4px;
	}
	
	/*#pageConfirm .blockForm dl{
		border:none;
		padding: 0;
	}*/
	#pageConfirm .blockForm dt{
		padding:0;
	}
	#pageConfirm .blockForm dd{
		padding:4px 2px 8px 2px;
		margin-bottom: 15px;
		/*border-bottom:none;*/
	}
	#pageConfirm .blockForm dd:last-child{
		margin-bottom: 0;
	}

	.thanksCom{
		margin:20px 0 40px;
	}

}
