@charset "UTF-8";
.concept_title_bg {
  margin-top: -41px;
  background-color: #444;
  background-image: url(../images/index/bgswitcher_001.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .concept_title_bg {
      margin-top: -21px; } }
  .concept_title_bg .ins {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%; }
  .concept_title_bg .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5em 0; }
    @media screen and (max-width: 599px) {
      .concept_title_bg .copy {
        width: 100%;
        margin: 0 auto; }
        .concept_title_bg .copy img {
          width: 100%; } }

@media screen and (max-width: 767px) {
  br.set_1199 {
    display: none; } }

.ec2 {
  margin-top: 2em; }

.ec1 {
  margin: 2.5em 0; }
  @media screen and (max-width: 599px) {
    .ec1 {
      margin: 1.5em 0; } }

h3.concept_sub {
  font-size: 1.75em;
  line-height: 1.25;
  margin: 0 0 0.5em;
  font-weight: bold; }
  h3.concept_sub .svg-inline--fa {
    color: #e33; }

.iot_image {
  float: right;
  width: 50%;
  max-width: 400px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 0 0 2em 2em; }
  @media screen and (max-width: 599px) {
    .iot_image {
      float: none;
      width: 90%;
      margin: 1em auto; } }
  .iot_image img {
    width: 100%; }

.edge_technology_bg {
  margin: 3em 0;
  background-color: #444;
  background-image: url(../images/index/previous_event_1115_034.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 599px) {
    .edge_technology_bg {
      margin: 1.5em 0; } }
  .edge_technology_bg .ins {
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%; }
  .edge_technology_bg .ins_ins {
    padding: 5em 0; }
    @media screen and (max-width: 599px) {
      .edge_technology_bg .ins_ins {
        padding: 3em 0; } }
  .edge_technology_bg h2 {
    text-align: center;
    font-size: 1.75em;
    color: #fff; }

/* 図 */
.concept_img {
  margin: 40px auto 0;
  padding: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: #fff; }
  .concept_img.edge_computing {
    max-width: 1000px; }
  .concept_img.edge_technology {
    max-width: 550px; }
    @media screen and (max-width: 599px) {
      .concept_img.edge_technology {
        width: 90%; } }
  .concept_img.et_iot_concept {
    max-width: 900px; }

.concept_img img {
  width: 100%; }

.column_pack.point3_all_wrap_pad {
  background-image: -webkit-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: -o-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  margin: 3em 0;
  padding: 5em 0; }
  @media screen and (max-width: 599px) {
    .column_pack.point3_all_wrap_pad {
      margin: 2em 0;
      padding: 2em 0; } }

.point_3 {
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  overflow: hidden;
  margin: 3em 0;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .point_3.bg01 {
    background-image: url(./concept_img/1115_039.jpg); }
  .point_3.bg02 {
    background-image: url(./concept_img/1116_024.jpg); }
  .point_3.bg03 {
    background-image: url(./concept_img/1117_009.jpg); }
  .point_3 .ins {
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    padding: 2em; }
    @media screen and (max-width: 599px) {
      .point_3 .ins {
        padding: 1.5em; } }
  .point_3 h2 {
    margin-bottom: 0.5em; }
  .point_3 h3.concept_sub {
    margin: 0 0 0.75em;
    border-bottom: 1px solid #333;
    padding-bottom: 0.25em; }
  .point_3 p:last-child {
    margin: 0; }
  .point_3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1.5em auto;
    max-width: 800px; }
    .point_3 ul li {
      font-size: 1.125em;
      font-weight: bold;
      width: calc(50% - 4px);
      margin: 2px;
      background: #234;
      border-radius: 6px;
      color: #fff;
      text-align: center;
      padding: 1.125em; }
      @media screen and (max-width: 599px) {
        .point_3 ul li {
          width: 100%; } }
      .point_3 ul li.ai {
        background: #ff8e3a; }
      .point_3 ul li.iot_wireless_tech {
        background: #ccd152; }
      .point_3 ul li.smartSensing {
        background: #4abf58; }
      .point_3 ul li.safety_security {
        background: #45b9b4; }
      .point_3 ul li.mobility {
        background: #4aa7e0; }
      .point_3 ul li.edgeComputing {
        background: #ac75ce; }
  .point_3 .sp_page_link a {
    margin: 1.5em 0 0.75em;
    display: block;
    background: #fff;
    color: #f00;
    font-size: 1.25em;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: center;
    border: 2px solid #f00;
    border-radius: 2.75em; }
    .point_3 .sp_page_link a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }
    .point_3 .sp_page_link a:hover {
      opacity: 0.7; }

.tableSet001 {
  border-top: 1px solid #ccc; }
  .column_a01 .tableSet001 {
    margin-bottom: 5em; }
  .tableSet001 th, .tableSet001 td {
    border-bottom: 1px solid #ccc;
    padding: 0.75em;
    font-size: 1em;
    line-height: 1.5; }
  .tableSet001 th {
    width: 12em;
    background: #eee; }
  .tableSet001 td.omit_br br {
    display: block; }
    @media screen and (max-width: 1199px) {
      .tableSet001 td.omit_br br {
        display: none; } }

@media screen and (max-width: 599px) {
  .tableSet001 {
    border-top: none; }
    .tableSet001 th, .tableSet001 td {
      border: 0;
      display: block;
      width: 100%;
      padding: 0.5em;
      font-size: 0.875rem; }
    .tableSet001 th {
      border-radius: 6px;
      text-align: left;
      border-bottom: 0; }
      .tableSet001 th br {
        display: none; }
    .tableSet001 td {
      margin-bottom: 1em; } }

.about_ss_btn {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 599px) {
    .about_ss_btn {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .about_ss_btn a {
    display: block;
    background: #ef5c4e;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    padding: 0.325em 3em;
    border-radius: 0.25em; }
    @media screen and (max-width: 599px) {
      .about_ss_btn a {
        padding: 0.325em 1em; } }

.member_wrap {
  margin: 0 1em 3em; }
  @media screen and (max-width: 599px) {
    .member_wrap {
      margin: 0 0.5em 2em; } }
  .member_wrap h3 {
    color: #4dc2bb;
    border-bottom: 1px solid #4dc2bb;
    font-size: 1.25em;
    margin: 0 0 1em;
    padding-bottom: 0.25em; }
  .member_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .member_wrap ul li {
      text-align: center;
      margin: 0 0 1.5em;
      padding: 0 1em;
      width: 20%; }
      @media screen and (max-width: 999px) {
        .member_wrap ul li {
          width: 25%; } }
      @media screen and (max-width: 599px) {
        .member_wrap ul li {
          padding: 0 0.5em;
          width: 50%; } }
    .member_wrap ul .portrait {
      margin: 0 auto 0.75em;
      background: #eee;
      border-radius: 6px;
      width: 100%;
      position: relative;
      padding-bottom: 100%;
      padding-top: 0px;
      height: 0;
      overflow: hidden; }
      .member_wrap ul .portrait .ins {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .member_wrap ul .portrait img {
        width: 100%; }
    .member_wrap ul .name {
      margin: 0 0 0.25em; }
    .member_wrap ul .company {
      font-size: 0.825em;
      line-height: 1.3; }

.chairman_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .chairman_wrap > div {
    width: 50%; }
    .chairman_wrap > div li {
      width: 40%; }
      @media screen and (max-width: 999px) {
        .chairman_wrap > div li {
          width: 50%; } }
  @media screen and (max-width: 599px) {
    .chairman_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .chairman_wrap > div {
        width: auto; } }

table.committee {
  width: 100%;
  border: 1px solid #ccc; }
  table.committee th, table.committee td {
    border: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.5em; }
  table.committee th {
    padding: 0.6em 1.2em;
    font-weight: bold;
    padding: 0.6em 0;
    text-align: center;
    background: #eee;
    width: 12em;
    min-width: 4em; }
  table.committee td {
    padding: 0.6em 1.2em; }
    table.committee td.tdt {
      font-weight: bold; }
    table.committee td:nth-of-type(1) {
      white-space: nowrap;
      width: 12em; }
    table.committee td br {
      display: none; }
      @media screen and (max-width: 599px) {
        table.committee td br {
          display: block; } }
  @media screen and (max-width: 999px) {
    table.committee th, table.committee td:nth-of-type(1) {
      width: auto; } }
