@charset 'UTF-8';
/*  confirm
================================================ */
/*! #mainImg メイン画像
---------------------------------------- */
#mainImg {
	background-image: url(../img/contact/bg_mainimg01.jpg);
}
/*  intro
================================================ */
#intro {
	padding: 15px 0 0;
}
#intro .titIntro{
	font-size: 21px;
	line-height: 1.25;
	margin-bottom: 15px;
}
#intro .txt {
	text-align: left;
}
/* forPC */
@media screen and (min-width: 600px) {
	#intro {
		margin-bottom: 20px;
		padding: 0;
	}
	#intro .titIntro {
		font-size: 38px;
		line-height: 1;
		font-weight: normal;
		text-align: center;
		margin-bottom: 42px;
	}
	#intro .txt {
		text-align: center;
	}
}
/*  contactForm
================================================ */
form{
	margin-top: -250px;
	padding-top: 250px;
}

.contactForm table {
	border: 2px solid #cac2b6;
	width: 100%;
	table-layout: fixed;
}
/* onlySP */
@media screen and (max-width: 599px) {
	.contactForm table,
	.contactForm tbody,
	.contactForm tr,
	.contactForm th,
	.contactForm td {
		display: block;
	}

}
.contactForm th {
	text-align: left;
	font-size: 15px;
	line-height: 1.25;
	padding: 16px 10px;
	vertical-align: middle;
	overflow: hidden;
	background-color: #f7f6f4;
	border-bottom: 1px solid #cac2b6;
}

.contactForm th .small {
	font-size: 10px;
	line-height: 1.67;
	color: #666;
}
.contactForm th .require {
	display: none;
}
.contactForm td {
	padding: 10px 10px;
	border-bottom: 1px solid #cac2b6;
}
.contactForm tr:last-child td {
	border-bottom: 0;
}
@media screen and (min-width: 600px) {
	.contactForm th {
		width: 345px;
		font-size: 16px;
		font-weight: 400;
		padding: 32px 20px 32px 20px;
	}

	.contactForm th .small {
		font-size: 12px;
		line-height: 1;
	}
	.contactForm th .require {
		float: right;
		width: 38px;
		padding: 4px 0 3px;
		font-size: 13px;
		line-height: 1;
		margin-left: 0;
	}
	.contactForm td {
		padding: 20px 21px;
		vertical-align: middle;
	}
	.contactForm tr:last-child td {
		border-bottom: 0;
	}
}
/* .attention
=========================================================*/
.attention {
	display: none;
}
/* .areaBtn
=========================================================*/
.areaBtn {
	padding: 20px 0 0;
}
.areaBtn input[name="submitConfirm"],
.areaBtn input[type="submit"] {
    display: block;
    position: relative;
    width: 100%;
    font-size: 15px;
    padding: 15px 0 14px;
    border: 0;
    border-radius: 5px;
    background: #00664b;
    color: #fff !important;
    text-align: center;
    font-weight: bold;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00664b), to(#00664b));
	background-image: -webkit-linear-gradient(left, #00664b, #00664b);
	border-radius: 0;
}
/* forPC */
@media screen and (min-width: 600px) {
	.areaBtn .g-recaptcha {
		padding-bottom: 20px;
	}
	.areaBtn .g-recaptcha > div {
		margin: 0 auto;
	}
	.areaBtn {
		padding: 40px 0 0;
	}
	.areaBtn input[name="submitConfirm"],
	.areaBtn input[type="submit"] {
		width: 670px;
		margin: 0 auto;
	    font-size: 22px;
	    padding: 18px 0 17px;
	    cursor: pointer;
	}
}