@charset "UTF-8" ; 
#Contact .ContentsTop,
.SomeForm .ContentsTop{
	position      : relative ;
	width         : 95% ;
	margin        : 80px auto 40px ;
	border-radius : 6px ;
	height        : 80px ;
	line-height   : 80px ;
	background    : #624334 ;
	text-align    : center ;
	height        : 10px ;/*一時対応*/
	background    : #fff ;/*一時対応*/
}
#Contact .Contact__MainTitle,
.SomeForm .Contact__MainTitle{
	color         : #fff ;
	font-size     : 20px ;
}
.Form,
.OrderForm{
	padding       : 0 10px ;
}
.Form iframe{
	height        : 1320px;
}
.OrderForm iframe{
	height        : 1800px;
}
@media screen and (min-width : 960px){
	.Form,
	.OrderForm{
		padding 		: 0 ;
	}
	iframe{
		height  		: 100%;
	}
	.OrderForm iframe{
		height  		: 1500px;
	}
	#Contact .ContentsTop,
	.SomeForm .ContentsTop{
		width   		: 100% ;
		margin  		: 150px auto 40px ;
  }
}
