@charset "utf-8";
.mainImage{
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:0;
	padding-top: 24.41%;
	background-image: url("../img/orderform/main.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* unit */
#unit{
	position: relative;
	margin: 0 auto;
	padding-top: 8%;
	background-image: url("../img/common/bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ffffff;
	text-align: left;
	color: #444444;
}
#unit h2{
	position: relative;
	margin: 0 auto 5% auto;
	display: block;
	width: 100%;
	height:0;
	padding-top: 8%;
	background-image: url("../img/unit/ttl_unit.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#unit h3{
	position: relative;
	margin: 20% 0 10% 0;
	padding: 2% 0 0 0;
	color: #4187c7;
	font-size: .24rem;
	font-weight: bold;
}
#unit p{position: relative;}
#unit p span.attention{
	font-weight: bold;
	color:#4187c7;
}
.movie{
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-top: 56.25%;
	background-color: #444444;
}
.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {

	/* unit */
	#unit{padding-top: 0;margin: 0 auto 120px auto;background-image: none;}
	#unit .contents-inner{
		margin: 0 auto;
		padding-top: 60px;
		background-image: url("../img/common/bg.jpg");
		background-size: 729px auto;
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#unit h2{
		margin: 0 0 40px 20px;
		width: 640px;
		padding-top: 33px;
	}
	#unit h3{margin: 0 ;padding: 100px 0 30px 20px !important;}
	#unit p{margin: 0 auto 10px auto;width: 640px;}
.movie{
		margin: 0 auto;
		width: 640px;
		padding-top: 360px;
	}

}