div#mainVisual.cf{
    background-color: #fff;
}
.mb60{
margin-bottom:60px;
}
.w800{
width:800px;
margin:30px auto 50px;
}
.pdlr50{
    padding: 0px 50px;
}
.Grid4 h3 {
    padding-bottom: 5px;
    margin: 0 0 10px;
    font-size: 115%;
    font-weight: bold;
    color: #0c0c0c;
    line-height: 130%;
}
.Column2 {
    float: left;
    width: 580px;
    margin: 0 0 0 0px;
}
.IconImg img{
	width:42px;
	height:42px;
}
.ButtonStyle1.CustomButton a,
.ButtonStyle1.CustomButton3 a,
.ButtonStyle1.CustomButton4 a,
.ButtonStyle1.CustomButton5 a,
.ButtonStyle1.CustomButton6 a,
.ButtonStyle1.CustomButton7 a{
	width:  calc(100% - 33px);
padding: 14px 24px 14px 15px;
	background-image: url(../../../image/jp/r1/icon/icon_link_right_hd.gif);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	text-align:center;
}

.ButtonStyle1.CustomButton2 a{
	width:  calc(100% - 33px);
padding: 14px 24px 14px 15px;
	background-image: url(../../../image/jp/r1/icon/icon_link_right_l_white_hd.gif);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
	-moz-background-size: 20px 20px;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	-ms-background-size: 20px 20px;
	text-align:center;
}
.notice{
border:1px solid #ccc;
background-color: #F2F2F2;
padding: 20px;
margin-bottom: 40px;
}
.notice p{font-size:140%;
margin:10px 0;}
.notice a:link{color:#000;}
.IconImg img {
    margin-right: 0px;
}
.button,.button2,.button3,.button4,.button5,.button6,.button7{width:200px;margin:0 auto;}
    .search_title{
        width: 100%;
        float: none;
        height: auto;
    }
    a.navi_navlink.bottom_arrow{
background-image: url(/business/img/navi_black_bottom_arrw.png);
    background-size: 12px;
    }

    p.naviDummy {
    width: 20.15%;
    display: block;
    background-color: #dadada;
    padding: 10px;
    margin-left: 15px;
        margin-bottom: 15px;}
    .fsz70{font-size:70%!important;}
    
a.navi_navlink.naviBgNone.CRCH09PC {
    background-color: rgba(0,0,0,0);
    border: none;
    }
/*#BrandingImgStyle1 {
pointer-events: none;
}*/
.branding-image .slide .slide-list {
  pointer-events: none;
}
.hover {
transition: all .3s;
}

.hover:hover {
opacity: 0.8;
transition: all .3s;
}

.LeftAdjust {text-align: left;}

.CenterAdjust {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.RightAdjust {text-align: right;}
	
.SolutionEXbox {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #000;
  margin: 20px auto;
}
	.SolutionEXboxTit {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #222;
  color: #fff !important;
  padding: 5px;
}
@media screen and (max-width: 767px) {
    p.naviDummy {
        display: none;
    }
    .fsz70{font-size:100%!important;}
    a.navi_navlink.naviBgNone.CRCH09PC {
      background-color:#FFF;
    border: 1px solid #fff;
    }
}

a.link_disaster {
    display: block;
    width: 50%;
    margin: 5px auto 30px;
    padding: 10px;
    background: #EFEFEF;
    transition: border 0.2s , background-color 0.2s;
    color: #333;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}
a.link_disaster:hover {
    text-decoration: underline !important;
    background-color: #ccc;
}

.ventilationImg img {
    width: 15%;
	float:left;
	margin-right: 10px;
}

p.ventilationtext {
    font-size:160%;
    color:#222;
    padding:11px;
}
/*HITACHI　booth*/
.boothbana {
	width: 710px;
	text-align: center;
	padding: 10px;
	background: #ff6600;
	margin: 10px auto;
}
/* CSSコード */
.boothbana_link {
	display: inline-block;
    position: relative;
    width: 650px;
    height: 63px;
    /* line-height: 50px; */
    text-align: center;
    padding: 37px 30px 0px;
    font-weight: bold;
    font-size: 2.0em;
    background: #fff;
    color: #ff6600;
    line-height: 30px;
    font-family: "游ゴシック","ヒラギノ角ゴ ProN",sans-serif;
}
.boothbana_link span {
  font-size: 0.6em;
  color: #ff6600;
}
.boothbana_link::before, .boothbana_link::after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.boothbana_link::before {
  top: 0;
  left: 0;
  border-width: 50px 0px 50px 30px;
  border-color: transparent transparent transparent #ff6600;
  border-style: solid;
}

.boothbana_link::after {
  top: 0;
  right: 0;
  border-width: 50px 30px 50px 0px;
  border-color: transparent #ff6600 transparent transparent;
  border-style: solid;
}	

.boothbana .boothbana_link a:hover{
	color: #ff6600;
	text-decoration: none;
opacity: 0.5 ;
/*border-right: solid 3px transparent;*/
}

/*.boothbana_link :hover{
	text-decoration: none;
	opacity: 0.8;
	cursor: pointer;
	font-color: #000;
}	*/
@media screen and (max-width: 767px) {
    p.ventilationtext {
    font-size:80%;
    padding:2px;
}

/*HITACHI　booth*/
.boothbana {
	width: 90%;
  padding: 10px;
}
/* CSSコード */
.boothbana_link {
    display: inline-block;
    position: relative;
    width: 80%;
    padding: 20px 30px 0px;
    line-height: 20px;
    font-size: 1.5em;
    height: 40px;
}
.boothbana_link::before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 20px;
  border-color: transparent transparent transparent #ff6600;
  border-style: solid;
}

.boothbana_link::after {
  top: 0;
  right: 0;
  border-width: 30px 20px 30px 0px;
  border-color: transparent #ff6600 transparent transparent;
  border-style: solid;
}	
}

/******/
.windowWidth{
    width: 100%;
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
  .sp-br{
    display: block; /* PCのみ改行あり、SP改行なし */
  }
@media screen and (min-width:768px) and ( max-width:964px) { /*TB*/
.Column2 {
    width: 50% !important;
}
    .mainImgBox0{
        display: block;
        position: relative;
        height: 337px;
    }
    .mainImgBox1{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top01_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
    .mainImgBox2{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top02_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
    .mainImgBox3{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top01_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
    .mainImgBox4{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top02_2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
}

@media screen and (min-width:965px) , print { /*PC*/
   .mainImgBox0{
        display: block;
        position: relative;
        height: 337px;
    }
    .mainImgBox1{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
    .mainImgBox2{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
    .mainImgBox3{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top01.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
    .mainImgBox4{
        position: absolute; top: 0; left: 0;
        background-image: url(image/HVACandR_2022_top02.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 0%;
        height: 100%;
        transition: 0.5s;
        overflow-y: hidden;
    }
}

.forPC　{ display:inline!important; }
.forSP	{ display:none!important; }


.open-box01 {
    background-color: #f26100;
    color: #fff;
    margin: 0.1em;
    padding: 0.5em 0em;
    position: relative;
    font-size: 210%;
    text-align: center;
    font-weight: bold;
/*    font-family: "游ゴシック","ヒラギノ角ゴ ProN",sans-serif;*/
}
.open-box01::after {
    content: "";
    border-color: #da4301 #fff #fff #da4301;
    border-style: solid;
    border-width: 0 0 24px 24px;
    bottom: 0;
    position: absolute;
    right: 0;
}
.PageMessagebg{
	background: url('image/index_02.png') no-repeat 0 0; 
    background-position: center;
    background-repeat: no-repeat;
	/*background-size: 100% !important;
	background-color: #e60027;*/ 
	padding: 50px 0 220px;
    margin: 30px auto;
    /*border: 20px solid #e60027;*/
	}
.PageMessageInner {
/*	width: 1180px;*/
width:94%;
  margin: 0px auto;
  padding: 0;
  color: #fff;
}
.PageMessageInner h2 {
text-align: left;
  margin: 0 0 18px;
  padding-top: 10px;
  background: none;
  font-size: 200%;
  font-weight: bold;
  color: #fff;
line-height: 1.3;
}

.PageMessageInner h2 span {
  display: block;
  background: none;
  margin: 0 0 4px;
  padding: 10px;
  font-size: 68%;
  color: #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

.PageMessageInner > p {
  color: #fff;
  line-height: 1.4em;
  font-weight: bold;
  font-size: 96%;
}
	
@media screen and (max-width: 994px) {
.PageMessage {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sp-br{
    display: none; /* SP版改行なし */
  }
.w800{
width:90%;
margin:30px auto;
}
}

@media screen and (max-width: 767px) {
  .sp-br{
    display: none; /* SP版改行なし */
  }
.mainImgBox0{
    display: block;
    position: relative;
height: 337px;
}
.mainImgBox1{
    position: absolute; top: 0; left: 0;
    background-image: url(image/HVACandR_2022_top01sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
height: 100%;
    transition: 0.5s;
    overflow-y: hidden;
}
.mainImgBox2{
    position: absolute; top: 0; left: 0;
    background-image: url(image/HVACandR_2022_top02sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
height: 100%;
    transition: 0.5s;
    overflow-y: hidden;
}
.mainImgBox3{
    position: absolute; top: 0; left: 0;
    background-image: url(image/HVACandR_2022_top01sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
height: 100%;
    transition: 0.5s;
    overflow-y: hidden;
}
.mainImgBox4{
    position: absolute; top: 0; left: 0;
    background-image: url(image/HVACandR_2022_top02sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
height: 100%;
    transition: 0.5s;
    overflow-y: hidden;
}
.forPC	{ display:none!important; }
.forSP	{ display:inline!important; }


.open-box01 {
position: relative;
font-size: 100%;
text-align: center;
font-weight: bold;
}
.PageMessagebg{
	background: url('image/index_02.png') no-repeat 0 0; 
    background-position: center;
    background-repeat: no-repeat;
	/*background-size: 100% !important;*/ 
	padding: 20px 0 140px;
	background-color: #fff;
	width: 100%;
/*    border: 20px solid #e60027;*/
	}	
.PageMessageInner {
    top: 8%;
    left: 0;
    right: 0;
    bottom: 12%;
    margin: 5px 0 0 0;
    padding: 0 15px;
    transform: none;
	width: 90%;
  }
.PageMessageInner h2 {
text-align: left;
  margin: 0 0 8px;
  padding-top: 10px;
  background: none;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
line-height: 1.3;
}

.PageMessageInner h2 span {
    margin: 0;
    font-size: 90%;
    padding: 5px;
    color: #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
  }

.PageMessageInner p {
    margin: 0;
    font-size: 76%;
    line-height: 1.3em;
  }
.w800 {
    width: 90%;
    margin: 30px auto;
}
}

.ServiceListStyle,
.PlaceListStyle
{
	margin: -1px 0 20px;
	padding-top: 1px;
}

.ServiceListStyle:after,
.PlaceListStyle:after {
	content: "";
	display: block;
	clear: both;
}

.ServiceListStyle dt {
	clear: both;
	float: left;
	line-height: 140%;
    margin: 0.7em 0 0 0;
}

.ServiceListStyle dd {
    padding: 4px;
    margin: 0.99em 0 0 9.1em;
}

.PlaceListStyle dt {
	clear: both;
	float: left;
	line-height: 140%;
    margin: 0.7em 0 0 0;
}

.PlaceListStyle dd{
    padding:4px;
    margin: 0.7em 0 0 5.4em;
}
.ServiceList01{font-size: 90%; border: 3px solid #009647; background: #fff; color: #0c0c0c; display: block; padding: 3px 8px; width: 105px; text-align: center; font-weight: bold;
}
.ServiceList02{font-size: 90%; border: 3px solid #814b9a; background: #fff; color: #0c0c0c; display: block; padding: 3px 8px; width: 105px; text-align: center; font-weight: bold;
}
.ServiceList03{font-size: 90%; border: 3px solid #0055a7; background: #fff; color: #0c0c0c; display: block; padding: 3px 8px; width: 105px; text-align: center; font-weight: bold;
}
.ServiceList04{font-size: 90%; border: 3px solid #3dbee4; background: #fff; color: #0c0c0c; display: block; padding: 3px 8px; width: 105px; text-align: center; font-weight: bold;
}
.ServiceList05{font-size: 90%; border: 3px solid #007e9a; background: #fff; color: #0c0c0c; display: block; padding: 3px 8px; width: 105px; text-align: center; font-weight: bold;
}
.PlaceList01{background: #9fa0a0; color: #fff; display: block; padding: 3px 10px; width: 50px; text-align: center; font-size: 90%;
}
/******/
.info{background-color: #e5e5e5;font-size:130%;}
.info p{margin: 0 auto;padding:10px;}
.ButtonStyle1 a:link, .ButtonStyle2 a:link, .ButtonStyle1 a:visited, .ButtonStyle2 a:visited {
    background-color: #f4f4f4;
    color: #000;
    text-decoration: none;
 /*   border-right: solid 3px transparent;*/
    text-align: left;
    padding: 30px;
}
.ButtonStyle1 a, .ButtonStyle2 a {
background-image: url(image/icon_link_right_l_black_hd.gif) !important;
}
.ButtonStyle1text{ 
    font-weight: bold;
    font-size: 170%;
    margin: 10px 0;
}
.Column1 {
    float: left;
    width: 270px;
    margin: 0 0 0 25px;
}
@media screen and (min-width: 995px) and (max-width: 1304px) {
    .OptionWideRWD .Grid4 .Column1 {
width: 270px;
}
div#mainVisual.cf{
    background-color: #fff;
}
}
@media screen and (min-width:965px){
.info p{width: 965px;margin: 0 auto;padding:10px;}
}
@media screen and (max-width:770px) {
 .info {
  font-size:100%;
 }
 .TextStyle1 {
  font-size:100% !important;
 }
.boothbana {
    margin: 20px auto 0px;
}
.boothbana_link {
    width: 80%;
    padding: 20px 30px 0px;
    line-height: 20px;
    font-size: 1.2em;
    height: 40px;
}
.ButtonStyle1{
width:80%;
    margin: 15px;
}
.ButtonStyle1text{ 
    font-weight: bold;
    font-size: 110%;
    margin: 10px 0;
}
}