 /*---------------------------------

  余白

---------------------------------*/
.contentWrap.smallCntTop0{
  padding-top:0;
}
 /*---------------------------------

  タブラベル

  ---------------------------------*/
#tab_label{
  margin:0;
}
#tab_label .select {
  background-color: #002894;
  color: #ffffff;
}
#tab_label .select:after{
      border-color: #002894 transparent transparent transparent;
      border-width: 15px 11.5px 0 11.5px;
}
#tab_label li{
  font-size:18px;
  padding:22px;
  border-right: 2px solid #fff;
}
.tabbox {
  min-height: 52.73px;
  padding:54px 0 22px 0;
}
  /*---------------------------------

  タグ

  ---------------------------------*/
.tabbox .tag {
  box-sizing: border-box;
  display:flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tabbox .tag li a{
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
  border: 2px solid #00289467;
  border-radius: 30px;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight:500;
  text-decoration: none;
  white-space: nowrap;
}
.tabbox .tag li a:hover{
  color:#fff;
  background-color: #002894;
}
.tabbox .tag li a.select{
  color:#fff;
  background-color: #002894;
}
.tabbox .tag  li{
  margin-right: 10px;
  margin-bottom:10px;
}
.tabbox .tag  li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
  /*---------------------------------

  カード

  ---------------------------------*/
.column-box03a {
  margin:0 auto;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:40px;
}
.column-box03a .box{
  display:block;
  position: relative;
  margin:0;
  width:calc( 33.3% - (40px*2)/3 );
  max-width:100%;
  background-color: #f5f7fa;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
}
.column-box03a .box a{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  box-shadow: 6px 6px 0px #00289633;
  z-index: 1;
}
.column-box03a .box a:hover{
  box-shadow: none;
}
.column-box03a .box span.cate{
  position: absolute;
  top:0px;
  left:0px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  height:27px;
  width:auto;
  color:#fff;
  background-color: #002894;
  font-size:14px;
  z-index: 100;
  padding:0 10px;
}
.column-box03a .box .logo{
  width:auto;
  height:180px;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  background-color: #fff;
  color:#002894;
  font-size:26px;
  font-weight:500;
  padding: 0 20px;
  position: relative;
}
.column-box03a .box .logo .logo-inner-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 12px;
  color: #000;
  font-weight: normal;
}
.column-box03a .box h3{
  margin-top: 20px;
  margin-bottom: 0;
  min-height:33px;
  font-size: 22px;
  color:#000;
  text-align: left;
  letter-spacing:2.2px;
  line-height:33px;
}
.column-box03a .box p.txt{
  margin:15px 0 0;
  font-size:14px;
  letter-spacing:0.28px;
}
.column-box03a .box .tag{
  margin: 12px 0 0;
}
.column-box03a .box .tag li{
  margin-right: 20px;
  margin-bottom:15px;
  height:21px;
  min-height:21px;
  font-size:12px;
  letter-spacing:0.6px;
}
.column-box03a .box .tag li:last-of-type{
  margin-bottom:15px;
}
.column-box03a .box .content{
  padding-bottom: 17px;
}
/*ロゴサイズ*/
.logo img{
  width:100%;
}
#ip .logo img{
  max-width:240px;
  height:auto;
}
#fv .logo img{
  max-width:244px;
  height:auto;
}
#fv .logo img{
  max-width:244px;
  height:auto;
}
#ci .logo img{
  max-width:193px;
  height:auto;
}
#mobacho050 .logo img{
  max-width:340px;
  height:auto;
}
#appgate .logo img{
  max-width:296px;
  height:auto;
}
#mobile .logo img{
  max-width:264px;
  height:auto;
}
#ubisense .logo img{
  max-width:240px;
  height:auto;
}
#iot .logo img{
  max-width:260px;
  height:auto;
}
#haccp .logo img{
  max-width:253px;
  height:auto;
}
#stay .logo img{
  max-width:169px;
  height:auto;
}
#biz .logo img{
  max-width:300px;
  height:auto;
}
#storm .logo img{
  max-width:168px;
  height:auto;
}
#smacom .logo img{
  max-width:168px;
  height:auto;
}
#speed .logo img{
  max-width:168px;
  height:auto;
}
#miitel .logo img{
  max-width:219px;
  height:auto;
}
#rdrive .logo img{
  max-width:296px;
  height:auto;
}


@media screen and (max-width:1240px) and (min-width:769px) {
  .column-box03a .box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .contentWrap:first-of-type h2{
    font-size:28px;
  }
  .contentWrap.contentTop{
    padding-top:35px;
  }
  .contentWrap .contentInner.contentThrough {
    padding-right: 0;
    padding-left: 0;
  }
  #tab_label li {
    padding: 15px 11px;
    font-size: 14px;
  }
  /* 上部タグ  */
  .tabbox {
    min-height: 0;
    padding: 23px 0 20px;
    justify-content: left;
    align-items:flex-start;
  }
  .tabbox:first-of-type{
    padding:0 0 10px;
  }
  .tabbox:not(:first-child) {
    overflow-x: scroll;
  }
  .tabbox::-webkit-scrollbar {
    width:4px;
    height:4px;
  }
  .tabbox:not(:first-child)::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #E3E3E3;
    border-radius: 5px;
  }
  .tabbox:not(:first-child)::-webkit-scrollbar-thumb {
    border-radius: 5px; background: #93979A;
  }
  .tabbox .tag{
    flex-wrap:nowrap;
  }
  .tabbox .tag li a{
    padding: 9px 20px;
    font-size:13px;
  }
  .tabbox .tag li {
    margin-bottom: 0;
  }
  #service_all{
    padding-top: 20px;;
  }
  .column-box03a{
    flex-direction: column;
  }
  .column-box03a .box{
    width:100%;
/*     margin-bottom:40px; */
  }
  .column-box03a .box span.cate{
    height:24px;
    font-size:12px;
    padding:0 20px;
  }
  .column-box03a .box .logo{
    height:130px;
    font-size: 20px;
  }
  .column-box03a .box h3 {
    margin-top: 10px;
    min-height: 29px;
    font-size: 20px;
    line-height: 29px;
  }
  /*ロゴサイズ*/
  #ip .logo img{
    max-width:calc(240px * 0.7);
    height:auto;
  }
  #fv .logo img{
    max-width:calc(244px * 0.7);
    height:auto;
  }
  #fv .logo img{
    max-width:calc(244px * 0.7);
    height:auto;
  }
  #ci .logo img{
    max-width:calc(193px * 0.7);
    height:auto;
  }
  #mobacho050 .logo img{
    max-width:calc(340px * 0.7);
    height:auto;
  }
  #appgate .logo img{
    max-width:calc(296px * 0.7);
    height:auto;
  }
  #mobile .logo img{
    max-width:calc(264px * 0.7);
    height:auto;
  }
  #ubisense .logo img{
    max-width:calc(240px * 0.7);
    height:auto;
  }
  #iot .logo img{
    max-width:calc(260px * 0.7);
    height:auto;
  }
  #haccp .logo img{
    max-width:calc(253px * 0.7);
    height:auto;
  }
  #stay .logo img{
    max-width:calc(169px * 0.7);
    height:auto;
  }
  #biz .logo img{
    max-width:calc(300px * 0.7);
    height:auto;
  }
  #storm .logo img{
    max-width:calc(168px * 0.7);
    height:auto;
  }
  #speed .logo img{
    max-width:calc(168px * 0.7);
    height:auto;
  }
  #miitel .logo img{
    max-width:calc(219px * 0.7);
    height:auto;
  }
  #rdrive .logo img{
    max-width:calc(296px * 0.7);
    height:auto;
  }
}
