@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}
html {
  height:100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}
html,body{ height:100%;}

/* 背景 */
body {
  color: #333333;
  font-family:"Arial", "Roboto", "Droid Sans", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(14px,1.8vw,16px);
  line-height: 1.875;
  background: #FFFFFF;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */

/* ヘッダー */
header {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.4);
}
h1.header_logo {
  max-width: 220px;
  width: 100%;
  margin-right: auto;
}
.header_logo a:hover {
  opacity: 0.6;
}
.header_inner {
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: url(../images/bg_header.jpg) repeat-x left bottom;
  transition: 0.3s all;
  transform-origin: left;
  height: 100px;
}
.header_inner.active {
  padding: 5px 40px;
  height: 80px;
}
.header_logo img.active {
  transition: 0.3s all;
  max-width: 180px;
  width: 100%;
  height: auto;
}
.header_inner .sub_nav {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 0.5em;
  padding: 1.5em;
}

/* サブ ナビゲーション */
ul.sub_nav .sub_nav_item a {
  border-radius: 50px;
  text-decoration: none;
  background: #FF6F00;
  box-sizing: border-box;
  color: #FFFFFF;
  display: block;
  /* font-size: clamp(14px,2.3vw,18px); */
  font-size: clamp(12px,0.93vw,18px);
  font-weight: bold;
  line-height: 1;
  padding: 1em 3em 1em 2em;
  white-space: nowrap;
  width: 100%;
  position: relative;
}
ul.sub_nav .sub_nav_item a:hover{
  background-color: #e86703;
}
ul.sub_nav .sub_nav_item:nth-child(3) a{
  background: #389DC6;
}
ul.sub_nav .sub_nav_item:nth-child(3) a:hover{
  background: #2c80a2;
}
ul.sub_nav .sub_nav_item:nth-child(4) a{
  background: #28A745;
}
ul.sub_nav .sub_nav_item:nth-child(4) a:hover{
  background: #1f8a38;
}

ul.sub_nav .sub_nav_item a span {
  display: block;
  text-align: center;
  width: 100%;
}
ul.sub_nav .sub_nav_item a span::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 9px;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}
ul.sub_nav .sub_nav_item.ja a {
  background: #FFFFFF;
  color: #333333;
}
ul.sub_nav .sub_nav_item.ja a:hover {
  background: #FFFFFF;
}
ul.sub_nav .sub_nav_item.ja a span::before {
  content:normal;
}
ul.sub_nav .sub_nav_item.ja a span::after {
  content: '';
  width: 20px;
  height: 20px;
  border: none;
  background: url(../images/ico_lang.svg) no-repeat;
  top: 0;
  right: 6px;
  transform: rotate(0deg);
}
ul.sub_nav .sub_nav_item.ja:hover a {
  background: #AAAAAA;
}

/* キャッシュのお知らせ */
ul.sub_nav .btn_no_cache {
  font-weight: bold;
  color: #C30C24;
  line-height: 1.6;
  font-size: clamp(14px,2vw,16px);
}
@media screen and (max-width:1024px){
  .btn_no_cache {
    display: none;
  }
}

/* コンテンツ */
#contents {
  margin:0 auto;
}

/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* メニュー */
/*----------------------------------------
	gnav
----------------------------------------*/
.container_gnav {
  max-width: 1920px;
    width: 100%;
  }
.gnav {
  display: block;
  padding: 0;
  height: auto;
  overflow: visible;
  background: #026B3C;
}
.gnav_list {
  /* 横幅メニューの数で調整する */
  max-width: 1200px;
  width: 100%;
  display: flex;
  margin: auto;
  padding-bottom: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
}
.gnav > ul > li {
  border-bottom: none;
}
.gnav > ul > li.has-child ul > li {
  padding: 0;
}
.gnav > ul > li a {
  padding: 10px 20px;
  text-decoration: none;
}
.gnav > ul > li > a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  text-decoration: none;
  width: 100%;
  height: 50px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
}
.gnav > ul > li > a::after {
  position: absolute;
  bottom: -8px;
  left: 25px;
  content: '';
  width: calc(100% - 50px);
  height: 3px;
  background: yellow;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.gnav > ul > li > a.on::after,
.gnav > ul > li > a:hover::after  {
  bottom: 6px;
  opacity: 1;
  visibility: visible;
}
.gnav > ul > li > a.active {
  height: 35px;
}
.gnav > ul > li.has-child ul a {
  align-items: center;
  max-height: none;
  height: 20px;
  color: #333333;
  font-weight: bold;
}
.gnav > ul > li.has-child > a {
  position: relative;
}
.gnav > ul > li.has-child > a::before {
  content: '';
  position: absolute;
  top: calc(50% - 30px);
  bottom: 0;
  right: 0.2em;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform-origin: center;
  transform:rotate(135deg);
  box-sizing: border-box;
  transition: 0.3s all;
}
.gnav > ul > li.has-child > a.active::before  {
  top: calc(50% - 25px);
}
.gnav > ul > li.has-child {
  position: relative;
}
/* 下層メニュー */
.gnav > ul > li.has-child ul {
  position: absolute;
  width: max-content;
  top: 55px;
  left: 0;
  z-index: 4;
  filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.1));
  transition: 0.3s ease-in-out;
  border-radius: 5px;
  background: rgba(255,255,255,0.9);
  /*************************************** 一旦表示 */
  visibility: hidden;
  /*************************************** 一旦表示 */
}
::-webkit-full-page-media, :future, :root nav.gnav .has-child ul {
  transform: translate3d(0, 0, 0);
}
.gnav > ul > li.has-child:hover ul {
  position: absolute;
  width: max-content;
  z-index: 5;
  visibility: visible;
}
.gnav > ul > li.has-child ul.active {
  top: 35px;
}
.gnav > ul > li.has-child li a {
  display: block;
  font-size: 14px;
  position: relative;
}
.gnav > ul > li.has-child li a::after {
  content: "";
  display: block;
  background: #999;
  position: absolute;
  top: 18px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.gnav .has-child ul li a:hover {
  color: #10a776;
}

/*----------------------------------------
	hamburger
----------------------------------------*/
.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 0;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background: #10a776;
}
.hamburger_line {
  position: relative;
  width: 25px;
  height: 3px;
  background: #FFFFFF;
}
.hamburger_line::before,
.hamburger_line::after {
  position: absolute;
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: #FFFFFF;
  transition: 0.3s all;
}
.hamburger_line::before {
  top: -8px;
}
.hamburger_line::after {
  bottom: -8px;
}
/* 閉じる */
.hamburger.active .hamburger_line {
  background: transparent;
}
.hamburger.active .hamburger_line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.active .hamburger_line::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger {
  display: none;
}

/* ここからmain部分 */
section {
  width: 100%;
  padding-bottom: clamp(30px,7.8125vw,60px);
}
section.bg_separator {
  background: url(../images/bg_separator.webp) no-repeat bottom center;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
  padding-top: clamp(30px, 5.2vw, 40px);
  box-sizing: border-box;
}
section p {
  margin-top: 15px;
  line-height: 1.8;
}
main.mainContents {
  padding-top: 150px;
  min-height: 100vh;
}


/* フッター */
.section.conatct {
  padding-bottom: clamp(30px, 5.2vw, 40px);
  background: url(../images/footer_bg.jpg) repeat-x left top;
}
.section.bnr_area {
  width: 100%;
  background: #F2F2F2;
  padding-top: 30px;
  padding-bottom: clamp(30px, 7.8125vw, 60px);
}
ul.bnr_items {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
}
ul.bnr_items li {
  list-style: none;
}

.footer_inner {
  display: flex;
  align-items: flex-start;
  gap: 40px 80px;
  margin: 50px auto;
}
.footer_inner h3 a:hover {
  opacity: 0.8;
}

.footer .btn_toggle {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  height: 50px;
  border: 0;
  cursor: pointer;
  background: #10a776;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.8);
  position: relative;
}
.footer .btn_toggle::before {
  content: " ";
  display: block;
  position: absolute;
  background: url(../images/icon_arrow_down.svg) no-repeat;
  width: 17px;
  height: 10px;
  right: 1.5rem;
  top: calc(50% - 5px);
  z-index: 3;
}
.footer_menu_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 3em;
  white-space: nowrap;
}
.footer_menu_item a {
  display: flex;
  text-decoration: none;
  position: relative;
  color: #333333 !important;
  padding-left: 1.5em;
  margin-bottom: 1em;
  font-size: clamp(12px, 2.8vw, 16px);
}
.footer_menu_item a::before {
  content: "";
  background: url(../images/icon_footer_arrow_r.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.footer_contact dt {
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1;
}

.footer_contact dt {
  font-weight: bold;
  font-size: clamp(20px, 2.6vw, 24px);
  line-height: 1;
}
.footer_contact dd {
  line-height: 1.6;
}
.footer_copyright {
  font-size: clamp(12px,2vw,16px);
  padding: 1rem;
  box-sizing: border-box;
  line-height: 1.2;
  text-align: center;
  background:#10a776;
  color: #FFFFFF;
}


/* サブページ内 */

/* 下層ページ hero */
.main_title {
  font-size: clamp(30px,6.5vw,50px);
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0;
  min-height: 200px;
  box-sizing: border-box;
  color: #FFFFFF;
  line-height: 1.2;
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-shadow: 1px 1px 10px rgba(0,0,0,1);
}
.main_title:has(.sub_text) {
  flex-direction: column;
  align-items: center;
  padding: 0 0 0;
}
.main_title .sub_text {
  color: yellow;
  font-size: clamp(20px,3.9vw,30px);
}

/* パンくず */
.container_breadcrumb {
  background: url(../images/img_page_hero.webp) no-repeat center;
  padding: 10px 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.4);
  min-height: 230px;
}
.breadcrumb {
  max-width: 1120px;
  margin: auto;
}
.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.breadcrumb ol li {
  list-style: none;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px rgba(0,0,0,1);
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  margin: 0 1rem;
  content: ">";
}
.breadcrumb ol li a {
  text-decoration: none;
  color: #FFFFFF;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
h2.headingL {
  font-size: clamp(24px,5.49vw,42px);
  font-weight: bold;
  padding-bottom: clamp(16px,3.125vw,24px);
  border-bottom: 8px solid #E6E6E6;
  line-height: 1;
  position: relative;
  margin-bottom: clamp(20px,7.8125vw,60px);
}
h2.headingL::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 30%;
  height: 8px;
  background: #10a776;
}

/* サブページ大見出し */
.page h3.headingM {
  background: #ecf6f3;
  border-left: 10px solid #10a776;
  line-height: 1.15;
  font-size: clamp(18px,2.34vw,24px);
  font-weight: bold;
  min-height: clamp(40px,6.5vw,70px);
  padding: 10px 20px 10px 30px;
  margin:2.5em 0 1.5em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main .btn_flex p a,
main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

/* サブページ中見出し  */
.page h4.headingS {
  margin-top: clamp(30px,4.5vw,35px);
  margin-bottom: clamp(1px,2.6vw,20px);
  font-size: clamp(16px,2.6vw,20px);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 4px solid #E6E6E6;
  line-height: 1.2;
  position: relative;
}
.page h4.headingS::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 10%;
  height: 4px;
  background: #10a776;
}

/* サブページ小見出し  */
.page h5.headingS {
  margin: 1em 0 0.5em 0;
  padding: 0.2em;
  font-weight: bold;
  border-bottom: 0.2rem solid #10a776;
}


/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.aki li {
  padding-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}
main ol.aki li {
  padding-bottom: 0.5em;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/*----------------------------------------
開催概要
----------------------------------------*/
table.default.outline {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  height: auto;
  font-weight: bold;
  margin: 0 auto;
}
table.default.outline tr > th {
  width: 30%;
  padding: 10px 10px 10px 1.5em;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc !important;
  background: #10a776;
  color: #FFFFFF;
  text-align: left;
}
table.default.outline tr > td {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}

/*----------------------------------------
来場登録
----------------------------------------*/

/*----------------------------------------
来場のご案内 ※メニューボタン形式 
----------------------------------------*/

/*----------------------------------------
出展者情報 
----------------------------------------*/

/*----------------------------------------
講演・セミナー
----------------------------------------*/

/*----------------------------------------
出展のご案内・出展申込 
----------------------------------------*/
/* 日付打ち消し */
.line_through_bold {
  position: relative;
  display: inline-block;
}
.line_through_bold::after {
  content: "";
  position: absolute;
  left: -0.2em;
  right: 0;
  top: 50%;
  height: 4px; /* ← 太さを調整（例：4px） */
  background: #FF0000;
  transform: translateY(-50%);
}
.date_wrap {
  display: flex;
}
.date_line {
  display: flex;
  flex-direction: column;
}

/* Exhibition target / 出展分野 */
.wrapper_cat {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 50px;
  padding: 0 2.5%;
}
.cat_inner {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: flex-start;
  align-items: center;
}
.cat_inner .icon {
  width: clamp(38px, 9.375vw, 72px);
  flex-shrink: 0;
}
.cat_inner .text {
  font-weight: bold;
  font-size: clamp(22px, 4.1vw, 32px);
  margin-left: clamp(16px, 2.6vw, 20px);
  line-height: 1.1;
}
.cat_inner:nth-of-type(1) .text {
  color: #16a571;
}
.cat_inner:nth-of-type(2) .text {
  color: #ff8700;
}
.cat_inner:nth-of-type(3) .text {
  color: #0050f0;
}
.cat_inner:nth-of-type(4) .text {
  color: #00b4ff;
}
.cat_inner:nth-of-type(5) .text {
  color: #ff9adf;
}
.cat_inner:nth-of-type(6) .text {
  color: #d6d500;
}
.cat_inner:nth-of-type(7) .text {
  color: #ffae38;
}
.cat_inner:nth-of-type(8) .text {
  color: #c26600;
}
.cat_inner:nth-of-type(9) .text {
  color: #9f9a00;
}
.cat_inner:nth-of-type(10) .text {
  color: #a600ab;
  font-size: 22px;
}

/* Features of the exhibition / 展示会の特徴 */
p.catch1.features {
  font-size: clamp(22px, 3.75vw, 45px);
  font-weight: bold;
  line-height: 1.4;
  background: #16a776;
  color: #FFFFFF;
  padding: clamp(10px, 1.6vw, 20px) 10px;
  text-align: center;
  border-radius: 0.5rem;
}
p.catch2.features {
  font-size: clamp(16px, 3.75vw, 45px);
  font-weight: bold;
  line-height: 1.2;
  color: #16a776;
}
p.title.features {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: bold;
  line-height: 1.2;
  color: #006b3c;
  text-indent: -22px;
  padding-left: 20px;
  margin-bottom: 30px;
}
#features ul.list {
  margin-top: 20px;
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 3em;
  padding-bottom: 2em;
}
#features ul.list li .title {
  color: #0d6238;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.3px 0 10px 35px;
  position: relative;
}
#features ul.list li {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  letter-spacing: normal;
  width: 100%;
  margin-bottom: 20px;
}
#features ul.list li .title::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/info/icon1.png) no-repeat;
  width: 30px;
  height: 30px;
  top: -5px;
  left: 0;
}
#features ul.list li:nth-child(2) .title::before {
  background: url(../images/info/icon2.png) no-repeat;
}
#features ul.list li:nth-child(3) .title::before {
  background: url(../images/info/icon3.png) no-repeat;
}
#features ul.list li:nth-child(4) .title::before {
  background: url(../images/info/icon4.png) no-repeat;
}
#features ul.list li:nth-child(5) .title::before {
  background: url(../images/info/icon5.png) no-repeat;
}
#features ul.list li:nth-child(6) .title::before {
  background: url(../images/info/icon6.png) no-repeat;
}


.exhibit_wrapper {
  padding: 0 2.5%;
}
ul.exhibit_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em 20px;
  margin-bottom: clamp(20px,6.5vw,50px)
}
ul.exhibit_list {
  margin-left: 0;
}
ul.exhibit_list li{
  list-style: none;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}
.ankeito_wapper p {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4));
}
.ankeito_wapper h3 {
  margin-bottom: clamp(10px,2.6vw,20px)
}

/* Booth specification and fees 出展小間料 */
.wrapper_booth {
  padding: 0 2.5%;
}
dl.booth_inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 50px;
}

/* 出展申込方法 / スケジュール */
.schedule {
  min-width: 320px;
  max-width: 1040px;
  width: 100%;
  padding: 0 2.5%;
  box-sizing: border-box;
}
/* 出展の変更・取り消しについて */
table.hyou_info{
  width:max-content;
  white-space: nowrap;
}
table.hyou_info tr > * {
  padding: 0.5em 2em;
}
table.hyou_info th {
  width: 50%;
  border-right: 1px solid #FFF;
  border: 1px solid #CCC;
  background:#10a776;
  color: #FFFFFF;
  vertical-align: top;
  text-align: center;
  font-weight: normal;
}
table.hyou_info td {
  border: 1px solid #CCC;
  background: #FFFFFF;
  vertical-align: top;
  text-align: center;
}

/* よくあるご質問 */



/*----------------------------------------
開催実績・映像 
----------------------------------------*/
/* 2025年の開催実績 */
.section .wrapper_video {
  max-width: 800px;
  margin: 0 auto;
}
.section .wrapper_video iframe{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: 1px solid #DDDDDD;
}

.wrapper_archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.wrapper_archive.lastYear {
  display: grid;
  grid-template-columns: 1fr;
  width: 50%;
  margin: auto;
}

.wrapper_archive .title {
  background: #ffffff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.wrapper_archive .title img {
  width: 100%;
}

table.default tr {
  height: 80px;
}
.pastEvents table.default tr > td {
  padding: 5px 15px;
}
table.default tr > th {
  text-align: center;
  border-bottom: 1px solid #10a776;
  color: #000;
  background: none;
}
table.default tr > th,
table.default tr > td {
  padding: 1em;
  border: none;
}
table.default tr > td{
  border-bottom: 1px solid #ccc;
}
table.default tr > th.title {
  vertical-align: bottom;
}
table.default tr > th.title a {
  width: max-content;
  margin: auto;
  display: block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.pastEvents table.default tr > th {
  width: 25%;
}

.pastEvents .wrapper_archive .no_label {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: clamp(20px,3.5vw,27px);
  font-weight: bold;
  align-items: center;
  height: clamp(90px,16.9vw,130px);
  text-decoration: none;
  line-height: 1.2;
  color: #000000;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
}
.pastEvents table.default tr > td {
  width: 50%;
  line-height: 1.6;
  padding: 1em 0 1em 1em;
  font-size: clamp(14px,2.08vw,16px);
}

.pastEvents .item p a {
  display: inline-block;
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #f3f3f3 !important;
  color: #333;
  text-align: center;
  position: relative;
  padding-right: 24px !important;
  transition: all 0.2s;
  padding-top: 1em;
  padding-bottom: 1em;
  padding: 1rem clamp(20px,5.2vw,40px);
  box-sizing: border-box;
}
.pastEvents .item p a span.text {
  display: inline-block;
  padding-right: 1.5em;
}
.pastEvents .item p a span.icon {
  display: inline-block;
  width: 15px;
  height: 20px;
  background: url(../images/icon_pdf.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.pastEvents .item p a:hover{
  color: #FFFFFF;
  background:#10a776 !important;
  cursor: pointer;
}

/*----------------------------------------
会場アクセス
----------------------------------------*/
.access_info_inner {
  display: flex;
  gap: 40px;
}
.access_info_inner .photo {
  max-width: 500px;
}
.access_info_inner .name {
  font-size: clamp(20px,3.3vw,26px);
  font-weight: bold;
}
.wrapper_access_text address {
  font-size: 120%;
  line-height: 2;
}
.googleMap iframe {
  max-width: 1200px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-top: clamp(10px,3.9vw,30px);
  margin-bottom: clamp(30px,7.8125vw,60px);
}
.access_root_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 40px;
}
.wrapper_root {
  width: calc(50% - 40px);
}


/*----------------------------------------
お問合せ
----------------------------------------*/
.btn_default.inquiry a {
  margin: auto;
  margin-top: clamp(3rem,7.8125vw,6rem);
}

/*----------------------------------------
バナーダウンロード
----------------------------------------*/
.banner dl {
  margin-top: clamp(30px, 7.8125vw, 60px);
}
.banner dt {
  padding: 0 0 10px 25px;
  position: relative;
}
.banner dt::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #10a776;
  position: absolute;
  top: 7px;
  left: 0;
}

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */


/* リンク */
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}

/* 外部リンク */
a.external {
  background: url(../images/icon-external.svg) no-repeat right center;
  padding-right: 25px;
  width: 16px;
  height: 16px;
}
/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #F0FFEE;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}
.kome2{
  padding-left:2em;
  text-indent:-2em;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb3 {margin-bottom:3em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}
.f140 {font-size:140%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}


.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}

/* ボタン */
main .btn {
  margin-top: 0 !important;
  min-width: 300px;

}
main .btn a:link {
  color: #FFFFFF;
  text-decoration: none;
}
.btn {
  width: 100%;
}
main .btn a {
  font-size: 20px;
  border-radius: 9999px;
  padding: 10px 30px;
  min-width: 300px;
  min-height: 60px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: #FF6F00;
  border: 2px solid #FF6F00;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.5px;
  font-weight: bold;
}
main .btn a:hover {
  color: #FF6F00;
  color: #333333;
  background: #FFFFFF;
  box-shadow: none;
}
main .btn a.yellow {
  color: #333333;
  background: #FED813;
  border: 2px solid #FED813;
}
main .btn a:hover {
  background: #FFFFFF;
  border: 2px solid #ff9a44;
  box-shadow: none;
}

main .btn a[href$=".pdf"],
main .btn a[href$=".doc"],
main .btn a[href$=".docx"] {
  position: relative;
  padding: 12px 2.5em 12px 30px;
  min-width: 300px;
  min-height: 60px;
  box-sizing: border-box;
}
main .btn a[href$=".pdf"]::after {
  content:'';
  display: block;
  background: url(../images/icon_pdf.svg) no-repeat right center;
  width: 25px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 1em;
}
main .btn a[href$=".doc"]::after,
main .btn a[href$=".docx"]::after  {
  content:'';
  display: block;
  background: url(../images/icon_word.svg) no-repeat right center;
  width: 18px;
  height: 23px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 1em;
}
/* ボタン 2列 */
main .btn_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5em 50px;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
a.shine {
  position: relative;
  overflow: hidden;
}
a.shine::before { 
  content: ""; 
  position: absolute; 
  top: 0; 
  left: -75%; 
  width: 50%; 
  height: 100%; 
  background: 
  linear-gradient( 120deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.2) 100% );
  transform: skewX(-20deg); 
  animation: shine 1.5s infinite; 
} 
@keyframes shine { 
  0% { left: -75%; } 
  100% { left: 125%; }
 }

/* 無料 来場登録 ボタン */
.btn_cta {
  display: grid; 
  grid-template-columns: auto 1fr auto; /* 左：自動 / 中央：伸びる / 右：自動 */
  align-items: center;
  text-decoration: none;
  background: #FF6F00;
  border: 2px solid #FF6F00;
  color: #333;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: clamp(20px,3.125vw,24px);
  font-weight: bold;
  gap: 0.8em;
  transition: all 0.3s;
  letter-spacing: 0.5px;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.8);
}
.btn_cta:hover {
  background: #FFFFFF;
  color: #333333;
  text-decoration: none;
  box-shadow: none;
}
.label_free {
  background: #fff;
  color: #FF6F00;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: clamp(20px,3.125vw,24px);
  white-space: nowrap;
}
.label_main {
  color: #fff;
  white-space: nowrap;
}
.btn_cta:hover .label_free {
  background: #FF6F00;;
  color: #FFFFFF;
}
.btn_cta:hover .label_main {
  color: #333333;
}
.arrow img {
  width: 12px;
  height: 30px;
  display: flex;
  align-items: center;
}


/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 95px;
  z-index: 2;
}
.pagetop a {
  display: block;
  width: 70px;
  height: 70px;
  background: rgba(35, 24, 21, 0.8);
  border-radius: 50%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 10px);
  width:0;
  height:0;
  border-style:solid;
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  opacity: 0.95;
}
.pagetop a:hover {
  opacity: 0.6;
}



/* PCで表示 */
.pc_only {
  display: inline-block;
}
/* PCでは非表示 */
.sp_only, .tb_only, .pc_none {
  display: none;
}

/*------------------------------------------*/
/* 1200px用 */
/*------------------------------------------*/
@media screen and (max-width:1200px){
  /* タブレットで表示 */
  .tb_only, .pc_none {
    display: inline-block;
  }
  /* タブレットでは非表示 */
  .pc_only, .sp_only {
    display: none;
  }

  /* ヘッダー */
  .header_inner {
    padding: 10px 10% 10px 5%;
  }
  .header_inner.active {
    height: 80px;
  }

  /* サブ ナビゲーション */
  /* ul.sub_nav .sub_nav_item a {
    font-size: clamp(12px,1.82vw,14px);
  } */

  .hamburger {
    display: flex;
  }
  body.no-scroll {
    overflow: hidden;
  }

  /* メニュー */
  .gnav {
    display: none;
    width: 40%;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 2;
    background: #FFFFFF;
    max-height: 90vh; /* 画面の高さに合わせて調整 */
    overflow-y: auto; /* 垂直方向のスクロールを有効化 */

    transform: translateX(100%); /* 画面外へ隠す */
    transition: transform 1.5s ease; 
  }
  .gnav.active {
    transform: translateX(0);
    display: block;
    box-shadow: 0px 10px 16px -6px rgba(0,0,0,0.5);
  }
  
  .gnav > ul {
    margin: auto;
    flex-direction: column;
  }
  .gnav > ul > li {
    background: #10a776;
    border-bottom: 1px solid #E6E6E6;
  }

  .gnav > ul > li > a {
    color: #FFFFFF;
  }
  .gnav > ul > li > a::after {
    content: normal;
  }
  .gnav > ul li a:hover{
    color: yellow;
  }
  .gnav > ul > li.has-child > a::before {
    right: 1em;
  }

  /* 下層メニュー */
  .gnav > ul > li.has-child ul {
    width: 100%;
    content: normal;
    visibility: visible;
    position: static;
    border-radius: initial;
    background: #FFFFFF;
    padding-left: 1em;
    box-sizing: border-box;
    filter: none;
  }
  .gnav > ul > li.has-child:hover ul {
    width: 100%;
    position: static;
  }

   /* オーバーレイは初期非表示 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;  /* 画面いっぱい */
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4); /* 半透明の黒 */
    opacity: 0;
    pointer-events: none; /* 非アクティブ */
    transition: opacity 0.3s ease;
    z-index: 2; /* メニューより下 */
  }
  .overlay.active {
    opacity: 1;
    pointer-events: auto; /* クリック可能に */
  }

  /* ここからmain部分 */
  .container {
    padding: 40px 5%;
  }

  /* フッター */
  .footer_inner {
    flex-direction: column;
      align-items: center;
      margin: 20px auto;
  }
  ul.bnr_items {
    gap: 20px;
    grid-template-columns: repeat(2, auto);
  }
  ul.bnr_items li {
    list-style: none;
  }

  /* サブページ内 */

  /* 下層ページ hero */
  main.mainContents{
    padding-top: 100px;
  }

  /*----------------------------------------
  来場登録
  ----------------------------------------*/

  /*----------------------------------------
  来場のご案内 ※メニューボタン形式 
  ----------------------------------------*/

  /*----------------------------------------
  出展者情報 
  ----------------------------------------*/

  /*----------------------------------------
  講演・セミナー
  ----------------------------------------*/

  /*----------------------------------------
  出展のご案内・出展申込 
  ----------------------------------------*/

  /*----------------------------------------
  開催実績・映像 
  ----------------------------------------*/

  /*----------------------------------------
  会場アクセス
  ----------------------------------------*/

  /*----------------------------------------
  お問合せ
  ----------------------------------------*/

  /*----------------------------------------
  プライバシーポリシー
  ----------------------------------------*/

  /*----------------------------------------
  バナーダウンロード
  ----------------------------------------*/


  /* pagetop */
  .pagetop {
    right:20px;
    z-index: 3;
  }


  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 768px  */
/*------------------------------------------*/
  @media screen and (max-width:768px){
  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }

  /* ここからmain部分 */
  .container {
    padding: 20px 5%;
  }

  /* メニュー */
  li.menu07.lang_item.ja {
    position: relative;
    padding-left: 30px;
  }
  li.menu07.lang_item.ja::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/ico_lang_wh.svg) no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    left: 20px;
    z-index: 5;
  }

  /* フッター */
  .footer .btn_toggle {
    display: flex;
  }
  .footer .btn_toggle.is-active::before {
    transform: rotate(180deg);
    transition: 0.3s all;
  }
  .footer_menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
  }
  .footer_menu_item {
    grid-template-columns: repeat(2, 1fr);
  }

/*----------------------------------------
開催概要
----------------------------------------*/
  table.default.outline {
    display: block;
    width: 100%;
    border: none;
    /* margin: 30px auto; */
  }
  table.default.outline tr > th {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 10px 10px 1.5em;
    display: block;
    text-align: left;
    background: #10a776;
    color: #FFF;
    box-sizing: border-box;
    border: none;
  }
  table.default.outline tr > td {
    width: 100%;
    display: block;
    border: none;
    padding: 0.5px 1em 1.5em;
    box-sizing: border-box;
    border: none;
  }

  /*----------------------------------------
  来場登録
  ----------------------------------------*/

  /*----------------------------------------
  来場のご案内 ※メニューボタン形式 
  ----------------------------------------*/

  /*----------------------------------------
  出展者情報 
  ----------------------------------------*/

  /*----------------------------------------
  講演・セミナー
  ----------------------------------------*/

  /*----------------------------------------
  出展のご案内・出展申込 
  ----------------------------------------*/
  /* Features of the exhibition / 展示会の特徴 */
  #features ul.list {
    grid-template-columns: 1fr;
    gap: 2em;
  }

  /* Exhibition target / 出展分野 */
  .wrapper_cat {
    grid-template-columns:1fr;
    gap: 30px;
  }

  /* 出展の変更・取り消しについて */
  table.hyou_info{
    width:100%;
    white-space:normal;
  }

  /* よくあるご質問 */
  

  /*----------------------------------------
  開催実績・映像 
  ----------------------------------------*/
  .wrapper_archive.lastYear {
    width: 100%;
  }
  
  .wrapper_archive {
    grid-template-columns: 1fr;
  }
  .pastEvents table.default {
    width: 100%;
  }
  #achievements table.default {
    width: 100%;
  }

  /*----------------------------------------
  会場アクセス
  ----------------------------------------*/
  .access_info_inner {
    flex-direction: column;
    gap: 1em;
  }
  .access_root_inner {
    gap: 1em;
  }
  h3#access {
    margin: 1em 0 0;
  }
  .wrapper_root {
    width: 100%;
  }

  /*----------------------------------------
  お問合せ
  ----------------------------------------*/

  /*----------------------------------------
  バナーダウンロード
  ----------------------------------------*/


  /* 下記は削除しない */
}

@media screen and (max-width:680px){
  /* ヘッダー */
  .header_inner {
    padding: 1em 5%;
    /* flex-direction: column; */
    height: auto;
    display: block;
  }
  .header_inner .sub_nav {
    grid-template-columns: repeat(2, auto);
    padding: 1em 1em 0;
  }


  /* サブページ内 */

  /* 下層ページ hero */
  main.mainContents{
    padding-top: 140px;
  }
  
  /* パンくず */
  .container_breadcrumb {
    box-sizing: border-box;
    box-shadow: none;
    min-height: 200px;
  }

  /* ボタン 2列 */
  main .btn_flex {
   flex-direction: column; 
  }
  main .btn a {
    display: flex;
    max-width: 300px;
    margin: 0 auto;
  }
  

  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 480px  */
/*------------------------------------------*/
  @media screen and (max-width:480px){

   /* ヘッダー */
  h1.header_logo {
    max-width: 180px;
  }
  .header_inner {
    padding: 10px 5%;
  }

  /* メニュー */
  .gnav {
    width: 100%;
  }

  /* パンくず */
  .container_breadcrumb {
    padding: 2.5% 5%;
    min-height: auto;
    min-height: 180px;
    background: url(../images/img_page_hero.webp) no-repeat 55% 0% / cover;
  }

  /* サブページ内 */

  /* 下層ページ hero */
  main.mainContents{
    padding-top: 120px;
  }

  /* フッター */
  .footer_menu_item {
    gap: 0 1em;
  }

  /*----------------------------------------
  出展のご案内・出展申込 
  ----------------------------------------*/
  
  /* Features of the exhibition / 展示会の特徴 */
  ul.exhibit_list {
    grid-template-columns:1fr;
  }
  /* Booth specification and fees 出展小間料 */
  dl.booth_inner {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  /* 無料 来場登録 ボタン */
  .btn_cta {
    max-width: 300px;
  }

  /* 出展の変更・取り消しについて */
  /* table.hyou_info{
    width:100%;
  } */

  


  /* 下記は削除しない */
}
