@charset "UTF-8";
/* CSS Document */
body {
	overflow: hidden;
	visibility: visible;
}
body.step02 .hiddenItem01,
body.step02 .forcefullwidth_wrapper_tp_banner,
body.step03 .hiddenItem01,
body.step03 .forcefullwidth_wrapper_tp_banner {
	display: none;
}
body.step01 .hiddenItem01,
body.step01 .forcefullwidth_wrapper_tp_banner{
	display: block;
}
#sec-contact h1 {
	margin: 80px auto 40px;
}
#sec-contact .inner03 iframe {
	display: block;
	width: 100%;
	max-width: 1100px;
	height: 3100px;
	/*max-height: 3100px;*/
	/* リロード時に、高さの取得に失敗する可能性を考慮し、固定値とする。確認・完了画面は取得した高さを使用 */
	margin: auto;
}
body.step02 #sec-contact .inner03 iframe {
	max-height: 2100px;
}
body.step03 #sec-contact .inner03 iframe {
	max-height: 1600px;
}


@media only screen and (max-width: 1300px) {
}
@media only screen and (max-width: 1100px) {
}
@media only screen and (min-width: 951px) {
}
@media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 892px) {
	#sec-contact .inner03 iframe {
	}
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
	#sec-contact h1 {
		margin: 50px auto 20px;
	}
	#sec-contact .inner03 {
    max-width: 100%;
	}
	body.step01 #sec-contact .inner03 iframe {
		height: 3500px;
		max-height: 3500px;
	}
	body.step02 #sec-contact .inner03 iframe {
		height: 2200px;
		max-height: 2200px;
	}
	body.step03 #sec-contact .inner03 iframe {
		height: 1600px;
		max-height: 1600px;
	}

}
@media (orientation: landscape) and (max-width: 850px) and (min-width: 768px){
}
@media (orientation: landscape) and (max-width: 767px){
}
