.fstep {width:100%;margin:0 auto;padding-top:5px;}
.fstep small {
	font-size:0.8em;
}

.ftw_title {
	width:100%;padding:0;margin:0;font-size: 1.2em;color:#262626;line-height:1.3em;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}
.ftw_title span {background:#262626;color:#fff;display:inline-block;padding:0.4em 0.8em;margin-right:0.4em;}

/* button */
.commands {margin-top:3em;overflow:hidden;}

.submit {
  background:#eb6100;color:#ffffff;line-height:60px;width:100%;max-width:600px;margin:2em auto;text-align:center;font-size:1.2em;
  border: none!important;-webkit-border-radius: 15px;-moz-border-radius: 15px;-ms-border-radius: 15px;border-radius: 15px;
}
.submit:disabled {
  background:#cccccc;color:#333333;
}

/*
#SignupForm .prev{float:left;background:#89522b;margin-left:6.5%;}
#SignupForm .prev svg {padding-right:0.6em;}
#SignupForm .next{float:right;background:#eb6100;margin-right:6.5%;}
#SignupForm .next svg {padding-left:0.6em;}

#step0commands {display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display: flex;flex-flow: row wrap;justify-content: flex-end;align-items: center;}
#step0commands p {margin-right:1.5em;}
#step0commands p.blinkk {animation: blinkk 1s linear infinite alternate;}
@keyframes blinkk{
  0% {color:#5f5d56;}
 50% {color:#ba7f55;}
100% {color:#eb6100;}
}

.submit {font-size:1em;}
*/

.form-group {position:relative;margin-top:2em;}
.form-group div.fstep_titile {color:#262626;padding:2px 5px;margin-bottom:5px;font-weight: bold;}

/* input */
.form-group input[type="text"], .form-group input[type="number"], .form-group input[type="tel"], .form-group input[type="email"], .form-group textarea {
	border: 2px solid #eb6100;width:100%;margin:0;line-height: 45px;padding:3px;height: 45px;font-size:18px;
	-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}

/* radio */
/*
.radio_box input[type="radio"] {opacity:0;}
.radio_box > label{
	display: block;cursor: pointer;width:96%;margin: 0;padding:20px 2%;color: #262626;font-size:1.2em;font-weight:bold;text-align: center;line-height:1.46em;transition: .2s;text-indent:-1em;
	-webkit-border-radius: 15px;-moz-border-radius: 15px;-ms-border-radius: 15px;border-radius: 15px;font-size:2em;
}
.radio_box > label:nth-child(1) {background:#ed6e19;margin-bottom:40px;}
.radio_box > label:nth-child(2) {background:#00a0e9;margin-bottom:40px;}
.radio_box > label:nth-child(3) {background:#bfdb36;}
.radio_box > label span {font-size:0.75em;display:block;text-align: center;text-indent:.1em;}

.radio_box > label.fck {background:#333;color:#ccc;}
*/
.radio {margin-bottom:2em;}

.radio-input{clip: rect(1px, 1px, 1px, 1px);position: absolute;}
.radio-input + label{
  display:block;
  padding-left: 20px;
  position:relative;
  margin:0 0 0.5em;
  
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}

::placeholder {color: #ffbcff;/*color:#6ec4be*/}



/* error */
em.error {color:#ff0000;display:block;text-align:left;}
#SFerror {margin-bottom:0.8em;}
.formError .formErrorContent {text-indent:0.5em;}

@media only screen and (max-width: 768px) {
	
	.radio_box > label{font-size:1.5em;}
	
}
@media only screen and (max-width: 480px) {
	
	fieldset legend {font-size: 1.1em;}
	fieldset legend span {padding:0.2em 0.5em;margin-right:0.3em;}
	
	.radio_box label{font-size:1em;width:98%;margin: 0;padding:20px 1%;}
	
	#SignupForm .prev{margin-left:0;}
	#SignupForm .next{margin-right:0;}
	
	.radio_box > label{font-size:1.4em;}

}
