@charset "UTF-8";

#mainBg {
	background:url(../images/contact/bg_contact.jpg) no-repeat center top;
}

/* .contactArea */
.contactArea .headTitle01 {
	font-size:46px;
	line-height:1.2;
	padding-bottom:50px;
}
.contactArea .mtxt {
	text-align:center;
	padding:46px 0 37px;
}
.contactArea .mustTxt {
	color:#ff0000;
}
.contactArea .mtxt .spTxt {
	display:block;
	padding-bottom:8px;
}
.contactArea .cont {
	width:788px;
	margin:0 auto;
	padding:65px 55px;
	border:#231815 1px solid;
	clear:both;
}
.contactArea table {
	width:100%;
	clear:both;
	font-size:18px;
	margin-bottom:26px;
}
.contactArea table th {
	width:195px;
	padding:0 25px 0 0;
	text-align:right;
	vertical-align:top;
	font-weight:normal;
}
.contactArea table td {
	width:565px;
	text-align:left;
	vertical-align:middle;
	padding:0 0 21px;
}
.contactArea table td input[type="text"],
.contactArea table td input[type="email"] {
	width:100%;
	background:none;
	border:#000 1px solid;
	box-sizing:border-box;
	line-height:32px;
	height:32px;
	padding:0 4px;
	font-size:18px;
}
.contactArea table td.text01 input {
	width:275px;
}
.contactArea table td.inputList input {
	vertical-align: text-top;
}
.contactArea table td.inputList label {
	padding-right: 20px;
}
.contactArea table td.textarea01 textarea {
	width:100%;
	background:none;
	border:#000 1px solid;
	box-sizing:border-box;
	height:120px;
	padding:4px;
	overflow:hidden;
	font-size:18px;
}
.contactArea table td .inputList {
	padding:0 0 6px;
}
.contactArea table td .inputList li {
	display:inline-block;
	padding:0 20px 0 0;
}
.contactArea table td .inputList li input[type="checkbox"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

/* .mailBtn */
.mailBtn {
	text-align:center;
	clear:both;
}
.mailBtn li {
	display:inline-block;
	padding:0 14px;
}
.mailBtn li input:hover {
	opacity:0.8;
	cursor: pointer;
}
.mailBtn li.send input {
	width: 121px;
	height: 37px;
	background: url(../images/contact/mail_btn01.png) left top no-repeat;
	text-indent: -9999px;
	border: none;
	border-radius: 0;
}
.mailBtn li.reset input {
	width: 121px;
	height: 37px;
	background: url(../images/contact/mail_btn02.png) left top no-repeat;
	text-indent: -9999px;
	border: none;
	border-radius: 0;
}

.screen-reader-response {
	font-size: 18px;
	color: #ff0000;
	text-align: center;
	margin-bottom: 50px;
}
.screen-reader-response ul {
	display: none;
}
.wpcf7-response-output {
	font-size: 18px;
	color: #ff0000;
	text-align: center;
	margin-top: 30px;
}
.wpcf7-not-valid-tip {
	font-size: 16px;
	color: #ff0000;
}

.thanks {
	font-size: 22px;
	text-align: center;
	margin: 50px 0;
}

