@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%; }

.contact_tell {
  float: none;
  width: 100%;
  margin: 0 auto 20px auto;
  clear: both;
  text-align: center; }

.mt00 {
  margin-top: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

span.form-preview-labeled_text {
  display: inline-block; }

.red {
  color: #F00; }

.form-box{
	width: 99%;
	margin: auto;
	display:inline-block;
	height:auto;
}



/* ------------------------------------------------------------------------------
	 contact
-------------------------------------------------------------------------------*/
#section-contact .row{
	width: 95%;
	margin: 0 auto;
}
.note{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
	.note{
	  justify-content: end;
	}
}
.note p{
	font-size: 16px;
	line-height: 1.8;
}
@media only screen and (max-width: 480px) {
	.note p{
	  width: 100%;
	}
}
.note .img{
	width: 85px;
}
.note .img img{
	width: 100%;
	height: auto;
}
.note_txt{
	font-size: 16px;
	line-height: 1.8;
}
.note_txt span{
	display: inline;
	padding: 0.1em 0.6em;
	background: #FA0303;
	color: #FFF;
	font-size: 0.7em;
	margin-right: 5px;
	border-radius: 3px;
}
dl.form-preview-dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	border-left: #fff 1px solid;
	border-top: #ccc 1px solid;
	max-width: 100vw;
}
dl.form-preview-dl.last{
	border-bottom: #ccc 1px solid;
}
.form-preview-dl::after {
	content: "";
	display: block;
	clear: both;
}
.form-preview-dl > dt {
	box-sizing: border-box;
	width: 30%;
	background-color: #fff;
	border-right: #fff 1px solid;
	color: #222;
	display: flex;
	align-items: center;
	font-size: 0.9em; 
}
@media only screen and (max-width: 480px) {
	.form-preview-dl > dt {
	  width: 100%;
	  padding: 11px 0;
	  float: none;
	}
}
.form-preview-dl > dt span {
	box-sizing: border-box;
	display: block;
	width: auto;
	float: right;
}
.form-preview-reqiured {
	display: inline !important;
	background-color: #FA0303;
	border-radius: 3px;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 10px;
	letter-spacing: 1;
	padding: 1px 8px;
	line-height: 1.8;
}
.form-preview-not-reqiured {
	display: inline !important;
	border-radius: 3px;
	background-color: #A6A5A6;
	color: #fff;
	font-size: 0.9em;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 10px;
	letter-spacing: 1;
	padding: 1px 8px;
	line-height: 1.8;
}
.form-preview-dl > dd {
	padding: 15px 15px 10px 15px;
	background-color: #FFF;
	border-right: 0;
	word-break: break-all;
	width: 70%;
	margin-left: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
  @media only screen and (max-width: 480px) {
	.form-preview-dl > dd {
	  padding: 15px 0px 10px 0px;
	  width: 100%;
	  margin-left: 0;
	  float: none;
	}
}
p.form-preview-help-text{
	margin-top: 5px;
	margin-bottom: 0;
	color: #666;
	font-size: 90%;
}

.form-preview-dl input[type="text"], .form-preview-dl input[type="password"] {
	font-size: 100%;
	width: 100%;
	padding: 8px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
	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;
}
.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 #626262;
	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 input:focus, .form-preview-dl textarea:focus, .form-preview-dl select:focus {
	border-color: #66afe9;
	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 > dd label {
	display: block;
	margin-top: 3px;
	margin-right: 12px;
	margin-bottom: 3px;
	padding: 0 4px;
	width: 100%;
}
.form-preview-dl label:hover {
	background: rgba(0, 0, 0, 0.1);
}
.form-preview-dl input[type="checkbox"], .form-preview-dl input[type="radio"] {
}
.form-preview-dl .labeled_text {
	position: relative;
	padding-left: 4px;
	font-weight:normal;
}
.form-preview-dl input[type="checkbox"] + .labeled_text::before, .form-preview-dl input[type="radio"] + .labeled_text::before {
	display: block;
}
.form-preview-dl input[type="checkbox"]:checked + .labeled_text {
	color: #329bd2;
}
.form-preview-dl input[type="radio"] + .labeled_text::before {
	border-radius: 50%;
}
.form-preview-dl input[type="radio"]:checked + .labeled_text::after {
	top: 4px;
	left: 4px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
.show-page-btn {
	margin: 40px auto 60px;
	clear: both;
	font-size: 0;
	text-align: center;
	cursor: not-allowed; 
}
.show-page-btn .btn {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-width: 200px;
	color: #fff;
	font-weight: bold;
	padding: 15px 30px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	user-select: none;
	background-color: #0785f2;
	border: 1px solid #0785f2;
	border-radius: 3px;
	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;
}

.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;
}

.form-preview-dl input[type="text"].form-control {
	width: 100%;
	max-width:100%;
}

.form-preview-dl input[type="text"].form-control-half {
	width: 49%;
	display:inline;
}




@media only screen and (max-width: 568px) {
	.show-page-btn .btn {
	  min-width: 140px;
	  padding: 16px 8px;
	  font-size: 16px;
	  margin: 0 auto;
	}
}
  
.box-privacy {
	min-height: 20px;
	padding: 15px 18px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	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;
}

.box-privacy a{
	text-decoration:underline;
	color:#329bd2;
}

#check_privacy_policy_area {
	position: relative;
	margin-bottom: 10px;
	padding-left: 20px;
}

.form-btn .btn[disabled]{
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-btn .btn.home {
	background-color: #343434;
	border: 1px solid #343434;
}
.form-btn .btn.send {
	background-color: #9a0009;
	border: 1px solid #9a0009;
}
.form-btn .btn:hover {
	opacity: 0.7;
}


	
.w-half{ width:49% !important; }

.form-control { display:inline; }

span.form-error{
	color:#F00;
	font-weight:bold;
	display:block;
	padding: 1% 1% 1% 0;
	width:260px;
}

.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%; }

.g-recaptcha {
  margin-right:auto;
  margin-left:auto;
  text-align: center;
  width:300px;
  margin-top:20px;
}
