
/* -------------------------------- 
お知らせテキスト
-------------------------------- */

.info-top-text{
text-align: left;
    max-width: 400px;
    height: 90px;
    padding: 20px 5px;
    margin:0 auto;
    font-size:14px;
    padding-bottom:100px;
    }

/* -------------------------------- 
HUMAN CENTRIC BUILDING AUTOMATIONタイトル
-------------------------------- */

.human-title{
 text-align: center;
 font-weight: 700;
 font-size:26px;
 margin:0 auto;
 line-height: 35px;
 color:#595757;
 }
 
 .human-sub-title{
  text-align: center;
 font-weight: 600;
 font-size:16px;
 margin:15px 10px 60px 10px;
 line-height: 25px;
 color:#595757;
 }


@media only screen and (min-width: 768px) {
.human-title{
 text-align: center;
 font-weight: 700;
 font-size:36px;
 margin:0 auto;
 line-height: 40px;
 color:#595757;
 }
 
 .human-sub-title{
  text-align: center;
 font-weight: 700;
 font-size:20px;
 margin:15px 20px 70px 20px;
 line-height: 30px;
 color:#595757;
 }
}

/* -------------------------------- 
NEWSタイトル
-------------------------------- */
.news-title{
 text-align: center;
 font-weight: 700;
 font-size:26px;
 margin:10px;
 }

/* -------------------------------- 
HOME NEWS
-------------------------------- */
#news{
	width: 100%;
	margin: 0 auto;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#news .newsinner{
	width: 90%;
	margin: 0 auto;	
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: #dddddd 1px solid;	
}

#news .newsinner ul{
	width: 100%;
	border-top: #dddddd 1px solid;
	padding: 10px 0;
	transition: 0.8s;
	overflow: hidden;
}

#news .newsinner ul li{
	float: left;
	vertical-align: top;
	line-height: 1.3em;
	font-size: 14px !important;
	overflow: hidden;
}

#news .newsinner ul li:first-child{
	width: 80px;
	margin-left: 0px;
}

#news .newsinner ul li:last-child{
	width: 100%;
	margin-left: 0px;
	padding-top: 5px;
	overflow: hidden;
}

#news .newsinner ul li span.press-release{
	width: 70px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	background-color: #1672A7;
	padding: 3px 10px;
	margin: 0 10px 0 0;
    border-radius: 3px; 
}

#news .newsinner ul li span.info-release{
	width: 70px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	background-color: #4b4b4c;
	padding: 3px 10px;
	margin: 0 10px 0 0;
    border-radius: 3px;
}

#news .newsinner ul li span.special-release{
	width: 70px;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;
	background-color: #9aca3c;
	padding: 3px 10px;
	margin: 0 10px 0 0;
    border-radius: 3px;
}

#news .newsinner ul li span.important-release{
	width: 80px;
	float: left;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	background-color: #DF0101;
	padding: 1px 3px 0px 3px;
	margin: 0 20px 0 0;
    border-radius: 3px; 
}


#secInfo .newsinner a:link{
  color: #1672A7;
	text-decoration: none;
	outline: none;
}

#news .newsinner a {
  color: #1672A7;
  text-decoration: none;
}

#news .newsinner a:hover {
  color: #1672A7;
  text-decoration: underline;
}
	
@media only screen and (min-width: 768px) {
#news{
	width: 100%;
	max-width: 1000px;	
	margin: 0 auto;
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

#news .newsinner{
	width: 100%;
	max-width: 1000px;	
	margin: 0 auto;	
	padding-top: 30px;
	margin-bottom: 30px;
	border-bottom: #dddddd 1px solid;	
}

#news .newsinner ul{
	width: 100%;
	max-width: 1000px;	
	border-top: #dddddd 1px solid;
	padding: 20px 0;
	transition: 0.8s;
}

#news .newsinner a ul:hover{
	width: 100%;
	max-width: 1000px;	
	border-top: #dddddd 1px solid;
	padding: 20px 0;
	background: #EEEEEE;
}

#news .newsinner ul li{
	float: left;
	vertical-align: top;
	line-height: 1.3em;
}

#news .newsinner ul li:first-child{
	width: 90px;
	margin-left: 10px;
}

#news .newsinner ul li:last-child{
	width: 430px;
	float: none;
	padding-left: 15px;
	padding-top: 0;	
	overflow: hidden;
}

#news .newsinner ul li span.press-release{
	width: 80px;
	float: left;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	background: #1672A7;
	padding: 1px 3px 0px 3px;
	margin: 0 20px 0 0;
    border-radius: 3px; 
}

#news .newsinner ul li span.info-release{
	width: 80px;
	float: left;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	background-color: #4b4b4c;
	padding: 1px 3px 0px 3px;
	margin: 0 20px 0 0;
    border-radius: 3px; 
}

#news .newsinner ul li span.special-release{
	width: 80px;
	float: left;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	background-color: #9ACA3C;
	padding: 1px 3px 0px 3px;
	margin: 0 20px 0 0;
    border-radius: 3px; 
}

#news .newsinner ul li span.important-release{
	width: 80px;
	float: left;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	background-color: #DF0101;
	padding: 1px 3px 0px 3px;
	margin: 0 20px 0 0;
    border-radius: 3px; 
    font-size: 11px;
}

}

@media only screen and (min-width: 1024px) {
#news .newsinner ul li:last-child{
	width: 730px;
}	
}





/* -------------------------------- 
タイトル（国内ホスピタリティ業界〜）
-------------------------------- */
 .core-title{
 text-align: center;
 font-weight: 700;
 font-size:18px;
 margin:40px 20px 0 20px;
 line-height: 30px;
 }
 
 .core-title p{
 text-align: center;
 margin-bottom:50px;
 font-weight:400;
 margin-top:5px;
}



/* -------------------------------- 
table style
-------------------------------- */
.table-box{
   margin: 0 5px;
   }


#news table a {
  color: #1672A7;
  text-decoration: none;
}

#news table a:hover {
  color: #1672A7;
  text-decoration: underline;
}

#news th, td{
    padding:10px 0 10px 0;
}


@media only screen and (min-width: 768px) {
  #news th{
    width: 150px;
    line-height: 25px;
    padding:13px;
}
  #news td{
    padding:10px 0 10px 0;
}
}


/* 別ウィンドウの場合自動アイコン表示 */
html #news a[target="_blank"] {   
   background: url(../../assets/img/arrow_link.png) no-repeat 100% 20%;  
   padding-right: 22px;
}  

#news a[href$=".pdf"] { 
   background: url(../../assets/img/icon_pdf.png) no-repeat 100% 50% !important;
   padding-right: 20px;
}  
#news* html a.pdf{   
   background: url(../../assets/img/icon_pdf.png) no-repeat 100% 50% !important; 
   padding-right: 20px;
}



/* -------------------------------- 
NES一覧ボタン
-------------------------------- */
.backnumberbtn {
    width: 190px;
    font-size: 12px;
    font-weight: 400;
	margin: 0 auto;
	text-align: center;
    padding: 15px 0;
	margin-bottom: 50px;
}

.backnumberbtn a:link,
.backnumberbtn a:visited{
    width: 190px;
	display: table-cell;
	vertical-align: middle;
	color: #1672A7;
	background: rgba(255,255,255,0.3);
	border:1px solid #1672A7;
	border-radius: 3px;
	text-align: center;
    padding: 15px 0;
}


@media only screen and (min-width: 768px) {
.backnumberbtn {
    width: 200px;
    margin-bottom: 100px;	
}

.backnumberbtn a:link,
.backnumberbtn a:visited{
    width: 200px;
    font-size: 12px;
    padding: 20px 0;		
}

.backnumberbtn a:hover{
	color: #FFFFFF;
	background: #069;
	text-decoration: none;
	text-align: center;
    padding: 20px 0;		
}
}

/* -------------------------------- 
ボタン
-------------------------------- */
.infobtn {
    width: 190px;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 15px 15px 0;
    color: #595757;
    border: 1px solid #595757;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-right: 0;
    margin-top:5px;
}

.infobtn:hover {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid #1672A7;
    color: #1672A7;
    }

@media only screen and (min-width: 768px) {
  .infobtn {
    text-align:center;
    border:none;
    padding:0px;
    padding:20px;
    border:1px solid;
    }
    
  .infobtn:hover {
    border:none;
    color:#1672A7;
    text-decoration:none;
    padding:20px;
    border:1px solid;
    }
}

#home a[href$=".pdf"] { 
   background: url(../img/icon_pdf.png) no-repeat 95% 50%;
   padding-right: 0;

}  
#home * html a.pdf{   
   background: url(../img/icon_pdf.png) no-repeat 100% 50%;  
   padding-right: 0x;
} 



/* -------------------------------- 
Building Autmation ＆ Control
-------------------------------- */
.sub-title{
 text-align: center;
  margin:10px 20px;
 line-height: 30px;
 color:#ffffff;
 font-size: 14px;
 line-height: 25px;
 text-align: center;
 font-weight: 600;
 text-shadow: 0px 1px 15px #4f4d4e;
 }

@media only screen and (min-width: 768px) {
.sub-title{
 text-align: center;
  margin:15px 20px 50px 30px;
 line-height: 30px;
 color:#ffffff;
 font-size: 20px;
 font-weight: 700;
 }
 
.sub-title span{
 font-size: 16px;
 }
 }

/* -------------------------------- 
検温お知らせ
-------------------------------- */

.temptitle {
  height: auto;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 1px 15px #4f4d4e;
  line-height: 35px;
  margin:-30px;
}

@media only screen and (min-width: 768px) {
.temptitle {
  height: auto;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom:20px;
  text-shadow: 0px 1px 15px #4f4d4e;
  line-height: 35px;
}
}

/* -------------------------------- 
わたしたちのビジョン
-------------------------------- */
.vision-inbox {
    padding: 30px 15px;
    transform:skew(0deg, 0deg);
    margin-bottom: -30px;
	}

.visiontitle {
  height: auto;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  margin-bottom:20px;
  text-shadow: 0px 1px 15px #4f4d4e;
  line-height: 35px;
}

.vision-sub-title {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin:20px 0 50px 0;
  text-shadow: 0px 1px 15px #4f4d4e;
  line-height: 23px;
}

.vision-txt{
	text-align: center;
	font-size:14px;
	margin-top:20px;
	line-height: 23px;
	color:#ffffff;
	margin-top:50px;
	margin-bottom:50px;
	padding-right:0px;
	padding-left:0px;
	text-shadow: 0px 1px 15px #4f4d4e;
	font-weight: 700;
}

.vision-txt-en{
	text-align: center;
	font-size:16px;
	margin-top:20px;
	line-height: 30px;
	color:#ffffff;
	margin-top:50px;
	margin-bottom:50px;
	padding-right:20px;
	padding-left:20px;
	text-shadow: 0px 1px 15px #4f4d4e;
	font-weight: 700;
	margin:0 auto;
}

@media only screen and (min-width: 768px) {
.cd-fixed-bg.cd-bg-2 .vision-inbox {
    padding: 10px;
    vertical-align: middle;
    margin-top:30px;
      
	}

.visiontitle {
  height: auto;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 1px 15px #4f4d4e;
}

.vision-sub-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin:20px 0 50px 0;
  text-shadow: 0px 1px 15px #4f4d4e;
}


.vision-txt{
	text-align: center;
	font-size:15px;
	margin-top:50px;
	margin-bottom:50px;
	line-height: 25px;
	color:#ffffff;
	font-weight: 600;
	text-shadow: 0px 1px 15px #4f4d4e;

}

.vision-txt-en{
	text-align: center;
	font-size:18px;
	margin-top:20px;
	line-height: 30px;
	color:#ffffff;
	margin-top:50px;
	margin-bottom:50px;
	padding-right:20px;
	padding-left:20px;
	text-shadow: 0px 1px 15px #4f4d4e;
	font-weight: 700;
	max-width:980px;
	margin:0 auto;
}
}

/* -------------------------------- 
ビジョンボタン
-------------------------------- */
.visionbtn {
    width: 190px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 20px;
    background-color: rgba(0,0,0,0.1);
    border:1px solid #ffffff;
    color:#ffffff;
    border-radius: 3px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:50px;
	
}

.visionbtn:hover {
    color: #fff;
	background-color: #9ACA3C; /*#69*/
    border: 1px solid #9ACA3C;
}

.visionbtn a{
   color:#ffffff;
   }


@media only screen and (min-width: 768px) {
.visionbtn {
    width: 250px;
    font-size: 12px;
    margin-bottom:50px;
    padding:20px;
    bo
}

.visionbtn a{
    width: 250px;
    font-size: 12px;
    margin-bottom:50px;
    padding:20px;
    color:#ffffff;
}
}



/* -------------------------------- 
コロナお知らせ
-------------------------------- */

.important-title{
   text-align: center;
   font-weight: 600;
   font-size:16px;
   padding:5px;
   border:3px solid #DF0101;
   color:#DF0101;
   }

@media only screen and (min-width: 768px) {
.important-title{
   text-align: center;
   font-weight: 600;
   font-size:16px;
   padding:15px;
   border:3px solid #DF0101;
   color:#DF0101;
   }
   }  

.important-text{
   text-align: center;
   font-weight: 500;
   font-size:14px;
   padding:5px;
   color:#DF0101;
   }

@media only screen and (min-width: 768px) {
.important-text{
   text-align: center;
   font-weight: 500;
   font-size:14px;
   padding:15px;
   color:#DF0101;
   }
   }
   
   
/* -------------------------------- 

画像の上に文字を重ねる

-------------------------------- */
.img-btn {
  position: relative;
  }

.img-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#ffffff;
  font-size:25px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(35, 24, 21, 0.5);
  }
  
.img-btn-text{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#ffffff;
  font-size:18px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(35, 24, 21, 0.5);
  font-size:20px;
  margin:0 auto;
  text-align: center;
  }
  
.img-btn-text2{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#ffffff;
  font-size:25px;
  font-weight: 700;
  text-shadow: 0 1px 3px rgba(35, 24, 21, 0.5);
  width:auto;
  }


.img-btn img {
  width: 100%;
  margin-bottom:20px;
  }
  
/* -------------------------------- 
グレーバック
-------------------------------- */

.gray-bg-2{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#f5f5f5;
         padding:0 20px 0px 20px;
        
}

.gray-title{
         width:100%;
         height:auto;
         margin: 0 auto;
         overflow: hidden;
         font-size:18px;
         text-align:center;
         padding:40px 20px 0 20px;
         line-height: 35px;
         font-weight:600;
         
}


@media only screen and (min-width: 768px) {
.gray-bg-2{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#F5F5F5;
         padding:0 30px 10px 30px;        
}

.gray-title{
         width:100%;
         height:auto;
         margin: 0 auto;
         overflow: hidden;;
         font-size:23px;
         text-align:center;
         padding:40px 0 10px 0;
         line-height:35px;
         
}
}
/* -------------------------------- 
ブルーバック
-------------------------------- */
.blue-bg{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#0b4697;
         padding:0 20px 0px 20px;
        
}
@media only screen and (min-width: 768px) {
.blue-bg{
         width:100%;
         height:auto;
         overflow: hidden;
         background-color:#0b4697;
         padding:30px;        
}
}
.mg-b40{
           margin-bottom: 40px;
           }
.logo {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
margin: 30px 0;
}

.logo .span{
            visibility: hidden;
            }
           
.logo img {
width: 175px;
height: 150px;
background-color: #fff;
margin: 15px 3px  0px;
border:0px solid #ccc;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.logo-title{
            background: linear-gradient(135deg, #007ac5, #1a1e80);
            color: #fff;
            text-align: center;
            padding: 15px;
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
            width: 175px;
            min-height: 70px;
            margin:0 3px 10px;
            display: flex;
        	align-items: center;
        	justify-content: center;
        	line-height: 20px;
            }
.logo a:hover {
transform: translateY(-5px);
transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}    

.badge-group{
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.badge-item{
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  background: #1672A7;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media only screen and (min-width: 530px) {
.badge-group{
  margin: 0 20px 20px 20px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.badge-item{
  margin-top: 10px;
  margin-right: 8px;
  border-radius: 4px;
  background: #1672A7;
  padding: 8px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
}

.solution-block .text{
                       margin-bottom: 10px!important;
                       }

.solution-inner .text_block-inner h3 {
    color: #595757;
    margin: auto;
    font-size: 40px;
    padding-top: 0px!important;
}
.small-text{
             font-size: 18px;
             font-weight: 400;
             margin-bottom: 20px;
             line-height: 23px;
             }
@media only screen and (min-width: 768px) {
.small-text{
             font-size: 18px;
             font-weight: 600;
             margin-bottom: 0px;
             }
             }