/* CSS Document */

nav.global ul li:nth-of-type() a{
	color: #50AD73;
}
.fv {
	background: url(img/fv.jpg) no-repeat center bottom 61%;
}
.fv .fvTxt{
	padding-top: 100px;
}



#contact .lead {
	line-height: 1.8em;
	max-width: 830px;
	margin: auto;
}
#contact .lead p {
	line-height: 1.6em;
}
#contact .lead strong {
	font-weight: 600;
}

#contact .hurryUp {
	font-size: 130%;
	line-height: 1.8em;
	max-width: 520px;
	border: solid #50AD73;
	border-width: 5px 0;
	padding: 30px 20px;
  margin: 80px auto;
}
#contact .hurryUp h4 {
	text-align: center;
	font-weight: 600;
  color: #50AD73;
	margin: 0 0 20px;
}
#contact .hurryUp dl {
	line-height: 1.8em;
	margin: 5px 0 0;
	display: flex;
  gap: 20px;
}
#contact .hurryUp dl dt {
	font-weight: 600;
	color: #50AD73;
	width: 100px;
  flex-shrink: 0;
}
#contact .hurryUp dl dd {
}



.contactForm7 {
	background: #fafafa;
  padding: 40px 80px;
	margin: 80px 0 0;
}
.contactForm7 .box {
  margin: 10px 10px 40px;
}
.contactForm7 .box dl {
  margin: 15px 0;
	display: flex;
	align-items: flex-start;
  gap: 20px;
}
.contactForm7 .box dl dt {
	width: 200px;
	flex-shrink: 0;
	background: #eee;
	padding: 12px;
	box-sizing: border-box;
}
.contactForm7 .box dl dd {
	width: calc(100% - 200px - 20px);
}
.contactForm7 .box dl dd.flex {
	display: flex;
	gap: 10px;
}
.contactForm7 .box dl dd.flex input {
	width: 100%;
	box-sizing: border-box;
}
.contactForm7 .box dl dd .zipSearch {
	margin: 12px 0 0 20px;
}
.contactForm7 .box dl dd.pulldownset {
}
.contactForm7 .box dl dd.pulldownset .mainSelect {
	display: flex;
  gap: 10px;
}
.contactForm7 .box dl dd.pulldownset .radioBox {
	padding: 14px 0 0;
}
.contactForm7 .box dl dd.pulldownset label {
	display: flex;
	align-items: baseline;
  gap: 5px;
}
.contactForm7 .box dl dd.pulldownset .subBox {
	margin: 20px 0;
}
.contactForm7 .box dl dd.pulldownset .subBox p {
	margin: 7px 0 0;
}
.contactForm7 .box dl dd .atn {
	font-size: 90%;
	margin-left: 5px;
}
.contactForm7 .box dl dd .wpcf7-not-valid-tip {
	line-height: 1.4em;
}
.contactForm7 .box dl dd input,
.contactForm7 .box dl dd textarea {
	padding: 10px;
	margin-right: 10px;
}
.contactForm7 .box dl dd input[type='radio'] {
	padding: 0;
	margin: 0;
}
.contactForm7 .box dl dd input[type='date'] {
	padding: 7px;
	margin-right: 5px;
}
.contactForm7 .box dl dd textarea {
	width: 95%;
}
.contactForm7 .box dl dd select {
	border: 1px solid #8f8f9d;
  border-radius: 3px;
  background: #fff;
  padding: 10px;
}



.contactForm7 .box dl dd .w10 { width: 10%;}
.contactForm7 .box dl dd .w20 { width: 20%;}
.contactForm7 .box dl dd .w25 { width: 25%;}
.contactForm7 .box dl dd .w30 { width: 30%;}
.contactForm7 .box dl dd .w40 { width: 40%;}
.contactForm7 .box dl dd .w50 { width: 50%;}
.contactForm7 .box dl dd .w60 { width: 60%;}
.contactForm7 .box dl dd .w80 { width: 80%;}
.contactForm7 .box dl dd .w95 { width: 95%;}

.contactForm7 .agree {
	text-align: center;
	margin: 40px 0;
}
.contactForm7 .agree a {
	text-decoration: underline;
}
.contactForm7 .info {
	text-align: center;
}
.contactForm7 .info2 {
	font-size: 95%;
  line-height: 1.6em;
	border: 1px solid #ccc;
  padding: 30px 40px;
  margin: 40px 20px;
}
.contactForm7 .info2 ul {
	margin: 10px 0 0;
}
.contactForm7 .info2 ul li {
	margin: 10px 0 0;
}
.contactForm7 .info2 ul li p {
	margin: 0 0 0 1em;
}
.contactForm7 .wpcf7-submit {
	display: block;
	font-size: 110%;
	letter-spacing: 3px;
	padding: 10px 80px;
	margin: 10px auto;
	cursor: pointer;
}

#contact .privacy {
  margin: 40px 0;
}
#contact .privacy .block {
	font-size: 95%;
	line-height: 1.6em;
	letter-spacing: 0;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #333;
	height: 140px;
	overflow-y: scroll;
}
#contact .privacy  h4 {
  display: inline-block;
	letter-spacing: 1px;
  color: #fff;
  background: #3AAF4A;
  padding: 3px 10px;
}
#contact .privacy .block dl {
	margin: 10px 0 0;
}
#contact .privacy .block dl dt {
	margin: 15px 0 3px;
}
#contact .privacy .block dl dd {
	margin: 0 1em;
}



@media screen and (max-width: 480px) {
  
	
	#contact .hurryUp {
		font-size: 110%;
		padding: 20px 0px;
		margin: 60px auto;
	}
	
	
	.contactForm7 {
		padding: 30px 15px 0;
	}
	.contactForm7 .box {
		margin: 10px 0 40px;
	}
	.contactForm7 .box dl {
		flex-direction: column;
		gap: 10px;
		margin: 10px 0 30px;
	}
	.contactForm7 .box dl dt,
	.contactForm7 .box dl dd {
		width: 100%;
	}
	.contactForm7 .box dl dt {
		padding: 5px 12px;
	}
	.contactForm7 .box dl dd input[type="text"],
	.contactForm7 .box dl dd input[type="email"],
	.contactForm7 .box dl dd textarea {
		width: 100%;
		box-sizing: border-box;
	}
	.contactForm7 .box dl dd select option {
		font-size: 75%;
	}
	.contactForm7 .box dl dd .w10 { width: 100px;}
	.contactForm7 .box dl dd .w20 { width: 140px;}
	.contactForm7 .box dl dd .w25 { width: 35%;}
	.contactForm7 .box dl dd .w30,
	.contactForm7 .box dl dd .w40,
	.contactForm7 .box dl dd .w50,
	.contactForm7 .box dl dd .w60,
	.contactForm7 .box dl dd .w95 { width: 100%;}
	
	.contactForm7 .agree {
		text-align: center;
    text-indent: -1.7em;
	}
	.contactForm7 .agree input {
		width: 20px;
  	height: 20px;
	}
	.contactForm7 .info {
		text-align: left;
		line-height: 1.6em;
	}
	.contactForm7 .info2 {
		padding: 10px;
		margin: 30px 0;
	}
	
	#contact .privacy .block {
		padding: 20px 15px;
	}
	
	
	

}

