@charset "UTF-8";
/* CSS Document */

iframe,#tayori-form{
	margin-top: 70px;
	

}



.form{
	display: block;
	min-height:2000px;
	
}


/*==========================================
 SP
===========================================*/

@media only screen and (max-width:480px){
	
iframe,#tayori-form{
	margin-top: 50px;
}	
	
	.form{
		height: auto;
		overflow:auto;
		display: inline-block;
		padding-bottom: 50px;
		min-height:2000px;
	}
	
		
	iframe{
	  width:100%;
	  height:100%;
	  border:none;
	  display:block;
		}
	
		
	}
