.ff-title,
.ff-description,
.ff-powered-img img{
  display:none;
}

.ff-button-bar{
  display:none;
}


#ff-compose label{
  display:block !important;
  width:300px;
  float:left;
  clear:both;
  font-weight:500;
  padding-top:20px 30px 20px 0;
}
#ff-compose input{
  display:block !important;
  width:500px !important;
  float:left;
  padding-top:20px 30px 20px 0;
}


#ff-compose input.ff-form-check-input {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-right: 2px;
  margin-top: -3px;
  border: solid 1px #e0e0e0;
  box-shadow: none;
  background-color: #f5f5f5;
  outline: none;
  width: 16px !important;
  height: 16px !important;
  vertical-align: middle;
}
#ff-compose   input[type="radio"]::after{
    content: "";
    width: 8px;
    height: 8px;
    background-color: #808080;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    display: none; }
#ff-compose   input[type="radio"]:checked:after,
#ff-compose   input[type="checkbox"]:checked:after {
    display: block; }
.form_confirm #ff-compose input[type="radio"]:not(:checked)+input,
.form_confirm #ff-compose input[type="checkbox"]:not(:checked)+input{
  display:none !important;
}
.form_confirm #ff-compose input[type="radio"]:not(:checked),
.form_confirm #ff-compose input[type="radio"]:not(:checked):before,
.form_confirm #ff-compose input[type="radio"]:not(:checked)+label,
.form_confirm #ff-compose input[type="checkbox"]:not(:checked),
.form_confirm #ff-compose input[type="checkbox"]:not(:checked)+label,
.form_confirm #ff-compose input[type="checkbox"]:not(:checked):before{
  display:none !important;
}

#ff-compose textarea.rest-form-control,
#ff-compose input.rest-form-control {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  width: 100%;
  padding-top:20px 30px 20px 0;
  padding: 10px 15px;
  line-height: 1.5;
  background-color: #f5f5f5;
  outline: none;
  border: solid 1px #E0E0E0; }

#ff-compose textarea.rest-form-control{
  width:500px;
}

#ff-compose .ff-form-check label{
  display:inline !important;
  width:auto !important;
     clear:none;
}



#ff-compose .rest-form-group{
  border-top:1px solid #E0E0E0;
  padding-top:20px !important;
  padding-bottom:20px !important;
  clear:both;
}



.ff-form .ff-form-check {
  min-width: auto !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.ff-form .ff-form-check label {
  width: auto !important;
  float:none;
  margin-right:20px;
}
 #ff-compose .ff-form-check-other input[type="text"]{
  max-width:100%;
  /*margin-left:4px;*/
}
.ff-form .ff-check-table{
  display:table !important;
    width:auto !important;
}
.ff-form{
  max-width:none !important;
}
.ff-partial{
  display:none !important;
}
#ff-compose textarea.rest-form-control, #ff-compose input.rest-form-control{
  max-width:598px;
  width:100% !important;
  float:none;
}

.ff-required{
  display:inline-block;
}

#ff-compose{
  margin-top:40px;
}
.ff-form label span{
  overflow:initial !important;
}
.ff-required::before{
  content:"必須";
  margin-left: 5px;
  padding: 1px 4px;
  background-color: #ef6c00;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
.ff-required{
  color:#FFF !important;
}
#ff-success{
	display: none;
}

/* SP */
@media(max-width:768px){
  #ff-compose textarea.rest-form-control, #ff-compose input.rest-form-control{
    max-width:598px;
    width:100% !important;
    float:none;
  }

  .ff-widget-error{
    margin-left:0px !important;
  }  

  #ff-compose .rest-form-group{
    padding-top:10px !important;
    padding-bottom:10px !important;
    margin-top:0 !important;
  }
  #ff-compose .rest-form-group > label{
    display:block;
    width:100%;
    float:none;
  }
  #ff-compose textarea.rest-form-control, #ff-compose input[type="text"].rest-form-control{
    max-width:none;
    width: 100% !important;
    float:none;
  }
}
.form_agree #ffagree{
  display:block !important;
}

.ff-widget-error b{
  background-color: #ef6c00 !important;  
}
.ff-widget-error{
  margin-top: 5px;
  display: block;
  position: relative;
  /* absolute */
  font-size: 1.4rem;
  color: #ef6c00 !important;  
}

/* PC */
@media(min-width:769px){
  #ff-compose textarea.rest-form-control, #ff-compose input.rest-form-control{
    max-width:598px;
    width:100% !important;
    width:calc(100% - 300px) !important;
    float:none;
  }

  .ff-widget-error{
    margin-left:300px !important;
  }  

  #ff-compose .rest-form-group > label{
    padding-bottom:20px !important;
  }
  #ff-compose .ff-form-check-other input[type="text"]{
    width: 300px !important;
  }


.ff-widget-error{
  margin-left:300px !important;
}
}

.form_confirm input[type="email"],
.form_confirm input[type="checkbox"]{
  display:none !important;
  border:none !important;
  margin-left:0px !important;
  padding-left:0px !important;
  background-color:#FFF !important;
}
.form_confirm input:checked{
  display:block;
}
.form_confirm input[type="text"],
.form_confirm textarea{
  border:none !important;
  background:#FFF !important;
  padding:0px !important;
}


.ff-form-check+.ff-form-check+.ff-form-check input[type="text"]{
  margin-left:5.5rem;
}
.ff-form-check:last-of-type input[type="checkbox"]::before{
  padding-left:2rem;
    /*font-family: 'Noto Sans JP', "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;*/
    content: "その他" !important;
    width:70px !important;
    display:block;
    font-size:14px;
    color: #333;
    }



.btn-contact_off{
  opacity:0.3;
}
