@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100;300;400;500;700;800;900&display=swap");
#footer-force-contents {
  background-color: #38b4ff;
}
#footer-force-contents * {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
#footer-force-contents .row {
  margin: 0;
  padding: 0;
}
#footer-force-contents .row:nth-of-type(1) {
  justify-content: space-between;
}

.footer-force-contents-inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #ffffff;
}

.footer-force-contents-inner-left {
  max-width: 420px;
  width: 100%;
  text-align: center;
  align-self: center;
}
.footer-force-contents-inner-left img.logo {
  max-width: 300px;
  width: 100%;
  margin-bottom: 15px;
}
.footer-force-contents-inner-left p {
  font-size: 1.125rem;
}
.footer-force-contents-inner-left ul.row {
  gap: 5px;
  list-style: none;
  margin: 30px 0 !important;
}
.footer-force-contents-inner-left ul.row li {
  background-color: #ffffff;
  border-radius: 3px;
  color: #38b4ff;
  font-size: 0.625rem;
  width: calc(20% - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 5px;
  line-height: 1.2;
}
.footer-force-contents-inner-left a {
  display: inline-flex;
  justify-content: center;
  border: 1px solid #ffffff;
  border-radius: 25vw;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.75em 1.25em;
  max-width: 200px;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  position: relative;
  top: 7px;
}
.footer-force-contents-inner-left a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #38b4ff;
}
.footer-force-contents-inner-left a:hover span::after {
  background: url(/ja/img/common/icon-open_in_new-blue.svg) no-repeat center center/cover;
}
.footer-force-contents-inner-left a span {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
}
.footer-force-contents-inner-left a span::after {
  content: "";
  background: url(/ja/img/common/icon-open_in_new-white.svg) no-repeat center center/cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}

.footer-force-contents-inner-right {
  max-width: 545px;
  width: 100%;
  margin-left: min(1.8229166667vw, 35px);
}
.footer-force-contents-inner-right img {
  max-width: 100%;
}

.eventListWrap {
  margin: 40px 0 100px;
}
.eventListWrap h2 {
  position: relative;
  color: #727272;
  text-align: center;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 30px;
}
.eventListWrap h2 span {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #ffffff;
  padding: 0 10px;
  display: inline-block;
  z-index: 1;
}
.eventListWrap h2::before, .eventListWrap h2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 40%;
  height: 1px;
  background-color: #cccccc;
}
.eventListWrap h2::before {
  left: 0;
}
.eventListWrap h2::after {
  right: 0;
}

.eventListInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px min(3.125vw, 40px);
}
.eventListInner * {
  font-feature-settings: "palt";
}
.eventListInner .col3-1 {
  max-width: calc((100% - 2 * min(3.125vw, 40px)) / 3);
  width: 100%;
  position: relative;
}
.eventListInner .col3-1 figure {
  vertical-align: top;
  margin-bottom: 20px;
  position: relative;
  aspect-ratio: 35/19;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventListInner .col3-1 figure img {
  max-width: 100%;
  transition: 0.3s;
  object-fit: contain;
  aspect-ratio: 35/19;
}
.eventListInner .col3-1 p.date {
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 20px;
}
.eventListInner .col3-1 p.date em {
  font-style: normal;
  font-size: 14px;
  display: inline-block;
}
.eventListInner .col3-1 p.date em::before {
  content: "";
  display: inline-block;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 10px;
}
.eventListInner .col3-1 h3 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.075em;
}
.eventListInner .col3-1 a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
}
.eventListInner .col3-1 a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.eventListInner .col3-1 .seminarTag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0 0;
  flex-wrap: wrap;
  gap: 5px;
}
.eventListInner .col3-1 .seminarTag li {
  display: block;
  font-size: 10px;
  padding: 0px 5px;
  margin: 0;
  border: 1px solid #cccccc;
  font-weight: 400;
  color: #727272;
  letter-spacing: 0.075em;
}
.eventListInner .closed.col3-1 {
  /*.&:hover {
    cursor: not-allowed;
  } */
}
.eventListInner .closed.col3-1 p.date {
  color: #727272;
}
.eventListInner .closed.col3-1 p.date em::before {
  content: "●開催終了";
  color: #666666;
  background-color: #e5e5e5;
}
.eventListInner .closed.col3-1 h3 {
  color: #727272;
}
.eventListInner .closed.col3-1 .seminarTag {
  display: flex;
}
.eventListInner .closed.col3-1 a {
  display: block;
}
.eventListInner .closed.col3-1.noLink a {
  display: none;
}
.eventListInner .active.col3-1 p.date em::before {
  content: "●受付中";
  color: #3173e4;
  background-color: #eaf1fc;
}
.eventListInner .active.col3-1:hover figure {
  overflow: hidden;
}
.eventListInner .active.col3-1:hover figure img {
  transform: scale(102%);
}
.eventListInner .inactive.col3-1 p.date em::before {
  content: "●受付終了";
  color: #1b1b1b;
  background-color: #e5e5e5;
}
.eventListInner .inactive.col3-1 a {
  display: block;
}
.eventListInner .inactive.col3-1:hover {
  cursor: not-allowed;
}
.eventListInner .active-exhibition.col3-1 p.date em::before {
  content: "●来場者限定";
  color: #3173e4;
  background-color: #eaf1fc;
}
.eventListInner .active-exhibition.col3-1:hover figure {
  overflow: hidden;
}
.eventListInner .active-exhibition.col3-1:hover figure img {
  transform: scale(102%);
}
.eventListInner .exhibition.col3-1 p.date em::before {
  content: "●展示会";
  color: #e27231;
  background-color: #fcf1ea;
}
.eventListInner .exhibition.col3-1:hover figure {
  overflow: hidden;
}
.eventListInner .exhibition.col3-1:hover figure img {
  transform: scale(102%);
}
.eventListInner:not(:last-of-type) {
  margin-bottom: 100px;
}

.eventDetailWrap {
  margin: 40px 0 100px;
  animation: FadeIn 1.5s forwards ease-in;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.eventDetailInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.eventDetailInner * {
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  font-weight: 400;
}
.eventDetailInner figure img {
  max-width: 100%;
}
.eventDetailInner h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 50px 0 30px;
  text-align: center;
}
.eventDetailInner h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.7;
  margin: 50px 0 30px;
}
.eventDetailInner p.description {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
.eventDetailInner p.description strong {
  color: #ee7b7b;
  font-weight: bold;
}
.eventDetailInner div.table {
  margin-bottom: 50px;
}
.eventDetailInner div.table > dl {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px;
  margin-bottom: 0px;
}
.eventDetailInner div.table > dl > dt {
  max-width: min(23.4375vw, 300px);
  width: 100%;
  padding-right: 1em;
}
.eventDetailInner div.table > dl > dt p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: bold;
  margin: 0;
}
.eventDetailInner div.table > dl > dd {
  max-width: calc(100% - min(23.4375vw, 300px));
  width: 100%;
  margin-bottom: 0;
}
.eventDetailInner div.table > dl > dd p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  margin: 0;
}
.eventDetailInner div.table > dl > dd ol {
  padding: 20px 20px 20px 40px;
  border: 1px dashed #cccccc;
  background: #f7f7f7;
}
.eventDetailInner div.table > dl > dd li {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
}
.eventDetailInner div.table > dl > dd li:not(:last-child) {
  margin-bottom: 10px;
}
.eventDetailInner div.table > dl > dd ul.exhibitsList {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 15px 20px;
  background: #f7f7f7;
}
.eventDetailInner div.table > dl > dd ul.exhibitsList li {
  margin-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
.eventDetailInner div.table > dl > dd ul.exhibitsList li a {
  color: #01446b;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.eventDetailInner div.table > dl > dd ul.exhibitsList li a::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.25em;
}
.eventDetailInner div.table > dl > dd ul.exhibitsList li a:hover {
  color: #0394ed;
  text-decoration: none;
}
.eventDetailInner div.table > dl > dd .exhibitsDetails h4 {
  position: relative;
  padding: 5px 10px 10px;
  text-align: center;
  border: 1px dotted #ea5702;
  background: #ffffff;
  border-left-width: 0;
  border-right-width: 0;
}
.eventDetailInner div.table > dl > dd .exhibitsDetails h4::before,
.eventDetailInner div.table > dl > dd .exhibitsDetails h4::after {
  position: absolute;
  content: "";
}
.eventDetailInner div.table > dl > dd .exhibitsDetails h4::before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
}
.eventDetailInner div.table > dl > dd .exhibitsDetails h4::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.eventDetailInner div.table > dl > dd .exhibitsDetails h4 i {
  color: #ea5702;
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.eventDetailInner div.table > dl > dd .exhibitsDetails h4 span {
  color: #ea5702;
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 1.5rem;
}
.eventDetailInner div.table > dl > dd .exhibits:not(:last-of-type) {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.eventDetailInner div.table > dl > dd .exhibits .tip {
  color: #01446b;
  font-size: 0.875rem;
  position: relative;
  padding: 5px 10px;
  border: 3px solid #01446b;
  border-radius: 5px;
  background-color: #ffffff;
  display: inline-block;
}
.eventDetailInner div.table > dl > dd .exhibits .tip::before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #01446b transparent transparent transparent;
  z-index: 1;
}
.eventDetailInner div.table > dl > dd .exhibits .tip::after {
  position: absolute;
  bottom: -12px;
  left: 1em;
  width: 0;
  height: 0;
  content: "";
  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}
.eventDetailInner div.table > dl > dd .exhibits .name {
  font-size: 1.5rem;
  background-color: #01446b;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
}
.eventDetailInner div.table > dl > dd .exhibits figure {
  text-align: center;
}
.eventDetailInner div.table > dl > dd .exhibits figure img {
  width: 100%;
}
.eventDetailInner div.table > dl > dd .exhibits .textArea p {
  text-align: justify;
}
.eventDetailInner div.table > dl > dd .exhibits .textArea p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.eventDetailInner div.table > dl .boxA {
  margin-top: 10px;
  border: 1px dashed #e89f78;
  background-color: #fef5ef;
  padding: 20px;
}
.eventDetailInner div.table > dl .boxA p {
  color: #ea5804;
  font-weight: bold;
  margin-bottom: 5px;
}
.eventDetailInner div.table > dl .boxA p::before {
  content: "\f31c";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.25em;
}
.eventDetailInner div.table > dl .boxA dl {
  border: 1px solid #999999;
  background-color: #ffffff;
  display: flex;
  margin: 0;
}
.eventDetailInner div.table > dl .boxA dl:not(:first-of-type) {
  margin-top: -1px;
}
.eventDetailInner div.table > dl .boxA dl dt {
  max-width: 170px;
  width: 100%;
  padding: 10px;
  border-right: 1px solid #999999;
}
.eventDetailInner div.table > dl .boxA dl dd {
  padding: 10px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.25rem;
}
.eventDetailInner div.table .map {
  width: 100%;
  margin: 20px 0;
}
.eventDetailInner div.table .map iframe {
  width: 100%;
  min-height: 450px;
}
.eventDetailInner div.table a.txtlink {
  transition: 0.3s;
}
.eventDetailInner div.table a.txtlink::before {
  content: "\f0da";
  font-family: "FontAwesome";
  margin-right: 0.25em;
  font-size: 1rem;
}
.eventDetailInner div.table a.window::after {
  content: "\f08e";
  font-family: "FontAwesome";
  margin-left: 0.5em;
  font-size: 1rem;
}
.eventDetailInner div.table .mb-30 {
  margin-bottom: 30px;
}
.eventDetailInner div.table .Red {
  color: #ea040c;
}
.eventDetailInner div.table ul.notes {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eventDetailInner div.table ul.notes li {
  font-size: 0.875rem;
  margin-left: 1em;
  text-indent: -1em;
}
.eventDetailInner .btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.eventDetailInner .btnWrap a {
  background-color: #ea5804;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 640px;
  width: 100%;
  text-align: center;
  padding: 30px 30px;
  border-radius: 25vw;
  text-decoration: none;
  transition: 0.3s;
}
.eventDetailInner .btnWrap a:hover {
  opacity: 0.7;
}
.eventDetailInner .btnWrap a span {
  font-size: 0.75rem;
  display: block;
  margin-top: 0.5rem;
}
.eventDetailInner.poly h3 em {
  font-style: normal;
  display: inline-block;
  position: relative;
}
.eventDetailInner.poly h3 em::before {
  content: "・";
  position: absolute;
  top: -1em;
  left: 0.25em;
  color: #0394ed;
}
.eventDetailInner.techno-frontier .highlights * {
  font-size: 1.125rem;
}

body#event.detail #local-navi .navbar-toggler span span {
  display: none;
}

@media screen and (max-width: 1200px){
  .eventListInner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1000px){
  #footer-force-contents {
    padding: 30px 30px 0;
  }
  .footer-force-contents-inner-left {
    max-width: 100%;
  }
  .footer-force-contents-inner-left ul.row li br {
    display: none;
  }
  .footer-force-contents-inner-right {
    max-width: 100%;
    margin: 30px 0 0;
    text-align: center;
  }
}

@media screen and (max-width: 780px){
  .footer-force-contents-inner-left ul.row li {
    width: calc(50% - 2.5px);
    font-size: 1rem;
    padding: 10px;
  }
  .footer-force-contents-inner-left a span::after {
    width: 18px;
    height: 18px;
  }
  .footer-force-contents-inner-left a span {
    font-size: 1.125rem;
    padding: 10px;
  }
  .footer-force-contents-inner-left a {
    max-width: 90%;
  }
  .eventListInner {
    gap: 50px 5.1282051282vw;
  }
  .eventListInner .col3-1 {
    max-width: calc((100% - 5.1282051282vw) / 2);
  }
  .eventDetailInner div.table > dl {
    flex-flow: column wrap;
  }
  .eventDetailInner div.table > dl > dt {
    max-width: 100%;
    background-color: #f5f5f5;
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .eventDetailInner div.table > dl > dd {
    max-width: 100%;
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px){
  .eventDetailInner div.table > dl .boxA dl {
    flex-flow: column wrap;
  }
  .eventDetailInner div.table > dl .boxA dl:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .eventDetailInner div.table > dl .boxA dl dt {
    max-width: 100%;
    border-right-width: 0;
    border-bottom: 1px dashed #999999;
  }
}

@media screen and (max-width: 480px){
  .footer-force-contents-inner-left ul.row li {
    width: 100%;
  }
  .footer-force-contents-inner-left a {
    max-width: 100%;
  }
  .eventListInner .col3-1 {
    max-width: 100%;
  }
}

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