@charset "utf-8";

/* 出展・協賛について---------- */

.page_head {
  background-image: url(/images/exhibition/head_img_exhibition.webp);
}

#about_exhibition {
padding-bottom: 60px;
border-bottom: 2px solid #e1e7f0;
}

#about_sponsorships {
  padding-bottom: 60px;
  border-bottom: 2px solid #e1e7f0;
  }

  #sponsorship_application {
    padding-bottom: 60px;
    border-bottom: 2px solid #e1e7f0;
    }
            
  .exhibitor_sponsorship .c_space {
    margin-bottom: 60px;
  }

.floormap_inner figure.map_img {
  background: #fff;
  /*margin-bottom: 50px;*/
  text-align: center;
}

.center {
  text-align: center;
}

.exhibitor_sponsorship .read_txt{
  margin-bottom: 60px;
}

.decoration{
  text-decoration: none;
  border-bottom: 1px solid #1155d0;;
  padding-bottom: 2px;
}
.flex.w_box {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.w_box li {
  background-color: #fff;
  width: 32.3%;
  padding: 1.2rem;
  position: relative;
  border: 2px solid #f2f7ff;
  display: flex;
  flex-direction: column;
}

.flex.w_box.center_justify{
  justify-content: center;
}

.w_box li p {
  margin-bottom: 1rem;
  line-height: 2.5rem;
}

section#about_sponsorships ul.w_box {
  justify-content: center;
}

.exhibitor_sponsorship .border_tit {
  font-family:  source-han-sans-japanese, sans-serif;
  margin: 6rem auto 3rem auto; 
}

.w_box h4 {
  font-weight: 700;
  font-size: 1.7rem;
  margin-left: 5rem;
  margin-bottom: 3rem;
  font-family: 'source-han-sans-japanese';
}

.w_box h4::before {
  text-align: center;
  content: "1";
  display: block;
  font-size: 2em;
  font-weight: 700;
  background: #021b40;
  color: #fff;
  height: 50px;
  width: 45px;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 1px;
  font-family: 'din-2014';
}

.w_box li:nth-child(2) h4::before {
  content: "2";
}

.w_box li:nth-child(3) h4::before {
  content: "3";
}

.mgt6rem{
  margin-top: 6rem;
}

.application_form iframe {
  width: 100%;
  height: 1100px;
  max-width: 1000px;
}
.application_form{
  text-align: center;
}


/*menu_area*/

.menu_area {
  margin-top: 50px;
}

.menu_area table {
  background: #fff;
  min-width: 1000px;
  padding-bottom: 10px;
}

.menu_area th {
  padding: 13px 8px;
  font-weight: bold;
  background-color: #cccccc;
}

.menu_area th.menu01 {
  width: 25%;
  text-align: left;
}

.menu_area th.menu02 {
  text-align: center;
  width: 15%;
}

.menu_area th.menu03 {
  width: 25%;
}

.menu_area th.menu03.num {
width: 35%;
}



.menu_area th.menu04, .menu_area th.menu05 {
  width: 15%;
  text-align: center;
}

.menu_area th.menu05, .menu_area td.menu05 {
  /* color: #ca0000; */
  font-weight: bold;
}

.menu_area.exhibit td {
  width: 15%;
}

.small-sup {
  font-size: 0.7em; /* 文字サイズを小さくする */
  vertical-align: super; /* 上付きに配置 */
}

.menu_area td {
  padding: 13px 8px;
}

.menu_area td.right_txt {
  text-align: right;
}

.menu_area td.center_txt {
  text-align: center;
  width: 30%;
}

.menu_area.exb_menu_area td.center_txt{
  width: 15%;
}

.menu_area tr:nth-child(2n+1) td {
  background-color: #efefef;
}

.menu_area td .ico_txt {
  padding: 1px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  margin: 5px 5px 5px 0;
}

.menu_area td .ico_txt.blue {
  background: #6e8ab7;
}

.menu_area td .ico_txt.orange {
  background: #d89c2e;
}

.menu_area .big_spo th.menu03 {
  text-align: center;
}

.menu_area .big_spo th.menu02 {
  text-align: center;
}

.menu_area .sponsorship td{
  width: 0;
}

.font_min{
  font-size: .8em;
}

/*exb_menu_area*/
.menu_area.exb_menu_area .table_wrap th.menu01{
  width: 15%;
}
.menu_area.exb_menu_area th.menu02{
  width: 15%;
}

.menu_area.exb_menu_area th.menu03{
  width: 10%;
}

.menu_area.exb_menu_area th.menu06{
  width: 20%;
  text-align: center;
}



/*scroll-bar*/

.menu_area .table_wrap {
  overflow-x: auto;
  margin-bottom: 30px;
}

.menu_area .table_wrap::-webkit-scrollbar {
  width: 10px;
  background: #eaeaea;
  border-radius: 5px;
}

.menu_area .table_wrap::-webkit-scrollbar:horizontal {
  height: 10px;
  background: #eaeaea;
  border-radius: 5px;
}

.menu_area .table_wrap::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 5px;
}

.menu_area .table_wrap::-webkit-scrollbar-thumb:horizontal {
  background: #c1c1c1;
  border-radius: 5px;
}


/*soldout*/

.menu_area tr.soldout_wrap {
  position: relative;
  background: #f1cece !important;
}

.menu_area tr.soldout_wrap td {
  background: #f1cece !important;
}

.menu_area .soldout_area {
  position: relative;
}

.menu_area .soldout_img {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: 137%;
}

.menu_area.exb .soldout_img {
  left: 95%;
}

.menu_area tr.soldout_wrap td {
  color: #b34242 !important;
}


/*end scroll-bar*/


/*end menu_area*/


/*#floormap .en_page*/

.en_page .menu_area th.menu01 {
  width: 28%;
}
t
.en_page .menu_area th.menu02 {
  width: 15%;
}

#floormap .en_page .ank_link li a {
  width: 190px;
}


/*英訳きたら外す*/

.en_page .menu_area .normal_spo th.menu01 {
  width: 40%;
}

.en_page .menu_area .normal_spo th.menu02, .en_page .menu_area .normal_spo th.menu04 {
  width: 30%;
  text-align: center;
}

#booth_size {
  background-color: #fff;
  width: 40%;
  padding: 2.5rem 1.5rem;
}

.boder_left_tit.font_bold {
  font-weight: bold;
  font-size: 1.6rem;
}

.download_area .w_box h4 {
  border-bottom: 2px solid #dfdfdf;
  padding-bottom: 1rem;
  margin: 0;
  margin-bottom: 1rem;
  width: 100%;

}

.download_area .w_box h4::before {
  display: none;
}

ul.flex.w_box.j_centner {
  justify-content: center;
}

/* .center_flex .flex.w_box {
  justify-content: center;
} */

/* .center_flex .flex.w_box li:first-child {
  margin-right: 2rem;
} */
.center_flex .flex.w_box li:nth-child(n+2) {
  margin-left: 2rem;
}

.download_area .border_btn {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-top: auto;
  margin-bottom: 0;
}

.download_area .w_box li p {
    margin-bottom: 3rem;
}
/* .download_area .w_box li{
  width: 50%;
} */

.download_area .color_btn{
min-width: 500px;
}



@media screen and (max-width: 850px){
  .w_box li{
    width: 100%;
}
}



@media screen and (max-width: 768px){

    
  .flex.w_box{
    display: block;
  }
  .w_box li{
    margin-bottom: 2rem;
  }
  .center_flex .flex.w_box li:nth-child(n+2) {
    margin-left: 0;
  }
  .center_flex .flex.w_box{
    display: block; 
  }
  .w_box li{
    width: 100%;
}
.center_flex .flex.w_box li:first-child{
  margin-right: 0;
  margin-bottom: 2rem;
}
#booth_size{
  width: 100%;
}
}

@media screen and ( max-width: 640px) {
  .download_area .color_btn{
  min-width: 300px;
  }

}

  



/*sponsor-presentation
--------------------------------------------------------------*/
.page_inner.sponsor-presentation {
  margin: 0 2.5%;
}
#sponsor-presentation .overview {
  margin-bottom: 20px;
  margin-top: 50px;
  background: #fff;
  padding: 15px;
}
#sponsor-presentation .overview dl{
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 55%;
  border: solid 1px #ccc;
  border-bottom: 0;
  margin-bottom: 0;
}
#sponsor-presentation .overview dt {
  width: 200px;
  font-weight: normal;
  font-size: 1.4rem;
  margin-bottom: 0;
  background: #f2f2f2;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#sponsor-presentation .overview dd {
  width: calc(100% - 200px);
  font-weight: normal;
  font-size: 1.4rem;
  border-bottom: 0;
  box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#sponsor-presentation .sub {
  font-size: 1.1rem;
  width: 44%;
  float: right;
  box-sizing: border-box;
  padding-left:1rem;
}
#sponsor-presentation .sub p{
  text-indent: -1rem;
  padding: 1rem;
  margin-bottom: 5px;
  padding: 0;
}
#sponsor-presentation .img-area {
  margin-bottom: 50px;
}
#sponsor-presentation .img-area img{
  float: left;
  width: 48%;
}
#sponsor-presentation .img-area img.img_day01{
  margin-right: 2%;
}

@media screen and ( max-width: 850px) {
  #sponsor-presentation .overview dl {
      float: none;
      width: auto;
      margin-bottom: 10px;
  }
  #sponsor-presentation .overview .sub {
      float: none;
      width: auto;
  }
}

@media screen and ( max-width: 640px) {
  #sponsor-presentation .img-area img{
      float: none;
      width: auto;
  }
  #sponsor-presentation .img-area img.img_day01{
      margin-right: 0;
      margin-bottom: 20px;
  }
  #sponsor-presentation .overview{
      padding: 10px;
  }
  #sponsor-presentation .overview dt {
      width: 120px;
      font-size: 1.2rem;
  }
  #sponsor-presentation .overview dd {
      width: calc(100% - 120px);
      font-size: 1.2rem;
  }
  #sponsor-presentation .sub p {
      margin-bottom: 0px;
  }
}



/*menu*/
table.slot_table,table.slot_table th,table.slot_table td{
  text-align: center;
  vertical-align: middle;
/*    width: 20%;*/
}

table.slot_table {
  margin: 0 2% 30px 0;
  padding: 10px;
  width: 49%;
  float: left;
}
table.slot_table tr{
  background: #fff;
}
table.slot_table tr:nth-child(2n+1) {
  background: #f1f1f1;
}
.slot_table th {
  color: #FFF;
  padding: 6px;
  background: #2992bc;
  border-right: 1px solid #ffffff;
  font-weight: bold;
}
.slot_table th span{
  font-size: 1rem;
/*    display: block;*/
}
.clear{
  clear: both;
}
@media screen and (max-width: 768px){
  .slot_table th span{
      font-size: .8rem;
}
}
.slot_table th.ttl_day {
  border-bottom: solid 1px #fff;
}
.slot_table th:last-child {
  border-right: 1px solid #2992bc;
}
.slot_table td {
  padding: 8px 10px;
  border-bottom: 1px solid #2992bc;
  border-left: 1px solid #2992bc;
  border-right: 1px solid #2992bc;
}
.slot_table td.sold-out {
  color: #b34242;
  background: #f1cece;
}
@media screen and (max-width: 768px){
  table.slot_table {
      width: 100%;
      margin: 0 1% 15px;
      float: none;
      font-size: 1.2rem;
  }
}
.soldout{
  /* display: inline-block;
  padding: 2px 5px;
  background-color: #E16464;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 3px; */
  padding: 1px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    margin: 5px 5px 5px 0;
    background-color: #E16464;
}
