@charset "UTF-8";
/* ---------------------------------------- */
/* less　変数設定
/* ---------------------------------------- */
@import "reset.css";
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*clearfix*/
/*透過*/
/*インラインボックス*/
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*シャドウ*/
/*角丸処理*/
/*アニメーション*/
/*-------------------------------------------------*/
/*Flexbox*/
.flexbox {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/*-------------------------------------------------*/
/*-------------------*/
/*マージン*/
/*-------------------*/
/*トップ*/
.marginT5 {
  clear: both;
  margin-top: 5px;
}
.marginT10 {
  clear: both;
  margin-top: 10px;
}
.marginT15 {
  clear: both;
  margin-top: 20px;
}
.marginT20 {
  clear: both;
  margin-top: 20px;
}
.marginT30 {
  clear: both;
  margin-top: 30px;
}
.marginT40 {
  clear: both;
  margin-top: 40px;
}
.marginT50 {
  clear: both;
  margin-top: 50px;
}
.marginT60 {
  clear: both;
  margin-top: 60px;
}
/*ボトム*/
.marginB5 {
  clear: both;
  margin-bottom: 5px;
}
.marginB10 {
  clear: both;
  margin-bottom: 10px;
}
.marginB15 {
  clear: both;
  margin-bottom: 15px;
}
.marginB20 {
  clear: both;
  margin-bottom: 20px;
}
.marginB30 {
  clear: both;
  margin-bottom: 30px;
}
.marginB40 {
  clear: both;
  margin-bottom: 40px;
}
.marginB50 {
  clear: both;
  margin-bottom: 50px;
}
.marginB60 {
  clear: both;
  margin-bottom: 60px;
}
/*レフト*/
.marginL5 {
  clear: both;
  margin-left: 5px;
}
.marginL10 {
  clear: both;
  margin-left: 10px;
}
.marginL15 {
  clear: both;
  margin-left: 20px;
}
.marginL20 {
  clear: both;
  margin-left: 20px;
}
.marginL30 {
  clear: both;
  margin-left: 30px;
}
.marginL40 {
  clear: both;
  margin-left: 40px;
}
.marginL50 {
  clear: both;
  margin-left: 50px;
}
/*ライト*/
.marginR5 {
  clear: both;
  margin-right: 5px;
}
.marginR10 {
  clear: both;
  margin-right: 10px;
}
.marginR15 {
  clear: both;
  margin-right: 15px;
}
.marginR20 {
  clear: both;
  margin-right: 20px;
}
.marginR30 {
  clear: both;
  margin-right: 30px;
}
.marginR40 {
  clear: both;
  margin-right: 40px;
}
.marginR50 {
  clear: both;
  margin-right: 50px;
}
.marginR60 {
  clear: both;
  margin-right: 60px;
}
/*トップ&ボトム*/
.marginTB5 {
  clear: both;
  margin: 5px 0px;
}
.marginTB10 {
  clear: both;
  margin: 10px 0px;
}
.marginTB15 {
  clear: both;
  margin: 15px 0px;
}
.marginTB20 {
  clear: both;
  margin: 20px 0px;
}
.marginTB30 {
  clear: both;
  margin: 30px 0px;
}
.marginTB40 {
  clear: both;
  margin: 40px 0px;
}
.marginTB50 {
  clear: both;
  margin: 50px 0px;
}
.marginTB60 {
  clear: both;
  margin: 60px 0px;
}
/*レフト&ライト*/
.marginLR5 {
  clear: both;
  margin: 0px 5px;
}
.marginLR10 {
  clear: both;
  margin: 0px 10px;
}
.marginLR15 {
  clear: both;
  margin: 0px 15px;
}
.marginLR20 {
  clear: both;
  margin: 0px 20px;
}
.marginLR30 {
  clear: both;
  margin: 0px 30px;
}
.marginLR40 {
  clear: both;
  margin: 0px 40px;
}
.marginLR50 {
  clear: both;
  margin: 0px 50px;
}
.marginLR60 {
  clear: both;
  margin: 0px 60px;
}
/*-------------------*/
/*パディング*/
/*-------------------*/
/*トップ*/
.paddingT5 {
  clear: both;
  padding-top: 5px;
}
.paddingT10 {
  clear: both;
  padding-top: 10px;
}
.paddingT15 {
  clear: both;
  padding-top: 20px;
}
.paddingT20 {
  clear: both;
  padding-top: 20px;
}
.paddingT30 {
  clear: both;
  padding-top: 30px;
}
.paddingT40 {
  clear: both;
  padding-top: 40px;
}
.paddingT50 {
  clear: both;
  padding-top: 50px;
}
.paddingT60 {
  clear: both;
  padding-top: 60px;
}
/*ボトム*/
.paddingB5 {
  clear: both;
  padding-bottom: 5px;
}
.paddingB10 {
  clear: both;
  padding-bottom: 10px;
}
.paddingB15 {
  clear: both;
  padding-bottom: 15px;
}
.paddingB20 {
  clear: both;
  padding-bottom: 20px;
}
.paddingB30 {
  clear: both;
  padding-bottom: 30px;
}
.paddingB40 {
  clear: both;
  padding-bottom: 40px;
}
.paddingB50 {
  clear: both;
  padding-bottom: 50px;
}
.paddingB60 {
  clear: both;
  padding-bottom: 60px;
}
/*レフト*/
.paddingL5 {
  clear: both;
  padding-left: 5px;
}
.paddingL10 {
  clear: both;
  padding-left: 10px;
}
.paddingL15 {
  clear: both;
  padding-left: 20px;
}
.paddingL20 {
  clear: both;
  padding-left: 20px;
}
.paddingL30 {
  clear: both;
  padding-left: 30px;
}
.paddingL40 {
  clear: both;
  padding-left: 40px;
}
.paddingL50 {
  clear: both;
  padding-left: 50px;
}
/*ライト*/
.paddingR5 {
  clear: both;
  padding-right: 5px;
}
.paddingR10 {
  clear: both;
  padding-right: 10px;
}
.paddingR15 {
  clear: both;
  padding-right: 15px;
}
.paddingR20 {
  clear: both;
  padding-right: 20px;
}
.paddingR30 {
  clear: both;
  padding-right: 30px;
}
.paddingR40 {
  clear: both;
  padding-right: 40px;
}
.paddingR50 {
  clear: both;
  padding-right: 50px;
}
.paddingR60 {
  clear: both;
  padding-right: 60px;
}
/*トップ&ボトム*/
.paddingTB5 {
  clear: both;
  padding: 5px 0px;
}
.paddingTB10 {
  clear: both;
  padding: 10px 0px;
}
.paddingTB15 {
  clear: both;
  padding: 15px 0px;
}
.paddingTB20 {
  clear: both;
  padding: 20px 0px;
}
.paddingTB30 {
  clear: both;
  padding: 30px 0px;
}
.paddingTB40 {
  clear: both;
  padding: 40px 0px;
}
.paddingTB50 {
  clear: both;
  padding: 50px 0px;
}
.paddingTB60 {
  clear: both;
  padding: 60px 0px;
}
/*レフト&ライト*/
.paddingLR5 {
  clear: both;
  padding: 0px 5px;
}
.paddingLR10 {
  clear: both;
  padding: 0px 10px;
}
.paddingLR15 {
  clear: both;
  padding: 0px 15px;
}
.paddingLR20 {
  clear: both;
  padding: 0px 20px;
}
.paddingLR30 {
  clear: both;
  padding: 0px 30px;
}
.paddingLR40 {
  clear: both;
  padding: 0px 40px;
}
.paddingLR50 {
  clear: both;
  padding: 0px 50px;
}
.paddingLR60 {
  clear: both;
  padding: 0px 60px;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: medium;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/********************/
/**** ページ基礎 ****/
/********************/
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  color: #333333;
  /* font-feature-settings: "palt"; */
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  color: #1b95d4;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* PC表示 */
.smp {
  display: none;
}
.pc {
  display: block;
}
/* ページトップへ */
#page-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 1000 !important;
}
#page-top a {
  display: block;
  color: white;
  font-size: 12px;
  text-align: center;
  width: 60px;
  height: 60px;
  background: black;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#page-top a i {
  font-size: 2.5em;
  margin-top: 5px;
}
#page-top a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* #page-top */
/******************/
/**** ヘッダー ****/
/******************/
header {
  height: 135px;
  min-width: 1150px;
  background: white;
}
header .container h1 {
  position: absolute;
  top: 30px;
  left: 25px;
  z-index: 99;
}
/****************/
/**** メイン ****/
/****************/
main {
  display: block;
  padding-top: 135px;
  /************************/
  /**** コンテンツ ****/
  /************************/
  /* article.cnts */
}
main article {
  /* ページ内ヘッダー */
  /* 出展申し込み締め切り */
  /* ローカルナビ */
  /* コンテナ */
  /* #wrap */
  /* コンテンツ共通 */
  /* 準備中 */
}
main article #head {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  min-width: 1100px;
  margin: auto;
  height: 130px;
  background: linear-gradient(90deg, #f0a004, rgba(255, 255, 255, 0)), url(../img/common/image.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  align-items: center;
}
main article #head .wrapper {
  width: 1100px;
  margin: auto;
}
main article #head h1 {
  font-feature-settings: "palt";
  font-size: 36px;
  line-height: 1;
  vertical-align: middle;
  color: white;
  text-shadow: 0px 0px 4px #896521;
}
main article #head h1 .category {
  font-size: 0.6em;
  position: absolute;
  top: 30px;
}
main article #head h1 .small {
  font-size: 0.5em;
}
main article #head h1 .small.red {
  background: #e50012;
  padding: 5px 15px;
  position: relative;
  top: -18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article #head h1 .big {
  font-size: 2em;
}
main article #head h1 img {
  vertical-align: middle;
  height: 65px;
  width: auto;
  margin-right: 0.5em;
}
main article #end {
  background: #379e49;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: white;
  padding: 15px 0;
}
main article #end .wrapper {
  width: 1100px;
  margin: auto;
}
main article #end .wrapper span {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 5px 10px;
  background: black;
  color: white;
  margin-right: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article #localnavi {
  background: #e50012;
}
main article #localnavi .wrapper {
  width: 1100px;
  margin: auto;
  padding: 13px 0;
  overflow: hidden;
  zoom: 1;
}
main article #localnavi li.megaMenu > a,
main article #localnavi li.pullDown > a {
  display: none;
}
main article #localnavi li.megaMenu .wrap .nolocal,
main article #localnavi li.pullDown .wrap .nolocal {
  display: none;
}
main article #localnavi li.megaMenu .wrap a,
main article #localnavi li.pullDown .wrap a {
  display: inline-block;
  height: 1.6;
  float: left;
  font-weight: bold;
  color: white;
  margin-right: 2em;
}
main article #localnavi li.megaMenu .wrap a:before,
main article #localnavi li.pullDown .wrap a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: inline-block;
  margin-right: 0.1em;
}
main article #localnavi li.megaMenu .wrap ul li br,
main article #localnavi li.pullDown .wrap ul li br {
  display: none;
}
main article #wrap {
  width: 1100px;
  margin: 40px auto;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /* メイン */
  /* #main */
  /****************/
  /**** サイド ****/
  /****************/
  /* #side */
}
main article #wrap #main {
  width: 820px;
}
main article #wrap #side {
  width: 230px;
}
main article #wrap #side h1 {
  background: #e50012;
  padding: 5px 0;
  color: white;
  text-align: center;
  margin: 0;
}
main article #wrap #side section {
  margin-bottom: 20px;
}
main article #wrap #side section:last-child {
  margin-bottom: 0;
}
main article #wrap #side section ul {
  padding: 15px;
}
main article #wrap #side section ul li {
  margin-top: 5px;
}
main article #wrap #side section ul li:first-child {
  margin-top: 0;
}
main article #wrap #side section ul li.btn {
  text-align: center;
}
main article #wrap #side section ul li.btn a {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background: #1b95d4;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article #wrap #side section ul li.btn a i {
  font-size: 1.2em;
  margin-right: 10px;
}
main article #wrap #side section.btns {
  background: #f4f4f4;
}
main article #wrap #side section.btns ul .exh a,
main article #wrap #side section.btns ul .vis a {
  background: #EE8400;
  padding: 18px 13px 18px;
  font-size: 20px;
}
main article #wrap #side section.btns ul .exh a .copy,
main article #wrap #side section.btns ul .vis a .copy {
  margin-top: 8px;
  background: white;
  font-size: 13px;
  color: #EE8400;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
main article #wrap #side section.ad ul {
  padding: 0;
}
main article #wrap #side section.ad ul li {
  width: 100%;
}
main article #wrap #side section.ad ul li a {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #999;
  padding: 10px 15px 10px;
  color: #333333;
}
main article #wrap #side section.ad ul li a div {
  width: 65%;
  line-height: 1.5;
  font-weight: 500;
}
main article #wrap #side section.ad ul li a div h2 {
  font-size: 1.1em;
}
main article #wrap #side section.ad ul li a div span {
  display: inline-block;
  width: 85%;
  text-align: center;
  font-size: 0.8em;
  font-weight: 800;
  margin-top: 3px;
  padding: 1px 0;
  color: white;
  background: #1b95d4;
}
main article #wrap #side section.ad ul li a img {
  width: 35%;
  height: auto;
}
main article #wrap #side section.checknow ul {
  padding: 0;
}
main article #wrap #side section.checknow ul li {
  width: 100%;
}
main article #wrap #side section.checknow ul li img {
  width: 100%;
  height: auto;
}
main article #wrap #side section.checknow ul li img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article #wrap #side section.checknow ul li.bnr a {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: url("../img/common/click.png") right top no-repeat #e50012;
  background-size: 50px 45px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  padding: 25px 0;
}
main article #wrap #side section.checknow ul li.bnr a i {
  font-size: 1.2em;
  margin-right: 10px;
}
main article #wrap #side section.checknow ul li.bnr.dx a {
  background: url("../img/common/click.png") right top no-repeat #379e49;
  background-size: 50px 45px;
}
main article #wrap #side section.other {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
main article #wrap #side section.other ul .link a {
  font-size: 12px;
  line-height: 1.2;
}
main article #wrap #side section.other ul .link a i {
  font-size: 1.2em;
  margin-right: 5px;
}
main article section.cnt {
  margin-top: 40px;
  /* h1 */
  /* ボタン共通使用 */
}
main article section.cnt:first-child {
  margin-top: 0;
}
main article section.cnt .wrapper {
  padding: 0;
}
main article section.cnt h1 {
  background: url("../img/common/h1_bg.png") 100% 50% #EE8400;
  color: white;
  font-size: 28px;
  padding: 10px;
  line-height: 1.2;
}
main article section.cnt h2 {
  font-size: 22px;
  color: #333333;
  line-height: 1.4;
}
main article section.cnt h3 {
  font-size: 16px;
}
main article section.cnt i {
  font-size: 1.1em;
  vertical-align: baseline;
}
main article section.cnt .btn {
  text-align: center;
}
main article section.cnt .btn a {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: white;
  text-decoration: none;
  background: #1b95d4;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article section.cnt .btn a i {
  font-size: 1.2em;
  margin-right: 10px;
}
main article section.none {
  height: 100%;
  background: #f5f5f5;
}
main article section.none .wrapper {
  position: relative;
  height: 100%;
}
main article section.none p {
  font-size: 2em;
  color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
/* main */
/******************/
/**** フッター ****/
/******************/
footer {
  background: #f5f5f5;
  color: #333333;
}
footer #wrap {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
footer .container {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .container section {
  width: 48%;
  overflow: hidden;
  zoom: 1;
}
footer .container section h1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
footer .container section p {
  font-size: 14px;
  float: left;
}
footer .container section p .sns {
  display: inline-block;
  margin: 5px 5px 0 0;
  width: 35px;
}
footer .container section p .sns img {
  width: 100%;
  height: auto;
}
footer .container section p .sns img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
footer .container section a {
  text-decoration: underline;
}
footer .container section .image {
  float: right;
}
footer address {
  text-align: center;
  background: #e50012;
  padding: 40px;
  color: rgba(255, 255, 255, 0.75);
}
/*footer*/
/****************************/
/**** 各ページの読み込み ****/
/****************************/
header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 5px solid #e50012;
  transition: all 0.3s ease;
}
header.hide {
  top: -135px;
}
nav.menu-container {
  width: 100%;
  margin: 85px auto 0;
}
.menu {
  display: block;
}
.menu > ul {
  position: relative;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: right;
  -moz-justify-content: right;
  -ms-justify-content: right;
  -o-justify-content: right;
  justify-content: right;
}
.menu > ul > li {
  margin-right: 25px;
  height: 50px;
}
.menu > ul > li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.menu > ul > li:hover {
  background: url("../img/common/triangle.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 20px 15px;
  cursor: pointer;
}
.menu > ul > li:hover a {
  color: #e50012;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.menu > ul > li div.child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #e50012;
}
.menu > ul > li div.child .wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.menu > ul > li div.child .wrap > ul {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 30px;
}
.menu > ul > li div.child .wrap > ul:nth-last-child(1) {
  border-right: none;
  margin-right: 0;
}
.menu > ul > li div.child .wrap > ul > a {
  display: block;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: white !important;
  text-align: left;
  font-size: 24px;
}
.menu > ul > li div.child .wrap > ul > a:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
.menu > ul > li div.child .wrap > ul > li {
  width: 100%;
  padding: 0;
  padding-left: 1.2em;
  margin: 0 0 5px;
}
.menu > ul > li div.child .wrap > ul > li > a {
  padding: 0;
  text-indent: -1.2em;
  color: white !important;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.menu > ul > li div.child .wrap > ul > li > a::before {
  content: "";
  position: relative;
  top: -0.1em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 7px;
  height: 7px;
  margin-right: 0.75em;
  background-color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
.menu > ul > li div.child .wrap > ul > li > a:hover {
  text-decoration: underline;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.menu > ul > li div.child .wrap > ul > li > a span {
  display: block;
  text-indent: 1em;
}
.menu > ul > li div.child .wrap > ul > li.grandchild > a::before {
  content: "└";
  position: relative;
  top: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: -0.3em;
  margin-left: 2em;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.menu > ul li.megaMenu div.child {
  padding: 40px;
}
.menu > ul li.megaMenu div.child .wrap {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.menu > ul li.megaMenu div.child .wrap > * {
  width: 25%;
}
.menu > ul li.pullDown {
  position: relative;
}
.menu > ul li.pullDown div.child {
  left: -70%;
  padding: 20px 15px;
  width: 200%;
}
.submenu {
  position: absolute;
  top: -70px;
  right: 25px;
}
.submenu ul.sns {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 8px;
}
.submenu ul.sns li {
  margin-left: 5px;
}
.submenu ul.sns li .fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.submenu ul.sub {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.submenu ul.sub li {
  font-size: 12px;
  margin-left: 15px;
  font-feature-settings: "palt";
}
.submenu ul.sub li a {
  color: #333333;
}
.submenu ul.sub li.lang a {
  line-height: 1;
  font-weight: bold;
  padding: 3px 6px;
  background: #333333;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
@media screen and (max-width: 769px) {
  body.fix {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  body.fix nav.menu-container {
    overflow-y: scroll;
  }
  body.fix .menu {
    height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .menu > ul {
    display: block;
    background: #e50012;
  }
  .menu > ul > li {
    width: 100%;
    height: auto;
    display: block;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    margin-left: 0;
  }
  .menu > ul > li > a {
    padding: 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: white;
    font-size: 16px;
  }
  .menu > ul > li:nth-child(5) {
    border-right: none !important;
  }
  .menu > ul > li:hover {
    background: #e50012;
  }
  .menu > ul > li:hover a {
    color: white;
  }
  .menu > ul > li div.child {
    position: static;
    background: white;
  }
  .menu > ul > li div.child .wrap {
    padding: 0 !important;
  }
  .menu > ul > li div.child .wrap > ul {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dotted rgba(0, 0, 0, 0.2);
    border-right: none;
  }
  .menu > ul > li div.child .wrap > ul > li {
    margin: 0 0 5px;
  }
  .menu > ul > li div.child .wrap > ul > li > a {
    color: #333333 !important;
    font-weight: normal;
  }
  .menu > ul > li div.child .wrap > ul > li > a::before {
    background-color: #e50012;
  }
  .menu > ul > li div.child .wrap > ul > li > a span {
    display: inline;
    text-indent: 0 !important;
  }
  .menu > ul > li div.child .wrap > ul:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  .menu > ul li.megaMenu div.child {
    padding: 10px;
  }
  .menu > ul li.megaMenu div.child .wrap {
    display: block;
  }
  .menu > ul li.megaMenu div.child .wrap > * {
    width: 100%;
  }
  .menu > ul li.megaMenu div.child .wrap > ul {
    border-right: none;
    margin-right: 0;
  }
  .menu > ul li.pullDown {
    position: relative;
  }
  .menu > ul li.pullDown div.child {
    width: 100%;
    padding: 10px;
  }
  .menu > ul li.pullDown div.child .wrap > ul {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
  }
  .menu > ul > li.menu-dropdown-icon {
    position: relative;
  }
  .menu > ul > li.menu-dropdown-icon::before {
    content: "\f078";
    position: absolute;
    top: 0;
    right: 0;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
    -webkit-align-items: center;
    -moz-flex-direction: center;
    -ms-align-items: center;
    -o-flex-wrap: center;
    align-items: center;
    padding: 9.75px 15px;
    background: rgba(255, 255, 255, 0.5);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
    font-size: 17px;
    color: #e50012;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  .menu > ul > li.menu-dropdown-icon.open::before {
    content: "\f077";
  }
  #bargerMenu {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
  }
  #bargerMenu div::before,
  #bargerMenu div::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 40%;
    height: 3px;
    margin: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #e50012;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }
  #bargerMenu div::before {
    top: -15%;
  }
  #bargerMenu div::after {
    bottom: -15%;
  }
  #bargerMenu.active div::before {
    top: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
  #bargerMenu.active div::after {
    bottom: 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
  }
  .submenu {
    position: relative;
    top: 0;
    right: 0;
    padding: 20px 15px;
    background: #e50012;
  }
  .submenu ul.sns {
    float: none;
    /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .submenu ul.sns li {
    margin-left: 0;
    margin-right: 15px;
  }
  .submenu ul.sub {
    margin: 10px 0;
    /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
  }
  .submenu ul.sub li {
    margin-left: 0;
    margin-right: 15px;
    color: white;
  }
  .submenu ul.sub li a {
    color: white;
    font-weight: bold;
    font-size: 3vw;
  }
  .submenu ul.btn {
    margin-top: 0;
    /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submenu ul.btn li {
    width: 49% !important;
    margin-bottom: 5px;
  }
  .submenu ul.btn li a {
    font-size: 3.5vw !important;
    padding: 0;
    text-align: center;
  }
  .submenu ul.btn li a img {
    padding: 0 5px;
  }
  .submenu ul.btn li + li {
    margin-left: 0px;
  }
  .submenu ul.btn li:nth-last-child(1) {
    width: 100% !important;
  }
}
/* トップページ・会場アクセス・プレスの方へ */
/* LESS Document */
/**********************/
/**** トップページ ****/
/**********************/
body#top {
  /* ページ内ヘッダー */
  /* 登録入場者数 */
  /* コピー */
  /* あいさつ */
  /* 開催概要 */
}
body#top #head_top {
  width: 100%;
  min-width: 1100px;
  height: 350px;
  background: url(../img/common/image.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}
body#top #head_top .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45%;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#top #head_top .inner h1 img {
  width: 100%;
  height: auto;
}
body#top section.numbers .wrapper {
  padding: 0;
}
body#top section.numbers p {
  font-weight: 500;
}
body#top section.numbers table {
  width: 100%;
  margin-bottom: 0.5em;
}
body#top section.numbers table th,
body#top section.numbers table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
}
body#top section.numbers table thead th {
  background: #EE8400;
  color: white;
}
body#top section.numbers table thead td {
  background: #f4f4f4;
  font-weight: 500;
}
body#top section.numbers table tbody th {
  background: #f4f4f4;
}
body#top section.numbers table tbody th span {
  font-size: 0.9em;
}
body#top section.numbers h2 {
  margin: 15px 0 5px 0;
}
body#top section.copy {
  margin-bottom: -15px;
}
body#top section.copy img {
  width: 100%;
  height: auto;
}
body#top section.greeting .wrapper {
  overflow: hidden;
  zoom: 1;
}
body#top section.greeting h1 {
  margin-bottom: 15px;
}
body#top section.greeting .image {
  width: 22%;
  float: left;
  margin: 0 0 30px 0;
}
body#top section.greeting .image img {
  width: 100%;
  height: auto;
}
body#top section.greeting .image p {
  margin-top: 1em;
  font-size: 0.9em;
}
body#top section.greeting .image p span {
  font-size: 1.4em;
}
body#top section.greeting .txt {
  width: 75%;
  float: right;
}
body#top section.outline h1 {
  margin-bottom: 15px;
}
body#top section.outline table {
  width: 100%;
}
body#top section.outline table td,
body#top section.outline table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 15px;
}
body#top section.outline table td .box,
body#top section.outline table th .box {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#top section.outline table td .box ul.sns,
body#top section.outline table th .box ul.sns {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
}
body#top section.outline table td .box ul.sns li,
body#top section.outline table th .box ul.sns li {
  width: 35px;
  margin-right: 10px;
}
body#top section.outline table td .box ul.sns li img,
body#top section.outline table th .box ul.sns li img {
  width: 100%;
  height: auto;
}
body#top section.outline table td .box ul.sns li img,
body#top section.outline table th .box ul.sns li img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#top section.outline table th {
  background: #f4f4f4;
  text-align: center;
  width: 15%;
}
body#top section.outline.en table th {
  width: 28%;
}
/* トップページ */
/**********************/
/**** プレスの方へ ****/
/**********************/
body#press {
  /* プレスリリース */
  /* 写真データ */
  /* 展示会ロゴ・ポスター */
  /* リンクについて */
}
body#press section.press h1 {
  margin-bottom: 15px;
}
body#press section.press .box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px;
}
body#press section.press .box dl {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#press section.press .box dl dt,
body#press section.press .box dl dd {
  width: 15%;
  border-top: 2px dotted rgba(0, 0, 0, 0.2);
  padding-top: 15px;
  margin-top: 15px;
  font-weight: bold;
}
body#press section.press .box dl dt:nth-child(1),
body#press section.press .box dl dd:nth-child(1),
body#press section.press .box dl dt:nth-child(2),
body#press section.press .box dl dd:nth-child(2) {
  border-top: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}
body#press section.press .box dl dd {
  width: 85%;
  font-weight: normal;
}
body#press section.press .box dl dd:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  display: inline-block;
  color: #e50012;
  text-indent: 0;
  margin-right: 0.5em;
}
body#press section.press .box dl dd a {
  color: #333333;
}
body#press section.gallery h1 {
  margin-bottom: 15px;
}
body#press section.gallery .swiper {
  position: relative;
  text-align: center;
}
body#press section.gallery .swiper .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
body#press section.gallery .swiper .swiper-button-prev,
body#press section.gallery .swiper .swiper-button-next {
  background: white;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
}
body#press section.gallery .swiper .swiper-button-next:after,
body#press section.gallery .swiper .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 32px;
  line-height: 32px;
  content: "\f0a9";
  display: inline-block;
  color: #379e49;
}
body#press section.gallery .swiper .swiper-button-prev:after {
  content: "\f0a8";
}
body#press section.gallery .detail {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body#press section.gallery .detail a {
  font-weight: bold;
  display: inline-block;
  background: #1b95d4;
  color: white;
  font-size: 1.2em;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-right: 1em;
}
body#press section.gallery .detail a:last-child {
  margin-right: 0;
}
body#press section.gallery .txt {
  text-align: center;
  margin-top: 10px;
}
body#press section.data ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#press section.data ul li {
  margin-top: 10px;
  width: 49%;
  background: #f4f4f4;
  padding: 20px;
}
body#press section.data ul li:last-child .image {
  height: 400px;
}
body#press section.data ul li:last-child .image img {
  height: 90%;
  width: auto;
}
body#press section.data ul li h3 {
  margin-bottom: 5px;
}
body#press section.data ul li .image {
  background: rgba(255, 255, 255, 0.75);
  height: 200px;
  position: relative;
}
body#press section.data ul li .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#press section.data ul li .image img {
  width: 90%;
  height: auto;
}
body#press section.data ul li .detail {
  margin-top: 15px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body#press section.data ul li .detail a {
  font-weight: bold;
  display: inline-block;
  background: #1b95d4;
  color: white;
  font-size: 1.2em;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-right: 1em;
}
body#press section.data ul li .detail a:last-child {
  margin-right: 0;
}
body#press section.data ul li .txt {
  text-align: center;
  margin-top: 10px;
}
body#press section.link h1 {
  margin-bottom: 15px;
}
body#press section.link ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#press section.link ul li {
  margin-top: 10px;
  width: 49%;
  background: #f4f4f4;
  padding: 20px;
}
body#press section.link ul li:nth-last-child(1),
body#press section.link ul li:nth-last-child(2) {
  width: 100%;
}
body#press section.link ul li .image {
  background: rgba(255, 255, 255, 0.75);
  height: 200px;
  position: relative;
}
body#press section.link ul li .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
body#press section.link ul li .txt {
  text-align: center;
  margin-top: 10px;
}
/* プレスの方へ */
/********************/
/**** CONTACT US ****/
/********************/
body#inquiry section.inquiry h1 {
  margin-bottom: 20px;
}
body#inquiry section.inquiry .detail {
  margin-top: 20px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body#inquiry section.inquiry .detail a {
  font-weight: bold;
  display: inline-block;
  background: #1b95d4;
  color: white;
  font-size: 1.2em;
  line-height: 1;
  padding: 10px 25px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-right: 1em;
}
body#inquiry section.inquiry .detail a:last-child {
  margin-right: 0;
}
/* 出展のご案内 */
/* LESS Document */
/**********************/
/**** 出展のご案内 ****/
/**********************/
body#exhibit {
  /* selected（スマホで困る） */
  /* ページナビ */
  /* ページジャンプ */
  /* 出展申し込み締切日 */
  /****************************/
  /**** 出展対象・来場対象 ****/
  /****************************/
  /****************************/
  /**** 小間規格及び出展料 ****/
  /****************************/
  /******************************/
  /** 出展社プレゼンテーション **/
  /******************************/
  /********************************/
  /** 出展企業DX事例紹介コーナー **/
  /********************************/
  /**************************/
  /** ポスター展示コーナー **/
  /**************************/
  /**************************************/
  /** 来場者誘致のためのプロモーション **/
  /**************************************/
  /****************************/
  /***** 出展社専用サイト *****/
  /****************************/
  /**************************/
  /***** 出展のお問合せ *****/
  /**************************/
}
body#exhibit section#pagenavi ul li.selected a {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
body#exhibit .detail {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body#exhibit .detail a {
  font-weight: bold;
  display: inline-block;
  background: #1b95d4;
  color: white;
  font-size: 1.2em;
  line-height: 1;
  padding: 15px 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-right: 1em;
}
body#exhibit .detail a:last-child {
  margin-right: 0;
}
body#exhibit .end {
  font-size: 22px;
  line-height: 1.4;
  text-align: right;
  font-weight: bold;
  margin: -0.5em 0 1em 0;
}
body#exhibit .end span {
  position: relative;
  top: -3px;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  padding: 5px 8px 6px;
  background: black;
  color: white;
  margin-right: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#exhibit .field h2 {
  background: #EE8400;
  color: white;
  line-height: 1;
  padding: 10px;
  margin: 20px 0 10px 0;
}
body#exhibit .field.exh ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
}
body#exhibit .field.exh ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
body#exhibit .field.exh .image img {
  width: 100%;
  height: auto;
}
body#exhibit .field.vis ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#exhibit .field.vis ul li {
  margin-top: 20px;
  padding: 20px;
  width: 48.5%;
}
body#exhibit .field.vis ul li h2 {
  margin-top: 0;
  text-align: center;
}
body#exhibit .field.vis ul li .image {
  margin-top: 1%;
}
body#exhibit .field.vis ul li .image img {
  width: 100%;
  height: auto;
}
body#exhibit .field.vis ul li:nth-child(1) {
  background: rgba(207, 146, 27, 0.2);
}
body#exhibit .field.vis ul li:nth-child(1) h2 {
  background: #cf921b;
}
body#exhibit .field.vis ul li:nth-child(2) {
  background: rgba(100, 167, 68, 0.2);
}
body#exhibit .field.vis ul li:nth-child(2) h2 {
  background: #64a744;
}
body#exhibit .field.vis ul li:nth-child(3) {
  background: rgba(98, 115, 180, 0.2);
}
body#exhibit .field.vis ul li:nth-child(3) h2 {
  background: #6273b4;
}
body#exhibit .field.vis ul li:nth-child(4) {
  background: rgba(124, 161, 213, 0.2);
}
body#exhibit .field.vis ul li:nth-child(4) h2 {
  background: #7ca1d5;
}
body#exhibit .field.vis ul li:nth-child(5) {
  background: rgba(191, 52, 128, 0.2);
}
body#exhibit .field.vis ul li:nth-child(5) h2 {
  background: #bf3480;
}
body#exhibit .field.vis ul li:nth-child(6) {
  background: rgba(147, 147, 147, 0.2);
}
body#exhibit .field.vis ul li:nth-child(6) h2 {
  background: #939393;
}
body#exhibit .fee h2 {
  margin-top: 20px;
}
body#exhibit .fee .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .fee .table td,
body#exhibit .fee .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px;
  text-align: center;
}
body#exhibit .fee .table td.space,
body#exhibit .fee .table th.space {
  background: #f5f5f5;
}
body#exhibit .fee .table td strong,
body#exhibit .fee .table th strong {
  font-size: 1.2em;
}
body#exhibit .fee .table th {
  width: 16%;
  background: #f4f4f4;
  font-size: 1.1em;
}
body#exhibit .fee .table th p {
  font-weight: normal;
  font-size: 0.8em;
}
body#exhibit .fee .table td {
  width: 42%;
}
body#exhibit .fee .table td ul li {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
body#exhibit .fee .table td ul li p {
  font-size: 0.8em;
  text-indent: 0;
}
body#exhibit .fee .table thead th,
body#exhibit .fee .table thead td {
  background: #379e49;
  font-weight: bold;
  color: white;
}
body#exhibit .fee .table thead th .small,
body#exhibit .fee .table thead td .small {
  font-size: 0.8em;
}
body#exhibit .fee .check li {
  padding-left: 1em;
  text-indent: -1em;
}
body#exhibit .fee .image {
  margin-top: 30px;
}
body#exhibit .fee .image img {
  width: 100%;
  height: auto;
}
body#exhibit .fee .layout h4 {
  margin-top: 10px;
}
body#exhibit .fee .layout ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .fee .layout ul li:before {
  content: "● ";
  color: #379e49;
}
body#exhibit .fee .layout .images {
  width: 100%;
  margin-bottom: 5px;
}
body#exhibit .fee .layout .images img {
  width: 100%;
  height: auto;
}
body#exhibit .fee .height {
  margin-top: 5px;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: flex-start;
  -moz-flex-direction: flex-start;
  -ms-align-items: flex-start;
  -o-flex-wrap: flex-start;
  align-items: flex-start;
}
body#exhibit .fee .height .content {
  width: 50%;
}
body#exhibit .fee .height .wall {
  width: 45%;
}
body#exhibit .fee .height .wall dl {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  margin-bottom: 25px;
}
body#exhibit .fee .height .wall dl dt,
body#exhibit .fee .height .wall dl dd {
  width: 50%;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
}
body#exhibit .fee .height .wall dl dt {
  background: #379e49;
  color: white;
  font-weight: 500;
}
body#exhibit .fee .height .wall img {
  width: 100%;
  height: auto;
}
body#exhibit .fee .detail {
  margin: 40px 0 0;
}
body#exhibit .presentation .box {
  margin: 15px 0 15px 0;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body#exhibit .presentation .box p {
  width: 75%;
}
body#exhibit .presentation .box .image {
  width: 20%;
  margin-top: -50px;
}
body#exhibit .presentation .box .image img {
  width: 100%;
  height: auto;
}
body#exhibit .presentation .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .presentation .table td,
body#exhibit .presentation .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .presentation .table th {
  background: #f4f4f4;
  text-align: center;
  width: 15%;
}
body#exhibit .presentation .table.schedule td {
  text-align: center;
  font-weight: bold;
}
body#exhibit .presentation .table.schedule td p {
  font-weight: normal;
}
body#exhibit .presentation .table.schedule td span {
  margin-right: 1em;
}
body#exhibit .presentation .table.schedule td span.seizo {
  color: #207fc4;
}
body#exhibit .presentation .table.schedule td span.butsu {
  color: #00ab84;
}
body#exhibit .presentation .table.schedule th {
  font-weight: normal;
}
body#exhibit .presentation .table.schedule thead td {
  background: #379e49;
  color: white;
  font-size: 1.2em;
}
body#exhibit .presentation .detail {
  margin: 40px 0 0;
}
body#exhibit .dx .box {
  margin: 15px 0 30px 0;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body#exhibit .dx .box p {
  width: 75%;
}
body#exhibit .dx .box .image {
  width: 20%;
  margin-top: -40px;
}
body#exhibit .dx .box .image img {
  width: 100%;
  height: auto;
}
body#exhibit .dx .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .dx .table td,
body#exhibit .dx .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .dx .table th {
  background: #f4f4f4;
  text-align: center;
  width: 15%;
}
body#exhibit .dx .table.schedule td {
  text-align: center;
  font-weight: bold;
}
body#exhibit .dx .table.schedule th {
  font-weight: normal;
}
body#exhibit .dx .table.schedule thead td {
  background: #379e49;
  color: white;
  font-size: 1.2em;
}
body#exhibit .dx h3 {
  margin: 25px 0 5px 0;
}
body#exhibit .dx .images img {
  width: 100%;
  height: auto;
}
body#exhibit .dx .detail {
  margin: 40px 0 0;
}
body#exhibit .poster h1 {
  margin-bottom: 15px;
}
body#exhibit .poster table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .poster table td,
body#exhibit .poster table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .poster table th {
  background: #f4f4f4;
  text-align: center;
  width: 25%;
}
body#exhibit .poster.outline h2 {
  margin-top: 10px;
  color: white;
  background: #379e49;
  line-height: 1;
  padding: 10px;
  margin-bottom: 5px;
}
body#exhibit .poster.outline ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .poster.plan .box {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body#exhibit .poster.plan .box .content {
  width: 70%;
}
body#exhibit .poster.plan .box .image {
  width: 25%;
}
body#exhibit .poster.plan .box .image img {
  width: 100%;
  height: auto;
}
body#exhibit .poster.plan h1 {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  padding: 0;
}
body#exhibit .poster.plan h1 span {
  background: #EE8400;
  padding: 10px;
  margin-right: 10px;
}
body#exhibit .poster.plan h2 {
  margin-top: 10px;
}
body#exhibit .poster.plan h2:first-child {
  margin-top: 0;
}
body#exhibit .poster.plan table td,
body#exhibit .poster.plan table th {
  text-align: center;
  font-weight: bold;
}
body#exhibit .poster.plan ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .poster.plan ul li:before {
  content: "● ";
  color: #379e49;
}
body#exhibit .poster.regist {
  padding: 25px;
  background: #f5f5f5;
}
body#exhibit .poster.regist .detail {
  margin: 30px 0 5px;
}
body#exhibit .poster.regist .txt {
  text-align: center;
  margin-bottom: 30px;
}
body#exhibit .promotion .title .images {
  width: 70%;
  margin-bottom: 10px;
}
body#exhibit .promotion .title .images img {
  width: 100%;
  height: auto;
}
body#exhibit .promotion .title p {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.2em;
}
body#exhibit .promotion .title p span {
  color: #e50012;
}
body#exhibit .promotion h2 {
  background: #379e49;
  line-height: 1;
  padding: 7px 10px;
  color: white;
  margin: 1em 0 0.5em 0;
}
body#exhibit .promotion h2:first-child {
  margin-top: 0;
}
body#exhibit .promotion .promo {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
body#exhibit .promotion .promo .images {
  width: 13%;
}
body#exhibit .promotion .promo .images img {
  width: 100%;
  height: auto;
}
body#exhibit .promotion .promo p {
  width: 85%;
}
body#exhibit .login {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 15px;
}
body#exhibit .login:last-child {
  margin-bottom: 40px;
}
body#exhibit .login h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
body#exhibit .login .detail {
  margin-top: 15px;
}
body#exhibit .inquiry h1 {
  margin-bottom: 10px;
}
body#exhibit .inquiry .txt {
  font-size: 1.1em;
}
body#exhibit .inquiry ul li {
  background: #f5f5f5;
  padding: 25px;
  margin-top: 10px;
}
body#exhibit .inquiry ul li .center {
  text-align: center;
  margin-top: 5px;
}
body#exhibit .inquiry .detail {
  margin-top: 15px;
}
body#exhibit .inquiry .table {
  width: 100%;
  margin: 0;
}
body#exhibit .inquiry .table td,
body#exhibit .inquiry .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px;
}
body#exhibit .inquiry .table td.day,
body#exhibit .inquiry .table th.day {
  background: #f4f4f4;
  text-align: center;
  width: 25%;
}
body#exhibit .inquiry .table th {
  background: #379e49;
  text-align: center;
  color: white;
  width: 10%;
}
/* body#exhibit */
/* 来場のご案内 */
/* LESS Document */
/**********************/
/**** 来場のご案内 ****/
/**********************/
body#visit {
  /**********************/
  /**** トップページ ****/
  /**********************/
  /* コピー（出展時用） */
  /* 開催概要 */
  /**************************/
  /**** 併催事業（予定） ****/
  /**************************/
  /****************************/
  /**** ここから来場時使用 ****/
  /****************************/
  /* トップページ追加 */
  /**************************/
  /**** 自動認識セミナー ****/
  /**************************/
  /********************/
  /**** 出展社一覧 ****/
  /********************/
  /* システム大賞パネル展示 */
  /****************************/
  /**** 展示会場レイアウト ****/
  /****************************/
  /****************************************************/
  /**** 「事例でわかる自動認識」出展企業パネル展示 ****/
  /****************************************************/
  /************************/
  /**** 来場のお問合せ ****/
  /************************/
}
body#visit section.copy .image {
  width: 100%;
  margin-bottom: -20px;
}
body#visit section.copy .image img {
  width: 100%;
  height: auto;
}
body#visit section.copy .magazine {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  margin: 30px 0;
}
body#visit section.copy .magazine a {
  width: 52%;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  padding: 15px;
  background: #1b95d4;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
}
body#visit section.copy .magazine a img {
  width: 50%;
  height: auto;
}
body#visit section.outline h1 {
  margin-bottom: 15px;
}
body#visit section.outline table {
  width: 100%;
}
body#visit section.outline table td,
body#visit section.outline table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 15px;
}
body#visit section.outline table td .box,
body#visit section.outline table th .box {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#visit section.outline table td .box ul.sns,
body#visit section.outline table th .box ul.sns {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 20px;
}
body#visit section.outline table td .box ul.sns li,
body#visit section.outline table th .box ul.sns li {
  width: 35px;
  margin-right: 10px;
}
body#visit section.outline table td .box ul.sns li img,
body#visit section.outline table th .box ul.sns li img {
  width: 100%;
  height: auto;
}
body#visit section.outline table td .box ul.sns li img,
body#visit section.outline table th .box ul.sns li img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#visit section.outline table th {
  background: #f4f4f4;
  text-align: center;
  width: 15%;
}
body#visit section.outline.en table th {
  width: 28%;
}
body#visit section.events .copy {
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: bold;
  color: #e50012;
  font-feature-settings: "palt";
}
body#visit section.events .copy span {
  font-size: 0.8em;
}
body#visit section.events ul li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px dotted rgba(0, 0, 0, 0.2);
}
body#visit section.events ul li:nth-child(1) {
  border: none;
  padding-top: 0;
}
body#visit section.events .image {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 20px 0;
}
body#visit section.events .image img {
  width: 49%;
  height: auto;
}
body#visit section.events .check {
  font-size: 1.5em;
}
body#visit section.guide .container {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: none;
  padding: 20px;
}
body#visit section.guide .container .txt {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 15px;
}
body#visit section.guide .container .image {
  width: 100%;
}
body#visit section.guide .container .image img {
  width: 100%;
  height: auto;
}
body#visit section.seminar h1 {
  margin-bottom: 10px;
}
body#visit section.seminar h2 {
  font-size: 32px;
  margin: 20px 0 10px;
}
body#visit section.seminar h2 span {
  font-size: 0.8em;
}
body#visit section.seminar dl.outline {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: stretch;
  -moz-flex-direction: stretch;
  -ms-align-items: stretch;
  -o-flex-wrap: stretch;
  align-items: stretch;
}
body#visit section.seminar dl.outline dt {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 12%;
  text-align: center;
  background: #379e49;
  font-weight: bold;
  font-size: 0.9em;
  color: white;
  padding: 2px 0;
  margin-top: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#visit section.seminar dl.outline dt:nth-child(1) {
  margin-left: 0;
}
body#visit section.seminar dl.outline dd {
  width: 37%;
  font-weight: 500;
  padding-left: 1%;
  margin-top: 10px;
}
body#visit section.seminar dl.outline dd.all {
  width: 84%;
}
body#visit section.seminar .endtop_txt {
  margin-top: 20px;
  color: #e50012;
  font-weight: 500;
}
body#visit section.seminar .timetable table {
  width: 100%;
  margin: 20px 0 5px;
}
body#visit section.seminar .timetable table td,
body#visit section.seminar .timetable table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 5px 10px;
}
body#visit section.seminar .timetable table th {
  background: #e50012;
  color: white;
  text-align: center;
  width: 20%;
}
body#visit section.seminar .timetable table .session {
  background: #EE8400;
  color: white;
  font-weight: bold;
  text-align: center;
}
body#visit section.seminar .timetable table .time {
  background: #f4f4f4;
  text-align: center;
}
body#visit section.seminar .timetable table .end {
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  color: white;
  background: #e50012;
  padding: 3px 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-left: 5px;
}
body#visit section.seminar .timetable p {
  text-align: right;
}
body#visit section.seminar .s {
  background: #f4f4f4;
  padding: 20px;
  margin-bottom: 10px;
}
body#visit section.seminar .s .top {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: flex-start;
  -moz-flex-direction: flex-start;
  -ms-align-items: flex-start;
  -o-flex-wrap: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
}
body#visit section.seminar .s .top .title {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: bold;
  color: #EE8400;
  margin-bottom: 10px;
  position: relative;
  padding-left: 55px;
}
body#visit section.seminar .s .top .num {
  display: inline-block;
  background: black;
  font-size: 0.8em;
  color: white;
  padding: 3px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  left: 0;
}
body#visit section.seminar .s .top .appli a,
body#visit section.seminar .s .top .appli span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 7px 22px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: #1b95d4;
}
body#visit section.seminar .s .top .appli span.free {
  background: #379e49;
  font-size: 1em;
}
body#visit section.seminar .s .endtxt {
  color: #e50012;
  font-weight: 500;
  margin-bottom: 10px;
}
body#visit section.seminar .s .time {
  background: #EE8400;
  line-height: 1;
  padding: 7px 10px;
  color: white;
  font-weight: 500;
}
body#visit section.seminar .s .base {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 20px 20px;
}
body#visit section.seminar .s .title_s {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
}
body#visit section.seminar .s .title_s.pri span {
  background: #e50012;
  font-size: 0.8em;
  color: white;
  padding: 2px 10px;
  margin-right: 10px;
  width: 7%;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#visit section.seminar .s .name {
  font-weight: 500;
}
body#visit section.seminar .s .name .space {
  display: inline-block;
  width: 7.5em;
}
body#visit section.seminar .s .txt {
  line-height: 1.4;
  margin: 5px 0;
}
body#visit section.seminar .s .his {
  margin-top: 10px;
  padding: 12px;
  background: #f5f5f5;
  font-size: 13px;
  line-height: 1.5;
}
body#visit section.seminar .s .his span {
  font-weight: 500;
}
body#visit section.seminar .s .his .year {
  width: 4em;
}
body#visit .exhibitors h2 {
  margin-top: 30px;
}
body#visit .exhibitors .pos {
  margin: 20px 0 10px;
  font-weight: 500;
  text-align: right;
}
body#visit .exhibitors ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#visit .exhibitors ul li {
  width: 32.5%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 1.25%;
  margin-top: 1.25%;
}
body#visit .exhibitors ul li:nth-child(3n) {
  margin-right: 0;
}
body#visit .exhibitors ul li .name {
  background: #EE8400;
  color: white;
  font-weight: bold;
  height: 4em;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#visit .exhibitors ul li .name a {
  color: white;
}
body#visit .exhibitors ul li .name a.no:hover {
  opacity: 100;
  filter: alpha(opacity=10000);
}
body#visit .exhibitors ul li p {
  padding: 10px;
  font-size: 13px;
}
body#visit .exhibitors ul li p.pdf {
  padding-top: 0;
  margin-top: -5px;
  font-feature-settings: "palt";
}
body#visit .exhibitors ul li p.pdf.yet a {
  color: red;
}
body#visit .prize {
  padding: 30px;
  background: #f4f4f4;
}
body#visit .prize ul {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#visit .prize ul li {
  width: 100%;
  margin-top: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
}
body#visit .prize ul li .title {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: flex-start;
  -moz-flex-direction: flex-start;
  -ms-align-items: flex-start;
  -o-flex-wrap: flex-start;
  align-items: flex-start;
}
body#visit .prize ul li .title h2 span {
  font-size: 0.7em;
}
body#visit .prize ul li .title h3 {
  width: 150px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #e50012;
  color: white;
  font-weight: bold;
  padding: 2px 0;
  margin-right: 15px;
  margin-top: 1px;
}
body#visit .prize ul li dl {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: stretch;
  -moz-flex-direction: stretch;
  -ms-align-items: stretch;
  -o-flex-wrap: stretch;
  align-items: stretch;
  margin-top: 5px;
}
body#visit .prize ul li dl dt {
  width: 10%;
  margin-top: 5px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: black;
  color: white;
  font-size: 12px;
  font-weight: bold;
}
body#visit .prize ul li dl dd {
  width: 89%;
  padding-left: 1%;
  margin-top: 5px;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
  -webkit-align-items: center;
  -moz-flex-direction: center;
  -ms-align-items: center;
  -o-flex-wrap: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
body#visit .layout .image {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
body#visit .layout .image img {
  width: 100%;
  height: auto;
}
body#visit .layout .btn {
  margin-top: 30px;
}
body#visit section.panel .copy {
  font-size: 2.4em;
  line-height: 1.3;
  font-weight: bold;
  color: #e50012;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
body#visit section.panel p.txt {
  font-size: 1.3em;
}
body#visit section.panel ul.nav {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
}
body#visit section.panel ul.nav li {
  font-weight: 500;
  font-size: 1.2em;
  margin-right: 30px;
}
body#visit section.panel h2 {
  font-size: 30px;
  border-bottom: 2px solid #333333;
  padding-bottom: 5px;
}
body#visit section.panel ul.list {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
body#visit section.panel ul.list li {
  width: 30%;
  margin: 4% 5% 0 0;
}
body#visit section.panel ul.list li img {
  width: 100%;
  height: auto;
}
body#visit section.panel ul.list li .name {
  text-align: center;
  margin-top: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4;
}
body#visit section.panel ul.list li:nth-of-type(3n) {
  margin-right: 0;
}
body#visit section.panel ul.list li.none .name {
  color: red;
}
body#visit section.inquiry .box {
  background: #f5f5f5;
  padding: 25px;
  margin-top: 10px;
}
/* body#vist */
/* 前回レポート */
/* LESS Document */
/**********************/
/**** 前回開催実績 ****/
/**********************/
body#report {
  /**********************/
  /**** トップページ ****/
  /**********************/
  /* 開催概要 */
  /************************/
  /**** 前回出展社一覧 ****/
  /************************/
  /************************/
  /**** 前回来場者分析 ****/
  /************************/
  /****************************/
  /**** 前回会場内発表会 ****/
  /****************************/
  /**************************/
  /**** 前回開催セミナー ****/
  /**************************/
}
body#report .report {
  /* 来場数 */
}
body#report .report h1 {
  margin-bottom: 15px;
}
body#report .report .image {
  margin: -1em 0 1.5em 0;
}
body#report .report .image img {
  width: 70%;
  height: auto;
}
body#report .report .table {
  width: 100%;
}
body#report .report .table td,
body#report .report .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 15px;
}
body#report .report .table th {
  background: #f4f4f4;
  text-align: center;
  width: 15%;
}
body#report .report h2 {
  margin-top: 1em;
  margin-left: 1em;
  text-indent: -1em;
}
body#report .report h2:before {
  content: "● ";
  color: #EE8400;
}
body#report .report h2:nth-child(1) {
  margin-top: 0;
}
body#report .report .number table {
  width: 100%;
  margin: 5px 0;
}
body#report .report .number table td,
body#report .report .number table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
body#report .report .number table th {
  background: #f4f4f4;
  width: 15%;
}
body#report .report .number table thead td {
  background: #EE8400;
  color: white;
  font-weight: bold;
}
body#report .report.en .table th {
  width: 34%;
}
body#report .exhibitors h1 {
  margin-bottom: 5px;
}
body#report .exhibitors .txt {
  text-align: right;
  margin-bottom: 1em;
}
body#report .exhibitors h3 {
  background: #EE8400;
  color: white;
  font-size: 16px;
  padding: 5px 10px;
  margin: 20px 0 10px;
}
body#report .exhibitors h3.mov {
  background: #814187;
}
body#report .exhibitors h3.pic {
  background: #ce7836;
}
body#report .exhibitors h3.pos {
  background: #b24c8b;
}
body#report .exhibitors ul li {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.2);
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body#report .exhibitors ul li:nth-last-child(1) {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body#report .exhibitors.en h1 {
  margin-bottom: 20px;
}
body#report .analyze h1 {
  margin-bottom: 5px;
  background: #379e49;
}
body#report .analyze .txt {
  text-align: right;
}
body#report .analyze .image img {
  width: 100%;
  height: auto;
}
body#report .conduct h1 {
  margin-bottom: 10px;
}
body#report .conduct h2 {
  background: #379e49;
  color: white;
  font-size: 18px;
  padding: 5px 10px;
  margin: 20px 0 5px;
}
body#report .conduct h3 {
  margin: 0 0 5px;
}
body#report .conduct h4 {
  margin-top: 10px;
}
body#report .conduct table {
  width: 100%;
}
body#report .conduct table td,
body#report .conduct table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px;
}
body#report .conduct table th {
  width: 12%;
  background: #f5f5f5;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
}
body#report .conduct.prize .c1 {
  background: #f4f4f4;
  line-height: 1;
  padding: 5px;
  font-weight: 500;
}
body#report .conduct.prize .c2 {
  font-size: 1.2em;
  font-weight: 500;
}
body#report .conduct.prize .c4 {
  background: #f4f4f4;
}
body#report .conduct.session .c1 {
  font-size: 1.2em;
  font-weight: 500;
}
body#report .conduct.session .c2 {
  font-weight: 500;
}
body#report .conduct.presentation .c1 {
  font-size: 1.2em;
  font-weight: 500;
}
body#report .conduct.presentation .c2 {
  font-weight: 500;
}
body#report .conduct.forum .c0 {
  background: #f4f4f4;
  line-height: 1;
  padding: 5px;
  font-weight: 500;
}
body#report .conduct.forum .c1 {
  font-size: 1.2em;
  font-weight: 500;
}
body#report .conduct .image {
  margin-top: 15px;
}
body#report .conduct .image img {
  width: 100%;
  height: auto;
}
body#report .seminar h1 {
  margin-bottom: 10px;
}
body#report .seminar h2 {
  background: #379e49;
  color: white;
  font-size: 18px;
  padding: 5px 10px;
  margin: 20px 0 10px;
}
body#report .seminar .s {
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 10px;
}
body#report .seminar .s.k1,
body#report .seminar .s.t1 {
  background: #f4f4f4;
}
body#report .seminar .s.k1 .c2,
body#report .seminar .s.t1 .c2,
body#report .seminar .s.k1 .c8,
body#report .seminar .s.t1 .c8 {
  color: #379e49;
}
body#report .seminar .s.k1 .c6,
body#report .seminar .s.t1 .c6 {
  background: #379e49;
}
body#report .seminar .s.k1 .c11 span,
body#report .seminar .s.t1 .c11 span {
  color: #379e49;
}
body#report .seminar .s .c1,
body#report .seminar .s .endtxt,
body#report .seminar .s .c5 {
  display: none;
}
body#report .seminar .s .c2 {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: bold;
  color: #EE8400;
}
body#report .seminar .s .c4 {
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 10px;
}
body#report .seminar .s .c6 {
  background: #EE8400;
  line-height: 1;
  padding: 5px 10px;
  color: white;
  font-weight: 500;
}
body#report .seminar .s .c7 {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px;
}
body#report .seminar .s .c8 {
  font-size: 1.4em;
  font-weight: bold;
  color: #EE8400;
}
body#report .seminar .s .c9 {
  font-weight: 500;
}
body#report .seminar .s .c11 {
  margin-top: 10px;
  padding: 12px;
  background: #f5f5f5;
}
body#report .seminar .s .c11 span {
  color: #EE8400;
  font-weight: 500;
}
/* body#report */
/*スマホ表示*/
@media screen and (max-width: 769px) {
  .smp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    font-size: 13px;
  }
  a:hover {
    opacity: 100;
    filter: alpha(opacity=10000);
  }
  /******************/
  /**** ヘッダー ****/
  /******************/
  header {
    height: 60px;
    min-width: auto;
  }
  header .container h1 {
    position: absolute;
    top: 12px;
    left: 10px;
    z-index: 2;
  }
  header .container h1 img {
    height: 32px;
    width: auto;
  }
  /****************/
  /**** メイン ****/
  /****************/
  main {
    padding-top: 60px;
    /************************/
    /**** 共通コンテンツ ****/
    /************************/
    /* article.cnts */
  }
  main article {
    /* ページ内ヘッダー */
    /* 出展申し込み締め切り */
    /* ローカルナビ */
    /* コンテナ */
    /* #wrap */
    /* コンテンツ共通 */
    /* section.cnt */
    /* 準備中 */
  }
  main article #head {
    width: 100%;
    min-width: 100%;
    height: 100px;
  }
  main article #head .wrapper {
    max-width: 90%;
    min-width: 90%;
  }
  main article #head h1 {
    font-size: 24px;
  }
  main article #head h1 .category {
    font-size: 0.6em;
    position: absolute;
    top: 30px;
  }
  main article #head h1 .small {
    font-size: 0.6em;
  }
  main article #head h1 img {
    height: 45px;
  }
  main article #end {
    font-size: 20px;
  }
  main article #end .wrapper {
    width: 100%;
  }
  main article #end .wrapper span {
    font-size: 12px;
  }
  main article #localnavi {
    display: none;
  }
  main article #wrap {
    width: 100%;
    margin: 20px auto;
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /* メイン */
    /* #main */
    /****************/
    /**** サイド ****/
    /****************/
    /* #side */
  }
  main article #wrap #main {
    width: 90%;
    margin: auto;
  }
  main article #wrap #side {
    width: 90%;
    margin: 20px auto 0;
  }
  main article #wrap #side section {
    margin-bottom: 10px;
  }
  main article #wrap #side section:last-child {
    margin-bottom: 0;
  }
  main article #wrap #side section ul {
    padding: 15px;
  }
  main article #wrap #side section.ad ul li a {
    padding: 5px 15px 5px;
  }
  main article #wrap #side section.ad ul li a div {
    width: 80%;
  }
  main article #wrap #side section.ad ul li a div h2 {
    font-size: 1.3em;
    display: inline-block;
  }
  main article #wrap #side section.ad ul li a div span {
    width: 95%;
    padding: 1px 0;
  }
  main article #wrap #side section.ad ul li a img {
    width: 20%;
  }
  main article section.cnt {
    margin-top: 20px;
    /* h1 */
    /* ボタン共通使用 */
    /* 横スクロール */
  }
  main article section.cnt .wrapper {
    padding: 0;
  }
  main article section.cnt h1 {
    font-size: 18px;
    padding: 7px 10px;
  }
  main article section.cnt h2 {
    font-size: 16px;
  }
  main article section.cnt h3 {
    font-size: 14px;
  }
  main article section.cnt .btn a {
    font-size: 16px;
  }
  main article section.cnt .scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
   main article section.cnt .scroll::-webkit-scrollbar {
    height: 5px;
  }
  main article section.cnt .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  main article section.cnt .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  main article section.none {
    height: 30vh;
  }
  /* main */
  /* トップページ・会場アクセス・プレスの方へ */
  /**********************/
  /**** トップページ ****/
  /**********************/
  body#top {
    /* ページ内ヘッダー */
    /* コピー */
    /* あいさつ */
    /* 開催概要 */
  }
  body#top #head_top {
    min-width: 100%;
    height: 150px;
    position: relative;
  }
  body#top #head_top .inner {
    width: 90%;
  }
  body#top section.copy {
    margin-bottom: -5px;
  }
  body#top section.greeting .image {
    width: 35%;
    margin: 0 20px 15px 0;
  }
  body#top section.greeting .image p {
    font-size: 0.7em;
  }
  body#top section.greeting .txt {
    float: none;
    width: 100%;
  }
  body#top section.outline h1 {
    margin: 0;
  }
  body#top section.outline table td,
  body#top section.outline table th {
    padding: 10px;
  }
  body#top section.outline table td .category,
  body#top section.outline table th .category {
    width: 100%;
    margin-right: 0;
  }
  body#top section.outline table td .box ul.sns,
  body#top section.outline table th .box ul.sns {
    margin: 5px 0 0 0;
  }
  body#top section.outline table td .box ul.sns li,
  body#top section.outline table th .box ul.sns li {
    margin-right: 7px;
  }
  body#top section.outline table th {
    width: 23%;
  }
  /* トップページ */
  /**********************/
  /**** プレスの方へ ****/
  /**********************/
  body#press {
    /* プレスリリース */
    /* 写真データ */
    /* 展示会ロゴ・ポスター */
    /* リンクについて */
  }
  body#press section.press .box {
    padding: 15px;
  }
  body#press section.press .box dl dt,
  body#press section.press .box dl dd {
    width: 30%;
    padding-top: 10px;
    margin-top: 10px;
  }
  body#press section.press .box dl dd {
    width: 70%;
  }
  body#press section.gallery .detail a {
    font-size: 1em;
  }
  body#press section.data ul li {
    width: 100%;
    padding: 15px;
  }
  body#press section.data ul li .image {
    height: 150px;
  }
  body#press section.data ul li .detail {
    margin-top: 10px;
  }
  body#press section.data ul li .detail a {
    font-size: 1em;
  }
  body#press section.link ul li {
    width: 100%;
    padding: 15px;
  }
  body#press section.link ul li:nth-last-child(1) img,
  body#press section.link ul li:nth-last-child(2) img {
    width: 90%;
    height: auto;
  }
  body#press section.link ul li .image {
    height: 150px;
  }
  /* プレスの方へ */
  /********************/
  /**** CONTACT US ****/
  /********************/
  body#inquiry section.inquiry h1 {
    margin-bottom: 10px;
  }
  body#inquiry section.inquiry .detail {
    margin-top: 10px;
  }
  /* 出展のご案内 */
  /* LESS Document */
  /**********************/
  /**** 出展のご案内 ****/
  /**********************/
  body#exhibit {
    /* ページナビ */
    /* ページジャンプ */
    /* 出展申し込み締切日 */
    /****************************/
    /**** 出展対象・来場対象 ****/
    /****************************/
    /****************************/
    /**** 小間規格及び出展料 ****/
    /****************************/
    /******************************/
    /** 出展社プレゼンテーション **/
    /******************************/
    /********************************/
    /** 出展企業DX事例紹介コーナー **/
    /********************************/
    /**************************/
    /** ポスター展示コーナー **/
    /**************************/
    /**************************************/
    /** 来場者誘致のためのプロモーション **/
    /**************************************/
    /****************************/
    /***** 出展社専用サイト *****/
    /****************************/
    /**************************/
    /***** 出展のお問合せ *****/
    /**************************/
  }
  body#exhibit section#pagenavi ul li.selected a {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
  }
  body#exhibit .detail a {
    font-size: 1em;
  }
  body#exhibit .end {
    font-size: 18px;
    margin: 0 0 1em 0;
    text-align: center;
  }
  body#exhibit .end span {
    font-size: 12px;
  }
  body#exhibit .field h2 {
    padding: 5px;
    margin: 10px 0 5px 0;
    font-size: 16px;
  }
  body#exhibit .field.vis ul li {
    margin-top: 10px;
    padding: 15px;
    width: 100%;
  }
  body#exhibit .fee h2 {
    margin-top: 10px;
  }
  body#exhibit .fee .box {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#exhibit .fee .box .content {
    width: 100%;
  }
  body#exhibit .fee .box .image {
    margin-top: 10px;
    width: 100%;
  }
  body#exhibit .fee .table td,
  body#exhibit .fee .table th {
    padding: 5px;
  }
  body#exhibit .fee .layout .image {
    width: 100%;
  }
  body#exhibit .fee .height {
    padding: 15px;
  }
  body#exhibit .fee .height .content {
    width: 100%;
  }
  body#exhibit .fee .height .wall {
    width: 100%;
    margin-bottom: 10px;
  }
  body#exhibit .fee .height .wall dl {
    margin-bottom: 10px;
  }
  body#exhibit .fee .detail {
    display: none;
  }
  body#exhibit .presentation .box p {
    width: 100%;
  }
  body#exhibit .presentation .box .image {
    display: none;
  }
  body#exhibit .presentation .table {
    margin: 10px 0 5px;
  }
  body#exhibit .presentation .table td,
  body#exhibit .presentation .table th {
    padding: 5px 10px;
  }
  body#exhibit .presentation .table td span,
  body#exhibit .presentation .table th span {
    display: block;
    margin-right: 0 !important;
  }
  body#exhibit .presentation .table th {
    width: 30%;
  }
  body#exhibit .presentation .detail {
    display: none;
  }
  body#exhibit .dx .box {
    margin-bottom: 15px;
  }
  body#exhibit .dx .box p {
    width: 100%;
  }
  body#exhibit .dx .box .image {
    display: none;
  }
  body#exhibit .dx .table {
    margin: 0 0 5px !important;
  }
  body#exhibit .dx .table td,
  body#exhibit .dx .table th {
    padding: 5px 10px;
  }
  body#exhibit .dx .table td span,
  body#exhibit .dx .table th span {
    display: block;
    margin-right: 0 !important;
  }
  body#exhibit .dx .table th {
    width: 30%;
  }
  body#exhibit .dx h3 {
    margin-top: 10px;
  }
  body#exhibit .dx .detail {
    display: none;
  }
  body#exhibit .poster h1 {
    margin-bottom: 10px;
  }
  body#exhibit .poster h2 {
    font-size: 16px;
  }
  body#exhibit .poster table th {
    width: 30%;
    padding: 0;
    line-height: 1.4;
  }
  body#exhibit .poster.outline h2 {
    line-height: 1.4;
    padding: 5px 10px;
  }
  body#exhibit .poster.outline ul li {
    margin-left: 1em;
    text-indent: -1em;
  }
  body#exhibit .poster.plan .box {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#exhibit .poster.plan .box .content {
    width: 100%;
  }
  body#exhibit .poster.plan .box .image {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 10px;
  }
  body#exhibit .poster.plan .box .image img {
    height: 100%;
    width: auto;
  }
  body#exhibit .poster.plan h1 {
    font-size: 18px;
    line-height: 1.4;
  }
  body#exhibit .poster.plan h1 span {
    padding: 20px 10px;
    width: 30%;
    text-align: center;
    margin-right: 15px;
  }
  body#exhibit .poster.regist {
    padding: 15px;
  }
  body#exhibit .poster.regist .detail {
    margin: 15px 0 5px;
  }
  body#exhibit .poster.regist .txt {
    margin-bottom: 15px;
  }
  body#exhibit .promotion .title .images {
    width: 80%;
    margin-bottom: 5px;
  }
  body#exhibit .promotion .title p {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#exhibit .promotion .promo .images {
    width: 16%;
  }
  body#exhibit .promotion .promo p {
    width: 80%;
  }
  body#exhibit .login {
    padding: 15px;
  }
  body#exhibit .login:last-child {
    margin-bottom: 20px;
  }
  body#exhibit .login h1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  body#exhibit .login .detail {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
  }
  body#exhibit .login .detail a {
    margin: 0;
    margin-top: 5px;
  }
  body#exhibit .inquiry ul li {
    padding: 15px;
  }
  body#exhibit .inquiry .table {
    width: 100%;
    margin: 0;
  }
  body#exhibit .inquiry .table td,
  body#exhibit .inquiry .table th {
    padding: 5px;
    width: 55%;
  }
  body#exhibit .inquiry .table td.day,
  body#exhibit .inquiry .table th.day {
    width: 30%;
    padding: 0;
  }
  body#exhibit .inquiry .table th {
    width: 15%;
  }
  /* body#exhibit */
  /* 来場のご案内 */
  /* LESS Document */
  /**********************/
  /**** 来場のご案内 ****/
  /**********************/
  body#visit {
    /**********************/
    /**** トップページ ****/
    /**********************/
    /* コピー（出展時） */
    /* 開催概要 */
    /************************************/
    /**** 併催事業（予定）（出展時） ****/
    /************************************/
    /****************************/
    /**** ここから来場時使用 ****/
    /****************************/
    /* トップページ追加 */
    /**************************/
    /**** 自動認識セミナー ****/
    /**************************/
    /********************/
    /**** 出展社一覧 ****/
    /********************/
    /* システム大賞パネル展示 */
    /****************************/
    /**** 展示会場レイアウト ****/
    /****************************/
    /****************************************************/
    /**** 「事例でわかる自動認識」出展企業パネル展示 ****/
    /****************************************************/
    /************************/
    /**** 来場のお問合せ ****/
    /************************/
  }
  body#visit section.copy {
    margin-bottom: 20px;
  }
  body#visit section.copy .image {
    margin-bottom: -10px;
  }
  body#visit section.copy .magazine {
    margin: 15px 0;
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#visit section.copy .magazine a {
    width: 100%;
    margin-top: 15px;
  }
  body#visit section.outline h1 {
    margin: 0;
  }
  body#visit section.outline table td,
  body#visit section.outline table th {
    padding: 10px;
  }
  body#visit section.outline table td .category,
  body#visit section.outline table th .category {
    width: 100%;
    margin-right: 0;
  }
  body#visit section.outline table td .box ul.sns,
  body#visit section.outline table th .box ul.sns {
    margin: 5px 0 0 0;
  }
  body#visit section.outline table td .box ul.sns li,
  body#visit section.outline table th .box ul.sns li {
    margin-right: 7px;
  }
  body#visit section.outline table th {
    width: 23%;
  }
  body#visit section.events .copy {
    font-size: 2em;
  }
  body#visit section.events ul li {
    margin-top: 10px;
    padding-top: 10px;
  }
  body#visit section.events .image {
    margin: 10px 0;
  }
  body#visit section.events .check {
    font-size: 1.3em;
  }
  body#visit section.guide .container {
    padding: 15px;
  }
  body#visit section.guide .container .txt {
    font-size: 1.1em;
    margin-bottom: 10px;
  }
  body#visit section.seminar h1 {
    margin-bottom: 10px;
  }
  body#visit section.seminar h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  body#visit section.seminar dl.outline dt {
    width: 22%;
    margin-top: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }
  body#visit section.seminar dl.outline dt:nth-child(1) {
    margin-left: 0;
  }
  body#visit section.seminar dl.outline dd {
    width: 75%;
    padding-left: 3%;
    margin-top: 5px;
  }
  body#visit section.seminar dl.outline dd.all {
    width: 75%;
  }
  body#visit section.seminar .timetable {
    display: none;
  }
  body#visit section.seminar .s {
    padding: 20px 10px 10px;
  }
  body#visit section.seminar .s .top {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
  body#visit section.seminar .s .top .title {
    font-size: 1.5em;
    padding-left: 42px;
    width: 100%;
    margin-bottom: 5px;
  }
  body#visit section.seminar .s .top .num {
    top: 1px;
    padding: 2px 8px;
  }
  body#visit section.seminar .s .top .appli {
    margin: 8px 0 10px;
  }
  body#visit section.seminar .s .endtxt {
    font-feature-settings: "palt";
  }
  body#visit section.seminar .s .base {
    padding: 10px;
  }
  body#visit section.seminar .s .title_s {
    font-size: 1.2em;
  }
  body#visit section.seminar .s .name .space {
    width: auto;
  }
  body#visit .exhibitors h2 {
    margin-top: 15px;
  }
  body#visit .exhibitors ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 2%;
  }
  body#visit .exhibitors ul li .name {
    height: auto;
  }
  body#visit .exhibitors ul li p {
    padding: 5px;
  }
  body#visit .prize {
    padding: 15px;
  }
  body#visit .prize ul li {
    padding: 10px;
  }
  body#visit .prize ul li .title {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body#visit .prize ul li .title h2 span {
    display: inline-block;
    line-height: 1.4;
  }
  body#visit .prize ul li .title h3 {
    width: 100%;
    padding: 3px 0;
    margin: 0 0 10px 0;
  }
  body#visit .prize ul li dl dt {
    width: 25%;
    font-size: 11px;
    font-weight: bold;
  }
  body#visit .prize ul li dl dd {
    width: 73%;
    padding-left: 2%;
    margin-top: 5px;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*
	●垂直方向の揃え方（親要素に設定）
	flex-start：上揃えです。
	flex-end：下揃えです。
	center：上下中央寄せです。
	baseline：最初のflexアイテムのbaselineに揃います。
	stretch：flexコンテナいっぱいに広がります。
	*/
    -webkit-align-items: center;
    -moz-flex-direction: center;
    -ms-align-items: center;
    -o-flex-wrap: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
  }
  body#visit .layout .image img {
    width: 100%;
    height: auto;
  }
  body#visit .layout .btn {
    margin-top: 20px;
  }
  body#visit section.panel .copy {
    font-size: 1.6em;
    line-height: 1.4;
  }
  body#visit section.panel p.txt {
    font-size: 1em;
  }
  body#visit section.panel ul.nav {
    margin-top: 20px;
    /*
	●水平方向の揃え方
	space-between：初期値。均等に間隔を空ける
	space-around：「space-between」と同じく均等に間隔を空ける。違うのは、左右の端のFlexアイテムにも半分ずつ間隔を空けてるところ。
	flex-start：横配置の場合、「左揃え」、縦配置の場合、「上揃え」になります。
	flex-end：横配置の場合「右揃え」、縦配置の場合「下揃え」になります。
	center：「中央揃え」です。
	*/
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  body#visit section.panel ul.nav li {
    font-size: 1.1em;
    margin-right: 0;
  }
  body#visit section.panel h2 {
    font-size: 22px;
  }
  body#visit section.panel ul.list li {
    width: 48%;
    margin: 5% 4% 0 0;
  }
  body#visit section.panel ul.list li .name {
    margin-top: 5px;
    font-size: 0.9em;
    font-feature-settings: "palt";
  }
  body#visit section.panel ul.list li:nth-of-type(3n) {
    margin-right: 4%;
  }
  body#visit section.panel ul.list li:nth-of-type(2n) {
    margin-right: 0;
  }
  body#visit section.inquiry .box {
    padding: 15px;
  }
  /* body#vist */
  /* 前回レポート */
  /* LESS Document */
  /**********************/
  /**** 前回レポート ****/
  /**********************/
  body#report {
    /**********************/
    /**** トップページ ****/
    /**********************/
    /********************************/
    /**** 来場者分析・アンケート ****/
    /********************************/
    /********************/
    /**** 出展社一覧 ****/
    /********************/
    /************************/
    /**** 前回来場者分析 ****/
    /************************/
    /****************************/
    /**** 前回会場内発表会 ****/
    /****************************/
    /**************************/
    /**** 前回開催セミナー ****/
    /**************************/
  }
  body#report .report .table td,
  body#report .report .table th {
    border: 1px solid rgba(0, 0, 0, 0.2);
    vertical-align: middle;
    padding: 10px;
  }
  body#report .report .table th {
    width: 25%;
  }
  body#report .visitors .container .items {
    width: 100%;
  }
  body#report .exhibitors h3 {
    margin: 15px 0 10px;
  }
  body#report .analyze h1 {
    font-size: 17px;
    padding: 5px 10px;
  }
  body#report .analyze .txt {
    font-size: 0.9em;
  }
  body#report .conduct h1 {
    font-size: 18px;
    line-height: 1.2;
  }
  body#report .conduct h2 {
    font-size: 16px;
    padding: 3px 5px;
    margin: 15px 0 5px;
  }
  body#report .conduct table {
    width: 100%;
  }
  body#report .conduct table td,
  body#report .conduct table th {
    padding: 10px;
  }
  body#report .conduct table th {
    width: 18%;
    padding: 10px 0;
  }
  body#report .seminar h2 {
    margin: 10px 0 10px;
  }
  body#report .seminar .s {
    padding: 10px;
  }
  body#report .seminar .s .c2 {
    font-size: 1.5em;
  }
  body#report .seminar .s .c4 {
    font-size: 1em;
    margin-bottom: 5px;
  }
  body#report .seminar .s .c6 {
    background: #EE8400;
    line-height: 1;
    padding: 5px 10px;
    color: white;
    font-weight: 500;
  }
  body#report .seminar .s .c7 {
    background: rgba(255, 255, 255, 0.75);
    padding: 15px;
  }
  body#report .seminar .s .c8 {
    font-size: 1.4em;
    font-weight: bold;
    color: #EE8400;
  }
  body#report .seminar .s .c9 {
    font-weight: 500;
  }
  body#report .seminar .s .c11 {
    margin-top: 10px;
    padding: 12px;
    background: #f5f5f5;
  }
  body#report .seminar .s .c11 span {
    color: #EE8400;
    font-weight: 500;
  }
  /* body#report */
  /******************/
  /**** フッター ****/
  /******************/
  footer #wrap {
    max-width: 90%;
    min-width: 90%;
    padding: 20px 0 0;
  }
  footer .container section {
    width: 100%;
    margin-bottom: 20px;
  }
  footer address {
    padding: 20px;
  }
  /*footer*/
}
