@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", "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;
}

.set_width {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1199px) {
  .set_width {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .set_width {
    width: calc(100% - 30px);
  }
}

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: 1199px) {
  .logo_head img {
    width: 200px;
  }
}
@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: 0.9125em;
  padding: 0 0.625em;
  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 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.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: 1.125em;
  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.5em;
  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 1em;
}
.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.closing a {
  pointer-events: none;
  opacity: 0.5;
}
.sp_button > div span.ins {
  width: 9em;
  padding: 0;
  display: block;
  font-size: 0.875em;
  white-space: nowrap;
  text-align: center;
  line-height: 1.325;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1499px) {
  .sp_button > div span.ins {
    width: 8em;
    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: 1300px) {
  .rsp_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .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: 1359px) {
  .m_navi li .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px) {
  .icon {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .other_navi {
    display: none;
  }

  .sp_button {
    display: none;
  }
}
@media screen and (max-width: 949px) {
  .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;
  heihgt: 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 {
  margin-top: 1.5em;
}
.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.9125em;
  margin: 3px 0;
  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.closing {
  pointer-events: none;
  opacity: 0.5;
}
.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 a.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;
  cursor: pointer;
}
.topBtn_area_top .topBtn:before,
.topBtn:before {
  content: "▲";
  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: 2em;
  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 {
  margin: 0;
  padding: 0;
}
.mm_navi_area ul.sub_sp_set li.closing {
  pointer-events: none;
  opacity: 0.5;
}
.mm_navi_area ul.sub_sp_set li a {
  display: block;
  border: 0;
  margin: 0;
  margin-top: 5px;
  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 a.appColor {
  background: #ef5c4e;
}
.mm_navi_area ul.sub_sp_set li:first-child {
  margin-top: 1em;
}
.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;
}

.bbvr2021 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.5em 0;
}
.bbvr2021 a {
  display: block;
  background: #ef5c4e;
  color: #fff;
  padding: 1em 2em;
  font-size: 1.25em;
  border-radius: 3.25em;
}
@media screen and (max-width: 559px) {
  .bbvr2021 a {
    width: 100%;
    margin: 0 0.5em;
    font-size: 1.125em;
    text-align: center;
    padding: 1em 0;
    border-radius: 6px;
  }
}
.bbvr2021.closing a {
  pointer-events: none;
  opacity: 0.5;
}

.page_title_area {
  border-bottom: 1px solid #000;
  margin: 40px 0;
  padding-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .page_title_area {
    margin: 20px 0;
  }
}
.page_title_area .title_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .page_title_area .title_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.page_title_area .title_layout .title_txt .category {
  font-size: 1.25em;
  margin-bottom: 0.25em;
}
.page_title_area .title_layout .title_txt h1 {
  font-size: 3em;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  .page_title_area .title_layout .title_txt h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 559px) {
  .page_title_area .title_layout .title_txt h1 {
    font-size: 2em;
  }
}
.page_title_area .title_layout ul.group_pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_title_area .title_layout ul.group_pages li {
  margin-top: 5px;
  margin-right: 5px;
}
.page_title_area .title_layout ul.group_pages li a {
  display: block;
  border: 2px solid #333;
  padding: 0.25em 0.5em;
  border-radius: 1.5em;
  color: #333;
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 999px) {
  .page_title_area .title_layout ul.group_pages li a {
    font-size: 0.875em;
  }
}
.page_title_area .title_layout ul.group_pages li a:before {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
}
.page_title_area .title_layout ul.group_pages li a:hover {
  background: #eee;
}

.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: "";
  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: -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: "";
  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: "";
  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;
}