/********************************
 * mv
 ********************************/
.mv {
  margin-bottom: 40px;
  padding: 55px 0;
  background: url(../images/iot_pagetitle_bg.jpg) center / cover no-repeat;
  position: relative;
}
.mv_inner {
  display: flex;
  align-items: center;
  width: 95%;
  max-width: 1178px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.mv h1 {
  color: #2e5cc3;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.8;
}
.mv img {
  display: block;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
}
@media screen and (max-width: 979px) {
  .mv {
    margin-bottom: 24px;
  }
  .mv_inner {
    flex-direction: column;
  }
  .mv h1 {
    line-height: 1.6;
  }
  .mv img {
    margin-right: auto;
  }
}


/********************************
 * page layout
 ********************************/
.page_content {
  display: flex;
  gap: 40px;
  width: 95%;
  max-width: 1178px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.8;
}
.content {
  flex: 1;
}
.subnav {
  width: 240px;
}
@media screen and (max-width: 979px) {
  .page_content {
    display: block;
    line-height: 1.6;
  }
  .subnav {
    width: 100%;
    margin: 40px auto 20px;
  }
}

/********************************
 * side menu
 ********************************/
.subnav_title a {
  display: block;
  padding: 20px 0;
  background: #fff;
  border-top: 2px solid #182845;
  border-bottom: 2px solid #f5f5f5;
  color: #182845;
  font-size: 18px;
  text-align: center;
}
.subnav_title a:hover {
  color: #182845;
}
.subnav_list li a {
  display: block;
  margin: 10px 0;
  padding: 8px 0 8px 18px;
  border-left: 2px solid #182845;
  font-size: 14px;
}
.subnav_list li a:hover {
  color: #182845;
  background: #f9f9f9;
}
.subnav_list li.current a {
  background: #f9f9f9;
}


/********************************
 * content
 ********************************/
.netisbloc {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.netisbloc .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: initial;
  margin-right: auto;
  padding: 5px 20px;
  background: #2e5cc3;
  color: #FFF;
  font-size: 14px;
  text-align: center;
}
.netisbloc .num {
  padding: 5px 20px;
  background-color: #e8e8e8;
  box-shadow: 2px 2px 0 #b7b7b7;
}


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

FIX

-----------------------------------------------------------------*/
/* text */
.iot_title03_blb {
  padding: 0px 0 0px 12px;
  color: #2e5cc3;
  border-left: 4px solid #2e5cc3;
  font-size: 20px;
}
.title03_fred.iot_title03_fblue {
  color: #2e5cc3;
  font-size: 22px;
}
.iot_title02_02 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #2e5cc3;
  margin: 40px auto;
}
.title02_bb1red {
  color: #333;
  line-height: 1.4;
  margin-bottom: 24px;
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #ED1C21;
}
.title02_bb1red.iot_title02_bb1red {
  border-color: #2e5cc3;
  color: #182845;
}
@media only screen and (max-width: 1050px) {
  .iot_title02_02 {
    margin: 20px auto
  }
}
@media only screen and (max-width:690px) {
  .iot_title02_02 {
    font-size: 26px;
  }
}

/* color */
.col_bg {
  background-color: #f5f5f5;
}

/* table */
table {
  width: 100%;
}
th, td {
  text-align: left;
  font-weight: normal;
  padding: 10px;
  line-height: 1.6;
  border-width: 1px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  th, td {
    padding: 8px;
  }
  .table_wrap {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .table_wrap table {
    width: 640px;
  }
}

/* content */
.iot_case_area {
  padding: 3vh 0;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1050px) {
  .iot_case_area {
    margin-bottom: 40px;
  }
}

/* colorbox */
#cboxContent {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 8px;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
  line-height: 1.8;
}
#cboxClose {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: url("../images/close.png") no-repeat 0 0 / 25px 25px;
  width: 25px;
  height: 25px;
  border: none;
  text-indent: -9999px;
}