@media only screen and (max-width: 480px) {
  input[type="text"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px; } }

.page-lead {
  font-weight: normal; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }

.fadeInUp {
  display: block;
  animation-name: fadeInUp; }

.w100per {
  width: 98% !important; }

.flL {
  display: inline;
  float: left; }

.flR {
  display: inline;
  float: right; }

.mb30 {
  margin-bottom: 30px !important; }

h4.title01 {
  margin: 0 0 10px;
  padding: 5px;
  border-bottom: solid 1px #476B10;
  font-weight: bold;
  color: #476B10;
  font-size: 100%; }

.contactSec .guide {
	margin-bottom: 30px;
}

.contactSec .guide ul {
}

.contactSec .guide ul li {
	width: 33.3334%;
	float: left;
	font-size: 20px;
	text-align: center;
	background-color: #dbe9ef;
	overflow: hidden;
	position: relative;
}

.contactSec .guide ul li:nth-child(1) {
	width: 38%;
}

.contactSec .guide ul li:nth-child(2) {
	width: 38%;
}

.contactSec .guide ul li:nth-child(3) {
	width: 24%;
}

.contactSec .guide ul li:before,
.contactSec .guide ul li:after {
	content: "";
	display: block;
	position: absolute;
}

.contactSec .guide ul li:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 0 44px 26px;
	border-color: transparent transparent transparent #ffffff;
	top: -9px;
	right: 0;
	z-index: 2;
}

.contactSec .guide ul li:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 0 44px 26px;
	border-color: transparent transparent transparent #dbe9ef;
	top: -9px;
	right: 5px;
	z-index: 3;
}

.contactSec .guide ul li.current:after {
	border-color: transparent transparent transparent #4a92ae;
}

.contactSec .guide ul li:last-child:before,
.contactSec .guide ul li:last-child:after {
	display: none;
}

.contactSec .guide ul li.current {
	color: #fff;
	background-color: #4a91ae;
}

.contactSec .guide ul li span {
	display: block;
	min-height: 70px;
	padding-top: 19px;
	padding-right: 25px;
	box-sizing: border-box;
	position: relative;
}

.contactSec .guide ul li span:after {
	content: "";
	display: block;
	width: 22px;
	height: 80px;
	background-color: #dbe9ef;
	position: absolute;
	top: 0;
	right: 0;
}

.contactSec .guide ul li.confirm span:after,
.contactSec .guide ul li.complete span:after {
	background-color: #4a91ae;
}

.contactSec .guide ul li:last-child span:after {
	display: none;
}

.contactSec .intro {
	margin-bottom: 40px;
}

.contactSec .intro p {
	margin-bottom: 10px;
}

.contactSec .intro p:last-child {
	margin-bottom: 0;
}

.contactSec .intro .note {
	font-size: 14px;
}

.contactSec .required {
	display: inline-block;
	padding: 0 5px;
	margin: 0 5px;
	color: #fff;
	font-size: 12px;
	vertical-align: top;
	background-color: #cf1126;
}

.contactSec .formTable {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.contactSec .formTable.confirm {
	margin-bottom: 80px;
}

.contactSec .formTable th {
	width: 30%;
	padding: 30px 20px;
	background-color: #c8dee7;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.contactSec .formTable th .required {
	margin-top: 3px;
}

.contactSec .formTable td {
	padding: 18px 20px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}

.contactSec .formTable td .exemple {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

.contactSec .formTable td .exemple:last-child {
	margin-bottom: 0;
}

.contactSec .formTable td .zipBtn {
	display: inline-block;
	padding: 6px 25px;
	margin-left: 30px;
	color: #fff;
	font-size: 15px;
	background-color: #4a91ae;
	vertical-align: top;
	border-radius: 3px;
	cursor: pointer;
}

.contactSec .formTable td textarea {
	height: 200px;
}

.contactSec .outro {
	margin-bottom: 45px;
	text-align: center;
}

.contactSec .outro .txtArea {
	display: inline-block;
	vertical-align: top;
}

.contactSec .outro p {
	margin-bottom: 20px;
}

.contactSec .outro p:first-child {
	margin-bottom: 0;
}

.contactSec .outro  ul {
	display: inline-block;
	vertical-align: top;
}

.contactSec .outro  ul li {
	margin-bottom: 10px;
}

.contactSec .outro  ul li:last-child {
	margin-bottom: 0;
}

.contactSec .outro  ul li .required {
	margin-top: 3px;
}

.contactSec .submitArea {
	padding: 30px;
	background-color: #eeeeee;
}

.contactSec .submitArea.confirm {
	text-align: center;
}

.contactSec .submitArea.confirm .inner {
	display: inline-block;
	vertical-align: middle;
}

.contactSec .submitArea.confirm .inner div {
	float: right;
}

.contactSec .submitArea.confirm .inner div:first-child {
	margin-left: 40px;
}

.contactSec .submitArea .btnArrow {
	background-color: #3f7ab8;
}

.completeBox {
	padding: 0 8%;
}

.completeBox .txtArea {
	margin-bottom: 45px;
}

.completeBox .txtArea p {
	margin-bottom: 1.5em;
}

.inquiryBox {
	margin-bottom: 80px;
}

.inquiryBox .ttl {
	padding: 5px 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	background-color: #437ebc;
}

.inquiryBox p {
	padding: 0 15px;
}

.inquiryBox p a {
	color: #3f7ab8;
	font-size: 20px;
	text-decoration: none;
}



@media screen and (max-width:767px){
	.contactSec {
		padding-top: 10px;
	}
	.contactSec .guide {
		margin-bottom: 20px;
	}
	.contactSec .guide ul li {
		font-size: 14px;
	}

	.contactSec .guide ul li:nth-child(1) {
		width: 45%;
	}

	.contactSec .guide ul li:nth-child(2) {
		width: 31%;
	}

	.contactSec .guide ul li:nth-child(3) {
		width: 24%;
	}

	.contactSec .guide ul li:before {
		border-width: 36px 0 36px 14px;
		top: -11px;
		right: 0;
		z-index: 2;
	}

	.contactSec .guide ul li:after {
		border-width: 36px 0 36px 14px;
		top: -11px;
		right: 3px;
		z-index: 3;
	}

	.contactSec .guide ul li.current:after {
		border-color: transparent transparent transparent #4a92ae;
	}

	.contactSec .guide ul li:last-child:before,
	.contactSec .guide ul li:last-child:after {
		display: none;
	}

	.contactSec .guide ul li span {
		min-height: 50px;
		padding-top: 15px;
		padding-right: 10px;
	}

	.contactSec .guide ul li:last-child span {
		padding-right: 0;
	}

	.contactSec .guide ul li:nth-child(1) span,
	.contactSec .guide ul li:nth-child(2) span {
		padding-top: 5px;
	}

	.contactSec .guide ul li span:after {
		width: 15px;
		height: 60px;
	}

	.contactSec .intro {
		margin-bottom: 30px;
	}

	.contactSec .formTable {
		margin-bottom: 15px;
		border-bottom: 1px solid #b3b3b3;
	}

	.contactSec .formTable.confirm {
		margin-bottom: 15px;
	}

	.contactSec .formTable th {
		display: block;
		width: auto;
		padding: 10px 10px;
		border: none;
	}

	.contactSec .formTable th .required {
		margin-top: 3px;
	}

	.contactSec .formTable td {
		display: block;
		padding: 10px 10px 30px 10px;
		border: none;
		text-align: center;
	}

	.contactSec .formTable.confirm td {
		text-align: left;
	}

	.contactSec .formTable tr:last-child td {
		padding-bottom: 15px;
	}

	.contactSec .formTable td .exemple {
		display: none;
	}

	.contactSec .formTable td .zipBtn {
		padding: 10px 15px;
		margin-left: 0;
		font-size: 14px;
	}

	.contactSec .formTable td input[type="text"],
	.contactSec .formTable td input[type="tel"],
	.contactSec .formTable td input[type="email"] {
		width: 100% !important;
		height: 40px;
		margin-bottom: 15px;
		font-size: 12px;
		border-radius: 0;
	}

	.contactSec .formTable td input[type="text"]:last-child,
	.contactSec .formTable td input[type="tel"]:last-child,
	.contactSec .formTable td input[type="email"]:last-child {
		margin-bottom: 0;
	}

	.contactSec .formTable td textarea {
		height: 125px;
	}

	.contactSec .outro p:first-child {
		margin-bottom: 20px;
	}

	.contactSec .outro {
		margin-bottom: 25px;
	}

	.contactSec .outro  ul {
		display: block;
		padding: 10px 17px;
		margin: 0 -17px;
		background-color: #dbe9ef;
	}

	.contactSec .outro  ul li {
		font-size: 15px;
	}

	.contactSec .outro  ul li .required {
		margin-top: 2px;
		margin-right: 0;
		margin-left: 2px;
	}

	.contactSec .submitArea {
		padding: 25px 17px;
		margin: 0 -17px;
	}

	.contactSec .submitArea.confirm {
		margin-bottom: 30px;
	}

	.contactSec .submitArea.confirm .inner {
		display: inline-block;
		vertical-align: middle;
	}

	.contactSec .submitArea.confirm .inner div {
		float: none;
	}

	.contactSec .submitArea.confirm .inner div:first-child {
		margin-left: 0;
		margin-bottom: 25px;
	}

	.completeBox {
		padding: 0;
		margin-bottom: 30px;
	}

	.completeBox .txtArea {
		margin-bottom: 30px;
	}

	.inquiryBox {
		margin-bottom: 30px;
	}

	.inquiryBox .ttl {
		padding: 5px 15px;
		margin-bottom: 15px;
		text-align: center;
		background-color: #4a91ae;
	}
	.inquiryBox p {
		padding: 0;
		text-align: center;
	}
	.inquiryBox p a {
		color: #000;
		font-size: 16px;
		text-decoration: none;
	}
}

@media screen and (max-width:424px){
	.contactSec .guide ul li {
		font-size: 3.6vw;
	}
	.contactSec .guide ul li span {
		padding-top: 15px;
	}
	.contactSec .guide ul li:nth-child(1) span {
		padding-top: 4%;
	}
	.contactSec .guide ul li:nth-child(2) span {
		padding-top: 5%;
	}
	.contactSec .submitArea .submitBtn {
		width: 100%;
		min-width: auto;
	}
}

@media screen and (max-width:359px){
	.contactSec .guide ul li span {
		padding-top: 17px;
	}
	.contactSec .guide ul li:nth-child(1) span {
		padding-top: 6%;
	}
	.contactSec .guide ul li:nth-child(2) span {
		padding-top: 9%;
	}
	.contactSec .submitArea.confirm .inner {
		display: block;
	}
}
.pic_req{ margin-left:5px; width:24px; height:13px;}

/* new contact
------------------------------------------------------------*/
.form-note{
	width: 100%;
	margin: 40px 0px;
	padding: 0;
	background-color: #fff;
}
.form-note p{
	font-size: 14px;
}
p.form_text {
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.6;
  }
  .form-preview-dl {
	max-width: 100vw;
	width: 100%;
	margin: 0;
	padding: 0px;
	float: left;
	border-bottom: #c0c0c0 1px solid;
	background-color: #f0f0f0;
	border-right: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-top: #c0c0c0 1px solid;
	font-size: 16px;
  }
  .form-preview-dl::after {
	display: table;
	clear: both;
	content: '';
  }
  .form-preview-dl > dt {
	box-sizing: border-box;
	width: 400px; 
	padding: 35px 30px 10px 30px;
	float: left;
	clear: both;
	margin: 0;
	text-align: left;
  }
  @media (max-width: 768px) {
	.form-preview-dl > dt {
		width: 100%;
		float: none;
		overflow: hidden;
		padding: 10px 5px;
	  }
  }
  .form-preview-dl > dt span {
	box-sizing: border-box;
	display: inline-block;
	width: calc(2.5em + 10px);
	float: right;
	vertical-align:middle;
  }
  .form-preview-dl > dt span + span {
	word-wrap: break-word !important;
	box-sizing: border-box;
	width: calc(100% - (2.5em + 10px));
	padding-left: 8px;
	line-height: 1.4;
	overflow-wrap: break-word !important;
  }
  .form-preview-reqiured {
	display: inline-block !important;
	padding: 2px 5px;
	background-color: #FA0303;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
  }
  .form-preview-not-reqiured {
	display: inline-block !important;
	padding: 2px 5px;
	background-color: #a9a9a9;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
	vertical-align: middle;
	border-radius: 6px;
  }
  .form-preview-dl > dd {
	box-sizing: border-box;
	padding: 20px 20px 20px 20px !important;
	background-color: #FFF;
	margin: 0px 0px 0px 400px;
	border-left: #c0c0c0 1px solid;
	word-break: break-all;
	text-align: left;
  }
  @media (max-width: 767px) {
	.form-preview-dl > dd {
		margin: 0px;
		border-left: 0;
	  }
  }
  .form-preview-dl::after {
	display: table;
	clear: both;
	content: '';
  }
  .form-preview-dl > dd label {
	display: block;
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 4px;
	line-height: 1.2;
	cursor:pointer;
  }
  .form-preview-dl label {
	padding: 0 4px;
  }
  .form-preview-dl .labeled_text {
	position: relative;
	padding-left: 10px;
  }
  input, select, textarea {
	font-size: 100%;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0 0 3px;
	padding: 2px;
  }
  .form-preview-dl input.form-control{
	display: block;
	width: 100%;
	padding: 10px;
	line-height: 1.42857143;
	border: solid 1px #bebebe;
	color: #555;
	background-image: none;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	  background-color:#FFF;
	box-sizing: border-box;
  }
  .form-preview-dl input, .form-preview-dl button, .form-preview-dl textarea, .form-preview-dl select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
  }
  .form-preview-dl input[type="checkbox"], .form-preview-dl input[type="radio"] {
		visibility: hidden !important; 
  }
  .form-preview-dl input[type="checkbox"] + .labeled_text::before, .form-preview-dl input[type="radio"] + .labeled_text::before {
	display: block;
	position: absolute;
	top: 6px;
	left: -10px;
	width: 14px;
	height: 14px;
	border: 1px solid #bebebe;
	background-color: #fff;
	content: '';
  }
  .form-preview-dl input[type="checkbox"]:checked + .labeled_text::after, .form-preview-dl input[type="radio"]:checked + .labeled_text::after {
	display: block;
	position: absolute;
	content: '';
  }
  .form-preview-dl input[type="checkbox"]:checked + .labeled_text::after {
	top: 7px;
	left: -6px;
	width: 5px;
	height: 9px;
	transform: rotate(40deg);
	border-right: 2px solid #329bd2;
	border-bottom: 2px solid #329bd2;
  }
  .form-preview-dl input[type="radio"]:checked + .labeled_text::after {
	top: 9px;
	left: -7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #329bd2;
  }
  .form-preview-dl input[type="radio"] + .labeled_text::before {
	border-radius: 50%;
  }
  .form-preview-help-text {
	margin-top: 5px;
	margin-bottom: 0;
	color: #666;
	font-size: 90%;
	padding: 0;
	font-size: 13px!important;
  }
  .form-preview-dl input.form-preview-input01-half[type="text"] {
	display: inline-block;
	width: 160px;
	margin-right: 8px;
  }
  @media (max-width: 768px) {
	.form-preview-dl input.form-preview-input01-half[type="text"] {
		width: 38%;
	  }
  }
  .form-preview-dl > dd .form-preview-input01-half {
	vertical-align: middle;
  }
  .form-preview-dl-child {
	margin: 0;
	margin-top: 0px;
	padding: 4px 0px;
	overflow: hidden;
  }
  .form-preview-dl-child {
	max-width: calc(100vw - 10px);
  }
  .form-preview-dl-child:first-child {
	margin-top: 0px;
	padding: 0 0px 4px;
  }
  .form-preview-dl-child dt {
	width: 120px;
	padding: 8px 20px 8px 0;
	float: left;
	line-height: 32px;
	margin: 0;
	font-weight:normal;
	font-size:100%;
	text-align:right;
  }
  .form-preview-dl-child dd {
	margin: 0 0 0 120px;
  }
  .form-preview-dl textarea {
	box-sizing: border-box;
	width: 100% !important;
	padding: 8px 6px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  .form-preview-dl select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	width: 50%;
	padding: 8px 24px 8px 8px;
	border: 1px solid #bebebe;
	border-radius: 0;
	background-color: #f5f5f5;
	transition: all .2s ease;
  }
  .form-preview-dl select {
	background: #f5f5f5 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAYAAAArMezNAAAAeElEQVQ4T62UURIAEQxD6/6HXmMX0yVtFH76oXkTUZKIPPKtVOtpeXkF1sA34J01gk/g2uDkuMUQjeUH1e6mjUDmUKud7cBNzXjkCNztRVmuwGmPdUmekELZaCEAejzQHBsrBjf1DFwcWnBXuwJGcKqjDSrU0GeVAW59Fwse//ByAAAAAElFTkSuQmCC") no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: right 10px center;
	background-size: 10px 7px;
	height: 48px;
	border-radius: 4px;
  }
  
.form-preview-dl input:focus, .form-preview-dl textarea:focus, .form-preview-dl select:focus {
	border-color: #c0c0c0;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-preview-dl select:not([multiple]) {
    height: 48px;
}
	
.show-page-btn{
	width: 100%;
	text-align: center;
	margin: 20px 0;
  }
  .show-page-btn .btn {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 300px;
	color: #fff;
	font-weight: bold;
	padding: 25px 80px;
	font-size: 18px;
	border-radius: 100vh;	
	white-space: normal;
	color: #fff;
	text-decoration: none;
	user-select: none;
	background-color: #c30d23;
	border: 1px solid #c30d23;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 2px 0 rgba(0, 0, 0, 0.12);
	transition: 0.2s ease;
  }
  @media (max-width: 768px) {
	.show-page-btn .btn {
		margin: 0 auto;
	}
  }
  .show-page-btn .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
  }
  .w-half{ width:49% !important; }

.form-control { display:inline; }

span.form-error{
	color:#F00;
	font-weight:bold;
	display:block;
	padding: 1% 1% 1% 0;
}
.form-preview-dl .form-control{
	border: 1px solid #626262;
}
.form-preview-dl .form-control.form-error {
	border: 1px solid #F00;
}

.form-preview-dl input[type="radio"] {
	opacity:1 !important;
}

#nameGroup-error{ display:block; height:auto; width:100%; }
  
.box-privacy {
	padding: 15px 18px;
	margin-bottom: 5px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	font-size: 13px;
	margin-top: 3rem;
	margin-bottom: .5rem; 
	clear: both; 
	display: inline-block;
	box-sizing: border-box; 
	width: 100%;
  }
  .box-privacy a {
	text-decoration: underline;
	color: #222;
  }
  #check_privacy_policy_area{
	text-align: center;
  }
  .note {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
  }

.note span{ margin:auto; }
.text-center{ text-align:center !important; }
.text-left{ text-align:left !important; }


.form-preview-haserror {
  position: relative;
  margin-bottom: 0;
  padding-top: 3rem !important;
  background-color: #ffe8e8; }

.form-preview-haserror .form-preview-alert-text {
  display: block;
  position: absolute;
  top: 3px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: red;
  color: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); }

p.form-error, #nameGroup-error{
	color:#F00;
	font-weight:bold;
	display:block;
  position: relative;
  opacity: 0; /* 初めは透明に設定 */
  transform: translateY(100%); /* 下からスライドするために位置を下に設定 */
  animation: fadeInFromBottom 1s forwards; /* フェードインアニメーションの設定 */
  top:-8px;
  font-size:12px;
  background-color:rgba(255,0,0,0.7);
  color:#fff;
  padding:8px;
  text-align:center;
	width:230px;



}
p.form-error::before, #nameGroup-error::before{
  content:"";
  position:absolute;
  bottom:-8px;
  left:8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: rgba(255,0,0,0.7) transparent transparent transparent;
}

@keyframes fadeInFromBottom {
  to {
    opacity: 1; /* アニメーション終了時に完全に表示 */
    transform: translateY(0); /* アニメーション終了時の位置 */
  }
}
.form-preview-dl .form-control{
	border: 1px solid #c0c0c0;
}
.form-preview-dl .form-control.form-error {
	border: 1px solid #F00;
}

.form-preview-dl input[type="radio"] {
	opacity:1 !important;
}

.fc-red{ color:#F00;}

.form-control::placeholder{
    color: #a9a9a9 !important;
}
.form-preview-dl input.form-preview-input01-half[type="text"] {
  width: 48% !important; }

  @media (max-width: 767px) {
.form-preview-dl input.form-preview-input01-half[type="text"] {
  width: 99% !important; }
	
	}

.pb20{ padding-bottom:20px !important;}
.form-box {
    margin: 0;
		padding:0;
		width:100%;
		height:auto;
		display:block;
		overflow:hidden;
}

.table_name{
	width:100%;
}
.table_name td{ padding:1% 1% 1% 0; vertical-align: bottom; }

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
	margin-bottom:30px;
}
