@charset "UTF-8";
.select_index {
  display: none; }

.select_index .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #666; }

.select_index .tab {
  width: 30%;
  margin: 0 2px;
  padding: 1em 0;
  border: solid #666;
  border-width: 1px 1px 0;
  border-radius: 6px 6px 0 0;
  text-align: center;
  cursor: pointer; }
  .select_index .tab.is-active {
    background: #666;
    color: #fff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

.select_index .panel {
  display: none;
  padding: 2em; }
  .select_index .panel:empty {
    padding: 0; }

.select_index .panel.is-show {
  display: block; }

.select_index p.off {
  text-align: center;
  font-size: 0.874em; }

.search_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em; }

.search_container input[type="text"] {
  background: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px 0 0 6px;
  padding: 1em 1em;
  width: 80%; }

.search_container input[type="text"]:focus {
  outline: 0; }

.search_container input[type="submit"] {
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  border: 1px solid #999;
  background: #999;
  color: #fff;
  outline: none;
  padding: 1em 2em; }

.search_container ::-webkit-input-placeholder {
  color: #999; }

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

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;
  margin-bottom: 3em; }
  ul.list_tab a {
    display: block;
    color: #fff;
    background: #009e41;
    font-size: 1.125em;
    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;
    font-size: 1em;
    border-radius: 6px;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tab_name h3 span.num {
      margin-left: auto;
      font-weight: normal;
      font-size: 0.75em; }
      .tab_name h3 span.num span {
        border: 1px solid #666;
        padding: 0.25em 0.75em;
        line-height: 1;
        border-radius: 4px; }
      .tab_name h3 span.num span:first-child {
        background: #fff;
        color: #333; }
      .tab_name h3 span.num span:last-child {
        background: #666;
        color: #fff;
        margin-left: 4px; }
        .tab_name h3 span.num span:last-child:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }

.list_company_booth_session {
  margin-bottom: 3em; }
  .list_company_booth_session li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    border-top: 1px solid #ccc; }
    .list_company_booth_session li a {
      display: block;
      color: #333;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .list_company_booth_session li:first-child {
      border-top: none; }
    .list_company_booth_session li.ch {
      border-color: #eee; }
  .list_company_booth_session a.f {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em 0.5em; }
    .list_company_booth_session a.f:hover {
      background: rgba(0, 158, 65, 0.05); }
    .list_company_booth_session a.f .name {
      display: block;
      font-weight: bold;
      margin-right: 1em; }
    .list_company_booth_session a.f .booth_num {
      font-size: 0.8125em;
      margin-left: auto;
      display: block;
      border: 1px solid #666;
      padding: 0.25em 0.75em;
      line-height: 1;
      background: #fff;
      border-radius: 4px;
      white-space: nowrap; }
      .list_company_booth_session a.f .booth_num:empty {
        display: none; }
  .list_company_booth_session a.n {
    pointer-events: none;
    color: #999; }
    .list_company_booth_session a.n .name {
      font-weight: normal; }
  .list_company_booth_session li.ch a.f .name {
    padding-left: 1em; }
  .list_company_booth_session div.session {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .list_company_booth_session div.session a {
      padding: 0.5em 0.5em; }
      .list_company_booth_session div.session a span.num {
        font-size: 0.8125em;
        display: block;
        border: 1px solid #666;
        padding: 0.25em 0.5em;
        line-height: 1;
        background: #666;
        color: #fff;
        border-radius: 4px; }
        .list_company_booth_session div.session a span.num:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
        .list_company_booth_session div.session a span.num:hover {
          border: 1px solid #999;
          background: #999; }
    .list_company_booth_session div.session.over2 {
      padding: 0.5em; }
      .list_company_booth_session div.session.over2 a {
        padding: 0; }
        .list_company_booth_session div.session.over2 a span.num {
          margin-left: 0.25em; }

.list_company {
  margin-bottom: 3em; }
  .list_company li {
    border-bottom: 1px solid #ccc; }
    .list_company li:last-child {
      border-bottom: none; }
  .list_company a {
    color: #333;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
    .list_company a:hover {
      background: #eee; }
  .list_company p {
    line-height: 1.5; }
    .list_company p.name {
      font-weight: bold; }
  .list_company a.n {
    pointer-events: none;
    color: #999; }
    .list_company a.n p.name {
      font-weight: normal; }
  @media screen and (min-width: 1000px) {
    .list_company a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0.5em 0.75em; }
    .list_company p.name {
      width: 100%;
      margin-right: 0; }
    .list_company p.sum {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: 0.9125em;
      display: none; } }
  @media screen and (max-width: 999px) {
    .list_company a {
      display: block;
      padding: 0.5em 0.25em; }
    .list_company p.name {
      width: 100%;
      margin-right: 0; }
    .list_company p.sum {
      font-size: 0.875em;
      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.5em; }

.booth_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .booth_num p {
    border: 1px solid #333;
    font-size: 14px;
    line-height: 1;
    padding: 4px 0.5em;
    border-radius: 0px; }
    .booth_num p:before {
      content: "小間番号："; }

.session_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .session_num a {
    color: #009e41;
    display: block;
    border: 1px solid #009e41;
    font-size: 14px;
    line-height: 1;
    padding: 4px 0.5em;
    border-radius: 0px; }
    .session_num a:hover {
      background: rgba(0, 158, 65, 0.1); }
    .session_num a:before {
      content: "セッション番号："; }
  .session_num a + a {
    margin-left: 0.5em; }

.booth_num + .session_num {
  margin-left: 0.5em; }

.return_index {
  margin-left: auto; }
  .return_index a {
    display: block;
    color: #333; }
    .return_index a:before {
      display: none;
      content: "\f062";
      font-family: "Font Awesome 5 Solid"; }
    .return_index a .svg-inline--fa {
      font-size: 110%;
      color: #009e41; }

.exhibitors_detail img {
  width: 100%; }

.exhibitors_detail .wrap_summary {
  margin-bottom: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @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: 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: calc((100% - 2em) / 2);
    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.75em; }
    @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-bottom: 3em; }

.exhibitors_detail h2 {
  color: #009e41;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid #009e41;
  margin: 3em 0 0.75em;
  padding-bottom: 0.25em; }
  @media screen and (max-width: 999px) {
    .exhibitors_detail h2 {
      margin: 3em 0 0.5em; } }
  .exhibitors_detail h2:before {
    display: none;
    content: "\f15c";
    font-family: "Font Awesome 5 Regular"; }
  .exhibitors_detail h2 .svg-inline--fa {
    margin-right: 0.25em; }

.exhibitors_detail .product_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .exhibitors_detail .product_service li {
    width: 100%;
    max-width: calc((100% - 16px) / 3);
    border: 1px solid #009e41;
    text-align: center;
    line-height: 1.5;
    border-radius: 4px;
    padding: 0.75em;
    margin: 4px; }
    .exhibitors_detail .product_service li.n {
      display: none; }
  .exhibitors_detail .product_service .group {
    color: #009e41;
    font-weight: bold;
    margin-bottom: 0.25em;
    white-space: nowrap; }
  .exhibitors_detail .product_service .txt {
    font-size: 0.9125em; }
  @media screen and (max-width: 999px) {
    .exhibitors_detail .product_service li {
      padding: 0.5em; } }
  @media screen and (max-width: 559px) {
    .exhibitors_detail .product_service {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .exhibitors_detail .product_service li {
        max-width: 100%; } }

.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; }
  .exhibitors_detail ul.field li {
    border: 1px solid #ccc;
    color: #888;
    background: #f5f5f5;
    font-size: 0.9125em;
    line-height: 1.5;
    border-radius: 4px;
    padding: 0.75em;
    margin: 4px;
    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; }
    @media screen and (min-width: 1000px) {
      .exhibitors_detail ul.field li {
        width: calc(20% - 8px); } }
    @media screen and (max-width: 999px) {
      .exhibitors_detail ul.field li {
        width: calc(50% - 8px);
        padding: 0.5em; } }
    @media screen and (max-width: 349px) {
      .exhibitors_detail ul.field li {
        width: 100%;
        margin: 2px; } }

.exhibitors_detail .note {
  margin-bottom: 2em; }
  @media screen and (max-width: 999px) {
    .exhibitors_detail .note {
      margin-bottom: 1.0em; } }
  .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: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @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: 100%;
        max-width: 400px;
        margin: 0 0 1.5em;
        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;
      font-size: 1.25em;
      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: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: -webkit-linear-gradient(top, rgba(239, 92, 78, 0.85) 0%, #ef5c4e 100%);
    background: -o-linear-gradient(top, rgba(239, 92, 78, 0.85) 0%, #ef5c4e 100%);
    background: linear-gradient(to bottom, rgba(239, 92, 78, 0.85) 0%, #ef5c4e 100%); }
    .exhibitors_detail .reg a:hover {
      opacity: 0.8; }
