@charset "UTF-8";
/* 2026年制作版の「出展をお考えの方へ」専用のCSSです。こちら以外には使用していません。 */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root{
  --brown:#614d40;
}
.brsp{
  display: none;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  
}

@media screen and (max-width: 767px) {
  body {
    
  }
}
.under #contents {
    padding-top: calc(5.3333em + 0em)!important;
}
@media screen and (max-width: 991px) {
  .under #contents {
    padding-top: calc(3.9333em + 0em)!important;
  }
}
.ex2026Container{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
 /* background-image:url(../images/exhibitor2026/tmpl_pc.jpg);
  background-size: 1440px;
  background-position: top center;
  background-repeat: no-repeat; */
}
.ex2026Container h1, .ex2026Container h2,.ex2026Container  h3,.ex2026Container  h4,.ex2026Container  h5,.ex2026Container h6 ,.ex2026Container p{
  font-family: "Noto Sans JP", sans-serif;
}

.ex2026HeadHRDIV{
  width: 100%;
  height: 5px;
  background: #F9E682;
background: linear-gradient(90deg,rgba(249, 230, 130, 1) 0%, rgba(222, 241, 207, 1) 50%, rgba(159, 209, 216, 1) 100%);
}
.ex2026KV_wrap{
  width: 100%;
  background-image:url(../images/exhibitor2026/kv_bg_yellow_pc.webp);
  background-size: 100% 700px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fffdf1;
}
.ex2026KV_bg_left_div{
  width: 100%;
    background-image: url(../images/exhibitor2026/kv_bg_left_pc.webp);
    background-size: auto 85%;
    background-position: top left;
    background-repeat: no-repeat;
}
.ex2026KV_bg_right_div{
  width: 100%;
    background-image: url(../images/exhibitor2026/kv_bg_right_pc.webp);
    background-size: auto 85%;
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
}
@media screen and (max-width: 1155px) {
  .ex2026KV_bg_left_div{
      background-image: url(../images/exhibitor2026/kv_bg_left_pc_2.webp);
      background-size: auto 85%;
  }
  .ex2026KV_bg_right_div{
      background-image: url(../images/exhibitor2026/kv_bg_right_pc_2.webp);
      background-size: auto 85%;
  }
}
@media screen and (max-width: 739px) {
  .ex2026KV_bg_left_div{
      background-image: url(../images/exhibitor2026/kv_bg_left_sp.webp);
      background-size: 100px;
  }
  .ex2026KV_bg_right_div{
      background-image: url(../images/exhibitor2026/kv_bg_right_sp.webp);
      background-size: 100px;
  }
}
.ex2026KV_title{
  max-width: 1032px;
  width: 90%;
  display: block;
  margin: auto;
  padding: 2.0% 0 0 0;

}
.ex2026KV_title img{
  display: block;

}

.ex2026KV_logo1{
  width: 80%;
  max-width: 488px;
    display: block;
    margin: auto;
    padding: 0 0 0 0;
}
@media screen and (max-width: 739px) {
  .ex2026KV_title{
    max-width: 500px;
    width: 96%;
    display: block;
    margin: auto;
    padding: 58px 0 0 0;

  }
  .ex2026KV_logo1{
    width: 80%;
    max-width: 400px;
      display: block;
      margin: auto;
      padding: 0 0 0 0;
  }
}
.ex2026KV_p1{
  margin: 0.8em auto 0 auto;
    font-size: 1.4em;
    color: var(--brown);
    line-height: 1.5em;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 9;
}
.ex2026KV_p1_span1 {
  position: relative;
  z-index: 9;
}
.ex2026KV_p1_span1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  background: #ff0;
  z-index: -8;
}

@media screen and (max-width: 499px) {
  .ex2026KV_p1 .brsp{
    display: block;
  }
}

.ex2026KV_SP_objDIV1{
  width: 90%;
  max-width: 400px;
    height: 40px;
  margin: auto;
}
@media screen and (max-width: 739px) {
  .ex2026KV_SP_objDIV1{
    height: 82px;
    background-image:url(../images/exhibitor2026/kv_bg_obj1_sp.webp);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
  }
}


.ex2026_cta1{
    width: fit-content;
    background-color: #54b3ab;
    border-radius: 200px;
    display: block;
    margin: 0 auto 0 auto;
    font-size: 1.8em;
    color: #fff!important;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.2em;
    padding: 1.3em 3.9em;
    background-image: url(../images/exhibitor2026/cta_btn_icon_next.gif);
    background-size: 1.4em;
    background-position: center right 2em;
    background-repeat: no-repeat;
}
.ex2026_cta1 {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
}
.ex2026_cta1:hover {
  filter: drop-shadow(0 2px 4px rgba(84, 179, 171, 0.75));
  color: #FFF;
}
@media screen and (max-width: 479px) {
  .ex2026_cta1{
    font-size: 5.3vw;
    background-position: center right 1em;
}
}
.ex2026KV_bottomDIV{
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.ex2026KV_p2{
    width: 259px;
    display: block;
    margin-left: 20px;
}
.ex2026KV_p2 img{
  display: block;
}
@media screen and (max-width: 739px) {
  .ex2026KV_p2{
      width: 190px;
      display: block;
      margin-left: 20px;
      padding-top: 40px;
  }
}



.ex2026KV_slideArea{
  width: 100%;
  background-color: #fcf4d3;
}
.ex2026KV_slideArea_updiv{
  width: 100%;
  height: 200px;
  background-image:url(../images/exhibitor2026/kv-slide_upper.webp);
  background-size: 1500px;
  background-position: 0 top;
  background-repeat: repeat-x;
  animation: bg-slide-left_pc 25s linear infinite;
}
.ex2026KV_slideArea_downdiv{
  width: 100%;
  height: 200px;
  background-image:url(../images/exhibitor2026/kv-slide_downer.webp);
  background-size: 1800px;
  background-position: 0 top;
  background-repeat: repeat-x;
  margin-top: 20px;
  animation: bg-slide-right_pc 30s linear infinite;
}


@media screen and (max-width: 739px) {
  .ex2026KV_slideArea_updiv{
    height: 160px;
    background-size: 1200px;
    animation: bg-slide-left_sp 25s linear infinite;
  }
  .ex2026KV_slideArea_downdiv{
    width: 100%;
    height: 160px;
    background-size: 1440px;
    animation: bg-slide-right_sp 30s linear infinite;
  }
}
@keyframes bg-slide-left_pc {
  0% { background-position: 0 top; }
  100% { background-position: -1500px top; }
}
@keyframes bg-slide-right_pc {
  0% { background-position: 0 top; }
  100% { background-position: 1800px top; }
}
@keyframes bg-slide-left_sp {
  0% { background-position: 0 top; }
  100% { background-position: -1200px top; }
}

@keyframes bg-slide-right_sp {
  0% { background-position: 0 top; }
  100% { background-position: 1440px top; }
}


.ex2026Sec2_wrap{
  width: 100%;
  background-image:url(../images/exhibitor2026/s3_head_bg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fffdf1;
  padding-bottom: 2em;
}
.ex2026Sec2_area{
  width: calc(100% - 2em);
    max-width: 860px;
    margin: auto;
    padding: 123px 0 0 0;
}
.ex2026Sec2_DIV1{
  width: 100%;
  border-radius: 16px;
  padding: 12px;
  margin: 0px auto 2.4em auto;
}
.ex2026Sec2_DIV1Inner{
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5em 0;
}
.ex2026Sec2_DIV1_yokohama.ex2026Sec2_DIV1{
  background-color: #f1d8c7;
}
.ex2026Sec2_DIV1_osaka.ex2026Sec2_DIV1{
  background-color: #fdf7d3;
}
.ex2026Sec2_DIV1_yokohama .ex2026Sec2_DIV1Inner{
  border: 1px solid #d27d44;
}
.ex2026Sec2_DIV1_osaka .ex2026Sec2_DIV1Inner{
  border: 1px solid #f9d94b;
}

.ex2026Sec2_DIV1Flex1{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ex2026Sec2_DIV1Flex1L{
  width: 340px;

}
.ex2026Sec2_DIV1Flex1L img{
  width:90%;
  display: block;
  margin: auto;
}
.ex2026Sec2_DIV1Flex1R{
  width: calc(100% - 340px);
  padding: 1em 0 0 0.5em;

}
.ex2026Sec2_DIV1Flex1R_p1{
  font-size: 1.15em;
  color: #000;
  line-height: 1em;
  text-align: left;
  font-weight: normal;
  letter-spacing: -0.05em;
  margin-bottom: 1.5em;
}
.ex2026Sec2_DIV1Flex1R_p1_span1{
  font-size: 162%;
  font-weight: 900;
  
}
.ex2026Sec2_DIV1Flex1R_p1_span2{
  font-size: 110%;
  font-weight: 900;
  margin-right: 0.5em;
}
.ex2026Sec2_DIV1Flex1R_p1_span3{
  font-size: 200%;
  font-weight: 900;
}

.ex2026Sec2_DIV1Flex1R_p2{
  margin: 0.5em auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.ex2026Sec2_DIV1Flex1R_p2_span1{
  width: 8em;
    border: 2px solid #614c3f;
    font-size: 0.9em;
    color: #000;
    line-height: 1em;
    text-align: center;
    font-weight: normal;
    padding: 0.45em;
}
.ex2026Sec2_DIV1Flex1R_p2_span2{
    border: 2px solid #fff;
    font-size: 0.9em;
    color: #000;
    line-height: 1em;
    text-align: left;
    font-weight: normal;
    padding: 0.45em 0.45em 0.45em 1em;
}
.ex2026Sec2_DIV1Flex2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 2em;
      margin: 1em 0 1.5em 0;
}
.ex2026Sec2_DIV1Flex2_btn{
  width: 48.5%;
  font-size: 1.05em;
  color: #fff!important;
  line-height: 1em;
  text-align: center;
  font-weight: 900;
  padding: 1.7em 0;
  letter-spacing: 0.25em;
  border-radius: 8px;
  background-image:url(../images/exhibitor2026/s2_btn_icon_next.webp);
  background-size: 1em;
  background-position: right 1.9em center;
  background-repeat: no-repeat;
}
.ex2026Sec2_DIV1_yokohama .ex2026Sec2_DIV1Flex2_btn{
  background-color: #54b3ab;
}
.ex2026Sec2_DIV1_osaka .ex2026Sec2_DIV1Flex2_btn{
 background-color: #306db2;
}
@media screen and (max-width: 799px) {
  .ex2026Sec2_DIV1Flex1L{
    width: 30%;
  }
  .ex2026Sec2_DIV1Flex1R{
    width: 70%;
  }
}
@media screen and (max-width: 639px) {
  .ex2026Sec2_area {
    padding: 40px 0 0 0;
}
  .ex2026Sec2_DIV1Inner {
    padding: 1.5em 0 0 0 ;
}
  .ex2026Sec2_DIV1Flex1{
    display: block;
    
  }
  .ex2026Sec2_DIV1Flex1L{
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .ex2026Sec2_DIV1Flex1R{
    width: calc(100% - 1em);
    max-width: 400px;
    margin: auto;
  }
  .ex2026Sec2_DIV1Flex1R_p1 {
    font-size: 1.05em;
    text-align: center;
    
  }
  .ex2026Sec2_DIV1Flex2{
    width: 100%;
    display: block;
    padding: 0;
        margin: 1.5em 0 1.0em 0;
  }
  .ex2026Sec2_DIV1Flex2_btn{
    width: calc(100% - 2em);
    max-width: 380px;
    margin: 0.75em auto;
    display: block;
    border-radius: 16px;
  }
  
}
@media screen and (max-width: 439px) {
  .ex2026Sec2_DIV1Flex1R_p1 {
    font-size: 3vw;
        
  }
}

.ex2026Sec3_wrap{
  width: 100%;
  padding: 2em 0 0 0;
  margin: 0 auto 0 auto;
  background-color: #fffdf1;
}
.ex2026Sec3_area{
  width: 100%;
}
.ex2026Sec3_graphWrap{
  width: 100%;
  background-image:url(../images/exhibitor2026/s3_photo1_pc.webp);
  background-size: 22%;
  background-position: top 28% left;
  background-repeat: no-repeat;
}
.ex2026Sec3_graphWrap_inner{
  width: 100%;
  background-image:url(../images/exhibitor2026/s3_photo2_pc.webp);
  background-size: 22%;
  background-position: top 56% right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .ex2026Sec3_graphWrap{
    background:none;
  }
  .ex2026Sec3_graphWrap_inner{
    background:none;
  }
}

.cmnHead1_icon1{
  width: 170px;
  display: block;
  margin: auto;
}
.cmnHead1{
    font-size: 2.3em;
    color: #614d40;
    line-height: 1em;
    text-align: center;
    font-weight: 900 !important;
    background-image: url(../images/exhibitor2026/cmn_head_kakko_left.webp);
    background-size: 0.8em;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 1em 0 1em 1.3em;
    width: fit-content;
    display: block;
    margin: 0 auto 0 auto;
    letter-spacing: 0.03em;
}
.cmnHead1_span1{
  background-image:url(../images/exhibitor2026/cmn_head_kakko_right.webp);
  background-size: 0.8em;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 1em 1.3em 1em 0;
}
@media screen and (max-width: 639px) {
  .cmnHead1 {
    font-size: 5vw;
}


}
.ex2026Sec3_p1{
      font-size: 1.2em;
    color: #000;
    line-height: 2em;
    text-align: center;
    font-weight: 600;
    margin: 0.3em auto 0 auto;
    letter-spacing: 0.12em;
}
/* .ex2026Sec3_flex1以下はex2026Sec6でも使用しています。 */
.ex2026Sec3_flex1{
  width: 100%;
  max-width: 890px;
  margin: 4.2em auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.ex2026Sec3_flex1_child{
  width: 50%;
}
.ex2026Sec3_flex1_p1{
  width: fit-content;
    font-size: 1.1em;
    color: #fff;
    line-height: 1em;
    text-align: center;
    font-weight: 600;
    background-color: #de765a;
    border-radius: 1000px;
    margin: auto;
    padding: 1em 3em 1em 3em;
}
.ex2026Sec3_flex1_graph{
      width: 98%;
    margin: 2.5em auto 0 auto;
    display: block;
}
.ex2026Sec3_flex1_p2{
  width: 75%;
  margin: 0.9em auto 0 auto;
}
.ex2026Sec3_ansWrap{
  width: 100%;
    margin: 2.3em auto 0 auto;
    max-width: 1070px;
    background-image: url(../images/exhibitor2026/s3_obj2.webp);
    background-size: 76px;
    background-position: top 148px right 30px;
    background-repeat: no-repeat;
}
.ex2026Sec3_ansWrap_inner{
  width: 100%;
  background-image:url(../images/exhibitor2026/s3_obj3.webp);
  background-size: 73px;
  background-position: bottom 0 left 15px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .ex2026Sec3_ansWrap{
      background:none;
  }
  .ex2026Sec3_ansWrap_inner{
    background:none;
  }
}
.ex2026Sec3_p20{
  font-size: 1.55em;
    color: #614d40;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    background-image: url(../images/exhibitor2026/s3_obj1.webp);
    background-size: 100px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    padding: 2.5em 0 0 0;
    letter-spacing: 0.15em;
}
.ex2026Sec3_ansArea{
  width: calc(100% - 2em);
  margin: 3.3em auto 0 auto;
  max-width: 700px;

}
.ex2026Sec3_ansArea li{
   width: 100%;
    border: 6px solid #614d40;
    border-radius: 6px;
    padding: 1.7em 0;
    font-size: 1.3em;
    color: #614d40;
    line-height: 1.4em;
    text-align: center;
    font-weight: 900;
    margin: 1.2em auto 0 auto;
    background-image: url(../images/exhibitor2026/s3_check.webp);
    background-size: 1.6em;
    background-position: center right 1.4em;
    background-repeat: no-repeat;
    background-color: #fff;
}
.ex2026Sec3_sp_photoDIV{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
.ex2026Sec3_sp_photoDIV img{
  width: 50%;
  display: none;
  object-fit: cover;
	object-position: 50% 50%;
  height: 200px;
}
@media screen and (max-width: 699px) {
  .ex2026Sec3_ansArea li{
    font-size: 1.2em;
  }
}
@media screen and (max-width: 639px) {
  .ex2026Sec3_wrap {
    padding: 2em 0 2em 0;
}
  .ex2026Sec3_p20 {
    font-size: 1.2em;
    background-size: 60px;
    padding: 2.5em 0 0 0;
  }
  .ex2026Sec3_ansArea {
      margin: 2.3em auto 0 auto;
  }
  .ex2026Sec3_p1 .brsp{
    display: block;
  }
  .ex2026Sec3_p1 {
    font-size: 1.1em;
  }
  .ex2026Sec3_flex1 {
    display: block;
        margin: 0 auto 0 auto;
  }
  .ex2026Sec3_flex1_child {
      width: 100%;
      max-width: 360px;
      margin: 4em auto;
  }
  .ex2026Sec3_flex1_p2 {
    width: 90%;
    margin: 1.5em auto 0 auto;
  }
  .ex2026Sec3_sp_photoDIV img{
    display: block;
  }
  .ex2026Sec3_ansArea li{
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 0.8em 1em 0.8em 0;
    background-size: 1.4em;
  }
  .ex2026Sec3_ansArea li .brsp{
    display: block;
  }
}
@media screen and (max-width: 399px) {
  .ex2026Sec3_ansArea li{
    padding: 0.8em 2em 0.8em 0;
  }
}


.ex2026Sec4_wrap{
  width: 100%;
  padding: 9em 0 0 0 ;
  background-image:url(../images/exhibitor2026/sec4_head_bg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fcf4d3;
}
.ex2026Sec4_area{
  width: 100%;
  margin: auto;
}
.ex2026Sec4_graph1{
  width: 100%;
  max-width: 970px;
  margin: 2em auto 0 auto;
  display: block;
}
@media screen and (max-width: 999px) {
  .ex2026Sec4_wrap{
    padding: 9em 0 4em 0
  }

}
@media screen and (max-width: 599px) {
  .ex2026Sec4_wrap{
    padding: 4em 0 4em 0
  }
  .ex2026Sec4_graph1 {
    width: 98%;
    margin: 2.5em auto 0 auto;
}

}
.ex2026Sec5_wrap{
  width: 100%;
  padding: 11em 0 4em 0 ;
  background-image:url(../images/exhibitor2026/sec5_head_bg.webp);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.ex2026Sec5_area{
  width: 100%;
  margin: auto;
}
.ex2026Sec5_graph_wrap{
  width: 100%;
  background-image:url(../images/exhibitor2026/s5_bg_left.gif);
  background-size: 240px;
  background-position: top left;
  background-repeat: no-repeat;
}
.ex2026Sec5_graph_wrap_inner{
  width: 100%;
  padding-top: 3em;
  padding-bottom: 4em;
  background-image:url(../images/exhibitor2026/s5_bg_right.gif);
  background-size: 240px;
  background-position: top right;
  background-repeat: no-repeat;
}
.ex2026Sec5_graph_flex{
  width: calc(100% - 2em);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1120px;
  margin: auto;
  
}
.ex2026Sec5_graph_div1{
  width: 32%;
    background-color: #ffe453;
    border: 6px solid #614d40;
    border-radius: 16px;
    padding: 2em 0 2.2em 0;
    margin-bottom: 2%;
}
.ex2026Sec5_graph_div1_p1{
  font-size: 1.6em;
  color: #614d40;
  line-height: 1.1em;
  text-align: center;
  font-weight: 900;
}
.ex2026Sec5_graph_div1_icon1{
  width: 80px;
  display: block;
  margin: 1.4em auto 0 auto;
}
.ex2026Sec5_graph_div1_p2{
  font-size: 1.1em;
  color: #614d40;
  line-height: 1.1em;
  text-align: center;
  font-weight: 900;
  margin: 1em auto 0 auto;
}
.ex2026Sec5_graph_div1_p2_span1{
  font-size: 190%;
}
.ex2026Sec5_graph_div1_p3{
  font-size: 1em;
  color: #614d40;
  line-height: 1.1em;
  text-align: center;
  font-weight: 600;
  margin: 1.3em auto 0 auto;
}
@media screen and (max-width: 639px) {
  .ex2026Sec5_graph_wrap_inner {
    padding-top: 2em;
    padding-bottom: 3em;
}
  .ex2026Sec5_graph_flex{
    width: calc(100% - 3em);
    
  }
  .ex2026Sec5_graph_div1{
    width: calc(50% - 0.7em);
      margin-bottom: 5%;
      padding: 1em 0 1.2em 0;
  }
  .ex2026Sec5_graph_div1_p1{
    font-size: 1.4em;
  }
  .ex2026Sec5_graph_div1_icon1{
    width: 65px;
    margin: 1.0em auto 0 auto;
  }
  .ex2026Sec5_graph_div1_p2{
    font-size: 1.0em;
    letter-spacing: 0;
  }
  .ex2026Sec5_graph_div1_p2_span1{
    font-size: 190%;
  }
  .ex2026Sec5_graph_div1_p3{
    font-size: 0.9em;
  }

}
@media screen and (max-width: 439px) {
  .ex2026Sec5_graph_flex{
    width: calc(100% - 2em);
    
  }
  .ex2026Sec5_graph_div1{
    width: calc(50% - 0.5em);
      margin-bottom: 4%;
  }
  .ex2026Sec5_graph_div1_p1{
    font-size: 1.3em;
    letter-spacing: 0;
  }
  .ex2026Sec5_graph_div1_icon1{
    width: 55px;
    margin: 1.0em auto 0 auto;
  }
 

}
.ex2026Sec6_wrap{
  width: 100%;
  padding: 0 0 8.3em 0 ;
  
  background-image:url(../images/exhibitor2026/s6_bg_left.webp);
  background-size: 228px;
  background-position: top 400px left;
  background-repeat: no-repeat;
  background-color: #fffdf1;
}
.ex2026Sec6_area{
  width: 100%;
  background-image:url(../images/exhibitor2026/s6_bg_right.webp);
  background-size: 228px;
  background-position: top 328px right;
  background-repeat: no-repeat;
}
.ex2026Sec6_area_inner{
  width: 100%;
  padding: 5.9em 0 4.8em 0 ;
  background-image:url(../images/exhibitor2026/s6_bg_head.webp);
  background-size: 100% 420px;
  background-position: top center;
  background-repeat: no-repeat;
}
.ex2026Sec6_area{
  width: 100%;
  margin: auto;
}
.ex2026Sec6_icon1{
  width: 67px;
  display: block;
  margin: auto;
}
.ex2026Sec6_head1{
  font-size: 2.1em;
    color: #614d40;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    margin: 1.0em auto 0 auto;
}
.ex2026Sec6_head1_span1{
  font-size: 130%;
  position: relative;
  z-index: 9;
}
.ex2026Sec6_head1_span1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.4em;
  background: #ffe453;
  z-index: -8;
}
.ex2026Sec6_graph_wrap{
  width: 100%;
      margin: 6.4em auto 0 auto;
}
.ex2026Sec6_graph_wrap .ex2026Sec3_flex1_p1{
  width: 19em;
}
.ex2026Sec6_pointArea{
  max-width: 950px;
  width: calc(100% - 2em);
  margin: 4.8em auto 0 auto;
}
.ex2026Sec6_pointDIV{
  width: 100%;
  border-radius: 12px;
  border: 4px solid #fdeee2;
  margin-top: 2.4em;
  box-shadow: 9px 9px 0 #fdeee2;
}
.ex2026Sec6_pointDIV_flex1{
  width: 100%;
  border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 5% 3.3%;
    background-color: #fff;
    position: relative;
}
.ex2026Sec6_pointDIV_flex1_left{
  width: 120px;
}
.ex2026Sec6_pointDIV_flex1_left img{
  width: 100%;
  display: block;
}
.ex2026Sec6_pointDIV_flex1_right{
  width: calc(100% - 120px);
  padding: 0 0 0 2.7em ;
}
.ex2026Sec6_pointDIV_p1{
  font-size: 1.8em;
  color: #614d40;
  line-height: 1.3em;
  text-align: left;
  font-weight: 900;
  margin-bottom: 0.55em;
}
.ex2026Sec6_pointDIV_ul1{
  width: 100%;
    margin-top: 0em;
}
.ex2026Sec6_pointDIV_ul1 li{
  font-size: 1.1em;
    color: #000;
    line-height: 1.9em;
    text-align: left;
    font-weight: 600;
    margin: 0em 0 0 0;
    background-image: url(../images/exhibitor2026/s6_listpoint.gif);
    background-size: 1em;
    background-position: left top 0.6em;
    background-repeat: no-repeat;
    padding-left: 1.2em;
}
@media screen and (max-width: 639px) {
  .ex2026Sec6_wrap{
    padding: 0 0 1.3em 0 ;
    
    background-image:none;
  }
  .ex2026Sec6_area{
    width: 100%;
    background-image:none;
  }
  .ex2026Sec6_area_inner{
    width: 100%;
    padding: 3.9em 0 0 0 ;
    background-image:url(../images/exhibitor2026/s6_bg_head.webp);
    background-size: 639px 310px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .ex2026Sec6_icon1{
    width: 42px;
  }
  .ex2026Sec6_head1{
    font-size: 5.2vw;
  }
  .ex2026Sec6_graph_wrap {
    margin: 4.4em auto 0 auto;
  }
    .ex2026Sec6_graph_wrap .ex2026Sec3_flex1_p1 {
      width: 14em;
  }
    .ex2026Sec6_graph_wrap .ex2026Sec3_flex1_graph {
      margin: 1em auto 0 auto;
  }
  .ex2026Sec6_pointDIV {
    border-radius: 18px;
    margin-bottom: 4em;
}
  .ex2026Sec6_pointDIV_flex1{
   display: block;
   border-radius: 18px;
  }
  .ex2026Sec6_pointDIV_flex1_left{
    width: 60px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);


  }
  
  .ex2026Sec6_pointDIV_flex1_right{
    width: 100%;
    padding: 30px 0 0 0 ;
  }
  .ex2026Sec6_pointDIV_p1{
    font-size: 1.3em;
    padding-left: 0.5em;
  }
  .ex2026Sec6_pointDIV_ul1{
    width: 100%;
      margin-top: 0em;
  }
  .ex2026Sec6_pointDIV_ul1 li{
    font-size: 1.0em;
      
  }

}
.ex2026Sec7_wrap{
      width: 100%;
    padding: 2em 0 4.8em 0;
    background-image: url(../images/exhibitor2026/s8_bg_head.webp);
    background-size: 100% 420px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fffdf1;
}
.ex2026Sec7_mov_div{
  width: calc(100% - 4em);
  max-width: 1080px;
  margin: 3em auto 0 auto;
  border: 16px solid #de765a;
  border-radius: 16px;
  overflow: hidden;
  background-color: #de765a;
}
.ex2026Sec7_mov_div video{
    display: block;
    width: 100%;
    border-radius: 8px;
}
.ex2026Sec7_mov_p1{
      font-size: 1.2em;
    color: #614d40;
    line-height: 1.3em;
    text-align: center;
    font-weight: 600;
    margin: 0.7em auto 0 auto;
}
.ex2026Sec7_list_area{
  max-width: 960px;
  width: calc(100% - 2em);
  margin: 4.8em auto 0 auto;
}
.ex2026Sec7_list_div{
    width: calc(100% - 2em);
    padding: 2.4em 1.7em;
    border: 5px solid #e2c471;
    border-radius: 16px;
    box-shadow: 5px 5px 0 #fcf4d3;
  position: relative;
  margin: 4em auto;
  background-color: #fff;
}
.ex2026Sec7_list_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.ex2026Sec7_list_flex_left{
  width: 35%;

}
.ex2026Sec7_list_flex_left img{
  width: 100%;
  display: block;
  border-radius: 16px;
  
}
.ex2026Sec7_list_flex_right{
  width: 62%;

}
.ex2026Sec7_list_flex_right_flex{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.ex2026Sec7_list_flex_right_flex_p1{
  width: 12em;
  background-color: #fcf4d3;
  font-size: 1em;
  color: #614d40;
  line-height: 1em;
  text-align: center;
  font-weight: 900;
  padding: 0.8em;
  letter-spacing: 0;
  margin-bottom: 0.8em;
}
.ex2026Sec7_list_flex_right_flex_p3{
  width: calc(100% - 13em);
  margin-bottom: 0.8em;
  padding: 0.5em;
  margin-left: 1em;
  color: #614d40;
}
.ex2026Sec7_list_flex_right_flex_p2{
  width: calc(100% - 13em);
  margin-bottom: 0.8em;
  padding: 0.7em;
  font-size: 1em;
  color: #614d40;
  line-height: 1em;
  text-align: left;
  font-weight: 900;
   margin-left: 1em;
}
.ex2026Sec7_list_flex_right_flex_p3_span1{
  font-size: 100%;
  font-weight: 900;
  
}
.ex2026Sec7_list_flex_right_flex_p3_span2{
  font-size: 90%;
    font-weight: 400;
    display: block;
    margin-top: 0.3em;
    line-height: 1.3em;
}
.ex2026Sec7_list_flex_right_p10{
  color: #614d40;
}
.ex2026Sec7_list_div_pin_left{
  width: 24px;
  position: absolute;
  top: -33px;
  left: -7px;
}
.ex2026Sec7_list_div_pin_right{
  width: 24px;
  position: absolute;
  top: -33px;
  right: -7px;
}
@media screen and (max-width: 1199px) {
  .ex2026Sec7_mov_div{
    border: 1.5vw solid #de765a;
    border-radius: 1.5vw;
    overflow: hidden;
    background-color: #de765a;
  }

}
@media screen and (max-width: 639px) {
  .ex2026Sec7_wrap {
    padding: 2em 0 0em 0;
    background-size: 639px 310px;
}
  .ex2026Sec7_mov_p1{
      font-size: 1.1em;
  }
  .ex2026Sec7_list_flex{
    display: block;
  }
  .ex2026Sec7_list_flex_left{
    width: 100%;

  }
  .ex2026Sec7_list_flex_left img{
    width: 100%;
    display: block;
    border-radius: 16px;
    
  }
  .ex2026Sec7_list_flex_right{
    width: 100%;
    margin-top: 1.5em;

  }
  .ex2026Sec7_list_div {
    padding: 2.0em 1.7em;
    border: 3px solid #e2c471;
    margin: 4em auto;
  }
  .ex2026Sec7_list_flex_right_flex_p1{
    width: 10em;
    font-size: 0.85em;
  }
  .ex2026Sec7_list_flex_right_flex_p2 {
    width: calc(100% - 9em);
    margin-left: 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .ex2026Sec7_list_flex_right_flex_p3 {
    width: calc(100% - 9em);
    margin-left: 0.5em;
    padding: 0.5em 0 0.5em 0.5em;
  }
  .ex2026Sec7_list_flex_right_p10{
    font-size: 0.95em;
  }
  .ex2026Sec7_list_div_pin_left {
    width: 17px;
    top: -21px;
    left: -5px;
  }
  .ex2026Sec7_list_div_pin_right{
    width: 17px;
    top: -21px;
    right: -5px;
  }

}
@media screen and (max-width: 439px) {
  .ex2026Sec7_mov_p1{
      font-size: 1.0em;
}

}


.ex2026Sec8_wrap{
  width: 100%;
  padding: 0 0 8.3em 0 ;
  
  background-image:url(../images/exhibitor2026/s8_bg_left.webp);
  background-size: 180px;
  background-position: top 400px left;
  background-repeat: no-repeat;
  background-color: #fffdf1;
}
.ex2026Sec8_area{
  width: 100%;
  background-image:url(../images/exhibitor2026/s8_bg_right.webp);
  background-size: 180px;
  background-position: top 328px right;
  background-repeat: no-repeat;
}
.ex2026Sec8_area_inner{
  width: 100%;
  padding: 5.9em 0 4.8em 0 ;
  background-image:url(../images/exhibitor2026/s8_bg_head.webp);
  background-size: 100% 420px;
  background-position: top center;
  background-repeat: no-repeat;
}

.ex2026Sec8_scheduleArea{
      width: calc(100% - 2em);
    max-width: 960px;
    margin: 4.5em auto 0 auto;
}
.ex2026Sec8_scheduleArea_tabArea{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3%;
}
.ex2026Sec8_scheduleArea_tab{
    width: 46%;
    border: 4px solid #e2c472;
    background-color: #fff;
    border-radius: 16px 16px 0 0;
    font-size: 1.5em;
    color: #614d40;
    line-height: 1em;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.2em;
    padding: 0.8em;
    border-bottom: none;
    cursor: pointer;
}
.ex2026Sec8_scheduleArea_tab:hover{
    opacity: .7;
}
.ex2026Sec8_scheduleArea_tab_active{
    background-color: #e2c472!important;
    color: #fff!important;
}
.ex2026Sec8_scheduleArea_div{
  width: 100%;
  border: 4px solid #e2c472;
    background-color: #fff;
    border-radius: 16px;
    padding: 5.8em 0;
}

.ex2026Sec8_scheduleArea_table{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
      max-width: 846px;
  width: calc(100% - 2em);
  margin: auto;
  font-size: 1.2em;
  color: #614d40;
  line-height: 1em;
  text-align: left;
  font-weight: 900;
}
.ex2026Sec8_scheduleArea_table_date_p{
      width: 230px;
    padding: 1.4em 1em;
    font-weight: 900;
    line-height: 1.3;
}
.ex2026Sec8_scheduleArea_table_point_p{
  width: 20px;
  
  padding: 1.6em 0 0 0;
}
.ex2026Sec8_scheduleArea_table_text_p{
  width: calc(100% - 270px);
  padding: 1.4em 1em 1.4em 3em;
  font-weight: 900;
  line-height: 1.3;
}
.ex2026Sec8_scheduleArea_table_text_p_span1{
  color: #de765a;
  font-size: 90%;
  font-weight: 400;
  display: block;
}
.ex2026Sec8_scheduleArea_table_point_p_head{
  background-image:url(../images/exhibitor2026/s8_vr_head.gif);
  background-size: 20px;
  background-position: top center;
  background-repeat: no-repeat;
}
.ex2026Sec8_scheduleArea_table_point_p_foot{
  background-image:url(../images/exhibitor2026/s8_vr_foot.gif);
  background-size: 20px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.ex2026Sec8_scheduleArea_table_point_p_mid{
  background-image:url(../images/exhibitor2026/s8_vr_mid.gif);
  background-size: 20px;
  background-position: center center;
  background-repeat: repeat-y;
}
.ex2026Sec8_scheduleArea_table_point_p img{
  width: 20px;
  margin: 0;
  display: block;
}
@media screen and (max-width: 739px) {
  .ex2026Sec8_scheduleArea_tab:hover{
    opacity: 1;
}
  .ex2026Sec8_scheduleArea {
    margin: 2.5em auto 0 auto;
}
  .ex2026Sec8_wrap{
    background-image:none;
    padding: 0 0 4.3em 0;
  }
  .ex2026Sec8_area{
    background-image:none;
  }
  .ex2026Sec8_scheduleArea_tab {
    width: 43%;
    border-radius: 12px 12px 0 0;
    font-size: 1.3em;
    padding: 0.5em;
}
  .ex2026Sec8_scheduleArea_div {
      padding: 3.8em 0;
  }
  .ex2026Sec8_scheduleArea_table_date_p{
      width: 180px;
      padding: 1.4em 0 1.4em 1em;
  }
  .ex2026Sec8_scheduleArea_table_point_p{
    width: 20px;
  }
  .ex2026Sec8_scheduleArea_table_text_p{
    width: calc(100% - 200px);
    padding: 1.4em 1em 1.4em 2em;
  }
}
@media screen and (max-width: 639px) {
  .ex2026Sec8_area_inner{
    padding: 2em 0 0em 0;
    background-size: 639px 310px;
}
}

 
@media screen and (max-width: 539px) {
  .ex2026Sec8_scheduleArea_div {
    padding: 1.8em 0;
}
  .ex2026Sec8_scheduleArea_table{
    font-size: 1em;
  }
  .ex2026Sec8_scheduleArea_table_date_p{
      
      width: 115px;
      padding: 1.4em 0.5em 1.4em 0;
      font-weight: 900;
      letter-spacing: 0;
  }
  .ex2026Sec8_scheduleArea_table_point_p{
    padding: 1.4em 0 0 0;
  }
  .ex2026Sec8_scheduleArea_table_text_p{
    width: calc(100% - 135px);
    padding: 1.4em 0 1.4em 0.8em;
    letter-spacing: 0;
  }
}
.ex2026Sec9_wrap{
    margin: 8.5em auto 0 auto;
}
.ex2026Sec9_faq_wrap{

     width: calc(100% - 2em);
    max-width: 960px;
    margin: 3.5em auto 5em auto;
}
.ex2026Sec9_faq_div{
  width: 100%;
  border: 6px solid #614d40;
  border-radius: 8px;
  padding: 1.8em 1.5em;
  position: relative;
  margin: 32px 0 ;
  background-color: #fff;
}
.ex2026Sec9_faq_f_flex{
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.ex2026Sec9_faq_f_flex:hover{
  opacity: .8;
  background-color: rgba(255,255,255,0.8);
}
.ex2026Sec9_faq_f_P1{
  width: calc(100% - 40px);
  background-image: url(../images/exhibitor2026/s9_q.webp);
  background-size: 48px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0.5em 0 0 4em;
  min-height: 48px;
  font-size: 1.3em;
  color: #614d40;
  line-height: 1.3em;
  text-align: left;
  font-weight: 900;
}
.ex2026Sec9_faq_a_flex{
  display: none;
}
.ex2026Sec9_faq_a_P1{
  width: calc(100% - 40px);
    background-image: url(../images/exhibitor2026/s9_a.webp);
    background-size: 48px;
    background-position: top 36px left;
    background-repeat: no-repeat;
    padding: 28px 0 0 4.8em;
    min-height: 84px;
    font-size: 1.1em;
    color: #614d40;
    line-height: 2em;
    text-align: left;
    font-weight: 400;

}
.ex2026Sec9_faq_btn{
  position: absolute;
  top: 45px;
  right: 24px;
  display: block;
  cursor: pointer;
  width: 32px;
  z-index: 9;
}
.ex2026Sec9_faq_btn:hover{
  opacity: .7;
}
@media screen and (max-width: 739px) {
  .ex2026Sec9_wrap {
    margin: 3.5em auto 0 auto;
  }
  .ex2026Sec9_faq_wrap {
      margin: 2.5em auto 3.5em auto;
  }
  .ex2026Sec9_faq_div {
    border: 3px solid #614d40;
    padding: 1.2em 1em;
    margin: 20px 0;
  }
  .ex2026Sec9_faq_f_P1 {
      width: calc(100% - 24px);
      background-size: 36px;
      padding: 0.5em 0 0 3em;
      font-size: 1.1em;
      min-height: 36px;
  }
  .ex2026Sec9_faq_btn {
    top: 30px;
    right: 16px;
    width: 20px;
  }
  .ex2026Sec9_faq_f_flex:hover{
    opacity: 1;
    background-color: none;
  }
  .ex2026Sec9_faq_a_P1 {
     width: calc(100% - 26px);
    background-size: 36px;
    background-position: top 20px left;
    padding: 24px 0 0 3.3em;
    font-size: 1em;
  }
}