@charset "UTF-8";


/* お問い合わせ */
#contactTtl {
	text-align: center;
	margin: 20px 0 20px;
	line-height: 0;
}
#contactTxt {
	color: #8b7b6c;
	font-size: 95%;
	line-height: 180%;
	width: 590px;
	margin: 0 auto 30px;
}


/* フォーム */
#form {
	width: 930px;
	margin: 0 auto;
}
#form > div {
	margin: 0 0 20px;
}
#form dl {
	color: #8b7b6c;
	font-size: 95%;
	line-height: 180%;
	margin: 0 0 15px;
}
#form dl dt {
	display: inline;
}
#form dl dd {
	display: inline;
	margin: 0 0 0 10px;
}
#form dl dd input {
	position: relative;
	top: -2px;
	margin: 0 2px 0 0;
}
#formL {
	width: 450px;
	float: left;
}
#formL p {
	margin: 0 0 13px;
}
#formL input {
	width: 450px;
	height: 60px;
	border: 1px #8b7b6c solid;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	color: #8b7b6c;
	font-size: 95%;
	line-height: 180%;
}
#formR {
	width: 450px;
	height: 350px;
	float: right;
}
#formR textarea {
	width: 450px;
	height: 350px;
	border: 1px #8b7b6c solid;
	box-sizing: border-box;
	padding: 5px 0 0 10px;
	color: #8b7b6c;
	font-size: 95%;
	line-height: 180%;
}
#submit {
	width: 100%;
	text-align: center;
	height: 60px;
	margin: 20px 0 0;
	line-height: 0;
	background: #ffca07;
	border-radius: 15px;
}
#accessLink {
	width: 790px;
	margin: 30px auto 0;
}
#text {
	padding: 10px 0 0;
	line-height: 0;
	float: left;
}
#info {
	color: #8b7b6c;
	font-size: 95%;
	margin: 0 0 0 10px;
	padding: 10px 0 0;
	float: left;
}
#info span {
	border-bottom: 2px #ffc900 solid;
}
#accessBtn {
	line-height: 0;
	float: right;
}


/* 個人情報保護方針 */
#policy {
	width: 1000px;
	margin: 70px auto 0;
	padding: 40px;
	border: 1px #8b7b6c solid;
	box-sizing: border-box;
	color: #8b7b6c;
	font-size: 95%;
	line-height: 180%;
}
#policy p {
	margin: 0 0 25px;
}
#policy dl {
	margin: 0 0 25px;
}
#policy dl:last-child {
	margin: 0 0 0;
}


/* Contact Form 7 */
.wpcf7-response-output {
	width: 930px;
	font-size: 200%;
	font-weight: bold;
	box-sizing: border-box;
	margin: 20px auto 0 !important;
}
#contactMethod .first {
	margin-right: 20px;
}


/* reCAPTCHA */
#recaptcha_txt {
	text-align: center;
	color: #8b7b6c;
	font-size: 85%;
	line-height: 180%;
	margin-top: 12px;
	padding-bottom: 25px;
}
#recaptcha_txt a {
	color: #8b7b6c;
	text-decoration: underline;
}

