@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/*----------------------------------------------------
	ページ
----------------------------------------------------*/
#main .contact_form .desc {
  margin-bottom: 20px;
}
#main .contact_form .waku {
  padding: 20px 1em;
  color: #7e7e93;
  border: 1px solid #7e7e93;
  margin-bottom: 40px;
}
#main .contact_form .base_t {
  margin-bottom: 20px;
}
#main .contact_form .base_t input, #main .contact_form .base_t textarea {
  width: 100%;
}
#main .contact_form .btn_entry {
  text-align: center;
}
#main .contact_form .btn_entry input {
  display: inline-block;
  background: #e9718b;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  min-width: 60%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
}
#main .contact_form .btn_entry input:hover {
  opacity: 0.7;
  cursor: pointer;
}
#main .wpcf7-response-output {
  padding: 20px 1.5em;
}

/*----------------------------------------------------
	<= 1000px
----------------------------------------------------*/
/*----------------------------------------------------
	phone - tablet <= 767px
----------------------------------------------------*/
/*----------------------------------------------------
	phone <= 480px
----------------------------------------------------*/
