

/* ===================================
	File Name   : module.css
	Description : Exhibitor Contents CSS
	Editor      : Bface Chiba
	Last Editor : Bface Chiba
	
	Update Description 
	[2023/05/92] ダウンロードページ制作
	[2023/05/02] 出展期トップ制作
	[2022/01/12] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Share Elements
	2. Index page
	3. Seminar page
  4. Event page
  5. Online page

====================================== */



/*===== ■1. Share Elements =====*/

.outline_table {
  overflow-x: auto;
}

.outline_table table{
  width: 100%;
}

.outline_table table th{
  background: #191d69;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 2.0rem;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align:middle
}

.outline_table table td{
  background: #f1f1f1;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 2.0rem;
  text-align: center;
  vertical-align:middle
}

.outline_table table tr:last-of-type th,
.outline_table table tr:last-of-type td{
  border-bottom: none;
}

.outline_table table tr th:last-of-type,
.outline_table table tr th:last-of-type{
  border-right: none;
}


@media (max-width: 768px) {
  
  .outline_table{
    white-space: nowrap;
    width: calc(100% + 1rem);
    padding-right: 1rem;
  }
  
  .outline_table table th{
    font-size: 1.4rem;
  }
  
  .outline_table table th .notice{
     font-size: 1.2rem;
  }
}


/*===== ■2. Index page =====*/
/*report_lead*/
#report_lead > div > div{
  display: flex;
}
#report_lead dl{
  background: #fff;
  text-align: center;
  box-shadow: 1rem 1rem 0 0 #191d69;
  color: #191d69;
  font-weight: bold;
  padding: 2.5rem 3rem;
  border: 0.1rem solid #191d69;
}
#report_lead dl dt{
  font-size: 2.0rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #191d69;
}
#report_lead dl dd{
  font-size: 3.6rem;
}
#report_lead dl dd span{
  font-size: 7.0rem;
}

@media (max-width: 1024px) {
  
  #report_lead dl dd{font-size: 2.2rem;}
  #report_lead dl dd span{font-size: 3.8rem;}
}

@media (max-width: 768px){
  /*report_lead*/
  #report_lead dl{
    box-shadow: 0.5rem 0.5rem 0 0 #191d69;
    padding: 1.5rem 2rem;
  }
  #report_lead dl dt{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  #report_lead dl dd{
    font-size: 2.2rem;
  }
  #report_lead dl dd span{
    font-size: 4.0rem;
  }
}
/*report_mechatronics*/
#report_mechatronics .outline_table th{
  font-weight: normal;
  position: relative;
}

#report_mechatronics .outline_table tr:first-of-type th:not(:first-child){
  width: 16%;
}

#report_mechatronics .outline_table table th:not(:first-of-type){
  border-right: none;
}
#report_mechatronics .outline_table table tr:first-of-type th:not(:first-of-type):not(:last-of-type)::after{
  position: absolute;
  content: "";
  right: 0;
  top: 15%;
  background: #fff;
  width: 0.1rem;
  height: 70%;
}
#report_mechatronics .outline_table table td{
  border: none;
  background: #fff;
  position: relative;
}
#report_mechatronics .outline_table table tr td:not(:last-of-type)::after{
  position: absolute;
  content: "";
  right: 0;
  background: #cccccc;
  width: 0.1rem;
  height: 70%;
  top: 15%;
}
#report_mechatronics .outline_table table tr:nth-last-of-type(2) td:not(:last-of-type)::after{
  bottom: 0;
}
#report_mechatronics .outline_table table tr:last-of-type td{
  background: #e3e3e3;
}

#report_mechatronics .outline_table span{
  font-size: 2.8rem;
}

#report_mechatronics .outline_table tr > td:last-of-type span{
  font-size: 3.2rem;
}

#report_mechatronics #total_number dl{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

#report_mechatronics #total_number dt{
  color: #fff;
  padding: 0.5rem 1.0rem;
  font-size: 1.8rem;
  background: #191d69;
  margin-right:1rem;
}

#report_mechatronics #total_number > div:last-of-type dt{
  background: #af0c02;
}

#report_mechatronics #total_number dd{
  font-weight: bold;
  font-size: 2.4rem;
}
#report_mechatronics #total_number dd span{
  font-size: 4.0rem;
}
#report_mechatronics .last_scale{
  overflow-x: auto;
}
#report_mechatronics .last_scale table{
  width: 100%;
}
#report_mechatronics .last_scale th{
  text-align: center;
  font-weight: bold;
  padding: 1.5rem 0.5rem;
  color: #fff;
  border-bottom: 0.1rem #fff solid;
  vertical-align: middle;
}

#report_mechatronics .last_scale th{background: #191d69;}

#report_mechatronics .last_scale tr th:not(:last-child){
  border-right: 0.1rem solid #fff;
}

#report_mechatronics .last_scale td{
  padding: 1.5rem;
  border-bottom: 0.1rem #fff solid;
  vertical-align:middle; 
  position: relative;
}

#report_mechatronics .last_scale td > div{
  display: flex;
  align-items: center;
}

#report_mechatronics .last_scale td > div span:first-child{
  font-size: 1.4rem;
  margin: 0.3rem 0.5rem auto 0;
}

#report_mechatronics .last_scale td > div span:last-child{
  flex: 1;
}

#report_mechatronics .last_scale tr:not(:last-of-type) td{
  border-bottom: 0.1rem #fff solid;
}

#report_mechatronics .last_scale td:first-child{font-weight: bold;}


#report_mechatronics .last_scale:first-of-type tr:nth-child(2) td:first-child{color: #c7161d;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(3) td:first-child{color: #008cd6;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(4) td:first-child{color: #666464;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(5) td:first-child{color: #c68b38;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(6) td:first-child{color: #c68b38;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(7) td:first-child{color: #ec7c1e;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(8) td:first-child{color: #e75440;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(9) td:first-child{color: #6fb92c;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(10) td:first-child{color: #00913a;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(11) td:first-child{color: #e75297;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(12) td:first-child{color: #e7380d;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(13) td:first-child{color: #5d77ac;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(14) td:first-child{color: #dba44c;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(15) td:first-child{color: #006cb8;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(16) td:first-child{color: #00693e;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(17) td:first-child{color: #006cb8;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(18) td:first-child{color: #0080a3;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(19) td:first-child{color: #0d73bb;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(20) td:first-child{color: #da3a15;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(21) td:first-child{color: #bc1e21;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(22) td:first-child{color: #0f83c6;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(2) td:first-child{color: #e7380d;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(3) td:first-child{color: #5d77ac;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(4) td:first-child{color: #dba44c;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(5) td:first-child{color: #006cb8;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(6) td:first-child{color: #00693e;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(7) td:first-child{color: #006cb8;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(8) td:first-child{color: #0080a3;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(9) td:first-child{color: #0d73bb;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(10) td:first-child{color: #da3a15;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(11) td:first-child{color: #bc1e21;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(12) td:first-child{color: #0f83c6;}

#report_mechatronics .last_scale tr td:first-child:after{
  position: absolute;
  content: "";
  width: 0.5rem;
  top: 0;
  left: 0;
  bottom: 0;
  background: #c7161d;
}

#report_mechatronics .last_scale:first-of-type tr:nth-child(3) td:first-child:after{background: #008cd6;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(4) td:first-child:after{background: #666464;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(5) td:first-child:after{background: #c68b38;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(6) td:first-child:after{background: #c68b38;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(7) td:first-child:after{background: #ec7c1e;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(8) td:first-child:after{background: #e75440;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(9) td:first-child:after{background: #6fb92c;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(10) td:first-child:after{background: #00913a;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(11) td:first-child:after{background: #e75297;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(12) td:first-child:after{background: #e7380d;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(13) td:first-child:after{background: #5d77ac;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(14) td:first-child:after{background: #dba44c;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(15) td:first-child:after{background: #006cb8;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(16) td:first-child:after{background: #00693e;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(17) td:first-child:after{background: #006cb8;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(18) td:first-child:after{background: #0080a3;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(19) td:first-child:after{background: #0d73bb;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(20) td:first-child:after{background: #da3a15;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(21) td:first-child:after{background: #bc1e21;}
#report_mechatronics .last_scale:first-of-type tr:nth-child(22) td:first-child:after{background: #0f83c6;}

#report_mechatronics .last_scale:last-of-type tr:nth-child(2) td:first-child:after{background: #e7380d;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(3) td:first-child:after{background: #5d77ac;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(4) td:first-child:after{background: #dba44c;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(5) td:first-child:after{background: #006cb8;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(6) td:first-child:after{background: #00693e;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(7) td:first-child:after{background: #006cb8;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(8) td:first-child:after{background: #0080a3;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(9) td:first-child:after{background: #0d73bb;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(10) td:first-child:after{background: #da3a15;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(11) td:first-child:after{background: #bc1e21;}
#report_mechatronics .last_scale:last-of-type tr:nth-child(12) td:first-child:after{background: #0f83c6;}

#report_mechatronics .last_scale tr:nth-child(even) td{
  background: #ededed;
}

#report_mechatronics .last_scale tr td:not(:first-child){
  text-align: center;
  font-size: 2.0rem;
}

#report_mechatronics h4{
  position: relative;
	text-align: center;
	padding: 0.5rem;
	border: solid 0.1rem #191d69;
	color: #191d69;
	font-size: 2.0rem;
	margin-bottom: 2.0rem;
  font-weight: bold;
}

#report_mechatronics h4::before, 
#report_mechatronics h4::after{
    content: '';
    width: 3rem;
    height: 3rem;
    position: absolute;
}

#report_mechatronics h4::before{
  border-left: solid 0.4rem #191d69;
  border-top: solid 0.4rem #191d69;
  top: -0.4rem;
  left: -0.4rem;
}
#report_mechatronics h4::after{
  border-right: solid 0.4rem #191d69;
  border-bottom: solid 0.4rem #191d69;
  bottom: -0.4rem;
  right: -0.4rem;
}


#report_display .movie{
  position: relative;
  max-width: 64rem;
  margin: 3rem auto 0;
  padding: 1rem;
  background: #ccc;
}
#report_display .movie > iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

#report_display .movie + div{
  margin: 3rem auto;
  background: #fff;
  text-align: center;
  box-shadow: 1rem 1rem 0 0 #191d69;
  color: #191d69;
  font-weight: bold;
  padding: 2.5rem 3rem;
  border: 0.1rem solid #191d69;
  width: 70%;
}

#report_display .movie + div li{
  display: inline-block;
  margin: 0.5rem 1rem;
}

#report_display .movie + div ul{
  margin-top: 2rem;
}
#report_display .movie + div li span{
  color: #fff;
  background: #191d69;
  padding: 0.2rem 1rem;
  margin-right: 0.5rem;
  font-size: 1.4rem;
}

@media (max-width: 1024px) {
  #report_lead dl dd{font-size: 2.2rem;}
  #report_lead dl dd span{font-size: 3.8rem;}
}


@media (max-width: 768px){
  /*report_lead*/
  #report_lead dl{
    box-shadow: 0.5rem 0.5rem 0 0 #191d69;
    padding: 1.5rem 2rem;
  }

  #report_lead dl dt{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  #report_lead dl dd{
    font-size: 2.2rem;
  }

  #report_lead dl dd span{
    font-size: 4.0rem;
  }
  
  /*report_mechatronics*/
  #report_mechatronics .last_scale{
    white-space: nowrap;
    width: calc(100% + 1rem);
    padding-right: 1rem;
  }
  #report_mechatronics .last_scale .sp{display: table-row;}
  
  #report_mechatronics h4{
    font-size: 1.8rem;
  }

  #report_mechatronics h4::before{
    border-left: solid 0.3rem #191d69;
		border-top: solid 0.3rem #191d69;
		top: -0.3rem;
		left: -0.3rem;
  }
  #report_mechatronics h4::after{
    border-right: solid 0.3rem #191d69;
		border-bottom: solid 0.3rem #191d69;
		bottom: -0.3rem;
		right: -0.3rem;
  }
  #report_mechatronics #total_number dt{
    padding: 0.5rem 0.5rem;
    font-size: 1.6rem;
  }
  #report_mechatronics #total_number dd{
    font-size: 2.0rem;
  }
  #report_mechatronics #total_number dd span{
    font-size: 3.0rem;
  }

  #report_display .movie{
    margin: 1rem auto 0;
    padding: 0.5rem;
  }

  #report_display .movie + div{
    margin: 1rem auto;
    box-shadow: 0.5rem 0.5rem 0 0 #191d69;
    padding: 1.5rem 2rem;
    width: 100%;
    text-align: left;
  }

  #report_display .movie + div li{
    display: flex;;
    margin: 1rem 0;
    align-items: flex-start;
  }

  #report_display .movie + div ul{
    margin-top: 1.5rem;
  }
}



/*===== ■3.Seminar page =====*/
/*share*/

/*visit_registration*/
#visit_registration dt{
  padding: 1.5rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #191d69;
}

#visit_registration dd{
  padding: 2rem;
  text-align: center;
  background: #eee;
}


#visit_registration dd a{
  display: block;
  border: 0.1rem solid #191d69;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
  pointer-events: all;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

#visit_registration dd a span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #191d69;
}

/*
#visit_registration dd a:hover span{
  color:#fff;
}
*/

#visit_registration dd a.bgskew::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#191d69;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

#visit_registration dd a.bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

#visit_registration dd a::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0, 0% 100%, 70% 50%);
  background-color: #191d69;
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}
  
/*
#visit_registration dd a:hover .ico_blank:before{
    color: #fff;
}
*/

/*seminar_program*/

#seminar_program .flex2 > div:not(:last-child){
  margin-bottom: 4rem;
}

#seminar_program .seminar_link{
	display: flex;
  justify-content: space-between;
  
}
#seminar_program .seminar_link li{
  width: calc(33.3% - 0.1rem);
  text-align: center;
}

#seminar_program .seminar_link a{
  position: relative;
  display: block;
  background: #d1d2e1;
  padding: 1.5rem;
	font-weight: bold;
  border-bottom: #191d69 0.5rem solid;
  color: #191d69;
  pointer-events:auto; 
}

#seminar_program .seminar_link a span{
  position: relative;
  display: block;
  background: #d1d2e1;
  padding: 1.5rem;
	font-weight: bold;
  border-bottom: #191d69 0.5rem solid;
  color: #191d69;
  pointer-events:auto; 
}

#seminar_program .seminar_link a::after{
  position: absolute;
  content: "";
  top: calc(50% - 0.3rem);
  right: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0.5rem 0 0.5rem;
  border-color: #191d69 transparent transparent transparent;
}

#seminar_program .seminar_link a:hover{
  opacity: 0.6;
}
#seminar_program h3{
  background: #333333;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0.5rem;
  text-align: center;
  margin: 3rem 0 2rem;
}
#seminar_program h4{
  background: #191d69;
  color: #fff;
  font-weight: bold;

  font-size: 2.2rem;
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#seminar_program h4 b{
  background: #fff;
  padding: 0.5rem 1rem;
  color: #191d69;
  font-size: 1.6rem;
  margin-right: 1rem;
}

#seminar_program h4 > span span{
  font-size: 1.8rem;
}
#seminar_program .seminar_outline{
  display: flex;
  justify-content: space-between;
  margin: 1rem 0 0.5rem;
}
#seminar_program .seminar_outline ul{
  display: flex;
}
#seminar_program .seminar_outline ul:first-child li{
  margin-right: 1rem;
}
#seminar_program .seminar_outline ul:first-child  li span{
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 0.3rem;
  background: #999;
  padding: 0 1rem;
  margin-right: 0.5rem;
  display: inline-block;
}
#seminar_program .seminar_outline ul:first-child  li b{
  display: inline-block;
}
#seminar_program .seminar_outline ul:last-child li{
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 1rem;
  background: #c63128;
  border-radius: 0.3rem;
  margin-left: 1rem;
}
#seminar_program .seminar_outline ul:last-child li:last-child{background: #85b452;}
#seminar_program .table_caution{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 auto 1rem;
}
#seminar_program .table_caution li:last-child{
  text-align: right;
}
#seminar_program .seminar_theme{
  font-weight: bold;
  color: #191d69;
  font-size: 1.8rem;
  margin: 1rem auto 1.5rem;
  padding-left: 1.5rem;
  border-left: 0.6rem solid #191d69;
}
#seminar_program .emc_book{
  font-size: 1.4rem;
  display: flex;
  margin-bottom: 1rem;
}
#seminar_program .emc_book span{
  width: 3rem;
  display: inline-block;
  margin-right: 0.5rem;
}
#seminar_program table{
  border: solid #191d69 0.1rem;
  width: 100%;
}
#seminar_program table tr{
  padding: 0.1rem;
  display: block;
  width: 100%;
}
#seminar_program table tr:not(:last-child){
  border-bottom: solid #191d69 0.1rem;
}
#seminar_program table th{
  padding: 2rem;
  margin: 1rem;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
  background: #ededed;
  height: 100%;
  min-width: 8rem;
}
#seminar_program table th span{
  font-size: 1rem;
  display: block;
}
#seminar_program table td{
  padding: 1.5rem;
  width: 100%;
}
#seminar_program table td > p:first-of-type{
  font-weight: bold;
  color: #191d69;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
#seminar_program table td > p > span{
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background: #191d69;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}
#seminar_program table td .speaker{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#seminar_program table td .speaker figure{
  width: 8rem;
  margin-right: 1rem;
}

#seminar_program table td .speaker figure.logo{
  width: 10rem;
}
#seminar_program table td .speaker p{
  flex: 1;
  font-size: 1.4rem;
}
#seminar_program table td .speaker p span{
  font-size: 1.6rem;
  display: block;
}
#seminar_program table td .speaker p b{
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
}
#seminar_program table td .withlogo{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#seminar_program table td .withlogo .speaker{
  flex:1;
  margin-right: 1rem;
}
#seminar_program table td .emc_seminar{
  width: 3rem;
}

#seminar_program .dropdown{
  margin-top: 1rem;
}
#seminar_program .dropdown button {
  position: relative;
  display: block;
  width: 100%;
  padding: .5rem 1rem;
  border: 0.1rem solid #191d69;
  font-size: 1.4rem;
  transition: all .25s;
  color: #191d69;
}

#seminar_program .dropdown button.active,
#seminar_program .dropdown button:hover{
  background-color: #191d69;
  color: #fff;
}

#seminar_program .dropdown button::after {
  position: absolute;
  top: 45%;
  right: 1rem;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 0.2rem solid #191d69;
  border-bottom: 2px solid #191d69;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  transition: all .25s;
}

#seminar_program .dropdown button:hover::after {
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
}
#seminar_program .dropdown button.active::after{
  border-left: 0.2rem solid #fff;
  border-top: 0.2rem solid #fff;
  border-right: none;
  border-bottom: none;
  transform: rotate(-315deg);
  }

#seminar_program .dropdown div {
  display: none;
  font-size: 1.4rem;
  background: #ededed;
  padding: 1rem;
}

#seminar_program .webinar table{
  border: none;
}
#seminar_program .webinar tr{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border: none;
}
#seminar_program .webinar td{
  width: 50%;
  border-left: #191d69 0.1rem solid;
  border-right: #191d69 0.1rem solid;
  border-bottom: #191d69 0.1rem solid;
}

#seminar_program .webinar tr td:nth-child(1),
#seminar_program .webinar tr td:nth-child(2){
  border-top: #191d69 0.1rem solid;
}

#seminar_program .webinar td:nth-child(even){
  border-left: none;
}

@media (max-width: 1024px) {
  #seminar_program h4{
    flex-direction: column;
    font-size: 1.8rem;
  }
  #seminar_program h4 b{
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
  #seminar_program h4 > span span {
    font-size: 1.6rem;
  }

  #seminar_program .seminar_outline{
    flex-direction: column;
    margin-bottom: 0;
  }
  #seminar_program .seminar_outline ul{margin-bottom: 1rem}
  #seminar_program .seminar_outline ul:last-child li{
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
  } 
  #seminar_program table td > p:first-child{
    font-size: 1.6rem;
  }
  #seminar_program table td .withlogo {
    flex-direction: column;
    align-items: flex-start;
  }
  #seminar_program table td .withlogo > figure {
    margin-top: 2rem;
    width: 8rem;
  }
  #seminar_program table td .withlogo > figure.emc_seminar{width: 3rem;}
}  


@media (max-width: 768px){  
  .seminar_link + div > div > div:first-child{margin-bottom: 3rem;}
  #seminar_program .seminar_link a{
    padding: 1rem 0 2rem;
    font-size: 1.4rem; 
  }
  #seminar_program .seminar_link a::after{
    top: calc(100% - 1.5rem);
    right: calc(50% - 0.3rem);
  }
  #seminar_program h3{
    font-size: 2rem;
  }
  #seminar_program .table_caution .notice{font-size: 1.2rem;}
  #seminar_program .emc_book span{
    width: 5rem;
  }
  #seminar_program .seminar_theme{
    margin: 1.5rem 0 1rem;
    padding-left: 1rem;
  }
  #seminar_program table th{
    padding: 0.5rem;
    min-width: 5rem;
  }
  #seminar_program table td{
    padding: 1rem;
  }
  #seminar_program table td .speaker figure{width: 7rem;}
  #seminar_program table td .speaker figure + figure{
    width: 100%;
    order: 3;
  }
  #seminar_program table td .speaker figure + figure img{
    width: 7rem
  }
  #seminar_program table td .speaker p b{font-size: 1.6rem;}
  
  #seminar_program .webinar td{
    width: 100%;
  }
  
  #seminar_program .webinar td:nth-child(even){
    border-left: #191d69 0.1rem solid;
  }
  
  #seminar_program .webinar tr td:nth-child(2){
   border-top: none;
  }
  
  #seminar_program .webinar table td .speaker figure + figure{
    width: 100%;
    margin: 1rem 0 0;
  }
  
}


/*===== ■4. Event page =====*/
/*share*/
.sub_tit{
  padding: 1.5rem;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #191d69;
  margin-bottom: 2rem;
}
/*event_smart*/
#event_smart dl{
  margin-top: 2rem;
}
#event_smart dt{
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem;
  background: #333;
}
#event_smart dd{
  padding: 2rem;
  background: #eee;
}
#event_smart #clean_us{
  margin-top: 3rem;
}
#event_smart #clean_us > p{
  font-weight: bold;
  color: #191d69;
  font-size: 2.4rem;
  text-align: center;
}
#event_smart #clean_us ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: number 0;  
}
#event_smart #clean_us ul li{
  width: calc(25% - 1.5rem);
  position: relative;
  background: #d1d2e1;
  padding: 4rem 1rem 2rem;
  text-align: center;
  line-height: 1.8;
  margin-top: 3rem;
}
#event_smart #clean_us ul li::before{
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  font-weight:bold;
  color: #191d69;
}
#event_smart #clean_us ul li::after{
  content: "";
  position: absolute;
  background: #191d69;
  height: 0.2rem;
  width: 4.8rem;
  top: 3rem;
  left: calc(50% - 2.4rem);
}
#event_smart #clean_us ul li:last-child{
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#event_smart #clean_us ul li:last-child::before,
#event_smart #clean_us ul li:last-child::after{
  display: none;
}
#event_smart #clean_us ul li figure{
  width: 15rem;
}
#event_smart #clean_us ul li > span{
  font-size: 2.2rem;
  display: block;
  color: #191d69;
  margin-bottom: 1rem;
}

#event_smart .topic{
  margin-top: 5rem;
}
#event_smart .topic p{
  font-weight: bold;
  text-align: center;
  font-size: 2.2rem;
  color: #191d69;
  margin-bottom: 2rem;
}
#event_smart .topic p span{
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  margin-right: 1.5rem;
  background: #191d69;
  padding: 0.5rem 1rem;
}
#event_smart .topic ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  counter-reset: number 0;
}
#event_smart .topic ul li {
  width: calc(50% - 2rem);
  margin: 1rem;
  background: #191d69;
  color: #fff;
  position: relative;
  padding: 2rem 2rem 2rem 6rem;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#event_smart .topic ul li::before {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 1.5;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #191d69;
  background: #fff;
  text-align: center;
}
#event_smart .topic ul li::before {
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 2rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 1.5;
  counter-increment: number 1;
  content: counter(number) " ";
  color: #191d69;
  background: #fff;
  text-align: center;
}

/*event_display */
#event_display dl{
  margin-bottom: 0.1rem;
}
#event_display dt {
  width: 50%;
}

#event_display_2 .flex3::after{
  display: none;
}

#event_display_2 a {
  display: block;
  border: 0.1rem solid #191d69;
  text-align: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  outline: 0;
  transition: .2s;
  pointer-events: all;
  margin-top: 2rem;
}

#event_display_2 a.bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background: #191d69;
    width: 120%;
    height: 100%;
    transform: skewX(-25deg);
}

#event_display_2 a::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  clip-path: polygon(0 0,0% 100%,70% 50%);
  background-color: #191d69;
}

#event_display_2 a span {
  position: relative;
  z-index: 3;
  color: #191d69;
}
#event_display_2 a:hover span {
  color: #fff;
}

#event_display_2 a.bgskew:hover::before {
  animation: .5s forwards skewanime;
}

/*event_iot */
#event_iot .sub_tit + p span{
  background: #191d69;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
}
/*event_disassembly */
#event_disassembly .sub_tit + p span{
  background: #191d69;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
}

/*event_demo */
#event_demo .box_lightgray_2 ul{
  display: flex;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #191d69;
}

#event_demo .box_lightgray_2 ul li{
  margin-right: 3rem;
}
#event_demo .box_lightgray_2 ul li span{
  background: #191d69;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
}

#event_machining .flexsize1 p:first-child,
#event_twin .box_wrapper p:nth-of-type(2){
  display: flex;
  align-items: flex-start;
}
#event_machining .flexsize1 p:first-child span,
#event_twin .box_wrapper p:nth-of-type(2) span{
  padding: 0.5rem 1rem;
  background: #191d69;
  margin-right: 1rem;
  color: #fff;
}
#event_machining .flexsize1 p:first-child b,
#event_twin .box_wrapper p:nth-of-type(2) b{
  flex: 1;
  padding: 0.5rem 0;
}

#event_twin li{
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5rem;
}

#event_twin li span{
  position: relative;
  padding-right: 2.5rem;
  display: block;
}

#event_twin li b{
  color: #fff;
  background: #666;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  display: block;
}

#event_twin li span::before{
  position: absolute;
  content: "";
	right: 0rem;
  top: 50%;
  transform: translateY(-50%);
	box-sizing: border-box;
	width: 1rem;
	height: 0.5rem;
	border: 0.6rem solid transparent;
	border-left: 1rem solid #ccc;
}

@media (max-width: 768px){  
  .sub_tit {
    padding: 1rem;
    font-size: 1.8rem;
    text-align: left;
  }
  #event_smart #clean_us > p{
    font-size: 1.8rem;
  }
  #event_smart #clean_us ul li{
    width: 100%;
  }
  #event_smart #clean_us ul li:not(:nth-of-type(4)):not(:nth-of-type(7)){
    margin-right: 0;
  }
  #event_smart #clean_us ul li figure{
    width: 80%;
  }
  #event_smart .topic p{
    font-size: 1.8rem;
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
  #event_smart .topic p span{
    font-size: 1.6rem;
    width: 12rem;
    margin-right: 1rem;
    text-align: center;
  }
  #event_smart .topic ul li{
    width: calc(100% - 2rem);
    font-size: 1.6rem;
  }
  #event_smart .topic ul li::before {
    line-height: 2;
  }
  #event_display dt{width: 100%;}
  #event_iot .box_wrapper .sub_tit + p{
    display: flex;
    align-items: flex-start;
  }
  #event_iot .box_wrapper .sub_tit + p span{
    font-size: 1.4rem;
    width: 12rem;
    margin-right: 1rem;
    text-align: center;
  }
  #event_iot .flex{
    flex-direction: column;
  }
  #event_iot .flex p{
    width: 100%;
    margin-bottom: 2rem;
  }
  #event_iot .flex figure{
    width: 80%;
    margin: 2rem auto 0;
  }
  #event_demo h2 span{font-size: 3.2rem;}
  #event_demo .box_lightgray_2 ul{
    display: block;
  }
  #event_demo .box_lightgray_2 ul li{
    display: flex;
    align-items: flex-start;
  }
  #event_demo .box_lightgray_2 ul li span{
    width: 6rem;
    margin-right: 1rem;
    text-align: center;
    padding: 0.5rem;
  }
  #event_demo .box_lightgray_2 ul li b{
    flex: 1;
    padding: 0.5rem 0;
  }
  #event_emc div.flex{
    flex-direction: column-reverse;
  }
  #event_emc div.flex > .w20{
    margin: 0 auto 1rem;
    width: 60%;
  }
  #event_emc div.flex > div{
    margin: 0;
  }
  #event_emc dl.flex{
    flex-direction: column;
  }
  #event_emc dl.flex dt{
    margin: 0;
    width: 100%;
  }
  #event_twin li span{
    flex: 1;
  }
  
}


/*===== ■5. Online =====*/
/*share*/
.blue_frame{
  background: #e8e8f0;
  position: relative;
  padding: 2.0rem;
  width: 50%;
  margin: 0 auto;
}

.blue_frame::after{
    position: absolute;
  content: "";
  top: -1.5rem;
  right: 1.5rem;
  background: #191d69;
  height: 6rem;
  width: 0.1rem;
  transform: translateY(0) rotate(135deg);
}


/*online_outline*/
#online_outline dl{
  margin-bottom: 0.1rem;
}
#online_outline dt{
  width: 20rem;
}

/*online_chance*/
#online_chance h4{
	position: relative;
	text-align: center;
	padding: 0.5rem;
	border: solid 0.1rem #191d69;
	color: #191d69;
	font-size: 2.0rem;
	margin-bottom: 2.0rem;
  font-weight: bold;
}

#online_chance h4::before, 
#online_chance h4::after {
	content: '';
	width: 3.0rem;
	height: 3.0rem;
	position: absolute;
}

#online_chance h4::before {
	border-left: solid 0.4rem #191d69;
	border-top: solid 0.4rem #191d69;
	top: -0.4rem;
	left: -0.4rem;
}

#online_chance h4::after {
	border-right: solid 0.4rem #191d69;
	border-bottom: solid 0.4rem #191d69;
	bottom: -0.4rem;
	right: -0.4rem;
}

#online_chance #chance_number > div > div{
  display: flex;
  font-weight: bold;
}

#online_chance #chance_number > div > div > span{
  text-align: center;
  width: 20rem;
  padding: 2rem;
  color: #fff;
  background: #191d69;
}

#online_chance #chance_number > div > div > p{
  border-right: #191d69 solid 0.2rem;
  text-align: center;
  width: calc(50% - 10rem);
  border-bottom: #191d69 solid 0.2rem;
}

#online_chance #chance_number > div > div > p > span{
  font-size: 3.6rem;
}

#online_chance #chance_lead > div{
  width: 60%;
  margin: 0 auto;
  padding: 0 1rem 5rem;
  max-width: 102.4rem;
}

#online_chance #chance_lead dl dt{
  font-size: 2.0rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #191d69;
}

#online_chance #chance_lead dl dd{
  font-size: 3.6rem;
}

#online_chance #chance_lead dl dd > span{
  font-size: 6.0rem;
}

#online_chance #chance_lead dl dd li{font-size: 1.8rem;}
#online_chance #chance_lead dl dd li span{font-size: 2.8rem;}

#online_chance #chance_lead > div > div{
  display: flex;
  font-weight: bold;
}
#online_chance #chance_lead > div > div > span{
  text-align: center;
  width: 20rem;
  padding: 2rem;
  color: #fff;
  background: #191d69;
}

#online_chance #chance_lead > div > div > p{
  border-right: #191d69 solid 0.2rem;
  text-align: center;
  width: calc(100% - 20rem);
  border-bottom: #191d69 solid 0.2rem;
}

#online_chance #chance_lead > div > div:first-child{
  align-items: stretch;
}

#online_chance #chance_lead > div > div:first-child > span{
  background: none;
}
#online_chance #chance_lead > div > div:first-child > p{
  color: #fff;
  background: #191d69;
  padding: 1rem;
  border-right: #fff solid 0.2rem;
  border-bottom: none;
}

#online_chance #chance_lead > div > div > p > span{
  font-size: 3.6rem;
}

#online_chance #chance_lead dl {
  background: #fff;
  text-align: center;
  box-shadow: 1rem 1rem 0 0 #191d69;
  color: #191d69;
  font-weight: bold;
  padding: 2.5rem 3rem;
  border: 0.1rem solid #191d69;
}


/*online_merit*/
#online_merit h3{
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: flex-end;
  color: #191d69;
}

#online_merit h3:after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0.5rem;
  width: 100%;
  background: #191d69;
}

#online_merit h3 > span{
  width: 10rem;
  height: 10rem;
  background: #191d69;
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 25% 100%, 0 75%);
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 2rem 0 -2.5rem ;
}

#online_merit h3 > span > span{
  font-size: 6.0rem;
  display: block;
  line-height: 0.9;
}

#online_merit h3 > b{
  margin-bottom: 2rem;
   flex:1;
}

#online_merit .plan{
  padding : 1.5rem;
  border: solid #191d69 0.2rem;
  display: inline-block;
}

#online_merit .plan span{
  border-right: 1px #191d69 solid;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 1024px){
  #online_chance #chance_lead dl dd{
    font-size: 2.2rem;
  }
  
  #online_chance #chance_lead dl dd > span{
    font-size: 3.8rem;
  }
}

@media (max-width: 768px){
  /*share*/
  .blue_frame{
    padding: 1.5rem;
    width: 100%;
  }
  
  /*online_chance*/
  #online_chance #chance_number > div > div{
    display: block;
    border-bottom: none;
  }
  
  #online_chance #chance_number > div > div > span{
    display: block;
    width: 100%;
    padding: 1.5rem;
  }
  
  
  #online_chance #chance_number > div > div > p{
    width: 100%;
    padding: 1rem 0;
    border-left: #191d69 solid 0.2rem;
    border-bottom: #191d69 solid 0.2rem;
  }
  
  #online_chance #chance_lead > div{
    width: 100%;
  }
  
  
  
  #online_chance #chance_lead dl{
    box-shadow: 0.5rem 0.5rem 0 0 #191d69;
    padding: 1.5rem 2rem;
  }

  #online_chance #chance_lead dl dt{
    font-size: 1.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  #online_chance #chance_lead dl dd{
    font-size: 3.6rem;
  }
  
  #online_chance #chance_lead dl dd{
      font-size: 2.2rem;
    }

  #online_chance #chance_lead dl dd > span{
    font-size: 3.0rem;
  }
  
  #online_chance #chance_lead > div > div > span{
    width: 10rem;
    padding: 2rem 1rem;
  }
  
  #online_chance #chance_lead > div > div > p{
    width: calc(100% - 10rem);
    padding: 1.5rem;
  }
  #online_chance #chance_lead > div > div > p > span{
    font-size: 2.8rem;
  }
  
  #online_outline {
    min-width: auto;
    width: 100%;
  }
  
  #online_outline dt{
    width: 100%;
  }
  
  #online_chance h4{
	  font-size: 1.8rem;
  }
  #online_chance h4::before {
		border-left: solid 0.3rem #191d69;
		border-top: solid 0.3rem #191d69;
		top: -0.3rem;
		left: -0.3rem;
	}
  
  #online_chance h4::after {
		border-right: solid 0.3rem #191d69;
		border-bottom: solid 0.3rem #191d69;
		bottom: -0.3rem;
		right: -0.3rem;
	}
  
  /*online_merit*/
  #online_merit h3{
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    align-items: flex-end;
  }

  #online_merit h3:after{
    left: 2rem;
    height: 0.5rem;
    width: calc(100% - 2rem);
  }

  #online_merit h3 > span{
    width: 7rem;
    height: 7rem;
    background: #191d69;
    clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 25% 100%, 0 75%);
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 1rem 0 0 ;
  }

  #online_merit h3 > span > span{
    font-size: 3.0rem;
    line-height: 1.2;
  }
  
  #online_merit .plan{
    padding : 1.0rem;
    font-size: 1.4rem;
  }

  #online_merit .plan span{
    border-right: 1px #191d69 solid;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
  }

}

