/*=============================================
*
*  CONTACT
*
=============================================*/
#contact {
	padding-top: 66px;
	/*
	display: block !important;
	top: 0 !important;
	position: relative;	
	*/
	-webkit-transition: all 1s;
	transition: all 1s;	
}
#contact .hArea {
	background: url(../images/common/neonBack_green_L.png) repeat-x center 0;
	display: block;
	min-height: 160px;
	width: 100%;
}
@media screen and (max-width:1000px){
	#contact .hArea {
		background: url(../images/common/neonBack_green_M.png) repeat-x center 0;
	}
}
@media screen and (max-width:640px){
	#contact .hArea {
		background: url(../images/common/neonBack_green_S.png) repeat-x center 0;
	}
}
#contact .hArea .waveGr {
	bottom: 0;
	left: 0;
	position: absolute;
}
/* 大見出し */
#contact h1.heading {
	background: url(../images/common/h_contact.svg) no-repeat center 0;
	display: block;
	height: 51px;
	margin: 0 auto;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	text-indent: -9999em;

	/* IE8 */
	background: url(../images/common/h_contact.png) no-repeat center 0\9;
}
#contact .area01 {
	background: #68ffda;
	padding: 60px 0;
}
/* 中見出し */
#contact h2.heading {
	background: url(../images/common/h_EMAIL.svg) no-repeat center 0;
	display: block;
	height: 24px;
	margin: 0 auto 25px auto;
	width: auto;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	text-indent: -9999em;

	/* IE8 */
	background: url(../images/common/h_EMAIL.png) no-repeat center 0\9;
}
/* ============================================
txtArea
============================================ */
#contact #formArea  {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 10px;
	text-align: center;
	width: auto;
}
/* ============================================
フォーム
============================================ */
#contact .cautionTxt {
	color: #bf272d;
	margin-bottom: 10px;
	text-align: center;
}
#contact .errorTxtArea {
	/*border: 1px #bf272d dashed;*/
	color: #bf272d;
	padding: 10px;
}
/* ============================================
フォーム下部
============================================ */
#contact .bottomArea {
	line-height: 2;
}
#contact .message {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
#contact .checkBoxArea {
	color: #000;
	margin-bottom: 10px;
}

#contact .note {
	color: #000;
	text-align: center;
}

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

/*---------------------------------------------
ボタン
---------------------------------------------*/
#contact .sendBtn {
	background: url(../images/common/btn_SENDMAIL.png) no-repeat center 0;
	cursor: pointer;
	display: block;
	height: 51px;
	margin: 0 auto;
	width: 135px;

	overflow: hidden;
	text-indent: 100%;
	white-space:nowrap;
	text-indent: -9999em;

	/* IE8 */
	background: url(../images/common/btn_SENDMAIL.png) no-repeat center 0\9;
}

#contact .requiredTxt {
	color: #bf272d;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 2px;
    text-align: center;
}
#policy {
	background: #fff;
	color: #000;
    border: 1px #333 solid;
    height: 100px;
    margin: 15px auto 20px auto;
	max-width: 680px;
    overflow-y: scroll;
    padding: 10px;
	width: auto;
}
/*---------------------------------------------
ボタン
---------------------------------------------*/
input[type=text] ,
textarea {
	background: #fff;
	border: none;
	margin-bottom: 5px;
	padding: 10px 15px;
	width: 100%;
}
input::-webkit-input-placeholder {
	color: #888;
	vertical-align: middle;
}

@media screen and (max-width:650px) {
	input[type=text] , textarea {
		padding: 3% 3%;
		width: 100%;
	}
}
input[type=text].w01 {
	width: 15%;
}
@media screen and (max-width:650px) {
	input[type=text].w01 {
		min-width: 60px;
		width: 92%;
	}
}
input[type=text].w03 {
	width: 100%;
}
@media screen and (max-width:650px) {
	input[type=text].w03 {
		min-width: 160px;
		width: 100%;
	}
}
@media screen and (max-width:650px) {
	input[type=text].w03 {
		width: 100%;
	}
}
input[type=text].w04 {
	width: 70%;
}
@media screen and (max-width:650px) {
	input[type=text].w04 {
		min-width: 180px;
		width: 70%;
	}
}
@media screen and (max-width:650px) {
	input[type=text].w04 {
		width: 92%;
	}
}

#contact .completeTxt {
	text-align: center;
}