@charset "UTF-8";
.floor_map {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 5em;
}
.floor_map img {
  width: 100%;
}
.floor_map p {
  margin-top: 0.75em;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .floor_map {
    margin: 0 auto 2em;
  }
  .floor_map p {
    font-size: 0.875em;
    text-align: left;
  }
}

.select_tabbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1em;
}
.select_tabbutton p {
  font-size: 0.875em;
  text-align: center;
  width: 32%;
  max-width: 300px;
  margin: 3px;
  border: 3px solid #ccc;
  padding: 0.75em 0;
  cursor: pointer;
}
.select_tabbutton p:hover {
  background: #ccc;
}
.select_tabbutton p.all {
  background: #ccc;
}

ul.list_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.list_tab a {
  display: block;
  color: #fff;
  background: #009e41;
  font-size: 1em;
  border-radius: 4px;
  margin: 3px;
  padding: 0.5em 2em;
}
@media screen and (max-width: 999px) {
  ul.list_tab a {
    font-size: 1em;
    padding: 0.5em 1em;
  }
}
ul.list_tab a:hover {
  opacity: 0.7;
}
ul.list_tab a.offset {
  display: none;
}
ul.list_tab.en a {
  font-size: 1em;
  padding: 0.5em 1em;
}

.tab_name {
  margin-top: -70px;
  padding-top: 70px;
}
.tab_name.offset {
  display: none;
}
.tab_name h3 {
  background: #009e41;
  color: #fff;
  margin: 0 0 0.5em;
  padding: 0.75em 10px;
  font-size: 1em;
  border-radius: 4px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

h2.exh_gp {
  font-weight: bold;
  font-size: 1.125em;
  margin-bottom: 10px;
}
h2.exh_gp:before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: 400;
  padding-right: 3px;
}

ul.service_sorting {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.service_sorting li {
  margin: 2px;
  font-size: 0.875em;
  border: 1px solid #000;
  padding: 0.5em 1em;
  border-radius: 4px;
}

.filter-list li {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-list li.is-active {
  background: #333;
  color: #fff;
}

.listset {
  margin-top: -70px;
  padding-top: 70px;
}
.listset .az50 h3 {
  background: #009e41;
  color: #fff;
  margin: 0 0 0.5em;
  padding: 0.75em 10px;
  font-size: 1em;
  border-radius: 4px;
  font-weight: bold;
}
.listset hr.first_bordertop_erace {
  position: relative;
  z-index: 2;
  border: 0;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}
.listset ul.list_one {
  margin-bottom: 2.5em;
}
.listset ul.list_one li {
  border-top: 1px solid #ccc;
}
.listset ul.list_one li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  padding: 0.5em 10px;
  line-height: 1.5;
  font-weight: bold;
}
.listset ul.list_one li a:hover {
  background: #f2f2f2;
}
.listset ul.list_one li a.nolink {
  pointer-events: none;
  font-weight: normal;
}
.listset ul.list_one li a.nolink .booth,
.listset ul.list_one li a.nolink .session {
  border: 1px solid #666;
}
.listset ul.list_one li a .name {
  padding-right: 1em;
  font-size: 1em;
}
.listset ul.list_one li a .booth,
.listset ul.list_one li a .session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  font-size: 0.8125em;
  padding: 0.125em 0.75em;
  min-width: 6em;
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .listset ul.list_one li a .booth,
  .listset ul.list_one li a .session {
    min-width: inherit;
  }
}
.listset ul.list_one li a .booth span.zone,
.listset ul.list_one li a .session span.zone {
  margin-left: 0.5em;
}
.listset ul.list_one li a .booth span.zone::before,
.listset ul.list_one li a .session span.zone::before {
  content: "|";
  padding-right: 0.5em;
}
.listset ul.list_one li a .booth {
  background: #fff;
}
.listset ul.list_one li a .session {
  background: #666;
  color: #fff;
}
.listset ul.list_one li.ch {
  border-top: 1px dotted #ddd;
}
.listset ul.list_one li.ch a .name {
  margin-left: 0.5em;
}
.listset ul.list_one li.ch a .name p:before {
  content: "─";
  margin-right: 0.5em;
}

body.tenji_set .select_tabbutton p.all {
  background: #fff;
}
body.tenji_set .select_tabbutton p.add_tenji {
  background: #ccc;
}
body.tenji_set .select_tabbutton p.add_koen {
  background: #fff;
}
body.tenji_set .list_tab li.b {
  display: block;
}
body.tenji_set .list_tab li.s {
  display: none;
}
body.tenji_set .list_tab li.b_s {
  display: block;
}
body.tenji_set .listset.b {
  display: block;
}
body.tenji_set .listset.s {
  display: none;
}
body.tenji_set .listset.b_s {
  display: block;
}
body.tenji_set ul.list_one li.b {
  display: block;
}
body.tenji_set ul.list_one li.s {
  display: none;
}
body.tenji_set ul.list_one li.b.s {
  display: block;
}
body.tenji_set ul.list_one .booth {
  display: block;
}
body.tenji_set ul.list_one .session {
  display: none;
}

body.koen_set .select_tabbutton p.all {
  background: #fff;
}
body.koen_set .select_tabbutton p.add_tenji {
  background: #fff;
}
body.koen_set .select_tabbutton p.add_koen {
  background: #ccc;
}
body.koen_set .list_tab li.b {
  display: none;
}
body.koen_set .list_tab li.s {
  display: block;
}
body.koen_set .list_tab li.b_s {
  display: block;
}
body.koen_set .listset.b {
  display: none;
}
body.koen_set .listset.s {
  display: block;
}
body.koen_set .listset.b_s {
  display: block;
}
body.koen_set ul.list_one li.b {
  display: none;
}
body.koen_set ul.list_one li.s {
  display: block;
}
body.koen_set ul.list_one li.b.s {
  display: block;
}
body.koen_set ul.list_one .booth {
  display: none;
}
body.koen_set ul.list_one .session {
  display: block;
}

.reg {
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reg a {
  font-size: 1.25em;
  padding: 1em 3em;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 92, 78, 0.85)), to(#ef5c4e));
  background: linear-gradient(to bottom, rgba(239, 92, 78, 0.85) 0%, #ef5c4e 100%);
}
.reg a:hover {
  opacity: 0.8;
}

ul.list_cbs_2023.first_ver li a {
  pointer-events: none;
}
ul.list_cbs_2023.first_ver li a .booth,
ul.list_cbs_2023.first_ver li a .session {
  display: none;
}

.exhibitors_pageTitle_plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.75em;
}
@media screen and (max-width: 559px) {
  .exhibitors_pageTitle_plus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.exhibitors_pageTitle_plus .booth_num,
.exhibitors_pageTitle_plus .session_num {
  margin-top: 5px;
}
.exhibitors_pageTitle_plus .booth_num {
  margin-right: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitors_pageTitle_plus .booth_num p {
  border-radius: 3px;
  background: white;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 559px) {
  .exhibitors_pageTitle_plus .booth_num p {
    font-size: 16px;
  }
}
.exhibitors_pageTitle_plus .booth_num p:before {
  display: block;
  margin-right: 1em;
  content: "小間番号";
  font-size: 11px;
  font-weight: normal;
}
.exhibitors_pageTitle_plus .session_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exhibitors_pageTitle_plus .session_num a {
  display: block;
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 5px 0.5em;
}
@media screen and (max-width: 559px) {
  .exhibitors_pageTitle_plus .session_num a {
    font-size: 12px;
  }
}
.exhibitors_pageTitle_plus .session_num a:hover {
  background: rgba(255, 255, 255, 0.35);
}
.exhibitors_pageTitle_plus .session_num a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
.exhibitors_pageTitle_plus .session_num a .svg-inline--fa {
  margin-right: 2px;
}
.exhibitors_pageTitle_plus .session_num a + a {
  margin-left: 0.5em;
}
.exhibitors_pageTitle_plus .return_index {
  margin-top: 5px;
  margin-left: auto;
}
.exhibitors_pageTitle_plus .return_index a {
  display: block;
  color: #000;
}
.exhibitors_pageTitle_plus .return_index a:hover {
  opacity: 0.75;
}
.exhibitors_pageTitle_plus .return_index a:before {
  font-family: "Font Awesome 6 Free";
  content: "\f062";
  font-weight: 900;
  padding-right: 5px;
}
@media screen and (max-width: 559px) {
  .exhibitors_pageTitle_plus .return_index {
    width: 100%;
    margin-left: 0;
    margin-top: 0.75em;
  }
  .exhibitors_pageTitle_plus .return_index a:before {
    display: none;
    content: "\f061";
    font-family: "Font Awesome 5 Solid";
  }
}

.exhibitors_detail img {
  width: 100%;
}
.exhibitors_detail .wrap_summary {
  margin-bottom: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_summary {
    margin-bottom: 3.5em;
  }
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .exhibitors_detail .wrap_summary > div {
    width: 100%;
  }
}
.exhibitors_detail .wrap_summary .image_area {
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 300px;
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibitors_detail .wrap_summary .image_area img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_summary .image_area {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 559px) {
  .exhibitors_detail .wrap_summary .image_area {
    padding: 0;
    margin-bottom: 1em;
  }
}
.exhibitors_detail .wrap_summary .image_area.none {
  display: none;
}
.exhibitors_detail .wrap_summary .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.25em;
}
.exhibitors_detail .wrap_summary .txt p {
  font-size: 1em;
  line-height: 1.75;
}
.exhibitors_detail .wrap_summary .txt p + p {
  margin-top: 0.5em;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_summary .txt {
    padding-top: 0;
  }
  .exhibitors_detail .wrap_summary .txt p {
    font-size: 1em;
    line-height: 1.75;
  }
}
.exhibitors_detail .wrap_contents {
  margin: 5em 0;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_contents {
    margin: 3.5em 0;
  }
}
.exhibitors_detail .wrap_contents:first-child {
  margin-top: 0;
}
.exhibitors_detail h2 {
  color: #009e41;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid #009e41;
  margin: 0 0 0.75em;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail h2 {
    font-size: 1.25em;
    margin: 0 0 0.5em;
  }
}
.exhibitors_detail h2:before {
  font-family: "Font Awesome 6 Free";
  content: "\f15c";
  font-weight: 400;
  padding-right: 5px;
}
.exhibitors_detail ul.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail ul.field {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.exhibitors_detail ul.field li {
  border: 1px solid #ccc;
  color: #ccc;
  background: #f6f6f6;
  font-size: 0.875em;
  line-height: 1.25;
  border-radius: 4px;
  padding: 0 0.75em;
  margin: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.exhibitors_detail ul.field li.match {
  background: #009e41;
  border-color: #009e41;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 559px) {
  .exhibitors_detail ul.field li.match {
    text-shadow: none;
  }
}
@media screen and (min-width: 1000px) {
  .exhibitors_detail ul.field li {
    width: calc(20% - 6px);
    min-height: 4.125em;
  }
}
@media screen and (max-width: 999px) {
  .exhibitors_detail ul.field li {
    width: calc(50% - 6px);
    padding: 0.5em;
  }
}
@media screen and (max-width: 559px) {
  .exhibitors_detail ul.field li {
    width: auto;
    padding: 0.5em 0.75em;
    margin: 2px;
  }
}
@media screen and (max-width: 349px) {
  .exhibitors_detail ul.field li {
    margin: 2px;
  }
}
.exhibitors_detail .wrap_lmt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibitors_detail .wrap_lmt > div {
  width: 100%;
  margin: 0 15px;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_lmt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .exhibitors_detail .wrap_lmt > div {
    width: 100%;
    margin-top: 0.5em;
  }
  .exhibitors_detail .wrap_lmt > div:last-child {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
.exhibitors_detail .wrap_lmt h3 {
  border-bottom: 1px solid #000;
  margin-bottom: 1em;
  padding: 0.5em 0;
  font-size: 1em;
  font-weight: bold;
}
.exhibitors_detail .viewer_area .ins {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 560px;
  background-color: #efefef;
}
@media screen and (max-width: 559px) {
  .exhibitors_detail .viewer_area .ins {
    width: calc(100% - 10px);
  }
}
.exhibitors_detail .viewer_area .video_contents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.exhibitors_detail .viewer_area .video_contents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.exhibitors_detail .dl_pdf {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 559px) {
  .exhibitors_detail .dl_pdf {
    margin-top: 1em;
  }
}
.exhibitors_detail .dl_pdf a {
  font-size: 1.125em;
  display: block;
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#222));
  background-image: linear-gradient(180deg, #555 0%, #222 100%);
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 1.25em 2em;
}
@media screen and (max-width: 559px) {
  .exhibitors_detail .dl_pdf a {
    font-size: 1em;
  }
}
.exhibitors_detail .dl_pdf a:hover {
  opacity: 0.7;
}
.exhibitors_detail .note {
  margin-bottom: 2em;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .note {
    margin-bottom: 1em;
  }
}
.exhibitors_detail .note p {
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .note p {
    font-size: 0.9125em;
  }
}
.exhibitors_detail .wrap_company_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_company_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .exhibitors_detail .wrap_company_info > div {
    width: 100%;
  }
}
.exhibitors_detail .wrap_company_info .image_area {
  width: 30%;
  margin-right: 2em;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 999px) {
  .exhibitors_detail .wrap_company_info .image_area {
    width: 80%;
    max-width: 400px;
    margin: 1.5em auto;
    padding: 1em;
  }
}
.exhibitors_detail .wrap_company_info .image_area.none {
  display: none;
}
.exhibitors_detail .wrap_company_info .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.exhibitors_detail .wrap_company_info .data h3 {
  border-bottom: 2px dotted #666;
  padding: 0.5em 0;
  font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.exhibitors_detail .wrap_company_info .data h3 span.name {
  font-weight: bold;
  margin-right: 1em;
}
.exhibitors_detail .wrap_company_info .data h3 span.pl {
  font-size: 85%;
}
.exhibitors_detail .wrap_company_info .data dt, .exhibitors_detail .wrap_company_info .data dd {
  padding: 0.5em;
  line-height: 1.5;
}
.exhibitors_detail .wrap_company_info .data dt {
  float: left;
  width: 4.5em;
}
.exhibitors_detail .wrap_company_info .data dd {
  padding-left: 5em;
  border-bottom: 1px dotted #999;
  word-break: break-all;
}
.exhibitors_detail .wrap_company_info .data dd div.address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.exhibitors_detail .wrap_company_info .data dd div.address .zip {
  margin-right: 1em;
}
.exhibitors_detail .wrap_company_info .data dd div.address .zip:before {
  content: "〒";
}
.exhibitors_detail .wrap_company_info .data dd .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exhibitors_detail .wrap_company_info .data dd .sns a {
  display: block;
  margin-right: 5px;
  width: 50px;
}
.exhibitors_detail .wrap_company_info .data dd .sns a img {
  width: 100%;
}
.exhibitors_detail .wrap_company_info .data dd:last-of-type {
  border-bottom: 0;
}
.exhibitors_detail .reg {
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.exhibitors_detail .reg a {
  font-size: 1.25em;
  padding: 1em 3em;
  border-radius: 6px;
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 92, 78, 0.85)), to(#ef5c4e));
  background: linear-gradient(to bottom, rgba(239, 92, 78, 0.85) 0%, #ef5c4e 100%);
}
.exhibitors_detail .reg a:hover {
  opacity: 0.8;
}

.exhibitor_bottom {
  margin-top: 80px;
}