@charset "utf-8";
/* CSS Document */

body{	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'MyYuGothicM',"游ゴシック Medium","Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
form.form p label{	
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",'MyYuGothicM',"游ゴシック Medium","Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif !important;
}
form.form{
	margin-top: 30px !important;
}
form.form p.form-field{
	width: 600px;
	margin: 0 auto;
	padding: 10px;
}
form.form p.form-field label{
	width: 160px;
	padding: 8px;
	padding-right: 15px;
}
form.form p.formSummary label{
	padding-bottom: 40px;
}
form.form input.text{	
    border: solid 1px #ededed;
    background-color: #ededed;
    padding: 5px 16px;
    font-size: 14px;
	line-height: 1.5em;
    box-shadow: none;
	width: 300px !important;
	margin-left: 20px;
}
form.form input:focus {
outline: 1px #76b900 solid;
}
form.form p span.description{
	margin-left: 205px !important;
	color: #CCC;
}
form.form select{
    padding: 5px 16px;
    font-size: 14px;	
	margin-left: 20px;
	width: 335px !important;
	line-height: 1.5em;
}
form.form .value span{
	margin-left: 20px;
}
form.form span.value{
	margin-left: 183px !important;
}
form.form textarea.standard{
	padding: 16px !important;
    font-size: 14px;
	line-height: 1.5em;
	margin-left: 20px;
	width: 300px !important;
}
.g-recaptcha div{
	margin: 0 auto;
}
form.form p.submit{
	margin: 30px auto !important;
	text-align: center;
}
form.form p.submit input{
	font-size: 22px;
    color: #FFF;
    font-weight: bold;
    line-height: 26px;
    margin: 0 auto !important;
    padding: 20px 50px !important;
    width: 360px;
    height: 35px;
    text-align: center;
	
	background-color: #76b900;
	
	border: 2px solid #76b900;
	box-sizing: inherit;
	
    border-radius: 5px;
	cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
}

form.form p.submit input:hover{
	background-color: #f1f4ea;
	color: #76b900;
	
}
.red-background, form.form p.errors{
	background-color: red !important;
	text-align: center;
}

form.form p.form-field.error input,
form.form p.form-field.error select,
form.form p.form-field.error textarea{
	/*background-color: #fdeded;*/
}
.red-color, form.form p.error, form.form span.error, form.form div.error, form.form p.error label{
	/*color: red !important;*/
}
form.form p.no-label{
}
form.form p.no-label, form.form p.email-pref{
	display: none;
	width: 395px;
	text-align: left;
	margin: 0 auto !important;
	padding-left: 205px !important;
}

form.form p.error{
	background-color: #fdeded;
}

/*------- SMART PHONE ------*/
@media only screen and (max-width : 750px) {
	form.form{
		margin: 0 !important;
		padding: 0 !important;
	}
	form.form p.form-field{
		padding: 10px 5% 20px 5%;
		width: 90%;
		border-top: 1px #CCC solid;
	}
	form.form p.form-field label,
	form.form p.formSummary label{
		text-align: left;;
		padding: 8px !important;
		padding-right: 15px !important;
		padding-left: 0 !important;
		width: auto;
	}
	form.form select,
	form.form textarea.standard,
	form.form input.text{
		width: 96% !important;
		margin-left: 0;
		padding: 5px 2% !important;
	}
	form.form p span.description{
		margin-left: 0 !important;
		widows: 100%;
	}
	form.form p.submit input{
		width: 80%;
		padding: 20px 5% !important;
	}
	form.form span.value{
		display: block;
		margin-left: 0 !important;	
		margin-top: 40px;
	}
	form.form .value span{
		display: block;
		margin-left: 0 !important;		
	}
	form.form p.form-field.privacy{
		border-bottom: 1px solid #CCC;
		margin-bottom: 20px;
	}
}
