@charset "UTF-8";

.grecaptcha-badge { visibility: hidden; }
footer .copySection p:nth-child(2) {
    display:none !important;
}
.navbar-brand img {
  max-height: 82px;
  min-height: 48px;
}

#vkexunit_button-3{
	width: 130px;
	position: fixed;
	top: 200px;
	right: 10px;
	border-radius: 20px 0px 0px 20px;
}

/*
header.siteHeader{
	position: absolute;
	background-color: rgba(255,255,255,0.8);
}
*/
#menu-item-294{
	background-color: #ed6d35;
	border-radius: 10px;
}
#menu-item-294 a{
	color: #FFF;
}

h1.siteHeader_logo{
	width: 100%;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
h1.siteHeader_logo:after{
	white-space: pre;
	content: "株式会社不動産中央情報センター　テナント事業部 \A TEL:0120-61-0834 \A 営業時間:9:30〜17:00(水曜定休)";
	text-align: Right;
	font-size: 16px; 
  line-height: 20px;
}
@media screen and (max-width: 769px){
	h1.siteHeader_logo:after{
		content: "";
	}
}