.rem-box{
  margin: 10px 0;
  font-size: 15px;
  color: #111;
    text-align: center;
}
.rem-box span{
  color: #149ffc;
}

.form-box{
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 900px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 60px 35px;
    margin: 20px auto;
}
.form-name{
  display: block;
  float: left;
  width: 125px;
  color: #6e6c6c;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
.form-name.require:before{
  content: '*';
  position: absolute;
  left: -11px;
  color: #255ca7;
  top:2px;
  font-size: 15px;
}
.form-text{
  border: solid 1px #999;
  color: #111;
  font-size: 15px;
  width: calc(100% - 135px);
  display: block;
  height: 30px;
  margin-bottom: 12px;
  background: transparent;
}
.form-text:focus{
  border-color: #255ca7;
  background: #F8F8F8;
}
.form-item{
    display: block;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 7px 0;
}
.form-item.addr .input-box{
  width: 30%;
  float: left;
}
.form-item.addr .input-box .form-text{
  width: 90%;
  max-width: 130px;
}
.form-item.addr .input-box span{
  float: left;
  margin-right: 5px;
}
.form-item.addr .form-text.nl{
  margin-left: 125px;
  clear: both;
}

.form-item.capa .cap-box{
  width: calc(100% - 170px);
  display: inline-block;

}
.form-item.capa .form-text{
  width: 50%;
  float: left;
  margin-right: 10px;
}
.form-item.capa  a{
  margin-left: 10px;
  color: #255ca7;
  display: block;
  margin-left: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.form-item.capa  a:hover i{
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.radio-box{
    width: calc(100% - 135px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

/*btn*/
.basicebtn{
  display: inline-block;
  width: 177px;
  height: 46px;
  position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#17fcd9),  to(#17a0fc));
    background: linear-gradient(to right, #17fcd9,  #17a0fc);
  text-align: center;
  color: #FFF;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
    font-weight: bold;
  line-height: 46px;
}
.basicebtn.rev:hover{
  background: #149ffc;
}
.basicebtn.snd{
    background: -webkit-gradient(linear, left top, right top, from(#17a0fc) , to(#17fcd9));
    background: linear-gradient(to right, #17a0fc , #17fcd9);
}
.basicebtn.snd:hover{
  background: #4b4944;
}
.basicebtn input{
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  left: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
    color: rgba(255,255,255,0.9);
    font-size: 16px;
}
.form-box.ok{
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
.btn-box{
  padding-top: 20px;
    text-align: center;
}

.orange-em{
  color: #255ca7;
    font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  display: block;
  line-height: normal;
}



@media screen and (max-width:981px){
   .contact-box .col1,
  .contact-box .col2{
    float: none;
    width: 100%;
  }
  .contact-box .col2{
    margin-top: 20px;
  }
  .rem-box{
    max-width: 700px;
    margin: 20px auto;
  }
  .form-box{
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 0 auto;
  }
  .contact-btn-box{
    margin-left: 0;
    text-align: center;
  }
  .form-item.addr .input-box{
    float: none;
    width: 100%;
  }
  .form-item.addr .input-box .form-text{
    width: 100%;
    max-width: inherit;
  }
  .form-item.addr .form-text.nl{margin-left: 0;}
  .form-item.capa .form-text{width: 45%;}
  .form-item.capa .cap-box{width: 100%;}
  .radio-box,
    .form-name,
  .form-text{
    float: none;
    width: 100%;
  } 
}

