@charset "UTF-8";

/* ==========================================================================

for 不動産コンサル　印刷用CSS 20191125 edit

========================================================================== */
* {
	-ms-transform: none !important;
	-ms-zoom: none !important;
	min-height: auto !important;
	min-width: initial !important;
}
html {
    width: 100%;
}
body {
    /* width: 172mm; */
    width: 1080px !important;
}
body .scaller.scaling .site-wrapper {
	-ms-transform: none !important;
	transform: none !important;
}
body .scaller.scaling {
	width: 1080px !important;
	height: auto !important;
}
body.msie-user {
	-ms-transform: none !important;
	transform: none !important;
	width: 1080px !important;
	height: auto !important;
	font-size: 14px;
}
body.msie-user article.consul-index section.hero h1 {
	display: none;
}
body.msie-user article.consul-index section.overlay {
	z-index: 200;
}
body.msie-user main:before {
	content: " ";
	display: block;
	width: 100%;
	height: 400px;
	background-image: url("../img/pc/building/consul/consul_top_hero_copy.png") !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 68% !important;
	position: absolute !important;
	top: 100px !important;
	left:0 !important;
	z-index: 9999 !important;
}
article.consul-index section.consul-sec .inner {
	width: 100%;
}
