@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 technology West 2020
================================================== */
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: 260px; }
    @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: 16px;
      padding: 0 0.75em;
      padding: 0 0.5em;
      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(255, 255, 255, 0.3); }
    .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(255, 255, 255, 0.4); }

.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: 0.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .other_navi ul.pt1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .other_navi ul.pt1 li a {
      margin-left: 0.75em;
      margin-bottom: 4px;
      padding: 4px 0;
      display: block;
      font-size: 14px;
      line-height: 1; }
      .other_navi ul.pt1 li a:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
    .other_navi ul.pt1 li:first-child a {
      margin-left: 0em; }
    .other_navi ul.pt1 li.offtype a {
      pointer-events: none;
      opacity: 0.7; }
  .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; }

.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: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
      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 > 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.7; }
  .sp_button > div span.ins {
    display: block;
    padding: 0 1.125em;
    font-size: 0.875em;
    text-align: center;
    line-height: 1.325;
    white-space: nowrap;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
  .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; }

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

@media screen and (max-width: 1359px) {
  .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: 1199px) {
  .m_navi li .title {
    font-size: 15px;
    padding: 0 0.5em; } }

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

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

@media screen and (max-width: 499px) {
  .m_navi,
  .other_navi,
  .sub_info_navi {
    display: none; }
  .rsp_menu_icon {
    margin-left: auto; } }

.minmin18 {
  font-size: 60%; }

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 ul.sub_set {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer_navi .category ul.sub_set li.subs {
        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.subs {
            font-size: 1em; } }
        .footer_navi .category ul.sub_set li.subs a {
          display: block; }
        .footer_navi .category ul.sub_set li.subs.offtype a {
          pointer-events: none;
          opacity: 0.25; }
      .footer_navi .category ul.sub_set li.sns_account {
        margin: 0px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 2em; }
        .footer_navi .category ul.sub_set li.sns_account a {
          margin: 0; }
        .footer_navi .category ul.sub_set li.sns_account a.tw {
          color: #2aa3ef; }
        .footer_navi .category ul.sub_set li.sns_account a.fb {
          color: #3d5b96; }
      .footer_navi .category ul.sub_set li.sp_subs {
        font-size: 0.875em;
        border: 0;
        margin-bottom: 5px;
        padding: 0.5em;
        border-radius: 4px; }
        @media screen and (max-width: 599px) {
          .footer_navi .category ul.sub_set li.sp_subs {
            font-size: 1em; } }
        .footer_navi .category ul.sub_set li.sp_subs:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
        .footer_navi .category ul.sub_set li.sp_subs.sp_top {
          margin-top: 10px; }
        .footer_navi .category ul.sub_set li.sp_subs.offtype {
          pointer-events: none;
          opacity: 0.5; }
      .footer_navi .category ul.sub_set li.sp_01 {
        background: rgba(255, 255, 255, 0.5); }
      .footer_navi .category ul.sub_set li.sp_02 {
        background: #29abe2; }
      .footer_navi .category ul.sub_set li.sp_03 {
        background: #18be18; }
      .footer_navi .category ul.sub_set li.sp_04 {
        background: #ef5c4e; }
      .footer_navi .category ul.sub_set li.sp_05 {
        background: #558fad; }
      .footer_navi .category ul.sub_set li.sp_06 {
        background: #235a90; }
      .footer_navi .category ul.sub_set li.sp_07 {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
        background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
        background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
        background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
        color: #666; }
        .footer_navi .category ul.sub_set li.sp_07 a {
          color: #666; }
      .footer_navi .category ul.sub_set li.sp_08 {
        background: #4f869d; }
  .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: "\f0e0";
            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: "\f0a9";
          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: '\25B2';
    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: "\f057";
    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 ul {
    margin: 0 0.5em; }
    .mm_navi_area ul li {
      padding: 0.325em 0; }
    .mm_navi_area ul a {
      color: #666; }
    .mm_navi_area ul.sub_set {
      margin: 1.5em 0; }
      .mm_navi_area ul.sub_set .subs {
        margin: 0;
        padding: 0; }
        .mm_navi_area ul.sub_set .subs a {
          display: block;
          border-bottom: 1px solid #999;
          padding: 0.75em 0.5em; }
      .mm_navi_area ul.sub_set li.sns_account {
        margin: 0rem 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 3em; }
        .mm_navi_area ul.sub_set li.sns_account a {
          margin: 0 2px; }
        .mm_navi_area ul.sub_set li.sns_account a.tw {
          color: #2aa3ef; }
        .mm_navi_area ul.sub_set li.sns_account a.fb {
          color: #3d5b96; }
      .mm_navi_area ul.sub_set li.sp_subs {
        margin: 0.25em 0;
        padding: 0.5em;
        border: 1px solid #888; }
      .mm_navi_area ul.sub_set li.sp_01 {
        border-radius: 2em; }
      .mm_navi_area ul.sub_set li.sp_02 {
        margin: 1.5em 0 10px;
        text-align: center;
        padding: 1em 0;
        border: 0px solid #888;
        background: #29abe2;
        font-size: 1.25em;
        border-radius: 10px; }
        .mm_navi_area ul.sub_set li.sp_02 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.sp_03 {
        margin-bottom: 1em;
        border: 1px solid #888;
        background: #fff;
        border-radius: 4px; }
      .mm_navi_area ul.sub_set li.sp_04 {
        margin: 0.5em 0;
        text-align: center;
        padding: 0.75em 0;
        border: 0px solid #888;
        background: #ef5c4e;
        font-size: 1.25em;
        border-radius: 10px; }
        .mm_navi_area ul.sub_set li.sp_04 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.sp_05 {
        margin: 0.5em 0;
        text-align: center;
        padding: 0.75em 0;
        border: 0px solid #888;
        background: #558fad;
        font-size: 1.25em;
        border-radius: 10px; }
        .mm_navi_area ul.sub_set li.sp_05 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.sp_06 {
        margin: 0;
        text-align: center;
        padding: 1em 0;
        border: 0px solid #888;
        background: #235a90;
        font-size: 1.25em;
        border-radius: 10px; }
        .mm_navi_area ul.sub_set li.sp_06 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.sp_07 {
        margin: 10px 0 0;
        text-align: center;
        border: 1px solid #ccc;
        padding: 1em 0;
        font-size: 1.25em;
        border-radius: 10px;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
        background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
        background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
        background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
        color: #666; }
        .mm_navi_area ul.sub_set li.sp_07 a {
          color: #666; }
      .mm_navi_area ul.sub_set li.sp_08 {
        margin: 0.5em 0;
        text-align: center;
        padding: 0.75em 0;
        border: 0px solid #888;
        background: #4f869d;
        font-size: 1.25em;
        border-radius: 10px; }
        .mm_navi_area ul.sub_set li.sp_08 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.offtype {
        pointer-events: none;
        opacity: 0.5; }

@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}
}
*/
.offtype_block {
  opacity: 0.5; }
  .offtype_block a {
    pointer-events: none; }

.main_wrap {
  padding-top: 70px; }

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

br.display_max599 {
  display: block; }
  @media screen and (min-width: 600px) {
    br.display_max599 {
      display: none; } }

.page_title_area {
  border-bottom: 1px solid #000;
  margin: 40px 0 50px;
  padding-bottom: 1em; }
  @media screen and (max-width: 599px) {
    .page_title_area {
      margin: 20px 0 30px; } }
  .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) {
			flex-direction: column;
			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: 2.5em;
      font-weight: bold; }
      @media screen and (max-width: 599px) {
        .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: 0.5em; }
        .page_title_area .title_layout ul.group_pages li a {
          display: block;
          border: 2px solid #000;
          padding: 0.25em 0.75em;
          border-radius: 1.5em;
          color: #000; }
          .page_title_area .title_layout ul.group_pages li a:before {
            display: none;
            content: "\f0a9";
            font-family: "Font Awesome 5 Solid"; }
          .page_title_area .title_layout ul.group_pages li a:hover {
            background: #eee; }

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

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

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

.headline_h202 {
  font-size: 1.5em;
  padding: 0.5em 1em;
  border-radius: 2.5em;
  background: #d1e8c0;
  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: 599px) {
    .headline_h202 {
      padding: 0.5em 0.75em;
      border-radius: 6px; } }

.headline_h203 {
  border-top: 4px solid #00ae45;
  font-size: 2em;
  color: #00ae45;
  padding: 0.325em 0;
  margin-bottom: 0.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_plus p {
    font-size: 1.125em;
    line-height: 1.7;
    margin-bottom: 1em; }
  .column_a01.p_mb05 p {
    line-height: 1.5;
    margin-bottom: 0.5em; }

.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: 4em 0;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .column_visitor_reservation_app {
      padding: 2em 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 p {
    font-size: 1.25em;
    margin: 0 2em 1em; }
    @media screen and (max-width: 599px) {
      .column_visitor_reservation_app p {
        font-size: 1em; } }
    @media screen and (max-width: 399px) {
      .column_visitor_reservation_app p {
        font-size: 0.875em; } }
    .column_visitor_reservation_app p.eff {
      font-size: 1em;
      line-height: 1.5; }
      @media screen and (max-width: 599px) {
        .column_visitor_reservation_app p.eff {
          margin: 0 1em; } }
      @media screen and (max-width: 399px) {
        .column_visitor_reservation_app p.eff {
          font-size: 1em; } }
      .column_visitor_reservation_app p.eff.by135 {
        font-size: 135%; }
  .column_visitor_reservation_app .app_button {
    display: block; }
    .column_visitor_reservation_app .app_button a {
      margin: 1rem auto 1.5rem;
      display: block;
      background: #999;
      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: 449px) {
        .column_visitor_reservation_app .app_button a {
          margin: 1rem auto;
          font-size: 1.125em;
          padding: 0.75em 1em; } }
      .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 a:hover {
        opacity: 0.7; }
  .column_visitor_reservation_app .sub_int {
    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.5em;
      font-size: 1.125em;
      color: #000; }
      @media screen and (max-width: 499px) {
        .column_visitor_reservation_app .sub_int a {
          margin: 0.25em 0.5em;
          font-size: 1em; } }
      .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 .normal_int,
  .column_visitor_reservation_app .faq_int {
    font-size: 1.325em; }
    @media screen and (max-width: 499px) {
      .column_visitor_reservation_app .normal_int,
      .column_visitor_reservation_app .faq_int {
        font-size: 1.125em; } }
    @media screen and (max-width: 349px) {
      .column_visitor_reservation_app .normal_int,
      .column_visitor_reservation_app .faq_int {
        font-size: 1em; } }
    .column_visitor_reservation_app .normal_int a,
    .column_visitor_reservation_app .faq_int a {
      color: #000; }
      .column_visitor_reservation_app .normal_int a:before,
      .column_visitor_reservation_app .faq_int a:before {
        display: none;
        content: "\f15c";
        font-family: "Font Awesome 5 Regular"; }
  .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; }
  .column_visitor_reservation_app.app_preorder_set .app_button a {
    background: #4f869d; }
  .column_visitor_reservation_app.app_preorder_set .sub_int a .svg-inline--fa {
    color: #4f869d; }
  .column_visitor_reservation_app .preoreder_info {
    font-weight: bold; }
    .column_visitor_reservation_app .preoreder_info .ksi1 {
      font-size: 1.75em; }
      @media screen and (max-width: 599px) {
        .column_visitor_reservation_app .preoreder_info .ksi1 {
          font-size: 1.25em; } }
    .column_visitor_reservation_app .preoreder_info .ksi2 {
      font-size: 1.25em;
      margin: 0.5em 0; }
      .column_visitor_reservation_app .preoreder_info .ksi2 strong {
        font-size: 150%; }
    .column_visitor_reservation_app .preoreder_info .ksi3 {
      font-size: 1em; }
      .column_visitor_reservation_app .preoreder_info .ksi3 br {
        display: none; }
        @media screen and (max-width: 499px) {
          .column_visitor_reservation_app .preoreder_info .ksi3 br {
            display: block; } }

.msg0611 {
  margin: 0 0 2em;
  font-size: 1.25em;
  line-height: 1.325;
  font-weight: bold; }
  .msg0611 .svg-inline--fa {
    color: #e33; }

.msg0611_index {
  margin: 2em 0;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.325;
  font-weight: bold; }
  .msg0611_index .svg-inline--fa {
    color: #e33; }
  @media screen and (max-width: 599px) {
    .msg0611_index {
      text-align: left;
      margin: 2em 0.5em; } }

/*# sourceMappingURL=style.css.map */