@charset "shift_jis";
/* CSS Document */


/* 画像認識エッジソリューション ソリューションtab */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #b1000e;
  display: block;
  order: -1;
}
.tab-label {
  background: LightGray;
  font-weight: bold;
  font-size: 150%;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

@media screen and (max-width:767px) {
.tab-label {
  white-space: normal;
  font-size: 100%;
  padding: 20px .5em;
    }
}
@media screen and (max-width:399px) {
.tab-label {
  font-size: 100%;
    }
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #b1000e;
  color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  padding: 40px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* サブタイトル */
.sub-title {
	display: block;
	font-size: 63%;
}
@media screen and (max-width:767px) {
.sub-title {
	display: none;
    }
}

.tab-last {
	margin-bottom: 0;
	padding: 0;
}


/* リンク */

.LinklistWrap ul {
	display: flex;
    flex-wrap:wrap; 
}
.LinklistWrap ul li {
	width:50%;
}
@media screen and (max-width:767px) {
   .LinklistWrap ul li {
	width: 100%;	
    }
}

.deepTab .HeightAuto {
	height: 320px;
}

/* トップイメージ */

.topBlockImage{
    margin: 45px 0;
}

.topBlockImage .ImageTitle{
    text-align: center;
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 5px;
}
@media screen and (max-width:767px) {
.topBlockImage .ImageTitle{
    font-size: 100%;
    }
}
@media screen and (max-width:399px){
.topBlockImage .ImageTitle{
    text-align: left;
    }
}
span.block{
 display: block;
}
@media screen and (max-width:399px){
span.block{
 display: inline;
    }
}