.sp{
  display: none;
}
.t_bold{
  font-weight: bold;
}

.page_features p{
  font-size: 16px;
  line-height: 2;
}
.page_features p a{
  color: #007c2f;
}
.page_features table tr th,
.page_features table tr td{
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
.page_features table tr th{
  font-weight: bold;
  width: 176px;
  padding-left: 10px;
}
.page_features table tr td{
  padding-left: 10px;
}
.page_features .image + p{
  margin-top: 8px;
}
.page_features table.tbl_endoscopy thead tr th{
  width: 100%;
}

.page_features .title_ai{
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}
.page_features .title_ai_s{
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}
.page_features .flex_movie{
  display: flex;
  gap: 20px;
}
  .page_features .flex_movie > div{
    flex:1;
  }
    .page_features video{
      width: 100%;
    }
@media screen and (max-width:767px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .page_features p{
    line-height: 1.8;
  }
  .page_features table tr th,
  .page_features table tr td{
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
  .page_features table tr th{
    font-weight: bold;
    width: 100px;
    padding-left: 10px;
  }
  .page_features table tr td{
    padding-left: 10px;
  }
  .page_features table tr br + .t_bold{
    display: inline-block;
    margin-top: 12px;
  }

  .page_features table.tbl_endoscopy{
    width: 100%;
  }
  .page_features table.tbl_endoscopy thead tr th:nth-child(1){
    width: 100px;
  }
  .page_features table.tbl_endoscopy tr th,
  .page_features table.tbl_endoscopy tr td{
    font-size: 11px;
    padding-left: 5px;
    text-align: center;
  }

  .page_features .title_ai{
    font-size: 18px;
  }
  .page_features .title_ai_s{
    font-size: 16px;
  }
    .page_features .flex_movie{
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }
    .page_features .flex_movie > div{
      flex: inherit;
      width: 100%;
    }
}






