@charset "UTF-8";

/* WordPress ContactForm7 */
.wpcf7-form-control-wrap {
  position: static!important;
	display: block;
	width: 100%;
  .form-file &{
    width: auto;
  }
}

/* コンタクトフォーム */
.form-group:first-of-type {
    border-top: 1px solid #b3b3b3;
}
/* 送信ボタン */
.form-submit{
  align-items: center;
  .wpcf7-previous{
    margin-right: 160px;
  }
}

/* floatクリア */
.clear{
  clear: both;
}