@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
/* ==================================================
normalize.css v8.0.0
================================================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

/* ==================================================
reset+
================================================== */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

img {
  vertical-align: bottom; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

dl, dt, dd {
  margin: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before,
.cf:after {
  display: table;
  content: " "; }

.cf:after {
  clear: both; }

body {
  color: #333;
  background: #fff;
  font-family: 'Roboto', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 16px; }
  @media screen and (max-width: 599px) {
    body {
      font-size: 14px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

p {
  margin: 0; }

a {
  color: #09f;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  vertical-align: baseline;
  background: transparent; }
  a img:hover {
    opacity: 0.7; }
  .a_deco a {
    text-decoration: underline; }

.svg-inline--fa {
  margin-right: 0.2em; }

table {
  width: 100%; }

header {
  position: fixed;
  width: 100%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 999; }
  header .inset {
    background: #000;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .inset a {
      color: #fff; }

.logo_head {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px; }
  .logo_head img {
    width: 240px; }
    @media screen and (max-width: 449px) {
      .logo_head img {
        width: 190px; } }

.m_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .m_navi li {
    position: relative; }
    .m_navi li .title {
      height: 70px;
      font-size: 1em;
      padding: 0 0.75em;
      margin-right: 0em;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .m_navi li .title:hover {
        background: rgba(0, 159, 232, 0.7); }
    .m_navi li:hover ul {
      visibility: visible;
      opacity: 1; }
    .m_navi li ul {
      visibility: hidden;
      opacity: 0;
      z-index: 1;
      display: block;
      position: absolute;
      top: 70px;
      left: 0;
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all .2 ease;
      -o-transition: all .2 ease;
      transition: all .2 ease;
      -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }
      .m_navi li ul li {
        display: block;
        border-top: 1px solid rgba(255, 255, 255, 0.2); }
        .m_navi li ul li a {
          font-size: 14px;
          display: block;
          padding: 1em 15px;
          white-space: nowrap; }
          .m_navi li ul li a:hover {
            background: rgba(0, 159, 232, 0.7); }

.exhibitor_search_list {
  position: relative; }
  .exhibitor_search_list:hover .listset {
    visibility: visible;
    opacity: 1; }
  .exhibitor_search_list .listset {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 115px;
    background: rgba(0, 0, 0, 0.8);
    padding: 0em; }
    .exhibitor_search_list .listset a {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .exhibitor_search_list p.trg {
    font-size: 14px;
    display: block;
    padding: 1em 15px;
    white-space: nowrap;
    cursor: pointer; }
    .exhibitor_search_list p.trg:hover {
      background: rgba(255, 255, 255, 0.4); }

.sub_info_navi {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sub_info_navi a:hover {
    opacity: 0.7; }

.other_navi {
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .other_navi ul.pt1 {
    margin-bottom: 7px; }
  .other_navi ul.pt2 {
    margin-top: 7px; }
  .other_navi ul.pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .other_navi ul.pt1 li a {
      font-size: 0.75em;
      margin-left: 0.75em;
      display: block;
      line-height: 1; }
    .other_navi ul.pt1 li.icon a span {
      display: block;
      font-size: 16px; }
      .other_navi ul.pt1 li.icon a span img {
        height: 16px; }
    .other_navi ul.pt1 li.lz {
      margin-right: 5px; }
  .other_navi ul.pt2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .other_navi ul.pt2 li.others a {
      display: block;
      margin-right: 0.75em;
      text-align: center;
      font-size: 11px;
      padding: 4px 0em;
      border-bottom: 1px solid #fff;
      line-height: 1; }
    .other_navi ul.pt2 li.ex a {
      display: block;
      margin-left: 0.325em;
      text-align: center;
      font-size: 12px;
      padding: 4px 0.5em;
      border: 1px solid #fff;
      line-height: 1; }
    .other_navi ul.pt2 li.icon a {
      margin-left: 2px;
      display: block;
      font-size: 24px;
      line-height: 1; }
    .other_navi ul.pt2 li.area_select {
      margin-right: 0;
      border: 1px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .other_navi ul.pt2 li.area_select a {
        margin: 0;
        font-size: 11px;
        display: block;
        padding: 0.25em 1.5em; }
        .other_navi ul.pt2 li.area_select a.another {
          background: rgba(255, 255, 255, 0.1); }
          .other_navi ul.pt2 li.area_select a.another:hover {
            opacity: inherit;
            background: #1aa0e5;
            border-color: #1aa0e5;
            color: #fff; }
        .other_navi ul.pt2 li.area_select a.here {
          pointer-events: none;
          background: white;
          color: #333; }

.sp_button {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sp_button.closing > div a {
    pointer-events: none;
    opacity: 0.5; }
  .sp_button > div a {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .sp_button > div a:hover {
      opacity: 0.6; }
  .sp_button > div span.ins {
    display: block;
    font-size: 0.875em;
    padding: 0 1.5em;
    text-align: center;
    line-height: 1.325;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 1099px) {
      .sp_button > div span.ins {
        padding: 0 1.2em;
        font-size: 0.8125em; } }
  .sp_button > div.app_exhibition a {
    background: #29abe2; }
  .sp_button > div.app_exhibition.offtype a {
    background: #29abe2;
    pointer-events: none;
    opacity: 0.5; }
  .sp_button > div.visit_reservation a {
    background: #ef5c4e; }
  .sp_button > div.conf_reservation a {
    background: #18be18; }
  .sp_button > div.visitorsMypage a {
    background: #558fad; }
  .sp_button > div.exhibit_contact a {
    background: #29abe2; }

@media screen and (min-width: 1200px) {
  .rsp_menu_icon {
    display: none; } }

@media screen and (max-width: 1199px) {
  .rsp_menu_icon {
    display: block; }
    .rsp_menu_icon a {
      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;
      margin: 0 1em;
      margin-left: 1.5em;
      padding: 6px;
      border: 2px solid #fff; }
      .rsp_menu_icon a .bar {
        width: 20px;
        text-align: center;
        margin: 0 auto 0.25em; }
      .rsp_menu_icon a span {
        display: block;
        font-size: 11px;
        margin-bottom: -2px; } }

@media screen and (max-width: 449px) {
  .rsp_menu_icon a {
    margin-left: 0em;
    margin-right: 1.5em;
    padding: 8px;
    border: 1px solid #fff; }
    .rsp_menu_icon a .bar {
      margin-bottom: 0; }
    .rsp_menu_icon a span {
      display: none; } }

@media screen and (max-width: 1299px) {
  .m_navi li .title {
    font-size: 14px; } }

@media screen and (max-width: 1199px) {
  .icon {
    display: none; } }

@media screen and (max-width: 1199px) {
  .other_navi {
    display: none; } }

@media screen and (max-width: 1199px) {
  .sp_button {
    display: none; } }

@media screen and (max-width: 899px) {
  .m_navi {
    display: none; } }

@media screen and (max-width: 1359px) {
  .logo_head {
    margin-right: 0px; } }

footer {
  background: #333;
  color: #fff;
  text-align: left; }
  footer a {
    color: #fff; }
    footer a:hover {
      opacity: 0.7; }
  footer p.copyright {
    background: #000;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 2em 0 180px;
    /* banner有り*/
    padding: 2.5em 0; }
    @media screen and (max-width: 999px) {
      footer p.copyright {
        padding: 2.5em 2em 6em; } }

/* footer_navi */
.footer_navi {
  padding: 2.5em 0; }
  .footer_navi .menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1.5em; }
    .footer_navi .menu_wrap .column {
      width: calc((100% - 75px)/4); }
    @media screen and (max-width: 1119px) {
      .footer_navi .menu_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer_navi .menu_wrap .column {
          width: calc((100% - 25px)/2); } }
    @media screen and (max-width: 599px) {
      .footer_navi .menu_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .footer_navi .menu_wrap .column {
          width: 100%; } }
  .footer_navi .category {
    margin-bottom: 1.5em; }
    .footer_navi .category p.title {
      font-size: 1em;
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 1.5em;
      margin-bottom: 0.625em; }
      .footer_navi .category p.title a {
        display: block;
        height: 100%;
        width: 100%; }
    .footer_navi .category ul {
      margin: 0 10px; }
      @media screen and (max-width: 599px) {
        .footer_navi .category ul {
          margin: 0 5px; } }
      .footer_navi .category ul li {
        font-size: 14px;
        line-height: 1.5;
        padding: 0.25em 0;
        margin: 2px 0; }
    .footer_navi .category .sns_set {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 10px 1em;
      border-radius: 4px;
      overflow: hidden; }
      @media screen and (max-width: 599px) {
        .footer_navi .category .sns_set {
          margin: 0 5px 1em; } }
      .footer_navi .category .sns_set > div {
        width: 100%; }
      .footer_navi .category .sns_set span.icon {
        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;
        margin: 0 auto;
        padding: 0.5em 0; }
        .footer_navi .category .sns_set span.icon img {
          height: 1em; }
      .footer_navi .category .sns_set .tweet {
        background: #1da1f2; }
      .footer_navi .category .sns_set .facebook {
        background: #295199; }
      .footer_navi .category .sns_set .youtube {
        background: #f00; }
    .footer_navi .category ul.sub_set {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer_navi .category ul.sub_set li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 0.825em;
        padding: 0.625em 0.5em;
        margin-bottom: 0; }
        @media screen and (max-width: 599px) {
          .footer_navi .category ul.sub_set li {
            font-size: 1em; } }
        .footer_navi .category ul.sub_set li a {
          display: block; }
    .footer_navi .category ul.sub_sp_set.closing {
      pointer-events: none;
      opacity: 0.5; }
    .footer_navi .category ul.sub_sp_set li {
      font-size: 0.875em;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .footer_navi .category ul.sub_sp_set li {
          font-size: 1em; } }
      .footer_navi .category ul.sub_sp_set li a {
        display: block;
        border: 0;
        margin: 0;
        padding: 0.5em 0.75em;
        border-radius: 4px;
        text-align: center; }
        .footer_navi .category ul.sub_sp_set li a.exhibit_contact {
          background: #29abe2; }
      .footer_navi .category ul.sub_sp_set li:first-child {
        margin-top: 1em; }
    .footer_navi .category ul.sub_sp_set li.appColor {
      background: #ef5c4e; }
    .footer_navi .category ul.sub_sp_set li.exhbtColor {
      background: #29abe2; }
    .footer_navi .category ul.sub_sp_set li.sp_06 {
      background: #235a90; }
    .footer_navi .category ul.sub_sp_set li.sp_03 {
      background: #18be18; }
    .footer_navi .category ul.sub_sp_set li.vmpColor {
      background: #558fad; }
  .footer_navi .organization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .footer_navi .organization p.title {
      margin-bottom: 0.5em;
      font-size: 0.825em; }
    .footer_navi .organization .org_info {
      width: calc(25% - 1.5em); }
      .footer_navi .organization .org_info .banner {
        width: 100%;
        min-height: 50px;
        background: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; }
        .footer_navi .organization .org_info .banner img {
          width: 90%; }
    .footer_navi .organization .contact {
      width: calc(50% - 1.5em);
      border-left: 1px solid #fff;
      padding-left: 0.5em; }
      .footer_navi .organization .contact p.info {
        font-size: 15px;
        margin: 0.25em 0 0.75em; }
        .footer_navi .organization .contact p.info a {
          margin-left: 0.5em; }
      .footer_navi .organization .contact p.others_page a {
        display: block;
        font-size: 0.825em;
        margin: 0.5em 0 0; }
    @media screen and (max-width: 1119px) {
      .footer_navi .organization {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .footer_navi .organization .org_info {
          width: calc(50% - 1em);
          margin-bottom: 1.5em; }
          .footer_navi .organization .org_info .banner {
            min-height: 70px; }
        .footer_navi .organization .contact {
          width: 100%; } }
    @media screen and (max-width: 599px) {
      .footer_navi .organization {
        font-size: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .footer_navi .organization .org_info {
          width: 100%;
          margin-bottom: 1em; }
          .footer_navi .organization .org_info .banner {
            min-height: 50px; }
            .footer_navi .organization .org_info .banner img {
              width: 70%;
              max-width: 300px; }
        .footer_navi .organization .contact {
          margin-top: 2em;
          width: 100%; }
          .footer_navi .organization .contact p.info a {
            display: block;
            margin-left: 0;
            margin-top: 0.25em; } }

.topBtn_area_top .topBtn,
.topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: block;
  border: 1px solid #fff;
  background-color: black;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none !important;
  cursor: pointer; }
  .topBtn_area_top .topBtn:before,
  .topBtn:before {
    content: '\25B2';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px; }
  .topBtn_area_top .topBtn:hover,
  .topBtn:hover {
    opacity: 0.7; }

@media screen and (max-width: 999px) {
  .topBtn_area {
    display: none; } }

#modal-menu-etiot .ins {
  padding: 1em; }

.close-modal-menu-etiot {
  margin: 0 auto;
  text-align: center; }

.close_icon img {
  height: 3em; }

.mm_navi_area {
  margin: 1em 0; }
  .mm_navi_area .category {
    margin-bottom: 1em;
    font-size: 16px; }
    .mm_navi_area .category.closing {
      pointer-events: none;
      opacity: 0.5; }
  .mm_navi_area .title {
    background: #666;
    color: #fff;
    margin-bottom: 0.5em;
    padding: 0.5em 1em;
    border-radius: 1em; }
    .mm_navi_area .title a {
      color: #fff; }
    .mm_navi_area .title.sp_login {
      background: #ef5c4e;
      text-align: center;
      border-radius: 3px;
      padding: 1em; }
  .mm_navi_area ul {
    margin: 0 0.5em; }
    .mm_navi_area ul li {
      padding: 0.5em 0; }
    .mm_navi_area ul a {
      color: #666; }
  .mm_navi_area .sns_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2em 10px;
    border-radius: 4px;
    overflow: hidden; }
    .mm_navi_area .sns_set > div {
      width: 100%; }
      .mm_navi_area .sns_set > div a {
        display: block;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 0.5em 0;
        font-size: 1em; }
    .mm_navi_area .sns_set span.icon {
      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;
      margin: 0 auto;
      padding: 0.5em 0; }
      .mm_navi_area .sns_set span.icon img {
        height: 1em; }
    .mm_navi_area .sns_set .tweet {
      background: #1da1f2; }
    .mm_navi_area .sns_set .facebook {
      background: #295199; }
    .mm_navi_area .sns_set .youtube {
      background: #f00; }
  .mm_navi_area .area_select {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden; }
    .mm_navi_area .area_select a {
      margin: 0;
      width: 50%;
      text-align: center;
      display: block;
      padding: 0.5em 0;
      color: #fff; }
      .mm_navi_area .area_select a.here {
        background: #09f;
        pointer-events: none;
        color: #fff; }
      .mm_navi_area .area_select a.another {
        background: #18be18; }
  .mm_navi_area ul.sub_set {
    margin: 1em 0;
    border-top: 1px solid #999; }
    .mm_navi_area ul.sub_set li {
      padding: 0; }
      .mm_navi_area ul.sub_set li a {
        display: block;
        border-bottom: 1px solid #999;
        padding: 0.75em 0.5em; }
  .mm_navi_area ul.sub_sp_set {
    margin: 1em 0;
    color: #fff; }
    .mm_navi_area ul.sub_sp_set a {
      color: #fff; }
    .mm_navi_area ul.sub_sp_set.closing {
      pointer-events: none;
      opacity: 0.5; }
    .mm_navi_area ul.sub_sp_set li a {
      display: block;
      border: 0;
      margin: 5px 0;
      padding: 1em 0.75em;
      border-radius: 4px;
      text-align: center; }
      .mm_navi_area ul.sub_sp_set li a.exhibit_contact {
        background: #29abe2; }
    .mm_navi_area ul.sub_sp_set li:first-child {
      margin-top: 1em; }
    .mm_navi_area ul.sub_sp_set li.appColor {
      background: #ef5c4e; }
    .mm_navi_area ul.sub_sp_set li.exhbtColor {
      background: #29abe2; }
    .mm_navi_area ul.sub_sp_set li.sp_06 {
      background: #235a90; }
    .mm_navi_area ul.sub_sp_set li.sp_03 {
      background: #18be18; }
    .mm_navi_area ul.sub_sp_set li.vmpColor {
      background: #558fad; }

@media screen and (min-width: 700px) {
  .mm_navi_area .category {
    margin-left: auto;
    margin-right: auto;
    width: 30em; } }

/*
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/
html #modal-menu-etiot .ins {
  display: none; }

html.off_modal #modal-menu-etiot .ins {
  display: block; }

/* ==================================================
commonParts
================================================== */
.main_wrap {
  padding-top: 70px; }

.arrow_SVG_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .arrow_SVG_wrap span {
    display: block; }
  .arrow_SVG_wrap .arrow {
    width: 1em;
    height: 1em;
    margin-right: 0.25em; }

a.arrow {
  display: block;
  padding-left: 1.25em;
  line-height: 1em;
  background: url(../images/icon/arrow-right.svg) left 0px top 0 no-repeat;
  background-size: 1em auto; }

.column_pack.block_pad {
  padding: 5em 0; }
  .column_pack.block_pad.topPad_off {
    padding: 0 0 5em; }
  @media screen and (max-width: 599px) {
    .column_pack.block_pad {
      padding: 3em 0; }
      .column_pack.block_pad.topPad_off {
        padding: 0 0 3em; } }

.column_pack.unit_pad {
  padding: 3em 0; }
  .column_pack.unit_pad:first-child {
    padding: 0 0 3em; }
  @media screen and (max-width: 599px) {
    .column_pack.unit_pad {
      padding: 2em 0; }
      .column_pack.unit_pad:first-child {
        padding: 0 0 2em; } }

.column_pack.adjacent_pad {
  padding: 5em 0; }
  .column_pack.adjacent_pad:first-child {
    padding: 0 0 5em; }

.headline_h201 {
  font-size: 2em;
  margin-bottom: 0.75em; }

.headline_h202 {
  font-size: 1.5em;
  padding: 0.5em 1em;
  border-radius: 2.5em;
  background: rgba(77, 194, 187, 0.5);
  margin: 0 0 1em;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 999px) {
    .headline_h202 {
      font-size: 1.25em;
      padding: 0.5em 0.75em;
      border-radius: 6px;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.headline_h203 {
  border-top: 4px solid #4dc2bb;
  font-size: 2em;
  line-height: 1.25;
  color: #4dc2bb;
  padding: 0.325em 0;
  margin-bottom: 0.5em; }
  @media screen and (max-width: 999px) {
    .headline_h203 {
      font-size: 1.75em; } }
  @media screen and (max-width: 599px) {
    .headline_h203 {
      font-size: 1.5em; } }

.column_a01 {
  margin: 0 0.5em; }
  @media screen and (max-width: 599px) {
    .column_a01 {
      margin: 0 5px; } }
  .column_a01 p {
    line-height: 1.6;
    margin-bottom: 1em; }
    .column_a01 p:last-child {
      margin-bottom: 0; }
  .column_a01.p_plus p {
    font-size: 1.125em;
    line-height: 1.7;
    margin-bottom: 1em; }
    .column_a01.p_plus p:last-child {
      margin-bottom: 0; }

.indent_1em p {
  text-indent: -1em;
  padding-left: 1em;
  line-height: auto;
  margin-bottom: auto; }

.link_button_pt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.link_button_pt01 a {
  display: block;
  background: #e33;
  margin: 0 auto;
  padding: 0.5em 2em;
  width: auto;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  border-radius: 2em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .link_button_pt01 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.8; }
  .link_button_pt01 a:before {
    display: none;
    content: "\f0a9";
    font-family: "Font Awesome 5 Solid"; }
  @media screen and (max-width: 599px) {
    .link_button_pt01 a {
      width: calc(100% - 0.5em);
      border-radius: 6px;
      padding: 0.5em 0.5em;
      line-height: 1.25; } }

.column_visitor_reservation_app {
  padding: 5em 0;
  text-align: center; }
  @media screen and (max-width: 559px) {
    .column_visitor_reservation_app {
      padding: 3em 0; } }
  .column_visitor_reservation_app.bg_plus01 {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d5d4d0), color-stop(1%, #d5d4d0), color-stop(31%, #eeeeec), color-stop(75%, #efeeec), to(#e9e9e7));
    background-image: -webkit-linear-gradient(bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    background-image: -o-linear-gradient(bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
    background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%); }
  .column_visitor_reservation_app .app_button a {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 1.75em;
    padding: 0.5em 1em;
    border-radius: 3.5em;
    width: 90%;
    max-width: 680px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 559px) {
      .column_visitor_reservation_app .app_button a {
        font-size: 1.25em; } }
    .column_visitor_reservation_app .app_button a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }
    .column_visitor_reservation_app .app_button a:hover {
      opacity: 0.7; }
  .column_visitor_reservation_app .app_button.offtype {
    pointer-events: none;
    opacity: 0.5; }
  .column_visitor_reservation_app .sub_int {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 499px) {
      .column_visitor_reservation_app .sub_int {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .column_visitor_reservation_app .sub_int a {
      display: block;
      margin: 0 0.75em;
      font-size: 1.125em;
      color: #000; }
      @media screen and (max-width: 499px) {
        .column_visitor_reservation_app .sub_int a {
          margin: 0.25em 0.5em; } }
      .column_visitor_reservation_app .sub_int a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
      .column_visitor_reservation_app .sub_int a .svg-inline--fa {
        color: #ef5c4e; }
    .column_visitor_reservation_app .sub_int.offtype {
      pointer-events: none;
      opacity: 0.5; }
  .column_visitor_reservation_app.app_reservation_set .app_button a {
    background: #ef5c4e; }
  .column_visitor_reservation_app.app_reservation_set .sub_int a .svg-inline--fa {
    color: #ef5c4e; }
  .column_visitor_reservation_app.app_exhibition_set .app_button a {
    background: #29abe2; }
  .column_visitor_reservation_app.app_exhibition_set .sub_int a .svg-inline--fa {
    color: #29abe2; }

.ins_page_link {
  margin-top: -90px;
  padding-top: 90px; }

.colorLabel-k,
.groupLbel-k a {
  background: #f76f0d; }

.colorLabel-i,
.groupLbel-i a {
  background: #ffb100; }

.colorLabel-ts,
.groupLbel-ts a {
  background: #82b6de; }

.colorLabel-jm,
.groupLbel-jm a {
  background: #4aa7e0; }

.colorLabel-ed,
.groupLbel-ed a {
  background: #ac75ce; }

.colorLabel-ss,
.groupLbel-ss a {
  background: #4abf58; }

.colorLabel-im,
.groupLbel-im a {
  background: #ccd152; }

.colorLabel-sc,
.groupLbel-sc a {
  background: #45b9b4; }

.colorLabel-su,
.groupLbel-su a {
  background: #0093ff; }

.colorLabel-iot,
.groupLbel-iot a {
  background: #B46C9B; }

.colorLabel-dvt,
.groupLbel-dvt a {
  background: #3a6084; }

.colorLabel-eda,
.groupLbel-eda a {
  background: #35a39b; }

.colorLabel-hd,
.groupLbel-hd a {
  background: #99a0a3; }

.colorLabel-pd,
.groupLbel-pd a {
  background: #D91631; }

.colorLabel-ec,
.groupLbel-ec a {
  background: #ff8e3a; }

.colorLabel-ccds,
.groupLbel-ccds a {
  background: #b73400; }

.colorLabel-mc,
.groupLbel-mc a {
  background: #9d3782; }

.colorLabel-mm,
.groupLbel-mm a {
  background: #fb5c59; }

.colorLabel-g,
.groupLbel-g a {
  background: #6ec19a; }

.colorLabel-c,
.groupLbel-c a {
  background: #06950a; }

.colorLabel-e,
.groupLbel-e a {
  background: #076bb6; }

.colorLabel-tca,
.groupLbel-tca a {
  background: #80c82b; }

.colorLabel-ipa,
.groupLbel-ipa a {
  background: #fb5c59; }

.colorLabel-jk,
.groupLbel-jk a {
  background: #fb5c59; }

.colorLabel-ja,
.groupLbel-ja a {
  background: #fb5c59; }

.colorLabel-ji,
.groupLbel-ji a {
  background: #fb5c59; }

.colorLabel-jf,
.groupLbel-jf a {
  background: #fb5c59; }

.colorLabel-jg,
.groupLbel-jg a {
  background: #fb5c59; }

.colorLabel-private,
.groupLbel-private a {
  background: #2c0064; }

.colorLabel-robocon,
.groupLbel-robocon a {
  background: #090; }

.colorLabel-msShortP,
.groupLbel-msShortP a {
  background: #00adef; }

.colorLabel-dummy,
.groupLbel-dummy a {
  background: #999; }

.colorLabel-booth-n {
  background: #90b444; }

.colorLabel-booth-p {
  background: #7990aa; }

.colorLabel-booth-d {
  background: #c08dbb; }

.colorLabel-organizer {
  background: #333; }

/* @media screen and (min-width: 951px){
#exhibiter_list .list_area>div ul li>a, #exhibiter_list .list_area>div ul li>span {
  display: flex !important;
  justify-content: space-between !important;
 }
} */

  /* 出展社情報ページ */
  .title_cat{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .company_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
  }
  .company_list a>h2{
    color: #000;
  }

  .company_booth_number{
    text-align: right !important;
  }
  .company_booth_number .session_id{
    color: #000;
    text-decoration: underline;
  }

  .company_session_number{
    display: flex;
    justify-content: flex-end;
  }
  .company_session_number a {
    color: #000;
  }
  @media screen and (max-width: 480px) {
    .company_list{
      flex-direction: column;
      align-items: flex-start;
    }
    .company_session_number {
      font-size: 13px;
    }
  }
  .applicable_field {
    position: relative;
  }
  .applicable_field p {
    cursor: pointer;
  }
  .app_field{
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    transition: all .3s;
    margin: -2px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    background: #fff;
    width: 100%;
    padding: 5px;
  }
  .app_field li {
    display: flex;
    align-items: center;
    padding: 0 .8em;
    height: 2.9em;
    background-color: #333;
    color: #fff;
    margin: 2px;
    border-radius: 3px;
    font-size: .5rem;
    line-height: 1;
    letter-spacing: -.05em;
}
 
  .company_number{
    text-align: right;
  }
  #exhibiter_list .list_area>div ul li>a, #exhibiter_list .list_area>div ul li>span {
    border-bottom: none !important;
    display: inline-block !important;
    padding: 0px 5px 10px !important;
  }

  /* 各展詳細ページ */

.exhibit_category {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.applicable_field {
    border-bottom: 1px solid #000;
    margin: 60px 0 20px !important;
  }

.applicable_field.detail{
  margin: 20px 0 !important;
}

@media screen and (max-width: 480px) {
  .applicable_field.detail{
    margin-bottom: 20px !important;
  }
}


.exhibit_category p, .applicable_field p {
  font-size: 22px;
  display: flex;
  align-items: center;
}
.exhibit_category img, .applicable_field img {
    height: 22px;
    margin-right: 10px;
}
.info_wrap{
  background: rgba(1,48,72,0.05);
  padding: 50px;
}
@media screen and (max-width: 480px) {
  .info_wrap{
    padding: 30px;
  }
}
.url-1{
  padding-bottom: 0 !important;
}
.url-2 {
  padding-top: 0 !important;
}

.info_img{
  background: #FFF;
  width: 390px;
  height: 390px;
  display: inline-block;
  text-align: center;
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.2));
  position: relative;
}
@media screen and (min-width: 1024px){
.info_img img {
    max-width: 300px;
    max-height: 300px;
}
}
.info_wrap .sns img{
  height: 32px;
  padding-top: 5px;
}
.contact_list table {
    border-collapse: collapse !important;
    width: 100%;
    font-size: 14px;
}

.info_wrap tr {
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: rgba(43,57,144,0.1) !important;
}



.product_name {
    padding: 20px 0 10px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.product_name>div {
    text-align: center;
    min-width: 50px;
    height: 50px;
    /* border: 1px solid #013048; */
}
.product_name>div>span {
    line-height: 50px;
}
.product_name>p {
    margin-left: 15px;
}
.product_img img{
    max-height: 270px;
    max-width: 370px;
    object-fit: contain;
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
 .product_img img {
   max-width: 300px;
 }
}

.info_wrap h4 {
    font-size: 16px;
    padding: 10px 0px;
}
.info_wrap h4:before {
    content: '';
    border-left: 3px solid #013048;
    padding-right: 10px;
}

.info_wrap tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}


.info_wrap th {
    color: #58595B;
    width: 20%;
    min-width: 60px;
    text-align: justify;
}
.info_wrap td {
    padding: 10px 20px;
    display: block;
}

#exhibiter_detail .detail_area>a.join_link, #exhibiter_list a.join_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: red;
    font-size: 1rem;
    margin: 2em auto 0;
    width: 19em;
    box-sizing: border-box;
    border-radius: 40px;
    padding: 0 10px;
    height: 70px;
    color: #fff;
    font-weight: bold;
}

.page_title_area .title_layout{
  display: block !important;
}

.company_category h1 {
  max-width: 950px;
}

@media screen and (min-width: 740px){
.company_category{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .7em;
 }
}

.company_category ul {
  display: flex;
}

@media screen and (max-width: 480px) {
  .company_category ul {
   margin-top: 10px;  
 }
}


.company_category ul li {
  margin-right: 10px;
}

.back_to_list{
  text-align: right;
  font-size: 0.9rem;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
 .back_to_list {
   font-size: .8rem;
   margin-top: 10px;
 }  
 .back_to_list img {
   height: 15px !important;
 }
}


.back_to_list img {
  height: 15px;
  margin-right: 5px;
}

#exhibiter_detail .detail_area>dl dt, #exhibiter_detail .detail_area h2 {
  font-size: 16px !important;
}

.sub_theme{
  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: 0 1em;
}

ul.sub_theme li {
    width: 40%;
    text-align: center;
    font-size: 0.875em;
    border: 1px solid #333;
    padding: 0.75em;
    margin: 0.5em;
    border-radius: 6px;
}
ul.sub_theme li h4 {
    font-weight: bold;
}
ul.sub_theme li p {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0.5em;
    padding-top: 0.5em;
    font-size: 0.875em;
    line-height: 1.25;
}


#exhibiter_list form .sub_theme li input[type="checkbox"]:checked+label,
#exhibiter_detail form .sub_theme li input[type="checkbox"]:checked+label {
    background-color: #00a0e9;
    color: #fff;
}
#exhibiter_list form .class_list li input[type="checkbox"]:checked+label,
#exhibiter_detail form li input[type="checkbox"]:checked+label{
    background-color:#333;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
    /* height: 30px; */
    /* line-height: 1.2; */
    font-size: .8rem;
}

#exhibiter_list form>ul.sub_theme>li input[type="checkbox"]+label {
  /* height: 40px !important; */
  /* border: none !important;  */
}
#exhibiter_list form>ul.class_list>li input[type="checkbox"]+label {
  border: none !important; 
  font-weight: normal;
}

#exhibiter_list .class_list {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

#exhibiter_list .class_list  li {
  width: calc(((100% - 1px) / 6) - 10px);
  display: block;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 5px;
  height: 30px;
  line-height: 1.2;
  font-size: .8rem;
  margin: 5px;
  height: 40px;
}

#exhibiter_list .title_txt > h1 {
  display: flex;
}
#exhibiter_list .title_txt > h1 > span {
  font-size: 16px;
  font-weight: 300;
  margin: auto 0 0 auto;
}


@media screen and (max-width:599px) {
#exhibiter_list .class_list  li {
    width: calc(((100% - 1px) / 3) - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 5px;
    height: 30px;
    line-height: 1.2;
    font-size: .8rem;
    margin: 5px;
 }
}

.exhibit_info{
  display: flex;
  justify-content: flex-end;
  /* margin-bottom: 20px; */
}
.exhibit_info dl{
  display: flex;
  align-items: center;
  font-size: 13px;
  background: #F2F4F6;
  padding: 5px 20px;
}

.exhibit_info dl dt{
  padding: 5px;
  background: #013048;
  color: #fff;
  min-width: 72px;
  text-align: center;
  display: inline-block;
}
.exhibit_info dl dd {
  background: #fff;
  padding: 5px;
}

@media screen and (max-width: 1025px){
.is_pc{
  display: none !important;
}
}

@media screen and (min-width: 481px) {
.is_sp{
  display: none !important;
}  
}

#exhibiter_detail .detail_area div.icons {
  margin-top: 0;
  display: flex;
}

.icon_p > span {
    display: block;
    background: #ef5c4e;
    text-align: center;
    font-size: 1em;
    color: #fff;
    padding: .2em 1em .4em;
    border-radius: .4em;
    margin-right: .4em;
}
.icon_p > span > img {
  height: 22px;
  width: 22px;
}
p.note {
  font-size: .85em;
  margin: .4em 0 1.5em 0;
}
p.note-center {
  font-size: 1em;
  margin-top: 1em;;
  text-align: center;
}
