/* 190214~ */
.startup .flRight {
  float: right;
}

.startup #service a:hover {
  text-decoration: none;
}
/* 制御機器立上げ支援 */
.startup .startup__kiki__box {
  width: 488px;
  margin: 30px auto;
}
.startup .startup__kiki__box ul {
  display: flex;
  justify-content: space-around;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  padding: 10px;
  border: 1px solid #bfbfbf;
}
.startup .startup__kiki__box ul li {
  width: calc(100% / 3);
}
.startup .startup__kiki__box ul figure {
  margin: 0;
  text-align: center;
}
/* 制御アプリケーション導入支援 */
.startup .startup__app__box {
  width: 100%;
  margin: 30px auto;
}
.startup .startup__app__box table {
  width: 100%;
  border-collapse: collapse;
}
.startup .startup__app__box table td {
  width: calc(100% / 3);
  padding: 10px 20px;
  border: 1px solid #bfbfbf;
  vertical-align: top;
}
.startup .startup__app__box table td figure img {
  display: block;
  margin: 0 auto;
}
.startup .startup__app__box table td figure figcaption {
  text-align: left;
}
.startup .startup__app__box table td figure figcaption strong {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 14px;
  text-align: center;
}
/* IoTソリューション導入支援 */
.startup .startup__linkBtn {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 300px;
  border: 1px solid #bfbfbf;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  transition: all 0.3s ease;
}
.startup .startup__linkBtn img {
  display: inline-block;
  width: 88px;
  margin-right: 20px;
}
.startup .startup__linkBtn span {
  color: #206bd0;
  line-height: 1;
}
.startup .startup__linkBtn span::before {
  content: url('/img/icon_arrow_blue.png');
  margin-right: 5px;
}
.startup .startup__linkBtn:hover {
  background: #019DE6;
}
.startup .startup__linkBtn:hover span {
  color: #ffffff;
}
.startup .startup__linkBtn:hover span::before {
  content: url('/img/icon_arrow_white.png');
}

.startup #scean ul li {
  font-size: 14.5px;
}
