@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
/* ==================================================
normalize
================================================== */
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;
}

/* ==================================================
ET & IoT West 2021
================================================== */
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;
}

.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: 0px;
}
.logo_head img {
  width: 220px;
}
@media screen and (max-width: 349px) {
  .logo_head img {
    height: 65px;
    width: auto;
  }
}

.m_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m_navi li {
  position: relative;
}
.m_navi li .title {
  height: 70px;
  font-size: 15px;
  padding: 0 0.6125em;
  margin-right: 0;
  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, 158, 65, 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, 158, 65, 0.7);
}

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

.other_navi {
  margin-right: 1.5em;
  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;
}

.matching_service {
  margin-right: 0.75em;
}
.matching_service p {
  height: 100%;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.matching_service p 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;
  text-align: center;
  width: 55px;
  height: 55px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  border-radius: 4px;
  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.offtype a {
  pointer-events: none;
  opacity: 0.6;
}
.sp_button > div span.ins {
  padding: 0;
  width: 10em;
  display: block;
  font-size: 0.8125em;
  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: 1499px) {
  .sp_button > div span.ins {
    width: 9.5em;
    font-size: 0.75em;
  }
}
.sp_button .app-preorder a {
  background: #4f869d;
}
.sp_button .app-exhibitors a {
  background: #29abe2;
}
.sp_button .app-addmission a {
  background: #ef5c4e;
}
.sp_button .conf_reservation a {
  background: #18be18;
}
.sp_button .visitorsMypage a {
  background: #558fad;
}
.sp_button .exhibit_contact a {
  background: #18be18;
}

@media screen and (min-width: 1400px) {
  .rsp_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 1399px) {
  .rsp_menu_icon {
    display: block;
  }
  .rsp_menu_icon a {
    display: block;
    margin: 0 1em;
    margin-left: 1.5em;
    padding: 4px 8px;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    font-size: 11px;
  }
  .rsp_menu_icon a .svg-inline--fa {
    font-size: 24px;
    margin-right: 0em;
  }
  .rsp_menu_icon a span {
    display: block;
    margin-top: 2px;
  }
}
@media screen and (max-width: 1499px) {
  .m_navi li .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1399px) {
  .icon {
    display: none;
  }
}
@media screen and (max-width: 1349px) {
  .other_navi {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .sp_button {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .m_navi {
    display: none;
  }
}
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;
}

/* 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.closing {
  pointer-events: none;
  opacity: 0.5;
}
.footer_navi .category ul.sub_sp_set li {
  font-size: 0.875em;
  margin: 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.offtype a {
  pointer-events: none;
  opacity: 0.6;
}
.footer_navi .category ul.sub_sp_set li a {
  display: block;
  border: 0;
  margin: 0;
  margin-top: 5px;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer_navi .category ul.sub_sp_set li a {
    padding: 0.75em 0.75em;
  }
}
.footer_navi .category ul.sub_sp_set li a.exhibit_contact {
  background: #18be18;
}
.footer_navi .category ul.sub_sp_set li a.appColor {
  background: #ef5c4e;
}
.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.info a:before {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
}
.footer_navi .organization .contact p.others_page a {
  display: block;
  font-size: 0.825em;
  margin: 0.5em 0 0;
}
.footer_navi .organization .contact p.others_page a:before {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Solid";
}
@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 {
  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:before {
  content: "▲";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
.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 {
  cursor: pointer;
  text-align: center;
}
.close-modal-menu-etiot:before {
  display: none;
  content: "";
  font-family: "Font Awesome 5 Regular";
}
.close-modal-menu-etiot .svg-inline--fa {
  margin: 5px auto;
  display: block;
  font-size: 2.5em;
}

.mm_navi_area {
  margin: 1em 0;
}
.mm_navi_area .category {
  margin-bottom: 1em;
  font-size: 16px;
}
.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.325em 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.another {
  background: #09f;
}
.mm_navi_area .area_select a.here {
  background: #18be18;
  pointer-events: none;
  color: #fff;
}
.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: 0;
  padding: 1em 0.75em;
  border-radius: 4px;
  text-align: center;
}
.mm_navi_area ul.sub_sp_set li a.exhibit_contact {
  background: #18be18;
}
.mm_navi_area ul.sub_sp_set li a.appColor {
  background: #ef5c4e;
}
.mm_navi_area ul.sub_sp_set li.offtype a {
  pointer-events: none;
  opacity: 0.6;
}
.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,
.mm_navi_area .area_select {
    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}
}
*/