@charset "UTF-8";

body {
	overflow-x: hidden;
}



form {
	padding: 10px 0px;
}
form dl.mailform{
	width: 760px;
	margin: 50px auto 60px auto;
}
@media screen and (max-width: 480px) {
	form dl.mailform{
		width: 90%;
		margin: 10px auto 20px auto;
	}
}
form dl.mailform dt .must{
	padding-right: 14px;
}
form dl.mailform dt {
	float: left;
	width: 245px;
	clear: both;
	font-size: 14px;
	padding-top: 10px ;
	padding-bottom: 10px ;
	text-align: left;
	margin: 0px;
}

form dl.mailform dt.leftspace {
	padding-left: 50px;
}
@media screen and (max-width: 480px) {
	form dl.mailform dt.leftspace {
		padding-left: 0;
	}
}
form dl.mailform dd {
	margin: 12px 0;
	padding: 0 0 0 245px ;
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	vertical-align :middle;
}

form dl.mailform dd input[type="text"],
form dl.mailform dd input[type="email"],
form dl.mailform dd input[type="tel"]{
	border:0;
	padding: 8px;
	border:solid 1px #ced4da;
	margin:0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 0px 2px 1px #ebf6f9;
	width: 413px !important;
	box-sizing: border-box;
	font-size: 14px;
}
form dl.mailform dd textarea{
	border:0;
	padding: 8px;
	border:solid 1px #ced4da;
	margin:0 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow:0px 0px 2px 1px #ebf6f9;
	width: 413px !important;
	height: 110px !important;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	form dl.mailform dd input[type="text"],
	form dl.mailform dd input[type="email"],
	form dl.mailform dd input[type="tel"]{
		border:0;
		padding: 2px 5px;
		border:solid 1px #ced4da;
		margin:0 0 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow:0px 0px 2px 1px #ebf6f9;
		width: 100% !important;
		box-sizing: border-box;
		font-size: 14px;
}
	form dl.mailform dd textarea{
		border:0;
		padding: 2px 5px;
		border:solid 1px #ced4da;
		margin:0 0 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow:0px 0px 2px 1px #ebf6f9;
		width: 100% !important;
		height: 50px;
		box-sizing: border-box;
	}
}

form dl.mailform dd ul,form dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
form dl.mailform dd ul li,form dl.mailform dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	color:#df0000;
	font-size: 12px;
}

form dl.mailform label {
	border-radius: 3px;
	margin: 0 20px 0 0 ;
	display: inline-block;
	white-space: nowrap;
}

div.mfp_buttons {
	width: 100%;
	border-top: solid 1px #ced4da;
	clear: both;
	padding: 30px 0px 0 0 ;
	text-align: center;
}
@media screen and (max-width: 480px) {
	div.mfp_buttons {
		margin-top: 30px;
		border-top: solid 1px #ced4da;
		clear: both;
		padding: 20px 0px 0 0 ;
		text-align: center;
	}
}

form button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}


form button {
	cursor: pointer
}
form .button01  {
	margin: 0 10px;
}
form .button01 {
	font-size: 18px;
	font-weight: 900;
	padding: 10px 0;
	background-color: #548235;
	color: #fff;
	text-align :center;
	border-style: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 195px;
	display: inline-block;
}
form .button01:hover {
	opacity: 0.7 ;
}

@media screen and (max-width: 480px) {
	input[type="submit"],
	input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	input[type="submit"]::-webkit-search-decoration,
	input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	input[type="submit"]::focus,
	input[type="button"]::focus {
		outline-offset: -2px;
	}
	form .button01 {
		font-size: 14px;
		font-weight: 900;
		padding: 10px 0;
		background-color: #548235;
		color: #fff;
		text-align :center;
		border-style: none;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 42%;
		display: inline-block;
	}
}


.confirm_btn_in {
	width: 100%;
	clear: both;
	padding: 30px 0px 0 0 ;
	text-align: center;
}
.confirm_btn_in form{
	display: inline-block;
}

@media screen and (max-width: 480px) {
	.confirm_btn_in form{
		display: inline-block;
		width: 45%;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	.confirm_btn_in form .button01{
		width: 100% !important;
		box-sizing: border-box;
		margin: 0 auto;
		overflow:hidden;
	}
}




.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}





form dl.mailform dt {
	position:relative;
	vertical-align :middle;
	padding-left: 4em;
}
form dl.mailform dt .must{
	position: absolute;
	left: 0px;
}

#contact_n .contact_n_h4 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px ;
	background-color: #548235;
	color: #fff;
	width: 760px;
	margin: 40px auto 0 auto;
}
#contact_n form dl.mailform dl {
	width: 760px;
	margin: 20px auto 0 auto;
}


@media screen and (max-width: 480px) {
	#contact_n .contact_n_h4 {
		font-size: 16px;
		font-weight: normal;
		padding: 6px ;
		background-color: #548235;
		color: #fff;
		width: 100%;
		margin: 20px auto 0 auto;
	}
	form dl.mailform dt {
		position: static;
		float: none;
		width: auto;
		font-size: 14px;
		padding: 10px 0 0 0 ;
		text-align: left;
	}
	form dl.mailform dd {
		margin: 3px 0 0 0;
		clear: both;
		border-top: none;
		padding: 0 0;
		font-size: 14px;
		line-height: 1.5em;
	}
	form dl.mailform dt .must{
		position: static;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
}




.mailform select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	margin: 0;
	height: 30px;
	background: transparent;
	position: relative;
	z-index: 1;
	padding: 0 40px 0 10px;
	border: 1px solid #ccc;
}
.mailform select::-ms-expand {
	display: none;
}
.mailform .selectWrap{
	position: relative;
	display: inline-block;
}
.mailform .selectWrap::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background: #eff9fb;
	background: -moz-linear-gradient(-45deg, #eff9fb 0%, #d2edf4 100%);
	background: -webkit-linear-gradient(-45deg, #eff9fb 0%,#d2edf4 100%);
	background: linear-gradient(135deg, #eff9fb 0%,#d2edf4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff9fb', endColorstr='#d2edf4',GradientType=1 );
	height: 100%;
	width: 30px;
	border-left: solid 1px #b3d1d9;
}
.mailform .selectWrap::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #7a9da8 transparent transparent transparent; 
}




@media screen and (max-width: 480px) {
	select.job {
		font-family : inherit;
		font-size : 11px;
		letter-spacing: -0.05em;
		padding: 0 40px 0 0;
	}
	
	.mailform select{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		margin: 0;
		height: 30px;
		background: transparent;
		position: relative;
		z-index: 1;
		padding: 0 40px 0 3px;
		border: 1px solid #ccc;
	}
}





.error_message_01 {
	padding: 50px 0 0 0 ;
	text-align :center;	
	color:#ff0000;
	font-size: 30px;
	font-weight: 900;
}
.error_message_01 em{
	font-style: normal !important;
}
.error_message_02 ul {
	padding: 30px 0 0 30px ;
}
.error_message_02 li {
	color:#ff0000;
	padding: 1px 0;
	font-style: normal;
}
.error em {
	display: inline-block;
	color:#ff0000;
	padding: 3px 0 0 0 ;
	font-style: normal;
}
.error_area {
	width: 760px;
	margin: 50px auto 0 auto;
}
.error_area .section{
	padding-bottom: 30px;
}


@media screen and (max-width: 480px) {
	.error_message_01 {
		padding:30px 0 0 0 ;
		text-align :center;	
		color:#ff0000;
		font-size: 20px;
		font-weight: 900;
	}
	.error_area {
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.error_area .section{
		padding-bottom: 20px;
	}

}





.confirm_table {
	width: 760px;
	margin: 50px auto 0 auto;
}
.confirm_table th{
	width: 245px;
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
.confirm_table td{
	padding: 10px;
	border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 480px) {
	.confirm_table {
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.confirm_table th{
		width: 100%;
		display: block;
		padding: 10px;
		border-bottom: none;
		background:#eee;
	}
	.confirm_table td{
		width: 100%;
		display: block;
		padding: 10px;
		border-bottom: none;
	}
}


.thanks_text {
	padding: 100px 0 260px 130px;
}
.thanks_text h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
	.thanks_text {
		padding: 40px 0 30px ;
	}
	.thanks_text h3 {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

