/*=============================================
*
*  CONTACT
*
=============================================*/
#contact {
	background: url(../images/contents/backBottom.jpg) no-repeat center bottom #fff;

}
/* ============================================
txtArea
============================================ */
#contact #formArea  {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
	text-align: center;
	width: auto;
}
/* ============================================
フォーム
============================================ */
#contact .cautionTxt {
	color: #999;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
#contact .errorTxtArea {
	background: #fff;
	border: 1px #bf272d dotted;
	color: #bf272d;
	font-size: 12px;
	padding: 10px;
	
	display: none;
}
#contact .errorTxtArea.on {
	display: block;
}
/* ============================================
完了
============================================ */
#contact .completeTable {
	margin: 0 auto;
	max-width: 900px;
	width: auto;
}
@media screen and (max-width:480px){
	#contact .completeTable {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
	}
}
#contact .completeTable th {
	background: #d1d1d1;
	border: 1px #999 solid;
}
@media screen and (max-width:480px){
	#contact .completeTable th {
		background: #f6f6f6;
		border: 1px #999 solid;
		display: block;
		padding: 10px;
		text-align: left;
		width: 100%;
	}
}
#contact .completeTable td {
	background: #fff;
	border: 1px #999 solid;
}
@media screen and (max-width:480px){
	#contact .completeTable td {
		display:block;
		padding: 10px 2%;
	}
}
#contact .completeTxt {
	margin-bottom: 40px;
	text-align: center;
}
/* ============================================
フォーム下部
============================================ */
#contact .bottomArea {
	line-height: 2;
}
#contact .message {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#contact .checkBoxArea {
	font-size: 13px;
	margin-bottom: 10px;
	
	text-shadow: 2px  2px 3px white,-2px  2px 3px white,2px -2px 3px white,-2px -2px 3px white;
}

#contact .note {
	color: #000;
	font-size: 12px;

	text-shadow: 2px  2px 3px white,-2px  2px 3px white,2px -2px 3px white,-2px -2px 3px white;
}

#contact .link {
	display: inline-block;
	letter-spacing: 0.05em;
	padding-right: 12px;
}

/*---------------------------------------------
ボタン
---------------------------------------------*/
#contact .sendBtn {
	margin: 0 auto;

}

#contact .requiredTxt {
	color: #bf272d;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 2px;
    text-align: center;
}
/*---------------------------------------------
ボタン
---------------------------------------------*/
input[type=text] ,
textarea {
	background: #fff;
	border: 1px #ccc solid;
	margin-bottom: 5px;
	padding: 10px 15px;
	width: 100%;
}
.sp input[type=text] ,
.sp textarea {
	font-size: 16px;
}

input::-webkit-input-placeholder {
	color: #888;
	vertical-align: middle;
}
