@charset "UTF-8";


.Form {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.Form-Item {
  /*border-top: 1px solid #ddd;*/
  /*padding-top: 24px;*/
  padding-bottom: 24px;
  width: 100%;
}
/*
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
*/

.Form-Item-Label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 18px;
	margin-bottom: 10px;
}

.Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 8px;
	padding: 5px 5px 3px 5px;
  display: inline-block;
  text-align: center;
  background: #cc0000;
  color: #fff;
  font-size: 14px;
	line-height: 1em;
}

.Form-Item-Input {
  border: 1px solid #ccc;
  border-radius: 6px;
 padding: 0.5em 1em;
  width: 100%;
  font-size: 18px;
}

.Form-Item-Input-zipcode {
  border: 1px solid #ccc;
  border-radius: 6px;
 padding: 0.5em 1em;
  width: 10em;
  font-size: 18px;
}

.Form-Item-Textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
	padding: 1em;
	height: 10em;
  width: 100%;
  font-size: 18px;
}

.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f3f3ef;
  color: #333;
  font-weight: bold;
  font-size: 20px;
	text-align: center;
}
.Form-Btn:hover {
	color: #fff;
  background: #f0909e;
}

.radio-inline {
	margin-right: 15px;
}

.radio-inline input[type=radio] {
	margin-right: 5px;
}



.Form-Item input[type=text]:focus {
	border-color: #cc0000;
}
.Form-Item input:focus {
	border-color: #cc0000;
}
.Form-Item textarea:focus {
	border-color: #cc0000;
}

::placeholder{
  color:#ccc
}






.form-contents-wrap {
	border: 1px solid #ccc;
  border-radius: 6px;
 	padding: 0.5em 1em;
  width: 100%;
  font-size: 18px;
	margin-bottom: 20px;
}







select {
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
	width: 20em;
}






input[type=radio] {
	margin-right: 5px;
	font-size: 18px;
}

.radio-btns input[type=radio] + label {
  margin-right: 20px;
	font-size: 18px;
	font-weight: normal;
}


.thanksTxt {
	padding: 200px 0;
	text-align: center;
}


