@charset "UTF-8";

/* 汎用パーツ */
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*============================
#area
============================*/

#area .area_img {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

#area .area_img img {
  display: block;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#area .area_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  counter-reset: count 0;
}

#area .area_list .area_list_item {
  width: 32.5%;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 10px;
}



#area .area_list .area_list_item:nth-child(n + 4) {
  margin-top: 10px;
}

#area .area_list .area_list_item:nth-child(1) {
  color: #003894;
  background-color: #dee5f0;
}

#area .area_list .area_list_item:nth-child(2) {
  color: #009a59;
  background-color: #d9f1e8;
}

#area .area_list .area_list_item:nth-child(3) a {
  color: #f9b700;
  background-color: #fef4df;
}

#area .area_list .area_list_item:nth-child(3) {
  color: #f9b700;
  background-color: #fef4df;
}

#area .area_list .area_list_item:nth-child(4) a {
  color: #ec6d88;
  background-color: #e4dadb;
}

#area .area_list .area_list_item:nth-child(4) {
  color: #ec6d88;
  background-color: #e4dadb;
}

#area .area_list .area_list_item:nth-child(5) {
  color: #791285;
  background-color: #cac2cd;
}

#area .area_list .area_list_item:nth-child(5) a {
  color: #791285;
  background-color: #cac2cd;
}

#area .area_list .area_list_item:nth-child(6) {
  color: #b03333;
  background-color: #f8eeed;
}

#area .area_list .area_list_item h4 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 35px;
  position: relative;
}

#area .area_list .area_list_item h4:before {
  content: counter(count);
  counter-increment: count 1;
  font-weight: bold;
  background: #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  display: inline-block;
  line-height: 25px;
  border-radius: 500px;
  border: 1px solid;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
}

#area .area_list .area_list_item p {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  #area .area_list .area_list_item {
    width: 49.5%;
    padding: 9px 12px;
  }

  #area .area_list .area_list_item:nth-child(n + 3) {
    margin-top: 5px;
  }

  #area .area_list .area_list_item h4 {
    font-size: 16px;
    padding-left: 25px;
  }

  #area .area_list .area_list_item h4:before {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {
  #area .area_list .area_list_item {
    width: 100%;
    padding: 9px 12px;
  }
}

/* 共通ボタンリンク */

.pickup_btns .nav_pickup_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5%;
}

.pickup_btns .nav_pickup_btns .item {
  margin-top: 10px;
  width: 33%;
  min-height: 80px;
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.pickup_btns .nav_pickup_btns .item:after {
  font-family: "Material Icons Round";
  content: "keyboard_double_arrow_right";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 50%;
  color: #fff;
  z-index: 15;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 16px;
  transition: all 400ms ease;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.pickup_btns .nav_pickup_btns .item:hover::after {
  right: 10px;
}

.pickup_btns .nav_pickup_btns .item figure {
  position: relative;
}

.pickup_btns .nav_pickup_btns .item figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  object-fit: cover;
  height: 160px;
}

.pickup_btns .nav_pickup_btns .item h6 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.pickup_btns .nav_pickup_btns .item h6 span {
  display: block;
  font-size: 10px;
  padding: 2px 10px;
  background-color: #b03333;
}

@media screen and (max-width: 820px) {
  .pickup_btns .nav_pickup_btns .item {
    width: 49%;
  }

  #main .pickup_btns .nav_pickup_btns .item h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .pickup_btns .nav_pickup_btns .item {
    width: 100%;
  }
}

/* 共通ボタンリンク */


/* テキスト出展者リスト */

.list_text_exhibitor {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.list_text_exhibitor>li {
  width: 49%;
  padding: 25px 0 12px;
  margin-right: 2%;
  border-bottom: 1px dotted #cecece;
  position: relative;
}

@media screen and (max-width: 600px) {
  .list_text_exhibitor>li {
    width: 100%;
    margin-right: 0%;
  }
}

.list_text_exhibitor>li:nth-child(2n) {
  margin-right: 0%;
}

.list_text_exhibitor li .eng {
  display: block;
  font-size: 12px;
  color: #999;
}

.list_text_exhibitor li p {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  padding: 2px 5px;
  text-align: right;
  background-color: #efefef;
}


/* 出展者 特設Webサイト */

.exhibitor_spsite #main .site_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}

.exhibitor_spsite #main .site_list li {
  width: 32%;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
  background: #fff;
}


.exhibitor_spsite #main .site_list li:nth-child(n+4) {
  margin-top: 2%;
}

.exhibitor_spsite #main .site_list li .site_ps img {
  border-radius: 5px 5px 0 0;
  height: 180px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #f0f0f0;
}

.exhibitor_spsite #main .site_list li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.exhibitor_spsite #main .site_list figure.item_logo {
  width: 100%;
  max-width: 130px;
  margin: 10px auto;
}

.exhibitor_spsite #main .site_list .dtl_box {
  margin: 0 10px 10px;
  margin-top: auto;
}

.exhibitor_spsite #main .site_list .booth_n {
  font-weight: bold;
  display: inline;
  font-size: 14px;
}

.exhibitor_spsite #main .site_list .booth_n:before {
  font-family: 'Material Icons Round';
  content: "location_on";
  display: inline-flex;
  vertical-align: middle;
  font-size: 16px;
  transition: all 400ms ease;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.exhibitor_spsite #main .site_list h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 0;
}

.exhibitor_spsite #main .site_list .btn {
  margin: 10px auto 0;
}


/* カラバリリスト*/

.exhibitor_spsite #main .site_list li.advanced a {
  color: #003894;
}

.exhibitor_spsite #main .site_list li.advanced {
  border: 2px solid #003894;
}

.exhibitor_spsite #main .site_list li.advanced .btn {
  background-color: #003894;
}


.exhibitor_spsite #main .site_list li.key a {
  color: #009a59;
}

.exhibitor_spsite #main .site_list li.key {
  border: 2px solid #009a59;
}

.exhibitor_spsite #main .site_list li.key .btn {
  background-color: #009a59;
}


.exhibitor_spsite #main .site_list li.partners a {
  color: #f9b700;
}

.exhibitor_spsite #main .site_list li.partners {
  border: 2px solid #f9b700;
}

.exhibitor_spsite #main .site_list li.partners .btn {
  background-color: #f9b700;
}


.exhibitor_spsite #main .site_list li.startup a {
  color: #ec6d88;
}

.exhibitor_spsite #main .site_list li.startup {
  border: 2px solid #ec6d88;
}

.exhibitor_spsite #main .site_list li.startup .btn {
  background-color: #ec6d88;
}


.exhibitor_spsite #main .site_list li.global a {
  color: #791285;
}

.exhibitor_spsite #main .site_list li.global {
  border: 2px solid #791285;
}

.exhibitor_spsite #main .site_list li.global .btn {
  background-color: #791285;
}


.exhibitor_spsite #main .site_list li.online a {
  color: #009de6;
}

.exhibitor_spsite #main .site_list li.online {
  border: 2px solid #009de6;
}

.exhibitor_spsite #main .site_list li.online .btn {
  background-color: #009de6;
}

@media screen and (max-width: 850px) {
  .exhibitor_spsite #main .site_list li {
    width: 49%;
  }

  .exhibitor_spsite #main .site_list li:nth-child(n+3) {
    margin-top: 2%;
  }
}

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

  .exhibitor_spsite #main .site_list li {
    width: 100%;
  }

  .exhibitor_spsite #main .site_list li:nth-child(n+2) {
    margin-top: 3%;
  }
}



/* 外国語対応-------------------------------------------- */


.mBooth_langList {
  display: flex;
  gap: 3%;
  justify-content: flex-start;
  /* background: #dbedff; */
  padding: 10px;
  margin-bottom: 30px;
}

.mBooth_langList .flex {
  align-items: center;
  font-weight: bold;
}

.mBooth_langList .flex dd {
  font-weight: bold;
  margin-left: 5px;
}

.mBooth_langList .flex dt img {
  max-width: 40px;
}

/* テーブル全体のスタイル */
.multilingual .tbstyle {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 5px;
  font-size: 1rem;
}

/* ヘッダー行のスタイル */
.multilingual .tbstyle thead th {
  background-color: #dbedff;
  padding: 10px;
  text-align: left;
  border-bottom: 2px solid #e4e4e4;
  font-size: 0.7rem;
  font-weight: bold;
  vertical-align: middle;
  /* width: 18%; */
}

.multilingual .tbstyle thead th:nth-child(n+3) {
  width: 15%;
}

/* データ行のスタイル */
.multilingual .tbstyle td,
.multilingual .tbstyle th {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  font-size: .8rem;
  text-align: left;
  vertical-align: middle;
}

.multilingual .tbstyle tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.multilingual .tbstyle th a {
  color: #3170a9;
}

/* Booth No.multilingual . 列のスタイル */
.multilingual .boothno {
  width: 10%;
  font-weight: bold;
}

/* Company Name 列のスタイル */
.multilingual .comname {
  width: 20%;
}

/* リンクのスタイル */
.multilingual .comname a {
  text-decoration: none;
  color: #007BFF;
}

/* 言語アイコンのスタイル */
.multilingual .tbstyle img {
  width: 30px;
  margin-right: 5px;
}

.multilingual .tbstyle td img:last-of-type {
  margin-right: 0;
}


.multilingual tbody th {
  font-weight: bold;
}

.multilingual tbody td {
  text-align: center !important;
}


@media screen and (max-width: 850px) {
  .multilingual .tbstyle {
    min-width: 750px;
  }


}

@media screen and (max-width: 480px) {
  .mBooth_langList {
    gap: 1%;
    flex-wrap: wrap;
  }

  .mBooth_langList .flex {
    width: 49%;
    justify-content: flex-start;
  }

  .mBooth_langList .flex:last-child {
    margin-top: 5px;
  }

}