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

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

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

	1. Section [section_worry] 
  2. Section [section_topic] 

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



/*===== ■1. Section [section_worry]  =====*/
#section_worry ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #ededed;
  padding: 2rem;
}

#section_worry ul li{
  width: calc(33% - 2rem);
}
#section_worry ul li p{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem;
  border-radius: 1rem;
  background: #fff;
  position: relative;
}
#section_worry ul li p::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#section_worry ul li figure{
  margin: 3rem auto 0;
  width: 60%;
}
@media (max-width: 768px) {
  #section_worry ul{
    padding: 2rem 1.5rem;
    }
  #section_worry ul li{
    width:100%;
    margin-bottom:2rem
  }
  #section_worry ul li:last-child{
    margin-bottom:0rem
  }
  #section_worry ul li p{
    padding: 1rem;
    font-size: 1.6rem;
    border-radius: 0.5rem;
  }
  #section_worry ul li figure{
    margin: 1rem auto 0;
    width: 40%;
  }
  
}


/*===== 12. Section [section topic]  =====*/
#section_topic{
  padding: 0;
  margin-top: 10rem !important;
}
#section_topic .year{
  font-weight: bold;
  text-align: center;
  padding: 0 1rem;
  font-size: 5.4rem;
  transform: rotate(0) skewX(-5deg);
  color: #191d69;
}
#section_topic > div{
  position: relative;
}
#section_topic > div::after{
  position: absolute;
  content: "";
  top: 7rem;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  z-index: 1;
}
#section_topic ul {
  position: relative;
  z-index: 2;
}
#section_topic ul li{
  margin: 0 1.5rem;
  position: relative;
  z-index: 2;
}
#section_topic ul li img{
 position: relative;
  z-index: 2;
  transform: rotate(0) skewX(-5deg);
}
#section_topic .tf_solution{
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 3rem 0 12rem;
  text-align: center;
}
#section_topic .tf_solution span{
  font-weight: bold;
  font-size: 3rem;
  transform: rotate(0) skewX(-5deg);
  display: block
}
@media (max-width: 768px) {
  #section_topic .year{
    font-size: 2.4rem;
  }
  #section_topic .tf_solution {
    padding: 3rem 0 6rem;
  }
  #section_topic .tf_solution span{
    font-weight: 700;
    font-size: 2rem;
  }
}


/*===== 12. Section [top problem]  =====*/

#section_problem {
  background-color: #191d69;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 10rem;
  text-align: center;
  color: #fff;
}

#section_problem h2{
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 5rem;
}
#section_problem .problem-items {
  background: url("../img/visit/img-solution_person.png") no-repeat 50% -6px;
  background-size: 12rem;
  min-height: 24rem;
  position: relative;
  margin: auto;
}
#section_problem .problem-items li {
  background: #fff;
  border-radius: 5rem;
  color: #333;
  font-weight: 700;
  width: fit-content;
  text-align: center;
  position: absolute;
  white-space: nowrap;
  line-height: 2;
  padding: 1rem;
  line-height: 1.4;
}
#section_problem .problem-items li::after {
  content: "";
  background: url(../img/visit/problem_bg01.svg) no-repeat 0 0/100%;
  width: 2.5rem;
  height: 3rem;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -2rem;
  z-index: 2;
}
#section_problem .problem-items li:nth-child(1)::after, 
#section_problem .problem-items li:nth-child(2)::after{
    background: url(../img/visit/problem_bg02.svg) no-repeat 0 0/100%;
}

#section_problem .problem-items li:nth-child(1), 
#section_problem .problem-items li:nth-child(4){
  font-size: 2.2rem;
  padding-inline: 1em;
}
#section_problem .problem-items li:nth-child(3){
  font-size: 1.6rem;
  padding-inline: 1em;
}

#section_problem .problem-items li:nth-child(2) {
  font-size: 1.6rem;
  padding-inline: 1em;
}
#section_problem .problem-items li:nth-child(3) {
  font-size: 1.6rem;
  padding-inline: 1em;
}

  #section_problem .problem-items li:nth-child(1) {
    left: 7vw;
  }
  #section_problem .problem-items li:nth-child(2) {
    top:7vw;
    left: 14vw;
  }
/*
  #section_problem .problem-items li:nth-child(3) {
    top: 9.4285714286vw;
    left:18.130952381vw;
  }
*/
  #section_problem .problem-items li:nth-child(3) {
    top: 7.25vw;
    right: 7vw;
  }
  #section_problem .problem-items li:nth-child(4) {
    top: 0.9523809524vw;
    right: 4vw;
  }

@media (max-width: 1280px) {
   #section_problem .problem-items {
    width: 100%;
    min-width: 100%;
    background-size: 20rem auto;
    padding-bottom: 50rem;
    background-position: 50% 100%;
    min-height: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 5rem 12rem;
  }
  
  #section_problem .problem-items li {
    position: relative;
    top: auto!important;
    left: auto!important;
    font-size: 1.6rem!important;
  }
  #section_problem .problem-items li::after,
  #section_problem .problem-items li:nth-child(1)::after, 
  #section_problem .problem-items li:nth-child(2)::after,
  #section_problem .problem-items li:nth-child(3)::after, 
  #section_problem .problem-items li:nth-child(4)::after{
    bottom: -4.5rem;
    width: 3rem;
    height: 6rem;
    background: url(../img/visit/problem_bg03.svg) no-repeat 0 0/100%;
  }
  
  
  
}
@media (max-width: 768px) {
  #section_problem h2{
    font-size: 2rem;
  }
  #section_problem {
    padding-top: 5rem;
    padding-bottom: 7rem;
  }
}


/*===== ■3. Section [seiminar_program]  =====*/
/*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*/
.js-content,
.js-content2{
	display: none;
}
.content-box > div:not(.seminar_outline){
	margin-bottom: 4rem;
}











.seminar_program .tab{
  display: grid;
  align-items: start;
  column-gap: 3rem;
  margin-top: 5rem;
  grid-template-columns: minmax(20rem, 30rem) auto;
}
.seminar_program .tab .tab-list{
  width: 100%;
  position: sticky;
  top: calc(var(--header-height) + 20px);
  gap: 1rem;
}
.seminar_program .tab .tab-list li{
  pointer-events: auto;
  cursor: default;
  background: #e8e8f0;
  border-bottom: 0.1rem solid #191d69;
	padding: 1.5rem;
	width: 100%;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
  color: #191d69;
}

.seminar_program .tab .tab-list li > span{
  font-size: 1.4rem;
  display: block;
  margin-top: 0.5rem;
}

.seminar_program .tab .tab-list li.current,
.seminar_program .tab .tab-list li.current2,
.seminar_program .tab .tab-list li.current3,
.seminar_program .tab .tab-list li:hover{
  background: #191d69;
	color: #fff;
	position: relative;
}
/*
.seminar_program .tab .tab-list li.current::before,
.seminar_program .tab .tab-list li.current2::before{
	position: absolute;
	content: "";
	top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #333;
}
*/
@media (max-width: 768px) {
  .seminar_program .tab{
    grid-template-columns: 100%;
  }
  .seminar_program .tab .tab-list{
    width: 100%;
    position: static;
    top: auto;
    margin-bottom: 3rem;
    justify-content: space-between;
  }
  .seminar_program .tab .tab-list::after{
    height: 0.2rem;
  }
  .seminar_program .tab .tab-list li {
    padding: 1rem;
    width: 100%;
    margin: 0 0.1rem;
    font-size: 1.6rem;
  }
}


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

.seminar_program .seminar_link{
	display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 2rem;
  
}
.seminar_program .seminar_link li{
  width: calc(33.3% - 0.5rem);
  text-align: center;
  font-size: 1.8rem;
}
.seminar_program .seminar_link.twoday li{
  width: calc(50% - 0.1rem);
}

.seminar_program .seminar_link a{
  position: relative;
  display: block;
  background: #ccc;
  padding: 1.5rem;
	font-weight: bold;
  pointer-events:auto; 
  color: #666;
}

.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 .seminar_link li.is-current{
  font-size: 2.2rem;
}
.seminar_program .seminar_link li.is-current a{
  background: #333;
  color: #fff;
  pointer-events: none;
  cursor: default;
  padding: 1.5rem;
}

.seminar_program h3{
  background: #333333;
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0.5rem;
  text-align: center;
  margin: 0 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{
  margin: 1rem 0;
}

.seminar_program .seminar_outline div{
  display: flex;
	margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.seminar_program .seminar_outline ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.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.2rem 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-right: 1rem;
}
.seminar_program .seminar_outline ul:last-child li:last-child{background: #85b452;}
.seminar_program .table_caution{
  display: flex;
}
.seminar_program .table_caution{
  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;
  align-items: center;
  margin-top: 1rem;
}
.seminar_program .emc_book span{
  width: 3rem;
  display: inline-block;
  margin-right: 0.5rem;
}
.seminar_program .date_wrap{
  display: none;
  border: solid 0.1rem #ccc;;
  padding: 1rem 2rem 2rem;
}
.seminar_program .date_wrap.is-active{
  display: block;
}

.seminar_program table{
  border: solid #191d69 0.1rem;
  width: 100%;
}
.seminar_program > div:not(.flex2) >div:not(:first-of-type){
  margin-top: 3rem;
}
.seminar_program table tr{
  padding: 0.1rem;
  width: 100%;
  display: block; 
}
.seminar_program table tr:not(:last-child){
  border-bottom: solid #191d69 0.1rem;
}
.seminar_program table tr:first-child th{
  background: #191d69;
  color: #fff;
  padding: 1rem;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}
.seminar_program table tr:not(:first-child) 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 tr:not(:first-child) span{
  display: block;
}
.seminar_program table td{
  padding: 1.5rem;
  width: 100%;
}
.seminar_program table td > p:first-child,
.seminar_program table td > p.multiple{
  font-weight: bold;
  color: #191d69;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}
.seminar_program table td > p.multiple{
  border-top: 0.1rem dotted #ccc;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

.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 .logo,
#seminar_iot table td .speaker figure{
  width: 12rem;
}

.w12{
  width: 12rem!important;
}
.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 .speaker p.inlineblock b,
.seminar_program table td .speaker p.inlineblock span{
  display: inline-block;
  margin-right: 2rem;
}

.seminar_program table td > div.emc_seminar{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.seminar_program table td > div.emc_seminar > p{
  font-weight: bold;
  color: #191d69;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  flex: 1;
}

.seminar_program table td > div.emc_seminar figure {
  width: 3rem;
  top: 1rem;
  right: 1rem;
  margin-left: 1rem;
}

.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 .dropdown > div > div{
  display: flex;
  justify-content: space-between;
}

.seminar_program .dropdown > div > div dl{
  width: calc(50% - 1rem);
  
}

.seminar_program .dropdown > div > div dt{
  padding: 0.5rem 1rem;
  text-align: center;
  background: #999;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}


@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 .date_wrap{
    padding: 1rem;
  }
  .seminar_program .seminar_outline{
    flex-direction: column;
    margin-bottom: 0;
  }
  .seminar_program .seminar_outline div:first-child{
    display: block;
  }
  .seminar_program .seminar_outline div:last-child{
    width: 100%;
  }
  .seminar_program .seminar_outline ul{
    margin-bottom: 0.5rem;
  }
  .seminar_program .seminar_outline ul:first-child li{
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
  }
  .seminar_program .seminar_outline ul:last-child li{
    margin: 0 1rem 0 0;
    font-size: 1.4rem;
  } 
  .seminar_program table tr:first-child th{
    font-size: 1.8rem
  }
  .seminar_program table tr:not(:first-child) th{
    width: 6rem;
    padding: 1rem;
    min-width: 6rem;
  }
  .seminar_program table td > p:first-child{
    font-size: 1.6rem;
  }
  
  .seminar_program table td > div.emc_seminar > p{
    font-size: 1.6rem;
  }
  .seminar_program table td .withlogo > figure.emc_seminar{width: 3rem;}
}  


@media (max-width: 768px){  
  .seminar_program > div >div:not(:first-of-type){
    margin-top: 1rem;
  }
  .seminar_link + div > div > div:first-child{
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .seminar_program .seminar_link{
    padding: 0 0.5rem;
  }
  .seminar_program .seminar_link a{
    padding: 1rem 0 2rem;
    font-size: 1.4rem; 
    padding: 1rem;
  }
  .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{
    flex-direction: column;
    align-items: flex-start;
  }
  
  .seminar_program table td .speaker figure{
    width: 7rem;
    margin: 0 auto 1rem 0;
  }
  .seminar_program table td .speaker figure + figure{
    width: 100%;
    order: 3;
  }
  .seminar_program table td .speaker figure + figure img{
    width: 10rem
  }
  .seminar_program table td .speaker p b{font-size: 1.6rem;}
  .seminar_program .dropdown > div > div{
    flex-direction: column;
  }
  .seminar_program table td .emc_seminar{
    top:auto;
    bottom: 1rem;
  }
  
  .seminar_program .dropdown > div > div dl{width: 100%}
  .seminar_program .dropdown > div > div dl:first-child{margin-bottom: 1.5rem;}
}


/*===== ■4. Page [index]  =====*/

/*event_ichiken_lounge*/
#event_ichiken_lounge dl,
#event_ichiken_emc dl{
  border-bottom: 0.1rem solid #fff;
}
#event_ichiken_lounge dt,
#event_ichiken_emc dt{
  width: 20rem
}

@media (max-width: 768px){  
  #event_ichiken_lounge dt,
  #event_ichiken_emc dt{
    width: 100%
  }
}

#event_ichiken_lounge #ichiken_03 table{
  width: 100%;
}
#event_ichiken_lounge #ichiken_03 table tr:first-child th{
  background: #191d69;
  color: #fff;
  padding: 1rem;
  font-weight: bold;
}
/*
#event_ichiken_lounge #ichiken_03 table tr:nth-child(2) td{
  background: #ededed;  
  text-align: center;
  font-weight: bold;
  color: #191d69;
}
*/
#event_ichiken_lounge #ichiken_03 table th{
  border: #191d69 0.1rem solid;
  padding: 1rem;
  vertical-align: middle;
  width: 12rem;
}
#event_ichiken_lounge #ichiken_03 table td{
  padding: 1rem;
  border: #191d69 0.1rem solid;
}

#event_ichiken_lounge #ichiken_03 figure{
  width: 20%;
}

a.bgskew {
    width: 50%;
    padding: 2rem;
    margin: 3rem auto 0;
}
