@charset "UTF-8";

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

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

.area_img .item_pre_registration {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 880px) {
  .area_img {
    padding-bottom: 60px;
  }
  .area_img .item_pre_registration {
    bottom: 0;
  }
}

.list_area {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-top: 25px;
}

.list_area .list_area_item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  border-radius: 5px;
  height: 100%;
  border: 5px solid #f2f2f2;
}
.list_area .list_area_item a p {
  margin-bottom: auto;
}
.list_area .list_area_item a .btn {
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
}
.list_area .list_area_item:nth-child(1) {
  /* リンク無しタイプ 
  padding: 25px;
  border-radius: 5px;
  border: 5px solid #f2f2f2;*/
  color: var(--general);
  background-color: rgba(43, 65, 143, 0.1);
}
.list_area .list_area_item:nth-child(2) a {
  color: var(--ai);
  background: linear-gradient(43deg, #dae0fb 0%, #e5f2f7 55%, #fad9f2 100%);
}

.list_area .list_area_item:nth-child(3) a {
  color: var(--partners);
  background-color: rgba(183, 138, 0, 0.08);
}

.list_area .list_area_item:nth-child(4) a {
  color: var(--next);
  background-color: rgba(252, 232, 236, 0.3);
}

.list_area .list_area_item:nth-child(5) a {
  color: var(--global);
  background-color: rgba(96, 0, 213, 0.04);
}

.list_area .list_area_item:nth-child(6) a {
  color: var(--conf);
  background-color: #f8eeed;
}
.page_content .page_block .list_area .list_area_item h4 {
  margin-bottom: 5px;
  padding: 0;
  padding-left: 25px;
  line-height: 1.3;
  font-size: 20px;
  position: relative;
  background-color: transparent;
}

.list_area .list_area_item h4:before {
  content: "place";
  width: 20px;
  height: 20px;
  text-align: center;
  display: inline-block;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.list_area .list_area_item p {
  font-size: 14px;
}

@media screen and (max-width: 840px) {
  .list_area {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 640px) {
  .page_content .page_block .list_area .list_area_item h4 {
    font-size: 16px;
  }
  .list_area {
    grid-template-columns: 1fr;
  }
}

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

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

.mBooth_langList .flex {
  display: 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;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #e4e4e4;
  font-size: 0.7rem;
  font-weight: bold;
  vertical-align: middle;
  /* width: 18%; */
}

.multilingual .tbstyle thead tr:nth-child(2n) {
  width: 15%;
}

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

.multilingual .tbstyle tbody tr:nth-child(odd) th,
.multilingual .tbstyle tbody tr:nth-child(odd) td {
  border-right: 2px solid #f2f2f2;
  border-left: 1px solid #e4e4e4;
}

.multilingual .tbstyle tbody tr:nth-child(even) {
  background-color: #f2f2f2;
  border-right: 2px solid #f2f2f2;
}

.multilingual .tbstyle tbody tr:nth-child(even) th,
.multilingual .tbstyle tbody tr:nth-child(even) td {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #e4e4e4;
}

.multilingual .tbstyle tbody tr td:last-of-type {
  /* border-right: none; */
}

.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;
  }
}

/* ex_event */

.ex_event .nav_anc ol {
  justify-content: center;
  align-items: center;
}
.ex_event .nav_anc ol li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 5px 28px 3px 12px;
  border: 1px solid #c2c7ef;
  background-color: #fff;
  border-radius: 100px;
  font-size: 1.15rem;
  position: relative;
  cursor: pointer;
}
.ex_event .nav_anc ol li:hover {
  border: 1px solid #c2c7ef;
  background-color: #ddd;
}
.ex_event .nav_anc ol li.active {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}
.nav_anc li::after {
  content: "south";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 14px;
}

.ex_event .page_block .page_block_title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  width: 4em;
  height: 4em;
}
.ex_event .page_block ul .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ex_event .page_block {
  display: none;
}

.ex_event .page_block.show {
  display: block;
}

.ex_event .list_event {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 640px) {
  .ex_event .list_event {
    grid-template-columns: 1fr;
  }
}

.ex_event .list_event .event_item {
  background-color: #fff;
  padding: 30px;
  padding-top: 60px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ex_event .list_event .event_item::after {
  font-family: "LINESeedJP", sans-serif;
  content: "イベント開催 出展者情報";
  display: block;
  color: #e4318c;
  position: absolute;
  top: 35px;
  left: 60px;
  font-weight: 700;
}
.en.ex_event .list_event .event_item::after {
  content: "Events Exhibitor Information";
}

.ex_event .list_event .event_item::before {
  content: "festival";
  position: absolute;
  top: 25px;
  left: 30px;
  color: #e4318c;
  font-size: 25px;
}
.ex_event .list_event .event_item h5.event_title {
  margin-top: 0.5em;
}

.ex_event .list_event .event_item figure.images_event {
  margin: 10px 0;
  padding: 0;
  line-height: 1;
  max-height: 250px;
  position: relative;
  overflow: hidden;
}
.ex_event .list_event .event_item figure.images_event img {
  height: 100%;
  object-fit: contain;
}

.ex_event .list_event .event_item h5.event_title::before,
.ex_event .list_event .event_item h5.event_title::after {
  background-color: #e4318c;
}
.ex_event .list_event .event_item .event_description {
  display: flex;
  flex-direction: column;
  margin-top: 0.5em;
  margin-bottom: auto;
}
.ex_event .list_event .event_item .event_description .time {
  margin-top: 0em;
  order: 2;
}
.ex_event .list_event .event_item .event_description .day {
  order: 1;
  display: flex;
  align-items: center;
}
.ex_event .list_event .event_item .event_description .day li {
  background-color: #e9e9e9;
  border-radius: 7px;
  padding: 2px 6px;
  margin-right: 5px;
}
.ex_event .list_event .event_item .event_description .description {
  order: 3;
  margin-top: 0.5em;
  font-size: 83%;
}
.ex_event .list_event .event_item .event_description .time,
.ex_event .list_event .event_item .event_description .day {
  position: relative;
  padding-left: 4em;
  font-size: 18px;
  min-height: 1em;
}
.ex_event .list_event .event_item .event_description .time::before,
.ex_event .list_event .event_item .event_description .day::before {
  font-family: "LINESeedJP", sans-serif;
  content: "開催時間";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 700;
}
.ex_event .list_event .event_item .event_description .day::before {
  content: "開催日";
}
.en.ex_event .list_event .event_item .event_description .time::before,
.en.ex_event .list_event .event_item .event_description .day::before {
  content: "time";
}
.en.ex_event .list_event .event_item .event_description .day::before {
  content: "date";
}

.ex_event .list_event .event_item .event_exhibitor {
  margin-top: 5px;
}
.ex_event .list_event .event_item .event_booth {
  text-align: right;
  font-weight: 700;
  font-size: 83%;
  margin-top: 0.5em;
}
.ex_event .list_event .event_item .event_booth span {
  font-size: 125%;
  background-color: #000;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}
.ex_event .list_event .event_item .btn {
  margin-top: 1em;
}
