@charset "UTF-8";
.tz01_color {
  border-left: 5px solid #ac75ce; }
  .tz01_color h2, .tz01_color h3 {
    color: #ac75ce; }
  .tz01_color .track_link span.f {
    color: #ac75ce; }

.tz02_color {
  border-left: 5px solid #ccd152; }
  .tz02_color h2, .tz02_color h3 {
    color: #ccd152; }
  .tz02_color .ci_badge {
    background: #ccd152; }
  .tz02_color .track_link span.f {
    color: #ccd152; }

.tz03_color {
  border-left: 5px solid #45b9b4; }
  .tz03_color h2, .tz03_color h3 {
    color: #45b9b4; }
  .tz03_color .ci_badge {
    background: #45b9b4; }
  .tz03_color .track_link span.f {
    color: #45b9b4; }

.tz04_color {
  border-left: 5px solid #4abf58; }
  .tz04_color h2, .tz04_color h3 {
    color: #4abf58; }
  .tz04_color .ci_badge {
    background: #4abf58; }
  .tz04_color .track_link span.f {
    color: #4abf58; }

.tz05_color {
  border-left: 5px solid #4aa7e0; }
  .tz05_color h2, .tz05_color h3 {
    color: #4aa7e0; }
  .tz05_color .ci_badge {
    background: #4aa7e0; }
  .tz05_color .track_link span.f {
    color: #4aa7e0; }

.tz06_color {
  border-left: 5px solid #ac75ce; }
  .tz06_color h2, .tz06_color h3 {
    color: #ac75ce; }
  .tz06_color .ci_badge {
    background: #ac75ce; }
  .tz06_color .track_link span.f {
    color: #ac75ce; }

.themezone_intro {
  margin-top: -41px;
  background: -webkit-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background: -o-linear-gradient(315deg, #f5f7fa 0%, #c3cfe2 100%);
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 4em 0; }
  @media screen and (max-width: 599px) {
    .themezone_intro {
      margin-top: -21px; } }
  @media screen and (max-width: 599px) {
    .themezone_intro {
      padding: 2em 0; } }
  .themezone_intro h2 {
    margin-bottom: 1em;
    font-size: 3em;
    line-height: 1.25; }
    @media screen and (max-width: 999px) {
      .themezone_intro h2 br {
        display: none; } }
    @media screen and (max-width: 599px) {
      .themezone_intro h2 {
        font-size: 2em; } }
  .themezone_intro .six_theme_area {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 2em;
    margin: 2em 0; }
  .themezone_intro h3 {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 1.5em; }
  .themezone_intro .theme_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .themezone_intro .theme_img li {
      background: #333;
      margin: 0px;
      width: calc((100% / 6) - 0.5em);
      border-radius: 50%;
      overflow: hidden;
      -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
      .themezone_intro .theme_img li a img {
        width: 100%; }

ul.themezone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 3em;
  max-width: 800px; }
  ul.themezone li {
    font-size: 1.125em;
    font-weight: bold;
    width: calc(50% - 4px);
    margin: 2px; }
    @media screen and (max-width: 599px) {
      ul.themezone li {
        width: 100%; } }
    ul.themezone li a {
      display: block;
      width: 100%;
      color: #fff;
      padding: 1.125em;
      border-radius: 6px;
      text-align: center; }
      ul.themezone li a:hover {
        opacity: 0.5; }
    ul.themezone li.ai a {
      background: #ac75ce; }
    ul.themezone li.iot_wireless_tech a {
      background: #ccd152; }
    ul.themezone li.smartSensing a {
      background: #45b9b4; }
    ul.themezone li.safety_security a {
      background: #4abf58; }
    ul.themezone li.mobility a {
      background: #4aa7e0; }
    ul.themezone li.edgeComputing a {
      background: #ac75ce; }

.each_zone {
  padding-left: 1em;
  margin-bottom: 6em; }
  .each_zone .title_box {
    margin-bottom: 2em; }
    .each_zone .title_box h2 {
      font-weight: bold;
      font-size: 2em; }
    .each_zone .title_box p {
      font-size: 1em;
      line-height: 1.5; }
  .each_zone h3 {
    font-size: 1.25em;
    margin-bottom: 0.375em; }
  .each_zone ul + h3 {
    margin-top: 1.5em; }
  .each_zone h4.sub_lead_atdk {
    font-size: 1.125em;
    margin: 1em 0 0.5em; }
  .each_zone .exhibitors_box {
    margin-bottom: 2em; }
    .each_zone .exhibitors_box ul li a {
      display: block;
      font-size: 1em;
      font-weight: bold;
      border-bottom: 1px solid #ccc;
      color: #000;
      padding: 0.5em 0.5em; }
      .each_zone .exhibitors_box ul li a:hover {
        background: #f3f3f3; }
    .each_zone .exhibitors_box ul li:last-child a {
      border-bottom: 0; }
    .each_zone .exhibitors_box ul li.sub p {
      padding-left: 1em; }
  .each_zone .conference_box ul.conf_data li a {
    display: block;
    font-size: 1em;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 0.5em 0.5em; }
    .each_zone .conference_box ul.conf_data li a:hover {
      background: #f3f3f3; }
  .each_zone .conference_box ul.conf_data li:last-child a {
    border-bottom: 0; }
  .each_zone .conference_box ul.conf_data li .data_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .each_zone .conference_box ul.conf_data li .ci_badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    font-weight: normal;
    padding: 0.75em;
    margin-right: 0.5em;
    font-size: 0.875em;
    white-space: nowrap; }
  .each_zone .conference_box ul.conf_data li .title_bb {
    font-weight: bold; }
  .each_zone .conference_box ul.conf_data li .title {
    font-size: 1em; }
  .each_zone .conference_box ul.conf_data li .sub {
    margin-top: 0.125em;
    font-size: 0.875em; }
    .each_zone .conference_box ul.conf_data li .sub:before {
      content: "〜"; }
    .each_zone .conference_box ul.conf_data li .sub:after {
      content: "〜"; }
    .each_zone .conference_box ul.conf_data li .sub:empty:before {
      content: ""; }
    .each_zone .conference_box ul.conf_data li .sub:empty:after {
      content: ""; }
  .each_zone .conference_box ul.conf_data li .post {
    margin-top: 0.325em;
    font-size: 0.875em; }
  .each_zone .conference_box ul.conf_data .track_link a {
    display: block;
    padding: 1em 0.5em;
    font-weight: bold; }

/* カンファレンスcss上書き
.mainContents_area ul.conf_data {
	margin: 0.5em 0;
}
.mainContents_area ul.conf_data .conf_identifier span {
	font-size: 1em;
}
ul.conf_data .conf_title {
	margin: 0.125em 0;
}
.mainContents_area  ul.conf_data .conf_title p.title {
	font-size: 1.125em;
}
.mainContents_area  ul.conf_data .conf_title p.sub {
	font-size: 1em;
}
.mainContents_area ul.conf_data .conf_speaker .name_post p.name {
	font-size: 1em;
}

 */

/*# sourceMappingURL=themezone.css.map */