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

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 NAGOYA 2019
================================================== */
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); } }

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: 1em; }
  .logo_head img {
    width: 280px; }
    @media screen and (max-width: 349px) {
      .logo_head img {
        height: 58px;
        width: auto; } }

.m_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto; }
  .m_navi li {
    position: relative; }
    .m_navi li .title {
      height: 70px;
      font-size: 16px;
      padding: 0 0.75em;
      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.4); }
    .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;
          /*
					&:before {
						display: none;
						content: "\f0a9";
						font-family: "Font Awesome 5 Solid";
					}
					*/ }
          .m_navi li ul li a:hover {
            background: rgba(255, 255, 255, 0.4); }

.sub_info_navi {
  margin-right: 0;
  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 {
    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.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.ex a {
      display: block;
      margin-left: 5px;
      font-size: 12px;
      padding: 4px 0.75em;
      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.pt3 {
    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.pt3 li.acc a {
      margin-right: 1em;
      display: block;
      font-size: 0.875em;
      line-height: 1; }
    .other_navi ul.pt3 li.ex a {
      display: block;
      margin-left: 5px;
      font-size: 13px;
      padding: 4px 0.75em;
      border: 1px solid #fff;
      line-height: 1; }
    .other_navi ul.pt3 li.icon a {
      margin-left: 2px;
      display: block;
      font-size: 24px;
      line-height: 1; }

.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 span.ins {
    display: block;
    padding: 0 1.5em;
    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 > div.offtype a {
    pointer-events: none;
    opacity: 0.6; }
  .sp_button > div.app_seminor a {
    background: #29abe2; }
  .sp_button > div.visit_reservation a {
    background: #ef5c4e; }
  .sp_button > div.app_exhibition a {
    background: #29abe2;
    display: none; }
  .sp_button > div.conf_reservation a {
    background: #18be18; }

.rsp_menu_icon {
  display: block;
  margin: 0 1em;
  margin-left: 1.5em; }
  .rsp_menu_icon a {
    display: block;
    padding: 4px 8px;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center; }
    .rsp_menu_icon a .svg-inline--fa {
      margin-right: 0.5; }
    .rsp_menu_icon a span {
      margin-top: 2px; }
    @media screen and (max-width: 1399px) {
      .rsp_menu_icon a {
        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 (min-width: 1360px) {
  .rsp_menu_icon {
    display: none; } }

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

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

@media screen and (max-width: 699px) {
  .sp_button > div span.ins {
    padding: 0 1em;
    font-size: 0.825em; } }

@media screen and (max-width: 499px) {
  .m_navi,
  .sub_info_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: 1em; }
    .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.5em; }
    .footer_navi .category ul {
      margin: 0 10px; }
      .footer_navi .category ul li {
        font-size: 14px;
        padding: 0.25em 0;
        margin: 2px 0; }
    .footer_navi .category ul.sub_set li.subs {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      font-size: 0.825em;
      padding: 0.75em 0.5em;
      margin-bottom: 0; }
    .footer_navi .category ul.sub_set li.sp_01, .footer_navi .category ul.sub_set li.sp_02, .footer_navi .category ul.sub_set li.sp_03, .footer_navi .category ul.sub_set li.sp_04 {
      font-size: 0.875em;
      border: 0;
      margin-bottom: 5px;
      padding: 0.5em;
      border-radius: 4px; }
      .footer_navi .category ul.sub_set li.sp_01:before, .footer_navi .category ul.sub_set li.sp_02:before, .footer_navi .category ul.sub_set li.sp_03:before, .footer_navi .category ul.sub_set li.sp_04:before {
        display: none;
        content: "\f0a9";
        font-family: "Font Awesome 5 Solid"; }
      .footer_navi .category ul.sub_set li.sp_01.offtype, .footer_navi .category ul.sub_set li.sp_02.offtype, .footer_navi .category ul.sub_set li.sp_03.offtype, .footer_navi .category ul.sub_set li.sp_04.offtype {
        pointer-events: none;
        opacity: 0.6; }
    .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: #ef5c4e; }
    .footer_navi .category ul.sub_set li.sp_03 {
      background: #29abe2; }
    .footer_navi .category ul.sub_set li.sp_04 {
      background: #29abe2; }
    .footer_navi .category .co_organized {
      background: #fff;
      border-radius: 4px;
      padding: 5px;
      color: #000; }
      .footer_navi .category .co_organized p {
        font-size: 0.875em;
        text-align: center;
        padding: 0.25em;
        background: #333;
        color: #fff;
        border-radius: 4px; }
      .footer_navi .category .co_organized a {
        margin: 10px auto 5px;
        display: block;
        text-align: center;
        border: 1px solid #ccc;
        max-width: 180px; }
        .footer_navi .category .co_organized a img {
          width: 100%; }
  .footer_navi .organization {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.825em; }
    .footer_navi .organization .org_info {
      width: calc(25% - 1.5em); }
    .footer_navi .organization .contact {
      width: calc(50% - 1.5em); }
      .footer_navi .organization .contact p {
        line-height: 1.5;
        margin-bottom: 0.25em; }
        .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:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
    @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 .contact {
          width: 100%; } }
    .footer_navi .organization p.title {
      margin-bottom: 0.5em; }
    .footer_navi .organization .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 .banner img {
        width: 90%; }

.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 1em; }
    .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 li.sp_01,
      .mm_navi_area ul.sub_set li.sp_02,
      .mm_navi_area ul.sub_set li.sp_03,
      .mm_navi_area ul.sub_set li.sp_04 {
        margin: 0.25em 0;
        padding: 0.5em;
        border: 1px solid #888; }
        .mm_navi_area ul.sub_set li.sp_01.offtype,
        .mm_navi_area ul.sub_set li.sp_02.offtype,
        .mm_navi_area ul.sub_set li.sp_03.offtype,
        .mm_navi_area ul.sub_set li.sp_04.offtype {
          pointer-events: none;
          opacity: 0.6; }
      .mm_navi_area ul.sub_set li.sp_01 {
        border-radius: 2em; }
      .mm_navi_area ul.sub_set li.sp_02 {
        margin: 0.5em 0 1em;
        border: 1px solid #888;
        background: #fff;
        border-radius: 4px; }
      .mm_navi_area ul.sub_set li.sp_03 {
        margin-bottom: 0em;
        border: 0px solid #888;
        border-radius: 4px;
        background: #29abe2;
        color: #fff; }
        .mm_navi_area ul.sub_set li.sp_03:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
        .mm_navi_area ul.sub_set li.sp_03 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.sp_04 {
        margin-bottom: 1em;
        border: 0px solid #888;
        border-radius: 4px;
        background: #ef5c4e;
        color: #fff; }
        .mm_navi_area ul.sub_set li.sp_04:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
        .mm_navi_area ul.sub_set li.sp_04 a {
          color: #fff; }
      .mm_navi_area ul.sub_set li.subs {
        margin: 0;
        padding: 0.325em 0.5em; }
  .mm_navi_area .co_organized {
    background: #fff;
    border-radius: 4px;
    padding: 1em;
    color: #000; }
    .mm_navi_area .co_organized a {
      margin: 1em auto;
      display: block;
      text-align: center;
      border: 1px solid #ccc;
      max-width: 180px; }
      .mm_navi_area .co_organized a img {
        width: 100%; }
    .mm_navi_area .co_organized p {
      font-size: 1em;
      padding: 0.25em;
      background: #333;
      color: #fff;
      border-radius: 4px;
      text-align: center; }

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

.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: 3em;
      font-weight: bold; }
    .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; }

.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; }
  .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.call_ap {
    font-size: 1.125em; }
  .column_visitor_reservation_app .button_wrap {
    max-width: 770px;
    border-radius: 4px;
    overflow: hidden;
    margin: 1.25em auto 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .column_visitor_reservation_app .button_wrap > div {
      width: 100%;
      text-align: center; }
      .column_visitor_reservation_app .button_wrap > div a {
        color: #fff;
        padding: 1em 0;
        font-size: 1.125em; }
        .column_visitor_reservation_app .button_wrap > div a:before {
          display: none;
          content: "\f0a9";
          font-family: "Font Awesome 5 Solid"; }
        .column_visitor_reservation_app .button_wrap > div a:hover {
          opacity: 0.7; }
    .column_visitor_reservation_app .button_wrap .seminor_b a {
      display: block;
      background: #29abe2; }
    .column_visitor_reservation_app .button_wrap .app_b a {
      display: block;
      background: #ef5c4e; }
    @media screen and (max-width: 767px) {
      .column_visitor_reservation_app .button_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .column_visitor_reservation_app .button_wrap > div a {
          font-size: 1em; } }
  .column_visitor_reservation_app .app_button {
    display: block; }
    .column_visitor_reservation_app .app_button a {
      margin: 1rem auto;
      display: block;
      background: #ef5c4e;
      color: #fff;
      padding: 0.625em 1em;
      border-radius: 3.5em;
      width: 90%;
      max-width: 720px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      font-size: 1.5em; }
      @media screen and (max-width: 399px) {
        .column_visitor_reservation_app .app_button a {
          font-size: 1.25em;
          padding: 0.5em 1em;
          width: 100%; } }
      .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.close {
        opacity: 0.7;
        pointer-events: none; }
  .column_visitor_reservation_app .sub_int a {
    font-size: 1.125em;
    color: #000; }
    .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 .contact_ddt {
    margin-top: 1.5em;
    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; }
    .column_visitor_reservation_app .contact_ddt > p {
      font-size: 1.125em;
      line-height: 1.5;
      margin: 0 0.5em; }
  .column_visitor_reservation_app.app_nagoyaSeminar_set .offtype {
    opacity: 0.4;
    pointer-events: none; }
  .column_visitor_reservation_app.app_nagoyaSeminar_set p.subT {
    font-size: 1.125em;
    margin: 0; }
    @media screen and (max-width: 449px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set p.subT {
        font-size: 1.325em; }
        .column_visitor_reservation_app.app_nagoyaSeminar_set p.subT .rsp_omt {
          font-size: 0.825em;
          display: block;
          margin-top: 0.25em; } }
  .column_visitor_reservation_app.app_nagoyaSeminar_set .app_button a {
    font-size: 1.5em;
    margin: 1rem auto;
    width: 100%;
    max-width: 768px;
    background: #29abe2; }
    @media screen and (max-width: 599px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set .app_button a {
        font-size: 1.25em; } }
    @media screen and (max-width: 399px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set .app_button a {
        font-size: 1.125em; } }
    @media screen and (max-width: 349px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set .app_button a {
        font-size: 1em; } }
  .column_visitor_reservation_app.app_nagoyaSeminar_set p.appN_int {
    font-size: 0.875em;
    line-height: 1.5;
    margin: 0 auto;
    width: calc(100% - 1em); }
    @media screen and (max-width: 999px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set p.appN_int {
        margin: 0 auto;
        text-align: left; }
        .column_visitor_reservation_app.app_nagoyaSeminar_set p.appN_int br {
          display: none; } }
  .column_visitor_reservation_app.app_nagoyaSeminar_set .to_techbiz a {
    line-height: 1.25;
    font-size: 1.325em;
    margin-top: 0.5em;
    display: block;
    color: #f00;
    font-weight: bold;
    text-align: center; }
    .column_visitor_reservation_app.app_nagoyaSeminar_set .to_techbiz a:before {
      display: none;
      content: "\f00c";
      font-family: "Font Awesome 5 Solid"; }
    .column_visitor_reservation_app.app_nagoyaSeminar_set .to_techbiz a .min {
      font-size: 70%; }
    @media screen and (max-width: 599px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set .to_techbiz a {
        font-size: 1.25em; }
        .column_visitor_reservation_app.app_nagoyaSeminar_set .to_techbiz a .min {
          display: block;
          margin-top: 0.5em; } }
    @media screen and (max-width: 349px) {
      .column_visitor_reservation_app.app_nagoyaSeminar_set .to_techbiz a {
        font-size: 1em; } }
  .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; }

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