@charset "UTF-8";

/* iframe form include 240610一時的対応 */
.iframe_form-wgjb-wrap {
	padding: 0 30px;
}
.iframe_form-wgjb {
	margin: 0 auto;
	width: 100%;
	height: 1500px;
}
@media (width <= 1024px) {
	.iframe_form-wgjb {
		height: 1350px;
	}
}
@media (width <= 599px) {
	.iframe_form-wgjb-wrap {
		padding: 0 20px;
	}
	.iframe_form-wgjb {
		height: 1450px;
	}
}