#iframe {
  position: absolute;
  margin: auto;
  width: 90%;
  height: 80%;
  max-height: 375px;
  max-width: 924px;
  z-index: 10002;
  display: none;
}
#iframe.henn_popup {
  max-height: 465px;
}
#iframe *:focus {
  outline: none;
}
#iframe .iframe_wrap {
  height: 100%;
}
#iframe_container,#iframe_container_henn {
  height: 100%;
}
#iframe_container iframe,#iframe_container_henn iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: auto;
}
#iframe_overlay {
  position: fixed !important;
  z-index: 10001;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  display: none;
}
/*PC設定*/
@media screen and (min-width:890.1px) {
	#iframe {
		max-height: 325px;
	}
	#iframe.henn_popup {
	 	max-height: 325px;
	}
}
/*SP設定*/
@media screen and (max-width:890px) {
	#iframe {
		max-height: 375px;
	}
	#iframe.henn_popup {
	 	max-height: 465px;
	}
}