@charset "utf-8";
/* --------------------------------------------------------------------------------
	page
-------------------------------------------------------------------------------- */



/*contact*/


#contact input, #contact button, #contact textarea, #contact select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


#contact{
	padding: 0 0 120px;
	}

#contact .lead{
	padding: 50px 0 ;
	font-size: 14px;
	}




	

#contact table,#contact th,#contact td,#contact tr,#contact tbody{
	display: block;
	width: 100%;
	
	}


#contact  table{
	/*width: 600px;
	margin: 0 auto;*/
	
	}
	


#contact  table th{
	font-size: 17px;
	padding:35px 0 10px;
	text-align:left;
	}
	


#contact  table td input{
	width: 100%;
	background: #EBEBEB;
	padding: 1em;
	}

#contact  table td textarea{
	width: 100%;
	background: #EBEBEB;
	padding: 1em;
	}


#contact .submit{
	padding: 70px 0;
	text-align: center;
	display: flex;
	justify-content: center;
	}

#contact  .submit input{
	display: inline-block;
    background: #eee;
    padding: 15px 5em 15px 6em;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
	margin: 0 10px;
	}

#contact  .submit input.wpcf7-submit{
	display: inline-block;
    background: #eee url(https://meats.itembox.design/item/images/common/i-send.png) no-repeat 4em 50%;
    padding: 15px 5em 15px 6em;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
	font-size: 20px;
	margin: 0 10px;
	}




#contact  .submit p{
	font-size: 14px;
	padding: 5px 0 0;
	}



#contact .wpcf7-list-item input {
	-webkit-appearance: checkbox;
   
}




/* --------------------------------------------------------------------------------
	 sp/tab
-------------------------------------------------------------------------------- */

	
@media screen and (max-width:799px) {
	

	
	

#contact section {
    border-bottom: 1px solid #DEDEDE;
    padding: 30px 0;
}
	
	
#contact.page_type .heading h3 {
    font-size: 18px;
    margin: 0;
}


#contact input, #contact button, #contact textarea, #contact select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
	

#contact table,#contact th,#contact td,#contact tr,#contact tbody{
	display: block;
	width: 100%;
	
	}



#contact  table th{
	font-size: 17px;
	padding:35px 0 10px;
	text-align:left;
	}
	


#contact  table td input{
	width: 100%;
	background: #EBEBEB;
	padding: 1em;
	}

#contact  table td textarea{
	width: 100%;
	background: #EBEBEB;
	padding: 1em;
	}


#contact .submit{
	padding: 70px 0;
	text-align: center;
	flex-direction: column;
	}

#contact  .submit input{
	
	}

#contact .submit p{
	font-size: 14px;
	padding: 5px 0 0;
	}



	
	
	
	
	
	
	
}




















