@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: 1100px;
  background: white;
}
header .container h1 {
  position: absolute;
  top: 10px;
  left: 30px;
  z-index: 99;
}
header .container h1.en {
  top: 11px;
}
/****************/
/**** メイン ****/
/****************/
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-color: #0756a0;
  background-image: url("../img/common/image.png");
  background-size: 30%;
  background-position: 97% 50%;
  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 rgba(0, 0, 0, 0.5);
}
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 .big {
  font-size: 2em;
}
main article #head h1 img {
  vertical-align: middle;
  height: 65px;
  width: auto;
  margin-right: 0.5em;
}
main article #end {
  background: #c40044;
  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: white;
  color: #c40044;
  margin-right: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
main article #localnavi {
  background: #ac7919;
}
main article #localnavi.vis1 .vis_m2,
main article #localnavi.vis1 .vis_m3 {
  display: none;
}
main article #localnavi.vis2 .vis_m1,
main article #localnavi.vis2 .vis_m3 {
  display: none;
}
main article #localnavi.vis3 .vis_m1,
main article #localnavi.vis3 .vis_m2 {
  display: none;
}
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: 500;
  color: white;
  margin-right: 2em;
}
main article #localnavi li.megaMenu .wrap a:before,
main article #localnavi li.pullDown .wrap a:before {
  content: "";
  position: relative;
  top: -0.1em;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 7px;
  height: 7px;
  margin-right: 0.25em;
  background-color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
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: #0756a0;
  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: #F7F1E3;
}
main article #wrap #side section.btns ul .exh a,
main article #wrap #side section.btns ul .vis a {
  background: #c40044;
  padding: 15px 10px 18px;
}
main article #wrap #side section.btns ul .exh a .copy,
main article #wrap #side section.btns ul .vis a .copy {
  margin-top: 5px;
  background: white;
  font-size: 13px;
  color: #c40044;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
main article #wrap #side section.adBnr ul {
  padding: 0;
}
main article #wrap #side section.adBnr ul li {
  width: 100%;
  text-align: center;
}
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.smr p {
  background: #1b94d4;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  color: white;
  padding-bottom: 10px;
}
main article #wrap #side section.sametime {
  background: #F7F1E3;
}
main article #wrap #side section.sametime ul li img {
  width: 100%;
  height: auto;
}
main article #wrap #side section.other {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
main article #wrap #side section.other 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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /*
	●垂直方向の揃え方（親要素に設定）
	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;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #cedeed;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1.4;
  padding: 7px 0;
}
main article #wrap #side section.other ul li a .small {
  font-size: 10px;
}
main article #wrap #side section.other ul li 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/bg_h1.png") right top #0756a0 no-repeat;
  color: white;
  font-size: 28px;
  padding: 10px;
  line-height: 1;
  border-left: 10px solid #ac7919;
}
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: 50%;
  background: #f0f0f0;
}
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: #F7F1E3;
  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: #0756a0;
  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 #ac7919;
  transition: all 0.3s ease;
}
header.hide {
  top: -135px;
}
nav.menu-container {
  width: 100%;
  margin: 85px auto 0;
}
.menu {
  display: block;
  margin-right: 25px;
}
.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-left: 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: #ac7919;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.menu > ul > li div.child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100vw;
  background: #ac7919;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.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 div.child .wrap > ul > li.grandchild.great {
  margin-left: 1em;
}
.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: -50%;
  padding: 20px 15px;
  width: 200%;
}
.submenu {
  position: absolute;
  top: -70px;
}
.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;
}
.submenu .ad {
  position: absolute;
  right: -220px;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@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: #0756a0;
  }
  .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: #0756a0;
  }
  .menu > ul > li:hover a {
    color: white;
  }
  .menu > ul > li div.child {
    position: static;
    background: white;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .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: #0756a0;
  }
  .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: #0756a0;
    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: #0756a0;
    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: #0756a0;
  }
  .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;
  }
  .submenu .ad {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    text-align: center;
  }
}
/* トップページ・会場アクセス・プレスの方へ */
/* LESS Document */
/**********************/
/**** トップページ ****/
/**********************/
body#top {
  /* ページ内ヘッダー */
  /* 登録入場者数 */
  /* コピー */
  /* あいさつ */
  /* 開催概要 */
}
body#top #head_top {
  width: 100%;
  min-width: 1100px;
  height: 350px;
  background: #0756a0;
  position: relative;
}
body#top #head_top .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: auto;
  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: #0756a0;
  color: white;
}
body#top section.numbers table thead td {
  background: #F7F1E3;
  font-weight: 500;
}
body#top section.numbers table tbody th {
  background: #F7F1E3;
}
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 img {
  width: 100%;
  height: auto;
}
body#top section.greeting h1 {
  margin-bottom: 15px;
}
body#top section.greeting .image {
  width: 22%;
  float: left;
  margin: 0 30px 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.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: #F7F1E3;
  text-align: center;
  width: 16%;
}
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: #c40044;
  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: #cedeed;
}
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 {
  /* &:last-child{
					.image{
						height: 400px;
						.imgH(90%);
					}
				} */
  margin-top: 10px;
  width: 49%;
  background: #F7F1E3;
  padding: 20px;
}
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 .image.pos img {
  width: 35%;
  height: auto;
}
body#press section.data ul li .image.pos p {
  text-align: center;
  padding-top: 90px;
}
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,
body#press section.data ul li .detail span {
  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,
body#press section.data ul li .detail span:last-child {
  margin-right: 0;
}
body#press section.data ul li .detail span {
  background: #ccc;
}
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: #F7F1E3;
  padding: 20px;
}
body#press section.link ul li:nth-last-child(1),
body#press section.link ul li:nth-last-child(2),
body#press section.link ul li:nth-last-child(3) {
  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（スマホで困る） */
  /* ページナビ */
  /* ページジャンプ */
  /****************************/
  /** 自動認識総合展の特徴!! **/
  /****************************/
  /****************************/
  /**** 出展対象・来場対象 ****/
  /****************************/
  /****************************/
  /**** 画像認識×AIゾーン ****/
  /****************************/
  /****************************/
  /**** 小間規格及び出展料 ****/
  /****************************/
  /******************************/
  /** 出展社プレゼンテーション **/
  /******************************/
  /*************************************/
  /** インターネット公式Webサイト広告 **/
  /*************************************/
  /**************************************/
  /** メールマガジン 5行広告（なし？） **/
  /**************************************/
  /**************************/
  /** ポスター展示コーナー **/
  /**************************/
  /**************************************/
  /** 来場者誘致のためのプロモーション **/
  /**************************************/
  /**********************************************/
  /** 出展効果を高めるサポートサービス（無料） **/
  /**********************************************/
  /****************************/
  /** 同時開催展との相互入場 **/
  /****************************/
  /****************************/
  /***** 出展社専用サイト *****/
  /****************************/
  /**************************/
  /***** 出展のお問合せ *****/
  /**************************/
  /********************/
  /** How to Exhibit **/
  /********************/
  /********************/
  /** Administration **/
  /********************/
}
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,
body#exhibit .detail span {
  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#exhibit .detail a:last-child,
body#exhibit .detail span:last-child {
  margin-right: 0;
}
body#exhibit .detail span {
  background: #ccc;
}
body#exhibit .benefits {
  /* en */
}
body#exhibit .benefits h2 {
  position: relative;
  background: #c40044;
  line-height: 1;
  padding: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
  color: white;
  font-size: 24px;
  border-left: 10px solid #ac7919;
}
body#exhibit .benefits h2 .small {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.7em;
  color: #c40044;
  background: white;
  padding: 6px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
  top: 8px;
}
body#exhibit .benefits h2 .number {
  position: absolute;
  top: -7px;
  left: -15px;
  width: 60px;
  height: 60px;
  line-height: 50px;
  border: 3px solid #c40044;
  color: #c40044;
  font-size: 1.4em;
  text-align: center;
  background: white;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
body#exhibit .benefits .list li {
  background: #F7F1E3;
  padding: 30px;
  position: relative;
  margin-bottom: 20px;
}
body#exhibit .benefits .list li .icon {
  position: absolute;
  right: 30px;
  top: 40px;
  width: 150px;
}
body#exhibit .benefits .list li .icon img {
  width: 100%;
  height: auto;
}
body#exhibit .benefits .list li p {
  padding-right: 170px;
}
body#exhibit .benefits .list li .logo {
  text-align: center;
}
body#exhibit .benefits .list li .logo img {
  width: 78%;
  height: auto;
}
body#exhibit .benefits .list li .image {
  margin-top: 1em;
}
body#exhibit .benefits .list li .image img {
  width: 100%;
  height: auto;
}
body#exhibit .benefits .list li .detail {
  margin: 20px 0 25px;
}
body#exhibit .benefits .list li:last-child {
  margin-bottom: 0;
}
body#exhibit .benefits .list li.noicon p {
  padding-right: 0;
}
body#exhibit .benefits .list li.imaging p {
  text-align: center;
}
body#exhibit .benefits .list li.imaging .detail {
  margin-bottom: 0;
}
body#exhibit .benefits.en h2 {
  background: none;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 5px;
  margin-left: 0;
  color: #0756a0;
  font-size: 24px;
}
body#exhibit .benefits.en .list li p {
  padding-right: 0;
}
body#exhibit .field h2 {
  background: #cedeed;
  color: #0756a0;
  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.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%;
  background: #cedeed;
}
body#exhibit .field.vis ul li h2 {
  margin-top: 0;
  text-align: center;
  color: white;
}
body#exhibit .field.vis ul li .image {
  margin-top: 10px;
}
body#exhibit .field.vis ul li .image img {
  width: 100%;
  height: auto;
}
body#exhibit .field.vis ul li:nth-child(1) h2 {
  background: #f29b77;
}
body#exhibit .field.vis ul li:nth-child(2) h2 {
  background: #ec6d81;
}
body#exhibit .field.vis ul li:nth-child(3) h2 {
  background: #6abc6e;
}
body#exhibit .field.vis ul li:nth-child(4) h2 {
  background: #6f9bb6;
}
body#exhibit .field.vis ul li:nth-child(5) h2 {
  background: #7679b9;
}
body#exhibit .field.vis ul li:nth-child(6) h2 {
  background: #a7a9a8;
}
body#exhibit .ai {
  /* en */
}
body#exhibit .ai h1 {
  background: none;
  border: none;
}
body#exhibit .ai h1 img {
  width: 100%;
  height: auto;
}
body#exhibit .ai .txtarea {
  -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 .ai .txtarea p {
  width: 60%;
}
body#exhibit .ai .txtarea .image {
  width: 36%;
}
body#exhibit .ai .txtarea .image img {
  width: 100%;
  height: auto;
}
body#exhibit .ai .box {
  padding: 30px;
  background: #F7F1E3;
  margin-top: 20px;
}
body#exhibit .ai .box h2 {
  background: #ac7919;
  color: white;
  line-height: 1;
  padding: 10px;
  margin: 0 0 10px 0;
}
body#exhibit .ai .box h3 {
  background: rgba(255, 255, 255, 0.5);
  color: #ac7919;
  line-height: 1;
  padding: 7px;
  margin: 10px 0 5px 0;
}
body#exhibit .ai .box ul.vis_list {
  -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#exhibit .ai .box ul.vis_list li {
  background: white;
  padding: 5px 10px;
  margin: 10px 10px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#exhibit .ai.pre h1 {
  background: #c40044;
  margin-bottom: 15px;
}
body#exhibit .ai.pre h2 {
  font-weight: 500;
}
body#exhibit .ai.pre h2 span {
  color: #c40044;
  font-weight: bold;
}
body#exhibit .ai.pre .table {
  width: 100%;
  margin: 10px 0;
}
body#exhibit .ai.pre .table td,
body#exhibit .ai.pre .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  text-align: center;
  padding: 5px 15px;
}
body#exhibit .ai.pre .table td.none,
body#exhibit .ai.pre .table th.none {
  border: none;
  background: none;
}
body#exhibit .ai.pre .table th {
  background: #F7F1E3;
  text-align: center;
  width: 50%;
}
body#exhibit .ai.pre .table.schedule td {
  font-weight: bold;
}
body#exhibit .ai.pre .table.schedule th {
  font-weight: normal;
}
body#exhibit .ai.pre .table.schedule thead td {
  background: #ac7919;
  color: white;
  font-size: 1.2em;
}
body#exhibit .ai.pre .detail {
  margin: 40px 0 0;
}
body#exhibit .ai.en .copy {
  font-size: 1.4em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
  color: #333333;
  font-weight: bold;
}
body#exhibit .ai.en .image {
  margin-top: 10px;
}
body#exhibit .ai.en .image img {
  width: 100%;
  height: auto;
}
body#exhibit .fee {
  /* en */
}
body#exhibit .fee .deadline {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  margin-bottom: 15px;
}
body#exhibit .fee .deadline span {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 5px 10px;
  background: #c40044;
  color: white;
  margin-right: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#exhibit .fee h2 {
  margin-top: 20px;
}
body#exhibit .fee .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 .fee .box .content {
  width: 58%;
}
body#exhibit .fee .box .image {
  margin-top: 20px;
  width: 40%;
}
body#exhibit .fee .box .image img {
  width: 100%;
  height: auto;
}
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: #f0f0f0;
}
body#exhibit .fee .table td strong,
body#exhibit .fee .table th strong {
  font-size: 1.2em;
}
body#exhibit .fee .table th {
  background: #F7F1E3;
  width: 30%;
  font-size: 1.2em;
}
body#exhibit .fee .table th p {
  font-weight: normal;
  font-size: 0.8em;
}
body#exhibit .fee .table thead td {
  background: #0756a0;
  font-weight: bold;
  color: white;
}
body#exhibit .fee .table thead td .small {
  font-size: 0.8em;
}
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: #0756a0;
}
body#exhibit .fee .layout .image {
  width: 70%;
}
body#exhibit .fee .layout .image img {
  width: 100%;
  height: auto;
}
body#exhibit .fee .height {
  margin-top: 20px;
  padding: 20px;
  border: 2px solid #c40044;
  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;
}
body#exhibit .fee .height .content {
  width: 53%;
}
body#exhibit .fee .height .content h2 {
  margin: 0 0 5px;
  color: #c40044;
}
body#exhibit .fee .height .content ul li {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 2px dotted rgba(0, 0, 0, 0.2);
}
body#exhibit .fee .height .content ul li h3:before {
  content: "● ";
  color: #c40044;
}
body#exhibit .fee .height .content ul li p {
  margin-left: 1.2em;
}
body#exhibit .fee .height .content ul li:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
body#exhibit .fee .height .image {
  width: 45%;
}
body#exhibit .fee .height .image img {
  width: 100%;
  height: auto;
}
body#exhibit .fee .conditions li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .fee .conditions li:before {
  content: "● ";
  color: #0756a0;
}
body#exhibit .fee.package {
  background: #F7F1E3;
  padding: 30px;
}
body#exhibit .fee.package h1 {
  margin-bottom: 10px;
}
body#exhibit .fee.package h2 span {
  font-weight: normal;
  font-size: 0.8em;
}
body#exhibit .fee.package h5 {
  margin-top: 0.5em;
}
body#exhibit .fee.package .content {
  width: 55%;
}
body#exhibit .fee.package .image {
  width: 43%;
}
body#exhibit .fee .detail {
  margin: 40px 0 10px;
}
body#exhibit .fee .detail a {
  font-size: 1.4em;
  padding: 20px 50px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
body#exhibit .fee .detail a i {
  margin-right: 0.5em;
}
body#exhibit .fee .height_en h3 {
  color: #cedeed;
}
body#exhibit .fee .height_en img {
  margin-top: 10px;
}
body#exhibit .fee .height_en img {
  width: 80%;
  height: auto;
}
body#exhibit .fee .caution li {
  margin-left: 0.75em;
  text-indent: -0.75em;
}
body#exhibit .presentation .box {
  margin-bottom: 10px;
}
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: 5px 15px;
}
body#exhibit .presentation .table td.none,
body#exhibit .presentation .table th.none {
  border: none;
  background: none;
}
body#exhibit .presentation .table th {
  background: #F7F1E3;
  text-align: center;
  width: 15%;
}
body#exhibit .presentation .table.schedule td {
  text-align: center;
  font-weight: bold;
}
body#exhibit .presentation .table.schedule th {
  font-weight: normal;
  width: 50%;
}
body#exhibit .presentation .table.schedule thead td {
  background: #0756a0;
  color: white;
  font-size: 1.2em;
}
body#exhibit .presentation ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .presentation .detail {
  margin: 40px 0 0;
}
body#exhibit .ad .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 .ad .box .content {
  width: 68%;
}
body#exhibit .ad .box .content h2 {
  margin-top: 0;
}
body#exhibit .ad .box .image {
  width: 30%;
}
body#exhibit .ad .box .image img {
  width: 100%;
  height: auto;
}
body#exhibit .ad h2 {
  margin-top: 1em;
}
body#exhibit .ad .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .ad .table td,
body#exhibit .ad .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .ad .table td .red,
body#exhibit .ad .table th .red {
  color: #c40044;
}
body#exhibit .ad .table th {
  background: #F7F1E3;
  text-align: center;
  width: 15%;
}
body#exhibit .ad .table.schedule td {
  text-align: center;
  padding: 10px 0;
}
body#exhibit .ad .table.schedule th {
  width: auto;
}
body#exhibit .ad .table.schedule thead td {
  background: #0756a0;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}
body#exhibit .ad ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .ad .privilege {
  margin-top: 30px;
  background: rgba(202, 34, 92, 0.2);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px;
}
body#exhibit .ad .privilege h3 {
  background: #c40044;
  color: white;
  line-height: 1;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
}
body#exhibit .ad .detail {
  margin: 40px 0 0;
}
body#exhibit .ad.en h1 {
  margin-bottom: 20px;
}
body#exhibit .ad.en .table thead td,
body#exhibit .ad.en .table thead th {
  background: #0756a0;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  text-align: center;
}
body#exhibit .ad.en .table th {
  width: 40%;
}
body#exhibit .mail .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 .mail .box .content {
  width: 75%;
}
body#exhibit .mail .box .content h2 {
  margin-top: 0;
}
body#exhibit .mail .box .image {
  width: 23%;
}
body#exhibit .mail .box .image img {
  width: 100%;
  height: auto;
}
body#exhibit .mail h2 {
  margin-top: 1em;
}
body#exhibit .mail .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .mail .table td,
body#exhibit .mail .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .mail .table td .red,
body#exhibit .mail .table th .red {
  color: #0756a0;
}
body#exhibit .mail .table th {
  background: #F7F1E3;
  text-align: center;
  width: 15%;
}
body#exhibit .mail .table.schedule td {
  text-align: center;
  padding: 10px;
}
body#exhibit .mail .table.schedule td.title {
  text-align: left;
}
body#exhibit .mail .table.schedule th {
  width: 15%;
}
body#exhibit .mail .table.schedule thead td {
  background: #0756a0;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
}
body#exhibit .mail ul li {
  margin-left: 1em;
  text-indent: -1em;
}
body#exhibit .mail .detail {
  margin: 30px 0 0;
}
body#exhibit .mail.en h1 {
  margin-bottom: 20px;
}
body#exhibit .mail.en .table th {
  width: auto;
}
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: #F7F1E3;
  text-align: center;
  width: 25%;
}
body#exhibit .poster.outline h2 {
  margin-top: 10px;
  color: white;
  background: #cedeed;
  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: 61%;
}
body#exhibit .poster.plan .box .image {
  width: 35%;
}
body#exhibit .poster.plan .box .image img {
  width: 100%;
  height: auto;
}
body#exhibit .poster.plan.b .box .content {
  width: 71%;
}
body#exhibit .poster.plan.b .box .image {
  width: 25%;
}
body#exhibit .poster.plan.b .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: #cedeed;
  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: #cedeed;
}
body#exhibit .poster.regist {
  padding: 25px;
  background: #f0f0f0;
}
body#exhibit .poster.regist .detail {
  margin: 30px 0 5px;
}
body#exhibit .poster.regist .txt {
  text-align: center;
  margin-bottom: 30px;
}
body#exhibit .promotion h2 {
  background: #0756a0;
  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 h3 {
  margin-top: 0.5em;
  font-size: 18px;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
body#exhibit .promotion h3:before {
  content: "● ";
  color: #0756a0;
}
body#exhibit .support .txt {
  font-weight: bold;
  font-size: 1.2em;
}
body#exhibit .support h2 {
  background: #0756a0;
  line-height: 1;
  padding: 7px 10px;
  color: white;
  margin: 1em 0 0.5em 0;
}
body#exhibit .support h2:first-child {
  margin-top: 0;
}
body#exhibit .support .image {
  margin-top: 0.5em;
}
body#exhibit .support .image img {
  width: 100%;
  height: auto;
}
body#exhibit .support .image p {
  text-align: right;
  margin-top: 5px;
}
body#exhibit .sametime h1 {
  margin: 1em 0 0.5em;
}
body#exhibit .sametime h1:first-child {
  margin-top: 0;
}
body#exhibit .sametime .txt {
  font-size: 1.1em;
}
body#exhibit .sametime h2 {
  font-size: 24px;
  margin-top: 1em;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
body#exhibit .sametime h2 a {
  color: #333333;
}
body#exhibit .sametime h2:before {
  content: "● ";
  color: #0756a0;
  font-size: 18px;
}
body#exhibit .sametime h3 {
  font-feature-settings: "palt";
}
body#exhibit .login {
  background: #f0f0f0;
  padding: 30px;
  margin-top: 20px;
}
body#exhibit .login:nth-child(1) {
  margin-top: 0;
}
body#exhibit .login:last-child {
  margin-bottom: 40px;
}
body#exhibit .login h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
body#exhibit .login h2 {
  background: #0756a0;
  color: white;
  line-height: 1;
  padding: 10px;
  margin: 30px 0 10px 0;
}
body#exhibit .login .detail {
  margin-top: 15px;
}
body#exhibit .login .doc a {
  color: #333333;
}
body#exhibit .login .doc a i {
  color: #0756a0;
}
body#exhibit .inquiry h1 {
  margin-bottom: 10px;
}
body#exhibit .inquiry .txt {
  font-size: 1.1em;
}
body#exhibit .inquiry ul li {
  background: #f0f0f0;
  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: #F7F1E3;
  text-align: center;
  width: 25%;
}
body#exhibit .inquiry .table td h3.ex,
body#exhibit .inquiry .table th h3.ex {
  color: #c40044;
}
body#exhibit .inquiry .table th {
  background: #0756a0;
  text-align: center;
  color: white;
  width: 10%;
}
body#exhibit .apply h2 {
  margin-top: 20px;
}
body#exhibit .apply h2:before {
  content: "● ";
  color: #cedeed;
  font-size: 18px;
}
body#exhibit .apply .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .apply .table td,
body#exhibit .apply .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
  text-align: center;
}
body#exhibit .apply .table th {
  background: #F7F1E3;
  width: 50%;
}
body#exhibit .apply .schedule {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .apply .schedule td,
body#exhibit .apply .schedule th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .apply .schedule th {
  background: #F7F1E3;
}
body#exhibit .apply .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 .apply .box li {
  margin: 5px 0;
  padding: 30px;
  width: 49%;
  background: #F7F1E3;
  text-align: center;
}
body#exhibit .apply .box li h3 {
  font-size: 18px;
}
body#exhibit .apply .box li .detail {
  margin: 10px 0;
}
body#exhibit .admin h1 {
  margin-bottom: 20px;
}
body#exhibit .admin h2 {
  margin-top: 20px;
}
body#exhibit .admin h2:before {
  content: "● ";
  color: #cedeed;
  font-size: 18px;
}
body#exhibit .admin sup {
  font-size: 0.6em;
  vertical-align: top;
}
body#exhibit .admin .table {
  width: 100%;
  margin: 5px 0;
}
body#exhibit .admin .table td,
body#exhibit .admin .table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px 15px;
}
body#exhibit .admin .table th {
  background: #F7F1E3;
}
/* body#exhibit */
/* 来場のご案内 */
/* LESS Document */
/**********************/
/**** 来場のご案内 ****/
/**********************/
body#visit {
  /**********************/
  /**** トップページ ****/
  /**********************/
  /* 来場のご案内 */
  /* コピー */
  /* 開催概要 */
  /********************/
  /**** 出展社一覧 ****/
  /********************/
  /****************************/
  /**** 画像認識×AIゾーン ****/
  /****************************/
  /****************************/
  /**** 展示会場レイアウト ****/
  /****************************/
  /**********************/
  /**** 併催事業一覧 ****/
  /**********************/
  /* 出展募集時使用 */
  /* タイムテーブル */
  /**************************/
  /**** 自動認識セミナー ****/
  /**************************/
  /**********************/
  /**** 会場内発表会 ****/
  /**********************/
  /* 共通仕様 */
  /****************************************************/
  /**** 「事例でわかる自動認識」出展企業パネル展示 ****/
  /****************************************************/
  /******************/
  /**** 相互入場 ****/
  /******************/
  /************************/
  /**** 来場のお問合せ ****/
  /************************/
  /* English */
}
body#visit section.topRegist .image img {
  width: 100%;
  height: auto;
}
body#visit section.topExh h1 {
  margin-bottom: 12px;
}
body#visit section.topExh 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;
}
body#visit section.topExh ul li {
  width: 32.5%;
}
body#visit section.topExh ul li a {
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F7F1E3;
}
body#visit section.topExh ul li a p {
  margin-top: 10px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
}
body#visit section.topExh ul li a img {
  width: 100%;
  height: auto;
}
body#visit section.topEvent h1 {
  margin-bottom: 12px;
}
body#visit section.topEvent 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#visit section.topEvent ul li {
  width: 32.5%;
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body#visit section.topEvent ul li a {
  -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: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F7F1E3;
}
body#visit section.topEvent ul li a i {
  font-size: 3em;
}
body#visit section.topEvent ul li a p {
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: bold;
  color: #333333;
}
body#visit section.topEvent ul li a img {
  width: 100%;
  height: auto;
}
body#visit section.topOthers {
  margin: 0 0 20px 0;
}
body#visit section.topOthers .topPanel a {
  -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;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #F7F1E3;
  padding: 10px;
}
body#visit section.topOthers .topPanel a img {
  width: 50%;
  height: auto;
}
body#visit section.topOthers .topPanel a p {
  width: 50%;
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
body#visit section.topOthers .topLink {
  text-align: center;
  margin-top: 60px;
  font-size: 1.2em;
  font-weight: bold;
}
body#visit section.copy .image {
  width: 100%;
}
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: 53%;
  -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.copy.en .btn {
  margin-top: 40px;
}
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: #F7F1E3;
  text-align: center;
  width: 15%;
}
body#visit section.outline.en table th {
  width: 28%;
}
body#visit section.detail.last {
  margin-top: 20px;
}
body#visit section.detail .btn {
  text-align: right;
}
body#visit section.detail .btn a {
  background: #c40044;
}
body#visit section.detail .btn a p {
  background: rgba(255, 255, 255, 0.25);
  padding: 5px 10px;
  margin: 5px 0 3px;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.4;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
body#visit section.category {
  position: relative;
  margin: 15px 0 15px;
  padding: 15px;
  width: 820px;
  height: auto;
  background: #F7F1E3;
}
body#visit section.category h3 {
  margin-top: 0;
}
body#visit section.category 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;
  /*
	●垂直方向の揃え方（親要素に設定）
	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: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body#visit section.category ul li {
  height: 18px;
  font-size: 12.5px;
  font-weight: 500;
  margin-top: 5px;
}
body#visit section.category ul li img {
  height: 100%;
  width: auto;
}
body#visit section.category ul li img {
  margin-right: 3px;
}
body#visit section.exhibitors {
  margin-top: 0;
}
body#visit section.exhibitors p.title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 28px;
  color: #0756a0;
}
body#visit section.exhibitors p.title.image {
  color: #ca4917;
}
body#visit section.exhibitors p.title.poster {
  color: #cedeed;
}
body#visit section.exhibitors 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#visit section.exhibitors ul h3 {
  background: #cedeed;
  color: white;
  text-indent: 10px;
  width: 100%;
  padding: 3px 0;
  margin-bottom: 13px;
}
body#visit section.exhibitors ul li {
  width: 32.5%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 13px;
}
body#visit section.exhibitors ul li dl dt {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
  height: 3.5em;
  background: #0756a0;
  padding: 0 10px;
  color: white;
  -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;
}
body#visit section.exhibitors ul li dl dt a {
  color: white;
}
body#visit section.exhibitors ul li dl dd {
  padding: 7px 0 7px 10px;
  overflow: hidden;
  zoom: 1;
}
body#visit section.exhibitors ul li dl dd img {
  height: 18px;
  width: auto;
  float: left;
  margin-right: 3px;
}
body#visit section.exhibitors ul li.none {
  border: none;
}
body#visit section.exhibitors ul.image li dl dt {
  background: #ca4917;
}
body#visit section.exhibitors ul.poster li dl dt {
  background: #cedeed;
}
body#visit .ai .logo {
  margin-top: -15px;
}
body#visit .ai .logo img {
  width: 100%;
  height: auto;
}
body#visit .ai .box {
  padding: 20px;
  background: #f0f0f0;
  margin-top: 20px;
}
body#visit .ai .box h2 {
  background: #ca4917;
  color: white;
  line-height: 1;
  padding: 10px;
}
body#visit .ai .box h3 {
  background: rgba(202, 73, 23, 0.2);
  color: #ca4917;
  font-size: 1.2em;
  line-height: 1;
  padding: 5px 10px;
  margin: 15px 0 10px 0;
}
body#visit .ai .box 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#visit .ai .box ul li {
  width: 32.5%;
  padding: 10px;
  background: white;
  margin-top: 10px;
}
body#visit .ai .box ul li.none {
  background: none;
}
body#visit .ai .box .txt {
  font-size: 1.2em;
}
body#visit .ai .box .txt a {
  color: #333333;
}
body#visit .ai .box .txt a span {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1;
  font-weight: bold;
  background: black;
  color: white;
  padding: 4px 10px;
  margin-right: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
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.events .copy {
  font-size: 2.4em;
  line-height: 1.2;
  font-weight: bold;
  color: #c40044;
  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.timetable {
  font-feature-settings: "palt";
}
body#visit section.timetable .base a {
  -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;
  height: 100%;
  width: 100%;
  padding: 0 0.5em;
  color: #333333;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid white;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #C9DEEE;
}
body#visit section.timetable .base a.jaisa {
  background: #F4EAE0;
}
body#visit section.timetable .base a.presen {
  background: #E0F4E9;
}
body#visit section.timetable .base a.key {
  background: #BBE5FF;
}
body#visit section.timetable .base a.epc {
  background: #F8E4EE;
}
body#visit section.timetable .base td {
  position: relative;
}
body#visit section.timetable .base td span.advance {
  position: absolute;
  z-index: 99;
  top: 3px;
  right: 3px;
  font-size: 10px;
  line-height: 1;
  color: white;
  font-weight: 500;
  background: #c40044;
  padding: 2px 4px;
}
body#visit section.timetable h1 {
  margin-top: 20px;
}
body#visit section.timetable h1:nth-child(1) {
  margin-top: 0;
}
body#visit section.timetable table {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  border-right: 0;
  background: white;
}
body#visit section.timetable table td,
body#visit section.timetable table th {
  vertical-align: middle;
  line-height: 1;
  height: 20px;
  min-height: 20px;
}
body#visit section.timetable table th {
  width: 47%;
}
body#visit section.timetable table th:nth-child(1) {
  width: 6%;
}
body#visit section.timetable table th.first {
  width: 23.5%;
}
body#visit section.timetable table th.none,
body#visit section.timetable table td.none {
  width: 0;
  font-size: 0;
  border: none;
}
body#visit section.timetable table thead th {
  background: black;
  text-align: center;
  color: white;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 29px;
}
body#visit section.timetable table thead th:nth-child(1) {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
body#visit section.timetable table tbody th {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  background: #F7F1E3;
  height: 32px;
}
body#visit section.timetable table tbody th.last {
  height: 16px;
}
body#visit section.timetable table tbody td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0;
}
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 h3 {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body#visit section.seminar h3 span {
  display: inline-block;
  background: black;
  font-size: 0.8em;
  color: white;
  padding: 2px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
}
body#visit section.seminar .s {
  background: #F7F1E3;
  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: #0756a0;
  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: #c40044;
}
body#visit section.seminar .s .top .appli span {
  background: #ccc;
  font-size: 0.9em;
  line-height: 1.2;
  text-align: center;
}
body#visit section.seminar .s .top .end {
  /* 満席表示（未使用） */
}
body#visit section.seminar .s .top .end span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #c40044;
  padding: 7px 22px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: white;
  border: 2px solid #c40044;
}
body#visit section.seminar .s .endtxt {
  color: #c40044;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
}
body#visit section.seminar .s .time {
  background: #0756a0;
  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;
  color: #0756a0;
}
body#visit section.seminar .s .name {
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}
body#visit section.seminar .s .name.ind span {
  display: inline-block;
  width: 9em;
}
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: #f0f0f0;
  font-size: 13px;
  line-height: 1.5;
}
body#visit section.seminar .s .his span {
  color: #0756a0;
  font-weight: 500;
}
body#visit section.seminar .s.epc {
  background: #F8E4EE;
}
body#visit section.seminar .s.epc .title,
body#visit section.seminar .s.epc .title_s,
body#visit section.seminar .s.epc .his span {
  color: #CC3F86;
}
body#visit section.seminar .s.epc .time {
  background: #CC3F86;
}
body#visit section.conduct {
  /* 合同 基調講演 */
  /* 出展社プレゼンテーション */
  /* 自動認識システム大賞 表彰式＆講演会 */
  /* JAISAセッション */
  /* JAISAフォーラム */
}
body#visit section.conduct h1 {
  margin-bottom: 10px;
}
body#visit section.conduct h2 {
  font-size: 32px;
  margin: 20px 0 10px;
}
body#visit section.conduct h2 span {
  font-size: 0.8em;
}
body#visit section.conduct h3 {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
}
body#visit section.conduct h3 span {
  display: inline-block;
  background: black;
  font-size: 0.8em;
  color: white;
  padding: 2px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
}
body#visit section.conduct h4 {
  margin-top: 10px;
}
body#visit section.conduct .appli {
  text-align: center;
  margin-top: 30px;
}
body#visit section.conduct .appli a,
body#visit section.conduct .appli span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 8px 20px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  background: #c40044;
}
body#visit section.conduct .appli span {
  background: #ccc;
  font-size: 0.9em;
  line-height: 1.2;
}
body#visit section.conduct table {
  width: 100%;
}
body#visit section.conduct table td,
body#visit section.conduct table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 15px 20px;
}
body#visit section.conduct table th {
  width: 12%;
  background: #F7F1E3;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  font-feature-settings: "palt";
}
body#visit section.conduct.keynote .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 section.conduct.keynote .title p {
  font-size: 1.6em;
  line-height: 1.4;
  font-weight: bold;
  color: #0756a0;
}
body#visit section.conduct.keynote .name {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.4;
  margin: 10px 0 0;
}
body#visit section.conduct.presentation .title p {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: bold;
  color: #0756a0;
}
body#visit section.conduct.presentation .cat {
  -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;
  padding: 7px 0 7px;
}
body#visit section.conduct.presentation .cat .dx {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  background: #cedeed;
  padding: 5px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin: 0 0 0 5px;
}
body#visit section.conduct.presentation .cat .dx.pan1 {
  background: #DEEFE7;
  /* 物流 */
}
body#visit section.conduct.presentation .cat .dx.pan2 {
  background: #FBE3E1;
  /* リテール */
}
body#visit section.conduct.presentation .cat .dx.pan3 {
  background: #DCE4F4;
  /* 製造 */
}
body#visit section.conduct.presentation .cat .dx.pan4 {
  background: #FCEDD2;
  /* 医療 */
}
body#visit section.conduct.presentation .cat .dx.pan5 {
  background: #F0DFED;
  /* その他 */
}
body#visit section.conduct.presentation .name {
  font-weight: 500;
  font-size: 1.1em;
}
body#visit section.conduct.prize .title_pre {
  font-size: 1.4em;
  line-height: 1.4;
  font-weight: bold;
  color: #0756a0;
}
body#visit section.conduct.prize .title {
  background: #0756a0;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
}
body#visit section.conduct.prize .category {
  background: #cedeed;
  line-height: 1;
  padding: 6px;
  font-weight: bold;
  color: white;
  margin-bottom: 3px;
}
body#visit section.conduct.prize .name {
  font-size: 1.2em;
  font-weight: 500;
}
body#visit section.conduct.prize .txt {
  font-weight: 500;
}
body#visit section.conduct.session .category {
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  background: #0756a0;
  padding: 5px 10px;
  margin: 3px 0 5px 0;
}
body#visit section.conduct.session .name {
  font-weight: 500;
}
body#visit section.conduct.session .title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  color: #0756a0;
}
body#visit section.conduct.forum .category {
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  background: #0756a0;
  padding: 5px 10px;
  margin: 3px 0 5px 0;
}
body#visit section.conduct.forum .name {
  font-weight: 500;
}
body#visit section.conduct.forum .title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  color: #0756a0;
}
body#visit section.panel .copy {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: bold;
  color: #c40044;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
body#visit section.panel p {
  font-size: 1.1em;
}
body#visit section.panel .image {
  margin: 15px 0;
}
body#visit section.panel .image img {
  width: 100%;
  height: auto;
}
body#visit section.panel h1 span {
  font-size: 0.7em;
  vertical-align: middle;
}
body#visit section.panel h2 {
  font-size: 20px;
}
body#visit section.panel .list {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
}
body#visit section.panel .list h2 {
  -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: 17%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  text-align: center;
}
body#visit section.panel .list.pan1 h2 {
  background: #DEEFE7;
  /* 物流 */
}
body#visit section.panel .list.pan2 h2 {
  background: #FBE3E1;
  /* リテール */
}
body#visit section.panel .list.pan3 h2 {
  background: #DCE4F4;
  /* 製造 */
}
body#visit section.panel .list.pan4 h2 {
  background: #FCEDD2;
  /* 医療 */
}
body#visit section.panel .list.pan5 {
  margin-bottom: 10px;
}
body#visit section.panel .list.pan5 h2 {
  background: #F0DFED;
  /* その他 */
}
body#visit section.panel table {
  width: 100%;
}
body#visit section.panel table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px;
}
body#visit section.panel table td .name {
  font-weight: bold;
}
body#visit section.panel table td .title {
  font-size: 0.95em;
}
body#visit section.sametime h1 {
  position: relative;
}
body#visit section.sametime h1 span {
  position: absolute;
  right: 10px;
  top: 15px;
  font-size: 0.7em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
body#visit section.sametime h2 {
  margin-top: 5px;
}
body#visit section.sametime h2 a {
  color: #333333;
}
body#visit section.sametime h3 {
  background: #f39800;
  color: white;
  padding: 5px 10px;
  margin: 30px 0 10px 0;
}
body#visit section.sametime h3.inn {
  background: #bb3431;
}
body#visit section.sametime .image {
  margin: 30px 0 0 0;
}
body#visit section.sametime .image img {
  width: 100%;
  height: auto;
}
body#visit section.sametime .contents {
  -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 10px;
}
body#visit section.sametime .contents a {
  width: 30%;
}
body#visit section.sametime .contents a img {
  width: 100%;
  height: auto;
}
body#visit section.sametime .contents p {
  width: 65%;
  font-weight: bold;
  font-size: 1.2em;
}
body#visit section.inquiry .box {
  background: #f0f0f0;
  padding: 25px;
  margin-top: 10px;
}
body#visit section.list h3 {
  background: #0756a0;
  color: white;
  padding: 5px 10px;
  margin: 0 0 10px;
}
body#visit section.list h3.mov {
  background: #814187;
}
body#visit section.list h3.pic {
  background: #ce7836;
  margin-top: 20px;
}
body#visit section.list h3.pos {
  background: #b24c8b;
}
body#visit section.list 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;
  /*
	●水平方向の揃え方
	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.list ul li {
  width: 49.5%;
  background: #f0f0f0;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
/* body#vist */
/* 前回レポート */
/* LESS Document */
/**********************/
/**** 前回開催実績 ****/
/**********************/
body#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: #F7F1E3;
  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: #0756a0;
}
body#report .report h2:nth-child(1) {
  margin-top: 0;
}
body#report .report.en .table th {
  width: 35%;
}
body#report section.numbers .wrapper {
  padding: 0;
}
body#report section.numbers p {
  font-weight: 500;
}
body#report section.numbers table {
  width: 100%;
  margin-bottom: 0.5em;
}
body#report section.numbers table th,
body#report 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#report section.numbers table thead th {
  background: #0756a0;
  color: white;
}
body#report section.numbers table thead td {
  background: #F7F1E3;
  font-weight: 500;
}
body#report section.numbers table tbody th {
  background: #F7F1E3;
}
body#report section.numbers table tbody th span {
  font-size: 0.9em;
}
body#report section.numbers h2 {
  margin: 15px 0 5px 0;
}
body#report .exhibitors h1 {
  margin-bottom: 5px;
}
body#report .exhibitors .txt {
  text-align: right;
  margin-bottom: 1em;
}
body#report .exhibitors h3 {
  background: #0756a0;
  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: #0756a0;
}
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 .analyze h1 {
  margin-bottom: 5px;
  background: #cedeed;
}
body#report .analyze .txt {
  text-align: right;
}
body#report .analyze .image img {
  width: 100%;
  height: auto;
}
body#report section.seminar h1 {
  margin-bottom: 10px;
}
body#report section.seminar h2 {
  font-size: 32px;
  margin: 20px 0 10px;
}
body#report section.seminar h2 span {
  font-size: 0.8em;
}
body#report section.seminar h3 {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
body#report section.seminar h3 span {
  display: inline-block;
  background: black;
  font-size: 0.8em;
  color: white;
  padding: 2px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
}
body#report section.seminar .s {
  background: #F7F1E3;
  padding: 20px;
  margin-bottom: 10px;
}
body#report 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#report section.seminar .s .top .title {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: bold;
  color: #0756a0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 55px;
}
body#report 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#report section.seminar .s .top .appli a,
body#report 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: #c40044;
}
body#report section.seminar .s .top .appli span {
  background: #ccc;
  display: none;
}
body#report section.seminar .s .top .end {
  display: none;
}
body#report section.seminar .s .top .end span {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: #c40044;
  padding: 7px 22px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  background: white;
  border: 2px solid #c40044;
}
body#report section.seminar .s .endtxt {
  color: #c40044;
  font-weight: 500;
  margin-bottom: 10px;
  margin-left: 1em;
  text-indent: -1em;
  display: none;
}
body#report section.seminar .s .time {
  background: #0756a0;
  line-height: 1;
  padding: 7px 10px;
  color: white;
  font-weight: 500;
}
body#report section.seminar .s .base {
  background: rgba(255, 255, 255, 0.75);
  padding: 15px 20px 20px;
}
body#report section.seminar .s .title_s {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
  color: #0756a0;
}
body#report section.seminar .s .name {
  font-weight: 500;
}
body#report section.seminar .s .txt {
  line-height: 1.4;
  margin: 5px 0;
}
body#report section.seminar .s .his {
  margin-top: 10px;
  padding: 12px;
  background: #f0f0f0;
  font-size: 13px;
  line-height: 1.5;
}
body#report section.seminar .s .his span {
  color: #0756a0;
  font-weight: 500;
}
body#report section.conduct {
  /* 出展社プレゼンテーション */
  /* 自動認識システム大賞 表彰式＆講演会 */
  /* JAISAセッション */
  /* JAISAフォーラム */
}
body#report section.conduct h1 {
  margin-bottom: 10px;
}
body#report section.conduct h2 {
  font-size: 32px;
  margin: 20px 0 10px;
}
body#report section.conduct h2 span {
  font-size: 0.8em;
}
body#report section.conduct h3 {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
}
body#report section.conduct h3 span {
  display: inline-block;
  background: black;
  font-size: 0.8em;
  color: white;
  padding: 2px 7px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-right: 10px;
}
body#report section.conduct h4 {
  margin-top: 10px;
}
body#report section.conduct .appli {
  text-align: center;
  margin-top: 30px;
}
body#report section.conduct .appli a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  color: white;
  padding: 8px 20px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  background: #1b95d4;
}
body#report section.conduct table {
  width: 100%;
}
body#report section.conduct table td,
body#report section.conduct table th {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px;
}
body#report section.conduct table th {
  width: 12%;
  background: #F7F1E3;
  text-align: center;
  font-weight: normal;
  line-height: 1.2;
  font-feature-settings: "palt";
}
body#report section.conduct.presentation .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#report section.conduct.presentation .title p {
  font-size: 1.3em;
  line-height: 1.4;
  font-weight: bold;
  color: #0756a0;
}
body#report section.conduct.presentation .title .dx {
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  background: #cedeed;
  padding: 5px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  margin: 3px 0 0 5px;
}
body#report section.conduct.presentation .name {
  font-weight: 500;
  font-size: 1.1em;
}
body#report section.conduct.prize .title {
  background: #0756a0;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
}
body#report section.conduct.prize .category {
  background: #cedeed;
  line-height: 1;
  padding: 6px;
  font-weight: bold;
  color: white;
  margin-bottom: 3px;
}
body#report section.conduct.prize .name {
  font-size: 1.2em;
  font-weight: 500;
}
body#report section.conduct.prize .txt {
  font-weight: 500;
}
body#report section.conduct.session .category {
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  background: #0756a0;
  padding: 5px 10px;
  margin: 3px 0 5px 0;
}
body#report section.conduct.session .name {
  font-weight: 500;
}
body#report section.conduct.session .title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  color: #0756a0;
}
body#report section.conduct.forum .category {
  color: white;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1;
  background: #0756a0;
  padding: 5px 10px;
  margin: 3px 0 5px 0;
}
body#report section.conduct.forum .name {
  font-weight: 500;
}
body#report section.conduct.forum .title {
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.4;
  color: #0756a0;
}
body#report section.panel .copy {
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: bold;
  color: #c40044;
  margin-bottom: 10px;
  font-feature-settings: "palt";
}
body#report section.panel p {
  font-size: 1.1em;
}
body#report section.panel .image {
  margin: 15px 0;
}
body#report section.panel .image img {
  width: 100%;
  height: auto;
}
body#report section.panel h1 span {
  font-size: 0.7em;
  vertical-align: middle;
}
body#report section.panel h2 {
  font-size: 20px;
}
body#report section.panel .list {
  -js-display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
}
body#report section.panel .list h2 {
  -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: 17%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  text-align: center;
}
body#report section.panel .list.pan1 h2 {
  background: #DEEFE7;
  /* 物流 */
}
body#report section.panel .list.pan2 h2 {
  background: #FBE3E1;
  /* リテール */
}
body#report section.panel .list.pan3 h2 {
  background: #DCE4F4;
  /* 製造 */
}
body#report section.panel .list.pan4 h2 {
  background: #FCEDD2;
  /* 医療 */
}
body#report section.panel .list.pan5 {
  margin-bottom: 10px;
}
body#report section.panel .list.pan5 h2 {
  background: #F0DFED;
  /* その他 */
}
body#report section.panel table {
  width: 100%;
}
body#report section.panel table td {
  border: 1px solid rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  padding: 10px;
}
body#report section.panel table td .name {
  font-weight: bold;
}
body#report section.panel table td .title {
  font-size: 0.95em;
}
/* 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: 6px;
    left: 10px;
    z-index: 2;
  }
  header .container h1 img {
    height: 40px;
    width: auto;
  }
  header .container h1.en {
    top: 5px;
  }
  /****************/
  /**** メイン ****/
  /****************/
  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: 10px;
  }
  main article #wrap #side section.adBnr ul li img {
    width: 100%;
    height: auto;
  }
  main article #wrap #side section.checknow 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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: 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;
  }
  main article #wrap #side section.checknow ul li {
    width: 49%;
  }
  main article #wrap #side section.checknow ul li img {
    width: 100%;
    height: auto;
  }
  main article #wrap #side section.checknow ul li:nth-child(2) {
    margin-top: 0;
  }
  main article #wrap #side section.checknow ul li:nth-of-type(even) {
    margin-left: 2%;
  }
  main article #wrap #side section.checknow ul li.smr p {
    font-size: 8px;
    padding-bottom: 2px;
  }
  main article #wrap #side section.sametime 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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: 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;
  }
  main article #wrap #side section.sametime ul li {
    width: 49%;
  }
  main article #wrap #side section.sametime ul li img {
    width: 100%;
    height: auto;
  }
  main article #wrap #side section.sametime ul li:nth-child(2) {
    margin-top: 0;
  }
  main article #wrap #side section.sametime ul li:nth-of-type(even) {
    margin-left: 2%;
  }
  main article #wrap #side section.other 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;
    /*
	●垂直方向の揃え方（親要素に設定）
	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;
  }
  main article #wrap #side section.other ul li {
    -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: 49%;
  }
  main article #wrap #side section.other ul li:nth-last-child(1) {
    margin-top: 0;
  }
  main article #wrap #side section.other ul li a {
    /*
	●垂直方向の揃え方（親要素に設定）
	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;
    width: 100%;
    text-align: center;
  }
  main article #wrap #side section.other ul li a i {
    font-size: 1.5em;
    margin-right: 10px;
  }
  main article section.cnt {
    margin-top: 20px;
    /* h1 */
    /* ボタン共通使用 */
    /* 横スクロール */
  }
  main article section.cnt .wrapper {
    padding: 0;
  }
  main article section.cnt h1 {
    font-size: 18px;
  }
  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;
  }
  body#top #head_top .inner {
    width: 300px;
    height: auto;
  }
  body#top #head_top .inner h1 img {
    width: 100%;
    height: auto;
  }
  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.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 .image.pos img {
    width: 30%;
    height: auto;
  }
  body#press section.data ul li .image.pos p {
    padding-top: 60px;
  }
  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 {
    /* ページナビ */
    /* ページジャンプ */
    /*********************************/
    /** 自動認識総合展、5つの特徴!! **/
    /*********************************/
    /****************************/
    /**** 出展対象・来場対象 ****/
    /****************************/
    /****************************/
    /**** 画像認識×AIゾーン ****/
    /****************************/
    /****************************/
    /**** 小間規格及び出展料 ****/
    /****************************/
    /******************************/
    /** 出展社プレゼンテーション **/
    /******************************/
    /*************************************/
    /** インターネット公式Webサイト広告 **/
    /*************************************/
    /****************************/
    /** メールマガジン 5行広告 **/
    /****************************/
    /**************************/
    /** ポスター展示コーナー **/
    /**************************/
    /**************************************/
    /** 来場者誘致のためのプロモーション **/
    /**************************************/
    /**********************************************/
    /** 出展効果を高めるサポートサービス（無料） **/
    /**********************************************/
    /****************************/
    /** 同時開催展との相互入場 **/
    /****************************/
    /****************************/
    /***** 出展社専用サイト *****/
    /****************************/
    /**************************/
    /***** 出展のお問合せ *****/
    /**************************/
    /********************/
    /** How to Exhibit **/
    /********************/
    /********************/
    /** Administration **/
    /********************/
  }
  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 .benefits {
    /* en */
  }
  body#exhibit .benefits h2 {
    padding: 7px 7px 7px 45px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 16px;
  }
  body#exhibit .benefits h2 .small {
    margin-left: 5px;
    font-size: 0.5em;
  }
  body#exhibit .benefits h2 .number {
    top: -6px;
    left: -9px;
    width: 50px;
    height: 50px;
    line-height: 40px;
  }
  body#exhibit .benefits .list li {
    padding: 15px;
    margin-bottom: 10px;
  }
  body#exhibit .benefits .list li .icon {
    display: none;
  }
  body#exhibit .benefits .list li p {
    padding-right: 0;
  }
  body#exhibit .benefits .list li .logo img {
    width: 100%;
  }
  body#exhibit .benefits .list li .image {
    margin-top: 0.5em;
  }
  body#exhibit .benefits .list li .detail {
    margin: 10px 0 15px;
  }
  body#exhibit .benefits.en h2 {
    line-height: 1.3;
    font-size: 18px;
  }
  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 .ai {
    /* en */
  }
  body#exhibit .ai h1 {
    margin-top: -10px;
  }
  body#exhibit .ai .copy {
    margin-bottom: 10px;
  }
  body#exhibit .ai .txtarea p {
    width: 100%;
  }
  body#exhibit .ai .txtarea .image {
    width: 100%;
    margin-top: 10px;
  }
  body#exhibit .ai .box {
    padding: 15px;
    margin-top: 10px;
  }
  body#exhibit .ai .box h2.vis {
    margin-bottom: 5px;
  }
  body#exhibit .ai .box h4 {
    font-size: 18px;
  }
  body#exhibit .ai .box ul.vis_list li {
    padding: 3px 7px;
    margin: 5px 5px 0 0;
  }
  body#exhibit .ai .last h4 {
    font-size: 18px;
    float: none;
  }
  body#exhibit .ai .last .image {
    float: none;
    width: 100%;
  }
  body#exhibit .ai .detail {
    display: none;
  }
  body#exhibit .ai.en h1 {
    font-size: 18px;
  }
  body#exhibit .fee {
    /* en */
  }
  body#exhibit .fee .deadline {
    font-size: 18px;
    text-align: center;
  }
  body#exhibit .fee .deadline span {
    top: -1px;
    font-size: 13px;
    margin-right: 12px;
  }
  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 .layout .image {
    width: 100%;
  }
  body#exhibit .fee .height {
    margin-top: 15px;
    padding: 15px;
  }
  body#exhibit .fee .height .content {
    width: 100%;
  }
  body#exhibit .fee .height .content ul li h3 {
    font-size: 14px;
  }
  body#exhibit .fee .height .image {
    width: 100%;
  }
  body#exhibit .fee.package {
    padding: 15px;
  }
  body#exhibit .fee.package h1 {
    margin-bottom: 10px;
  }
  body#exhibit .fee.package .content {
    width: 100%;
  }
  body#exhibit .fee.package .image {
    width: 100%;
  }
  body#exhibit .fee .detail {
    margin: 30px 0 10px;
  }
  body#exhibit .fee .height_en img {
    margin-top: 5px;
  }
  body#exhibit .fee .height_en img {
    width: 100%;
    height: auto;
  }
  body#exhibit .presentation .box .content {
    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 th {
    width: 30%;
  }
  body#exhibit .presentation .detail {
    display: none;
  }
  body#exhibit .ad .box .content {
    width: 100%;
  }
  body#exhibit .ad .box .image {
    display: none;
  }
  body#exhibit .ad .table {
    margin: 10px 0 5px;
  }
  body#exhibit .ad .table td,
  body#exhibit .ad .table th {
    padding: 5px 10px;
  }
  body#exhibit .ad .table th {
    width: 30%;
  }
  body#exhibit .ad .detail {
    display: none;
  }
  body#exhibit .mail .box .content {
    width: 100%;
  }
  body#exhibit .mail .box .image {
    display: none;
  }
  body#exhibit .mail .table {
    margin: 10px 0 5px;
  }
  body#exhibit .mail .table td,
  body#exhibit .mail .table th {
    padding: 5px 10px;
  }
  body#exhibit .mail .table th {
    width: 30%;
  }
  body#exhibit .mail .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.b .box .content {
    width: 100%;
  }
  body#exhibit .poster.plan.b .box .image {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 10px;
  }
  body#exhibit .poster.plan.b .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 h2 {
    margin-top: 0.5em;
  }
  body#exhibit .promotion h3 {
    margin-top: 0.3em;
    font-size: 15px;
  }
  body#exhibit .support h2 {
    margin-top: 0.5em;
  }
  body#exhibit .sametime h2 {
    margin-top: 0.5em;
  }
  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 h2 {
    padding: 5px;
    margin: 15px 0 5px 0;
    font-size: 16px;
  }
  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;
  }
  body#exhibit .inquiry .table td.day,
  body#exhibit .inquiry .table th.day {
    width: 30%;
    padding: 0;
  }
  body#exhibit .apply h2 {
    margin-top: 10px;
  }
  body#exhibit .apply .table td,
  body#exhibit .apply .table th {
    padding: 5px 10px;
  }
  body#exhibit .apply .schedule td,
  body#exhibit .apply .schedule th {
    padding: 5px 10px;
  }
  body#exhibit .apply .schedule th {
    width: 50%;
  }
  body#exhibit .apply .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 .apply .box li {
    padding: 15px;
    width: 100%;
  }
  body#exhibit .apply .box li .detail {
    margin: 5px 0;
  }
  body#exhibit .admin h1 {
    margin-bottom: 10px;
  }
  body#exhibit .admin h2 {
    margin-top: 10px;
  }
  body#exhibit .admin .table td,
  body#exhibit .admin .table th {
    padding: 5px 10px;
  }
  /* body#exhibit */
  /* 来場のご案内 */
  /* LESS Document */
  /**********************/
  /**** 来場のご案内 ****/
  /**********************/
  body#visit {
    /**********************/
    /**** トップページ ****/
    /**********************/
    /* 来場のご案内 */
    /* コピー */
    /* 開催概要 */
    /********************/
    /**** 出展社一覧 ****/
    /********************/
    /****************************/
    /**** 画像認識×AIゾーン ****/
    /****************************/
    /****************************/
    /**** 展示会場レイアウト ****/
    /****************************/
    /**********************/
    /**** 併催事業一覧 ****/
    /**********************/
    /* 出展募集時使用 */
    /* タイムテーブル */
    /**************************/
    /**** 自動認識セミナー ****/
    /**************************/
    /**********************/
    /**** 会場内発表会 ****/
    /**********************/
    /* 共通仕様 */
    /****************************************************/
    /**** 「事例でわかる自動認識」出展企業パネル展示 ****/
    /****************************************************/
    /******************/
    /**** 相互入場 ****/
    /******************/
    /************************/
    /**** 来場のお問合せ ****/
    /************************/
    /* English */
  }
  body#visit section.topExh {
    margin-top: 10px;
  }
  body#visit section.topExh h1 {
    margin-bottom: 5px;
  }
  body#visit section.topExh ul li {
    width: 32.5%;
  }
  body#visit section.topExh ul li a {
    padding: 5px;
    height: 135px;
  }
  body#visit section.topExh ul li a p {
    margin-top: 5px;
    font-size: 1em;
  }
  body#visit section.topExh ul li a img {
    width: 100%;
    height: auto;
  }
  body#visit section.topEvent {
    margin-top: 10px;
  }
  body#visit section.topEvent h1 {
    margin-bottom: 5px;
  }
  body#visit section.topEvent ul li {
    width: 32.5%;
    -js-display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  body#visit section.topEvent ul li a {
    /*
	●子要素の折り返し設定
	wrap:初期値。折り返しを許可、「複数行」。
	nowrap:折り返しなし、つまり「単一行」。
	wrap-reverse:「wrap」と同じで、ただ、折り返し地点が逆になります。
	*/
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 5px;
  }
  body#visit section.topEvent ul li a i {
    font-size: 2.5em;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  body#visit section.topEvent ul li a p {
    font-size: 1em;
    text-align: center;
  }
  body#visit section.topEvent ul li a img {
    width: 100%;
    height: auto;
  }
  body#visit section.topOthers {
    margin: 0 0 10px 0;
  }
  body#visit section.topOthers .topPanel a {
    -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;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #F7F1E3;
    padding: 10px;
  }
  body#visit section.topOthers .topPanel a img {
    width: 40%;
  }
  body#visit section.topOthers .topPanel a p {
    width: 60%;
    font-size: 1.1em;
  }
  body#visit section.topOthers .topLink {
    margin-top: 25px;
    font-size: 1em;
  }
  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.detail.last {
    margin-top: 10px;
  }
  body#visit section.detail .btn {
    text-align: center;
  }
  body#visit section.detail .btn a {
    width: 100%;
  }
  body#visit section.detail .btn a p {
    padding: 5px;
    font-size: 0.7em;
  }
  body#visit section.category {
    width: 100%;
    padding: 10px;
  }
  body#visit section.category ul li {
    width: 45%;
    font-size: 10.5px;
  }
  body#visit section.category ul li:nth-child(odd) {
    width: 55%;
  }
  body#visit section.exhibitors p.title {
    font-size: 24px;
  }
  body#visit section.exhibitors ul h3 {
    margin-bottom: 5px;
  }
  body#visit section.exhibitors ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  body#visit section.exhibitors ul li.none {
    display: none;
  }
  body#visit section.exhibitors ul li dl dt {
    font-size: 1em;
    height: 3.5em;
  }
  body#visit section.exhibitors ul li dl dd .products,
  body#visit section.exhibitors ul li dl dd .solution {
    height: 20px;
  }
  body#visit .ai .box {
    padding: 15px;
    margin-top: 10px;
  }
  body#visit .ai .box h2 {
    padding: 5px;
  }
  body#visit .ai .box h3 {
    padding: 5px;
    margin: 10px 0 5px 0;
  }
  body#visit .ai .box ul li {
    width: 100%;
    padding: 5px;
    margin-top: 5px;
  }
  body#visit .layout .image img {
    width: 100%;
    height: auto;
  }
  body#visit .layout .btn {
    margin-top: 20px;
  }
  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.timetable .base a {
    padding: 0 0.25em;
    font-size: 12px;
  }
  body#visit section.timetable .base td span.advance {
    display: none;
  }
  body#visit section.timetable h1 {
    margin-top: 20px;
  }
  body#visit section.timetable table th {
    width: 44%;
  }
  body#visit section.timetable table th:nth-child(1) {
    width: 12%;
  }
  body#visit section.seminar h1 {
    margin-bottom: 10px;
  }
  body#visit section.seminar h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  body#visit section.seminar h3 {
    -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;
  }
  body#visit section.seminar h3 span {
    -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: 9px 7px;
  }
  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: 45px;
    width: 100%;
    margin-bottom: 5px;
  }
  body#visit section.seminar .s .top .appli,
  body#visit section.seminar .s .top span {
    margin: 5px 0 10px;
  }
  body#visit section.seminar .s .name.ind span {
    width: auto;
  }
  body#visit section.seminar .s .base {
    padding: 10px;
  }
  body#visit section.conduct {
    /* 出展社プレゼンテーション */
  }
  body#visit section.conduct h1 {
    font-size: 18px;
    line-height: 1.2;
  }
  body#visit section.conduct h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  body#visit section.conduct h3 {
    -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;
  }
  body#visit section.conduct h3 span {
    -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: 9px 7px;
  }
  body#visit section.conduct .appli {
    margin-top: 20px;
  }
  body#visit section.conduct table {
    width: 100%;
  }
  body#visit section.conduct table td,
  body#visit section.conduct table th {
    padding: 10px;
  }
  body#visit section.conduct table th {
    width: 18%;
    padding: 10px 0;
  }
  body#visit section.conduct.presentation .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 section.conduct.presentation .title p {
    width: 100%;
  }
  body#visit section.conduct.presentation .cat .dx {
    font-size: 0.7em;
    padding: 5px 10px;
    margin: 0 0 0 2px;
  }
  body#visit section.conduct.presentation .cat .dx:nth-child(1) {
    margin-left: 0;
  }
  body#visit section.panel .copy {
    font-size: 1.6em;
    line-height: 1.4;
  }
  body#visit section.panel p {
    font-size: 1em;
  }
  body#visit section.panel .image {
    margin: 10px 0;
  }
  body#visit section.panel h2 {
    font-size: 17px;
  }
  body#visit section.panel .list {
    -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-top: 5px;
  }
  body#visit section.panel .list h2 {
    -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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    text-align: left;
    padding: 5px;
  }
  body#visit section.panel table td {
    vertical-align: middle;
    padding: 5px;
  }
  body#visit section.sametime h1 {
    position: relative;
  }
  body#visit section.sametime h1 span {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  body#visit section.sametime h3 {
    margin: 15px 0 10px 0;
  }
  body#visit section.sametime .image {
    margin: 15px 0 0 0;
  }
  body#visit section.sametime .image img {
    width: 100%;
    height: auto;
  }
  body#visit section.sametime .contents {
    /*
	●子要素の折り返し設定
	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: 15px 0 5px;
    text-align: center;
  }
  body#visit section.sametime .contents a {
    width: 60%;
    margin: 0 auto 10px;
  }
  body#visit section.sametime .contents p {
    width: 100%;
    font-size: 1em;
  }
  body#visit section.inquiry .box {
    padding: 15px;
  }
  body#visit section.list ul li {
    width: 100%;
  }
  /* 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 section.seminar h1 {
    margin-bottom: 10px;
  }
  body#report section.seminar h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  body#report section.seminar h3 {
    -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;
  }
  body#report section.seminar h3 span {
    -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: 9px 7px;
  }
  body#report section.seminar .s {
    padding: 20px 10px 10px;
  }
  body#report 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#report section.seminar .s .top .title {
    font-size: 1.5em;
    padding-left: 45px;
    width: 100%;
    margin-bottom: 5px;
  }
  body#report section.seminar .s .top .appli,
  body#report section.seminar .s .top span {
    margin: 5px 0 10px;
  }
  body#report section.seminar .s .base {
    padding: 10px;
  }
  body#report section.conduct {
    /* 出展社プレゼンテーション */
  }
  body#report section.conduct h1 {
    font-size: 18px;
    line-height: 1.2;
  }
  body#report section.conduct h2 {
    font-size: 24px;
    margin: 15px 0 5px;
  }
  body#report section.conduct h3 {
    -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;
  }
  body#report section.conduct h3 span {
    -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: 9px 7px;
  }
  body#report section.conduct .appli {
    margin-top: 20px;
  }
  body#report section.conduct table {
    width: 100%;
  }
  body#report section.conduct table td,
  body#report section.conduct table th {
    padding: 10px;
  }
  body#report section.conduct table th {
    width: 18%;
    padding: 10px 0;
  }
  body#report section.conduct.presentation .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#report section.conduct.presentation .title p {
    width: 100%;
  }
  body#report section.conduct.presentation .title .dx {
    font-size: 0.8em;
    padding: 5px 10px;
    margin: 3px 0 3px 3px;
  }
  body#report section.conduct.presentation .title .dx:nth-child(1) {
    margin-left: 0;
  }
  body#report section.panel .copy {
    font-size: 1.6em;
    line-height: 1.4;
  }
  body#report section.panel p {
    font-size: 1em;
  }
  body#report section.panel .image {
    margin: 10px 0;
  }
  body#report section.panel h2 {
    font-size: 17px;
  }
  body#report section.panel .list {
    -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-top: 5px;
  }
  body#report section.panel .list h2 {
    -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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    text-align: left;
    padding: 5px;
  }
  body#report section.panel table td {
    vertical-align: middle;
    padding: 5px;
  }
  /* 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*/
}
