@charset "UTF-8";




/* ページタイトル */

#pagetitle {
	display: block;
	width: 100%;
	background: url(/contact/img/mv.jpg) center center no-repeat;
	background-size: cover;
	}

#pagetitle h1 {
	display: block;
	padding: 100px 0;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 10px;
	line-height: 1em;
	text-align: center;
	}
@media screen and (max-width:768px){
#pagetitle h1 {
	padding: 50px 0;
	font-size: 30px;
	letter-spacing: 0;
	}
}




/* お問い合わせフォーム */

#contactform {
	width: 700px;
	margin: 0 auto;
	padding: 70px 0 150px 0;
	}
@media screen and (max-width:767px){
#contactform {
	width: 100%;
	padding: 50px 20px;
	}
}

#contactform h1 {
	display: block;
	margin: 0 0 50px 0;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
	}

#contactform h1 br {
	display: none;
	}
@media screen and (max-width:767px){
#contactform h1 br {
	display: block;
	}
}

#contactform p {
	margin: 0 0 50px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	}

#contactform form div {
	position: relative;
	width: 100%;
	padding: 10px;
	margin: 0 0 20px 0;
	background: #ffffff;
	background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
	border: 2px solid #aaa;
	border-radius: 5px;
	}

#contactform form div.req:after {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px 10px;
	content: "必須";
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 1em;
	background: #c00;
	border-radius: 3px;
	}

#contactform form div.content:after {
	position: absolute;
	right: 10px;
	top: 23px;
	}

#contactform div.privacypolicy {
	border: 0;
	text-align: center;
	background: none;
	}

#contactform div.privacypolicy h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 500;
	}

#contactform div.privacypolicy p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5em;
	}

#contactform div.privacypolicy label {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1em;
	}

#contactform form div.privacypolicy input {
	margin: 0 5px 0 0;
	}

#contactform form div .inputtext {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	line-height: 1.3em;
	border: 0;
	background: none;
	}

#contactform form div textarea {
	width: 100%;
	height: 10em;
	padding: 5px;
	font-size: 16px;
	line-height: 1.3em;
	border: 0;
	background: none;
	}

#contactform form div.button {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	}

#contactform div.button input {
	display: block;
	width: 100%;
	padding: 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: FontAwesome;
	text-align: center;
	background: #007e00;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: .3s ease;
	}

#contactform div.button input:hover {
	background: #0a0;
	}

#contactform div.button input#backbutton {
	background: #999;
	}

#contactform div.button input#backbutton:hover {
	background: #aaa;
	}

#contactform p.error {
	margin: 0 0 20px 0;
	color: #c00;
	}

#contactform div.errm {
	margin: 0 0 50px 0;
	padding: 30px;
	background: #fff;
	border: 2px solid #c00;
	border-radius: 5px;
	}

#contactform div.errm p.error_messe {
	margin: 0;
	padding: 20px 0;
	color: #c00;
	}

#contactform table.confirm {
	margin: 0 0 20px 0;
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}

#contactform table.confirm th {
	width: 30%;
	padding: 10px;
	font-weight: 300;
	}

#contactform table.confirm td {
	width: 70%;
	padding: 10px;
	font-weight: 500;
	}

#contactform table.confirm tr:nth-child(odd){
	background: #efefef;
	}

#contactform table.confirm tr:nth-child(even){
	background: #fff;
	}

#contactform div.buttons {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	}

#contactform div.buttons:after {
	display: block;
	content: "";
	clear: both;
	}

#contactform div.buttons input {
	display: block;
	width: 49%;
	padding: 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	font-family: FontAwesome;
	text-align: center;
	background: #007e00;
	border: 0;
	border-radius: 10px;
	cursor: pointer;
	transition: .3s ease;
	float: right;
	}

#contactform div.buttons input:hover {
	background: #0a0;
	}

#contactform div.buttons input#backbutton {
	background: #999;
	float: left;
	}

#contactform div.buttons input#backbutton:hover {
	background: #aaa;
	}

#contactform p.thanks a {
	display: block;
	padding: 50px 0;
	}

#contactform form div.select {
	padding: 0;
	}

#contactform form div.select select {
	display: block;
	width: 100%;
	padding: 10px;
	border: 0;
	}