@charset "UTF-8";
.tz01_color {
  border-left: 5px solid #ff8e3a;
}

.tz01_color h2, .tz01_color h3 {
  color: #ff8e3a;
}

.tz01_color .ci_badge {
  background: #ff8e3a;
}

.tz01_color .track_link span.f {
  color: #ff8e3a;
}

.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 #4abf58;
}

.tz03_color h2, .tz03_color h3 {
  color: #4abf58;
}

.tz03_color .ci_badge {
  background: #4abf58;
}

.tz03_color .track_link span.f {
  color: #4abf58;
}

.tz04_color {
  border-left: 5px solid #45b9b4;
}

.tz04_color h2, .tz04_color h3 {
  color: #45b9b4;
}

.tz04_color .ci_badge {
  background: #45b9b4;
}

.tz04_color .track_link span.f {
  color: #45b9b4;
}

.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: #ff8e3a;
}

ul.themezone li.iot_wireless_tech a {
  background: #ccd152;
}

ul.themezone li.smartSensing a {
  background: #4abf58;
}

ul.themezone li.safety_security a {
  background: #45b9b4;
}

ul.themezone li.mobility a {
  background: #4aa7e0;
}

ul.themezone li.edgeComputing a {
  background: #ac75ce;
}

.each_zone {
  padding-left: 1em;
  margin-bottom: 4em;
}

.each_zone .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

.each_zone .title_box .icon_box {
  width: 120px;
  margin-right: 1em;
  background: #eee;
}

.each_zone .title_box .icon_box img {
  padding: 2px;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .each_zone .title_box .icon_box {
    display: none;
  }
}

.each_zone .title_box .txt_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.each_zone .title_box .txt_box h2 {
  font-size: 1.75em;
  margin: 0 0 0.125em;
}

.each_zone .title_box .txt_box p {
  font-size: 1em;
  line-height: 1.5;
}

.each_zone h3 {
  font-size: 1.5em;
  margin-bottom: 0.375em;
}

.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 .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 .set_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.each_zone .conference_box ul.conf_data .set_wrap .ph_area {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  margin-right: 0.5em;
  overflow: hidden;
}

.each_zone .conference_box ul.conf_data .set_wrap .ph_area img {
  width: 100%;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_title {
  font-weight: bold;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_title .ci_badge {
  color: #fff;
  border-radius: 3px;
  float: left;
  font-weight: normal;
  padding: 0 0.5em;
  margin-right: 0.5em;
  font-size: 0.875em;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_title .title {
  font-size: 1em;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_title .sub {
  margin-top: 0.125em;
  font-size: 0.875em;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker {
  margin-top: 0.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 599px) {
  .each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker .name {
  font-weight: bold;
  margin-right: 1em;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker .name:before {
  content: "講師：";
  font-size: 85%;
  margin-right: 0.25em;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker .name:after {
  content: "氏";
  font-size: 70%;
  margin-left: 0.25em;
}

.each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker .post {
  font-size: 0.825em;
}

@media screen and (max-width: 599px) {
  .each_zone .conference_box ul.conf_data .set_wrap .txt_area .conf_speaker .post {
    margin-top: 0.25em;
  }
}

.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;
}

 */
