/* common
================================================== */
.big {
  font-size: 20px;
}

.bold {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .big {
    font-size: 18px;
  }
}
/* header
================================================== */
.header {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0;
}
.header__title {
  margin-bottom: 0.75em;
  font-size: 22px;
}
.header__logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.header__logos li:nth-child(1) {
  width: 160px;
}
.header__logos li:nth-child(2) {
  width: 270px;
}
.header__logos li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
  .header__title {
    margin-bottom: 0.5em;
    font-size: 6.4vw;
    font-weight: normal;
    line-height: 1.2;
  }
  .header__logos {
    margin-bottom: 1.7333333333vw;
  }
  .header__logos > li img {
    width: 100%;
    height: auto;
  }
  .header__logos > li:nth-child(1) {
    width: 20.6666666667vw;
  }
  .header__logos > li:nth-child(2) {
    width: 34.5333333333vw;
  }
}

/* visual
================================================== */
.visual {
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .visual {
    margin-bottom: 4.6666666667vw;
    padding: 2.6666666667vw 3.0666666667vw 0 3.2vw;
  }
}

/* local_nav
================================================== */
#main.responsive .local_nav {
  width: 100%;
  position: relative;
  top: auto;
  margin-bottom: 70px;
}
#main.responsive .local_nav__inner {
  width: 100%;
  height: 100px;
  background: #dddddd;
  position: relative;
  z-index: 80;
  top: 0;
  left: 0;
}
#main.responsive .local_nav__list {
  width: 960px;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 10px 0;
}
#main.responsive .local_nav__item {
  width: 14.2857142%;
  height: 80px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#main.responsive .local_nav__item:nth-of-type(1) {
  border-left: none;
}
#main.responsive .local_nav__item:nth-last-of-type(1) {
  border-right: none;
}
#main.responsive .local_nav__item a {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: #fff;
  margin: 0;
  transition: background-color 0.3s ease;
}
#main.responsive .local_nav__item a span {
  width: 100%;
  color: #1e2021;
  display: block;
}
#main.responsive .local_nav__item a span.two_row:nth-of-type(1) {
  height: 40%;
  padding-top: 5px;
  color: #fff;
  background-color: #005ab4;
}
#main.responsive .local_nav__item a span.two_row:nth-of-type(2) {
  height: 60%;
  padding-top: 14px;
}
#main.responsive .local_nav__item a span.icon {
  width: auto;
  display: inline-block;
  color: #fff;
  background-color: #f39c26;
  padding: 0 10px;
  font-size: 12px;
  margin-bottom: 4px;
  border-radius: 5px;
}
#main.responsive .local_nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #main.responsive .local_nav__item a {
    padding: 0;
  }
  #main.responsive .local_nav__item a:hover {
    background-color: #1d8acb;
    text-decoration: none;
  }
  #main.responsive .local_nav__item a:hover span {
    width: 100%;
    display: block;
    color: #fff;
  }
  #main.responsive .local_nav__item a:hover span.icon {
    width: auto;
    color: #f39c26;
    background-color: #fff;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #main.responsive .local_nav {
    margin-bottom: 40px;
  }
  #main.responsive .local_nav__inner {
    height: auto;
    padding: 0;
  }
  #main.responsive .local_nav__list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px 1%;
  }
  #main.responsive .local_nav__item {
    width: 25%;
    height: auto;
    margin-bottom: 1%;
  }
  #main.responsive .local_nav__item:nth-of-type(1) {
    margin-left: 12.5%;
  }
  #main.responsive .local_nav__item:nth-of-type(3) {
    margin-right: 12.5%;
    border-right: none;
  }
  #main.responsive .local_nav__item:nth-of-type(4) {
    border-left: none;
  }
  #main.responsive .local_nav__item:nth-last-of-type(1) {
    margin-right: 0;
  }
  #main.responsive .local_nav__item:nth-of-type(n+4) {
    margin-bottom: 0;
  }
  #main.responsive .local_nav__item a {
    width: 100%;
    height: 10vw;
    font-size: 11.5px;
  }
  #main.responsive .local_nav__item a span {
    width: 100%;
    display: block;
    color: #1e2021;
  }
  #main.responsive .local_nav__item a span.two_row:nth-of-type(1) {
    padding-top: 0;
  }
  #main.responsive .local_nav__item a span.two_row:nth-of-type(2) {
    padding-top: 4%;
  }
  #main.responsive .local_nav__item a span.icon {
    font-size: 10px;
    padding: 0 5px;
    margin-bottom: 2px;
  }
}
@media (max-width: 400px) {
  #main.responsive .local_nav__item a {
    font-size: 10px;
  }
  #main.responsive .local_nav__item a span {
    font-size: inherit;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #main.responsive .local_nav {
    margin-bottom: 40px;
  }
  #main.responsive .local_nav__inner {
    height: 100px;
    padding: 0 0 5px;
  }
  #main.responsive .local_nav__list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 1% 0;
  }
  #main.responsive .local_nav__item {
    height: auto;
  }
  #main.responsive .local_nav__item a {
    width: 100%;
    height: 80px;
    font-size: 11.5px;
    font-size: 1.5vw;
  }
  #main.responsive .local_nav__item a span {
    width: 100%;
    display: block;
    color: #1e2021;
  }
  #main.responsive .local_nav__item a span.two_row:nth-of-type(1) {
    padding-top: 8px;
  }
  #main.responsive .local_nav__item a span.two_row:nth-of-type(2) {
    padding-top: 14px;
  }
}

/* description
================================================== */
.description {
  max-width: 960px;
  margin: 0 auto 70px;
}
.description p {
  font-size: 18px;
  text-align: center;
}
.description p.spacer {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .description {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .description {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .description p {
    font-size: 16px;
  }
}

/* section
================================================== */
.section + .section {
  margin: 80px 0;
}
.section__inner {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
}
.section__inner--pd {
  padding: 0 15px;
}
.section__innerfull {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .section + .section {
    margin: 50px 0;
  }
  .section__inner {
    padding: 0 20px;
  }
  .section__inner--pd {
    padding: 0;
  }
}

/* subsection
================================================== */
.subsection__anchor {
  padding: 30px 0;
}
.subsection--mainstage, .subsection--zone3, .subsection--zone1 {
  background: #f5f5f5;
}
.subsection--zone4, .subsection--zone2 {
  background: #fff;
}
.subsection--zone3, .subsection--zone2, .subsection--zone1 {
  padding: 70px 0 80px;
}
.subsection--mainstage, .subsection--zone4 {
  padding: 80px 0;
}
.subsection--mainstage .exhibits__zonetitle__heading {
  border-bottom: 2px solid #1E2021;
}
.subsection--mainstage .exhibits__zonetitle__heading .ttl {
  font-weight: 500;
  color: #1e2021;
}
@media (min-width: 768px) and (max-width: 960px) {
  .subsection--mainstage {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .subsection {
    padding: 50px 0;
  }
  .subsection__issue {
    padding: 0;
  }
  .subsection--mainstage, .subsection--zone3, .subsection--zone1 {
    background: #f5f5f5;
    padding: 40px 0;
  }
  .subsection--zone4, .subsection--zone2 {
    background: #fff;
    padding: 40px 0;
  }
}

/* issue
================================================== */
.issue__items {
  width: 100%;
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 70px;
}
.issue__item {
  width: calc(33.3333333333% - 15px);
  max-width: 310px;
  background: #fff;
  border: 1px solid #ccc;
}
.issue__item__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  font-weight: 500;
}
.issue__item__title__left {
  width: 100px;
}
.issue__item__title__left span {
  color: #005AB4;
  display: block;
  text-align: center;
  line-height: 1;
}
.issue__item__title__left span.text {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
}
.issue__item__title__left span.num {
  font-size: 40px;
}
.issue__item__title__right {
  width: calc(100% - 100px);
  display: inline-block;
  font-size: 24px;
  padding-top: 24px;
}
.issue__item__body__img {
  width: 100%;
  height: auto;
  display: block;
}
.issue__item__body__text {
  width: 100%;
  display: grid;
  grid-template-rows: auto 76px auto 1fr;
  grid-template-columns: 100%;
}
.issue__item__body__text h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  align-self: center;
  text-align: center;
}
.issue__item__body__text p {
  height: 160px;
  color: #1e2021;
  font-size: 16px;
  padding: 0 1em;
}
.issue__item__body__icons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
  padding: 0 20px;
}
.issue__item__body__icon {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 5px 0.5em;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #56AF87;
}
.issue__item__body__icon:nth-last-of-type(1) {
  margin-right: 0;
}
.issue__item__body__icon.purple {
  background-color: #604C9D;
}
.issue__item__body__btn {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.issue__item__body__btn a {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background: #1e2021;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 100px;
  padding: 5px calc(2em - 10px) 5px 2em;
  margin-bottom: 20px;
}
.issue__item__body__btn a::after {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  background: url("/common/images/icon_accd_05.png") 0 0/contain no-repeat;
}
.issue__other {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  background-color: #f5f5f5;
}
.issue__other__inner {
  display: inline-block;
  padding: 30px 50px;
  background-color: #fff;
}
.issue__other p {
  color: #005AB4;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.issue__other__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.issue__other__btn a {
  position: relative;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background: #1e2021;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100px;
  padding: 5px calc(2em - 20px) 5px 2em;
}
.issue__other__btn a::after {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-left: 20px;
  background: url("/common/images/icon_accd_05.png") 0 0/contain no-repeat;
}
@media (max-width: 960px) {
  .issue__item__body__text p {
    height: 170px;
  }
}
@media (max-width: 860px) {
  .issue__item__body__text p {
    height: 190px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .issue__items {
    padding: 0 20px;
  }
  .issue__item {
    max-width: initial;
  }
  .issue__item__body__btn a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .issue__items {
    padding: 0 20px;
  }
  .issue__item {
    width: 100%;
    max-width: initial;
    display: block;
  }
  .issue__item + .issue__item {
    margin-top: 20px;
  }
  .issue__item__title {
    font-size: 20px;
  }
  .issue__item__title__left span.num {
    font-size: 36px;
  }
  .issue__item__body__text {
    height: auto;
    grid-template-rows: auto 80px auto 1fr;
    padding: 0 0 10px;
  }
  .issue__item__body__text h4 {
    font-size: 24px;
  }
  .issue__item__body__text p {
    height: auto;
    font-size: 16px;
    line-height: 1.53;
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .issue__item__body__btn a {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .issue__other {
    padding: 20px;
  }
  .issue__other__inner {
    padding: 20px;
  }
  .issue__other p {
    font-size: 24px;
    line-height: 1.53;
  }
  .issue__other__btn a {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .issue__item__body__btn a {
    font-size: 15px;
  }
  .issue__other__btn a {
    font-size: 15px;
  }
}

/* anchor
================================================== */
.anchor__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 960px) {
  .anchor__items {
    padding: 0 20px;
  }
}
.anchor__item {
  width: 32%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 2%;
  background-color: #eaeaea;
}
.anchor__item:nth-last-of-type(1) {
  width: 100%;
  margin-bottom: 0;
}
.anchor__item::after {
  content: "";
  width: 15px;
  height: 10px;
  display: inline-block;
  margin-left: 20px;
  background: url("/products/robots/assets/images/event/2023irex/2023_icon_accd_black.png") 0 0/contain no-repeat;
}
.anchor__item__text {
  width: calc(100% - 35px);
}
.anchor__item__text h3, .anchor__item__text p {
  font-weight: 500;
  color: #1e2021;
}
.anchor__item__text h3 {
  font-size: 24px;
}
.anchor__item__text p {
  font-size: 14px;
}
.anchor__item__text.with_icon {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: auto;
}
.anchor__item__survey {
  width: calc(100% - 130px);
}
.anchor__item__icon {
  width: 95px;
  height: auto;
  display: block;
}
.anchor__item:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .anchor__item {
    width: 100%;
  }
  .anchor__item__text.with_icon {
    width: calc(100% - 35px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
  }
  .anchor__item__icon {
    width: 50px;
    height: auto;
    display: block;
  }
  .anchor__item__survey {
    width: calc(100% - 70px);
  }
}

/* exhibits
================================================== */
.exhibits__zonetitle {
  width: 100%;
  margin-bottom: 30px;
}
.exhibits__zonetitle p {
  font-size: 130%;
}
.exhibits__zonetitle__heading {
  border-bottom: 2px solid #005AB4;
  margin-bottom: 2em;
}
.exhibits__zonetitle__heading .sub {
  font-size: 130%;
  font-weight: 500;
  color: #005AB4;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 10px;
}
.exhibits__zonetitle__heading .ttl {
  font-size: 28px;
  font-weight: 500;
  color: #005AB4;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.exhibits__zonetitle .txt {
  color: #000000;
  font-size: 16px;
}
.exhibits__zonetitle__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 30px 0 0;
}
.exhibits__zonetitle__icon {
  display: inline-block;
  color: #fff;
  padding: 5px 2em;
  background-color: #56AF87;
  border-radius: 5px;
  margin-right: 10px;
}
.exhibits__zonetitle__icon.purple {
  background-color: #604C9D;
}
.exhibits__zone3__items, .exhibits__zone2__items, .exhibits__zone1__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.exhibits__zone3__item, .exhibits__zone2__item, .exhibits__zone1__item {
  width: calc(33.33333% - 15px);
  background: #fff;
  border: 1px solid #ccc;
}
.exhibits__zone3__item__title, .exhibits__zone2__item__title, .exhibits__zone1__item__title {
  display: flex;
  align-items: flex-start;
  padding: 15px 20px;
  min-height: 4.5em;
  background: #0091DF;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}
.exhibits__zone3__item__body, .exhibits__zone2__item__body, .exhibits__zone1__item__body {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.exhibits__zone3__item__body p, .exhibits__zone2__item__body p, .exhibits__zone1__item__body p {
  font-size: 16px;
  line-height: 1.75;
  flex-grow: 1;
}
.exhibits__zone3__item__body figure, .exhibits__zone2__item__body figure, .exhibits__zone1__item__body figure {
  display: block;
  margin-top: 1em;
}
.exhibits__zone3__item__body ul, .exhibits__zone2__item__body ul, .exhibits__zone1__item__body ul {
  margin-top: 0.5em;
  font-size: 11px;
  text-align: right;
}
.exhibits__zone3__item__body sup, .exhibits__zone2__item__body sup, .exhibits__zone1__item__body sup {
  display: inline-block;
  font-size: 75% !important;
}
.exhibits__zone3__item__icons, .exhibits__zone2__item__icons, .exhibits__zone1__item__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0 30px;
}
.exhibits__zone3__item__icon, .exhibits__zone2__item__icon, .exhibits__zone1__item__icon {
  display: inline-block;
  color: #fff;
  padding: 5px 1em;
  background-color: #56AF87;
  border-radius: 5px;
  margin-right: 10px;
}
.exhibits__zone3__item__icon.purple, .exhibits__zone2__item__icon.purple, .exhibits__zone1__item__icon.purple {
  background-color: #604C9D;
}
.exhibits__zone3__item--wide, .exhibits__zone2__item--wide, .exhibits__zone1__item--wide {
  flex: 0 0 100%;
}
.exhibits__zone3__otherlist, .exhibits__zone2__otherlist, .exhibits__zone1__otherlist {
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.exhibits__zone3__otherlist p, .exhibits__zone2__otherlist p, .exhibits__zone1__otherlist p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.exhibits__zone3__otherlist ul, .exhibits__zone2__otherlist ul, .exhibits__zone1__otherlist ul {
  list-style: inside;
}
.exhibits__zone3__otherlist ul li, .exhibits__zone2__otherlist ul li, .exhibits__zone1__otherlist ul li {
  list-style-type: disc;
  margin-left: 1em;
  padding-left: 1.5em;
  font-size: 16px;
  text-indent: -1.5em;
}
.exhibits__zone3__otherlist ul li span, .exhibits__zone2__otherlist ul li span, .exhibits__zone1__otherlist ul li span {
  padding-left: 0;
  text-indent: 0;
}
.exhibits__zone3__otherlist .icon, .exhibits__zone2__otherlist .icon, .exhibits__zone1__otherlist .icon {
  display: inline-block;
  color: #fff;
  padding: 0 12px;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 14px;
  background-color: #56AF87;
}
.exhibits__zone3__otherlist .icon.purple, .exhibits__zone2__otherlist .icon.purple, .exhibits__zone1__otherlist .icon.purple {
  background-color: #604C9D;
}
.exhibits__zone1__item__body {
  display: grid;
  grid-template-rows: 290px 50px 1fr 20px;
  grid-template-columns: 100%;
}
.exhibits__zone2__item__body {
  display: grid;
  grid-template-rows: 270px 50px 1fr 20px;
  grid-template-columns: 100%;
}
.exhibits__zone3__item__body {
  display: grid;
  grid-template-rows: 250px 50px 1fr 0;
  grid-template-columns: 100%;
}
.exhibits__zone4__items {
  display: flex;
  flex-wrap: wrap;
}
.exhibits__zone4__items .exhibits__zonetitle {
  width: 100%;
  margin-bottom: 30px;
}
.exhibits__zone4__items .exhibits__zonetitle__heading {
  margin-bottom: 0;
}
.exhibits__zone4__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.exhibits__zone4__item:nth-last-of-type(1) {
  margin-bottom: 0;
}
.exhibits__zone4__item__text {
  width: 60%;
  padding-right: 5%;
}
.exhibits__zone4__item__text h3 {
  font-size: 20px;
  margin-bottom: 5px;
}
.exhibits__zone4__item__text p {
  font-size: 16px;
}
.exhibits__zone4__item__text ul {
  list-style: inside;
}
.exhibits__zone4__item__text ul li {
  font-size: 16px;
  list-style-type: disc;
  text-indent: -1em;
  padding-left: 1em;
}
.exhibits__zone4__item__img {
  width: 40%;
}
.exhibits__zone4__item__img figure {
  width: 100%;
  display: block;
}
.exhibits__zone4__item__img figure img {
  width: 100%;
  display: block;
}
.exhibits__zone4__item__icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px;
}
.exhibits__zone4__item__icon {
  display: inline-block;
  color: #fff;
  padding: 5px 2em;
  background-color: #56AF87;
  border-radius: 5px;
  margin: 40px 10px 0 0;
}
.exhibits__zone4__otherlist {
  margin-top: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}
.exhibits__zone4__otherlist p {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}
.exhibits__zone4__otherlist ul li {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .exhibits__zone4__items, .exhibits__zone3__items, .exhibits__zone2__items, .exhibits__zone1__items {
    padding: 0 20px;
  }
  .exhibits__zone4__otherlist, .exhibits__zone3__otherlist, .exhibits__zone2__otherlist, .exhibits__zone1__otherlist {
    margin: 30px 20px 0;
  }
  .exhibits__zone1__item__body {
    grid-template-rows: 380px 50px 1fr 20px;
  }
  .exhibits__zone4__otherlist {
    margin: 0 25px 0 20px;
  }
}
@media (max-width: 960px) {
  .exhibits__zone1__item__body {
    grid-template-rows: 330px 50px 1fr 20px;
  }
  .exhibits__zone2__item__body {
    grid-template-rows: 330px 50px 1fr 20px;
  }
  .exhibits__zone3__item__body {
    grid-template-rows: 290px 50px 1fr 0;
  }
}
@media (max-width: 860px) {
  .exhibits__zone1__item__body {
    grid-template-rows: 390px 50px 1fr 20px;
  }
  .exhibits__zone2__item__body {
    grid-template-rows: 400px 50px 1fr 20px;
  }
  .exhibits__zone3__item__body {
    grid-template-rows: 320px 50px 1fr 0;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits__zonetitle {
    margin-bottom: 10px;
  }
  .exhibits__zonetitle p {
    font-size: 100%;
  }
  .exhibits__zonetitle.inner {
    padding-top: 2em;
  }
  .exhibits__zonetitle__heading {
    margin-bottom: 1em;
  }
  .exhibits__zonetitle__heading .sub {
    font-size: 16px;
  }
  .exhibits__zonetitle__heading .ttl {
    font-size: 24px;
  }
  .exhibits__zonetitle .txt {
    font-size: 15px;
  }
  .exhibits__zonetitle__icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
  }
  .exhibits__zonetitle__icon {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 5px 1em;
    background-color: #56AF87;
    border-radius: 5px;
    margin-right: 10px;
  }
  .exhibits__zonetitle__icon.purple {
    background-color: #604C9D;
  }
  .exhibits__zone3__item, .exhibits__zone2__item, .exhibits__zone1__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .exhibits__zone3__item:nth-last-of-type(1), .exhibits__zone2__item:nth-last-of-type(1), .exhibits__zone1__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .exhibits__zone3__item__title, .exhibits__zone2__item__title, .exhibits__zone1__item__title {
    font-size: 18px;
    padding: 15px 20px;
    min-height: auto;
  }
  .exhibits__zone3__item__body p, .exhibits__zone2__item__body p, .exhibits__zone1__item__body p {
    font-size: 15px;
  }
  .exhibits__zone3__item__icon, .exhibits__zone2__item__icon, .exhibits__zone1__item__icon {
    font-size: 14px;
    padding: 5px 1em;
  }
  .exhibits__zone3__otherlist, .exhibits__zone2__otherlist, .exhibits__zone1__otherlist {
    margin-top: 15px;
  }
  .exhibits__zone3__otherlist p, .exhibits__zone2__otherlist p, .exhibits__zone1__otherlist p {
    font-weight: 700;
  }
  .exhibits__zone3__otherlist ul li, .exhibits__zone2__otherlist ul li, .exhibits__zone1__otherlist ul li {
    font-size: 15px;
  }
  .exhibits__zone1__item__body {
    display: grid;
    grid-template-rows: auto 70px 1fr 20px;
    grid-template-columns: 100%;
  }
  .exhibits__zone2__item__body {
    display: grid;
    grid-template-rows: auto 70px 1fr 20px;
    grid-template-columns: 100%;
  }
  .exhibits__zone3__item__body {
    display: grid;
    grid-template-rows: auto auto auto 0;
    grid-template-columns: 100%;
  }
  .exhibits__zone4__item {
    margin-bottom: 20px;
  }
  .exhibits__zone4__item__text {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .exhibits__zone4__item__text h3 {
    font-size: 20px;
  }
  .exhibits__zone4__item__text p {
    font-size: 15px;
  }
  .exhibits__zone4__item__img {
    width: 100%;
    order: 1;
  }
  .exhibits__zone4__item__img figure img {
    margin-bottom: 20px;
  }
  .exhibits__zone4__item__icon {
    font-size: 14px;
    margin-top: 20px;
    padding: 5px 1em;
  }
  .exhibits__zone4__otherlist {
    margin-top: 15px;
  }
  .exhibits__zone4__otherlist p {
    font-weight: 700;
  }
  .exhibits__zone4__otherlist ul li {
    font-size: 15px;
  }
}

/* mainstage
================================================== */
table.mainstage_table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
table.mainstage_table th, table.mainstage_table td {
  border: 1px solid #ccc;
  font-size: 16px;
}
table.mainstage_table tr th {
  color: #fff;
  background-color: #0091DF;
  text-align: center;
  padding: 10px 0;
}
table.mainstage_table tr td {
  background-color: #fff;
}
table.mainstage_table tr td:nth-of-type(1) {
  width: 75%;
  padding: 10px 1em;
}
table.mainstage_table tr td:nth-of-type(2) {
  width: 25%;
  padding: 10px 0;
  text-align: center;
}
table.mainstage_table.special {
  margin-bottom: 0;
}
table.mainstage_table.special tr th {
  background-color: #f39c26;
}
table.mainstage_table.special td.attention {
  background-color: transparent;
  border: none;
}
@media only screen and (max-width: 767px) {
  table.mainstage_table table, table.mainstage_table th, table.mainstage_table td {
    font-size: 14px;
  }
  table.mainstage_table tr td:nth-of-type(1) {
    width: 65%;
  }
  table.mainstage_table tr td:nth-of-type(2) {
    width: 35%;
    padding: 0 5px;
  }
}

/* two_column
================================================== */
.two_column {
  background: #f5f5f5;
  padding: 0 0 50px;
}
.two_column .exhibits__zonetitle__heading {
  border-bottom: 2px solid #1E2021;
}
.two_column .exhibits__zonetitle__heading .sub, .two_column .exhibits__zonetitle__heading .ttl {
  font-weight: 500;
}
.two_column .exhibits__zonetitle__heading .ttl {
  color: #1e2021;
}
.two_column .two_column_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two_column .column:nth-of-type(1) {
  width: 60%;
  padding-right: 5%;
}
.two_column .column:nth-of-type(1) .btn {
  width: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two_column .column:nth-of-type(1) .btn a {
  width: 80%;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  background: #1e2021;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  padding: 20px calc(2em - 20px) 20px 2em;
}
.two_column .column:nth-of-type(1) .btn a img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 20px;
}
.two_column .column:nth-of-type(1) .seminar_info {
  font-size: 16px;
  margin-bottom: 30px;
}
.two_column .column:nth-of-type(2) {
  width: 40%;
}
.two_column .column:nth-of-type(2) figure {
  width: 100%;
  display: block;
}
.two_column .column:nth-of-type(2) figure img {
  width: 100%;
  display: block;
}
.two_column .column.overview__text h3 {
  font-size: 18px;
  margin-top: -5px;
  margin-bottom: 10px;
}
.two_column .column.overview__text dl {
  display: table-row;
  font-size: 16px;
  line-height: 1.75;
}
.two_column .column.overview__text dl dt, .two_column .column.overview__text dl dd {
  display: table-cell;
  vertical-align: top;
}
.two_column .column.overview__text dl dt {
  white-space: nowrap;
  font-weight: normal;
}
.two_column .column.overview__text p {
  display: inline-block;
  margin: 0.5em 0 0 3em;
  padding: 0.5em 1em;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.two_column .column_100 figure {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto 30px;
}
.two_column .column_100 figure img {
  width: 100%;
  display: block;
}
.two_column .column_100 .survey_info {
  font-size: 16px;
  margin-bottom: 20px;
}
.two_column .column_100 .survey_info .caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.two_column .column_100 .survey_info li, .two_column .column_100 .survey_info p {
  font-size: 16px;
}
.two_column .column_100 .survey_info p {
  margin-bottom: 30px;
}
.two_column .column_100 .survey_info ul {
  list-style: inside;
  margin-bottom: 30px;
}
.two_column .column_100 .survey_info ul li {
  padding-left: 2em;
  text-indent: -1.2em;
  list-style-type: disc;
}
.two_column .column_100 .survey_info ul li a:hover {
  text-decoration: underline;
}
.two_column .column_100 .caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.two_column .column_100 .btn {
  width: 60%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.two_column .column_100 .btn a {
  width: 80%;
  position: relative;
  display: block;
  justify-content: center;
  align-items: center;
  background: #1e2021;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 100px;
  padding: 20px calc(2em - 20px) 20px 2em;
}
.two_column .column_100 .btn a img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 20px;
}
.two_column .overview__map {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.two_column .overview__map h3 {
  width: 100%;
  font-size: 18px;
  margin-bottom: 30px;
}
.two_column .overview__map figure {
  width: 100%;
  max-width: 620px;
  display: block;
}
.two_column .overview__map figure img {
  width: 100%;
  display: block;
}
.two_column .overview__application {
  padding: 70px 0 0;
  text-align: center;
}
.two_column .overview__application h3 {
  margin-bottom: 20px;
  font-size: 28px;
}
.two_column .overview__application p {
  font-size: 18px;
  margin-bottom: 20px;
}
.two_column .overview__application a {
  position: relative;
  display: flex;
  width: 460px;
  height: 70px;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  background: #1e2021;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
}
.two_column .overview__application a img {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .two_column {
    padding: 0 20px 50px;
  }
}
@media (min-width: 768px) {
  .two_column .column:nth-of-type(1) .survey_info ul li a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767px) {
  .two_column .column:nth-of-type(1) {
    width: 100%;
    order: 2;
    padding-right: 0;
  }
  .two_column .column:nth-of-type(1) .survey_info,
  .two_column .column:nth-of-type(1) .seminar_info {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .two_column .column:nth-of-type(1) .survey_info {
    margin-bottom: 5px;
  }
  .two_column .column:nth-of-type(1) .btn a {
    width: 100%;
  }
  .two_column .column:nth-of-type(1) .btn a.oro {
    margin-right: 0;
  }
  .two_column .column:nth-of-type(2) {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .two_column .column:nth-of-type(2) figure {
    width: 100%;
    display: block;
  }
  .two_column .column:nth-of-type(2) figure img {
    width: 100%;
    display: block;
  }
  .two_column .column.overview__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .two_column .column.overview__text p {
    display: inline-block;
    margin: 0.5em 0 0 3em;
  }
  .two_column .column.overview__img {
    width: 100%;
  }
  .two_column .column_100 {
    order: 3 !important;
  }
  .two_column .column_100 figure {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .two_column .column_100 figure img {
    width: 100%;
    display: block;
  }
  .two_column .column_100 .survey_info li, .two_column .column_100 .survey_info p {
    font-size: 15px;
  }
  .two_column .column_100 .survey_info ul {
    margin-bottom: 15px;
  }
  .two_column .column_100 .survey_info p {
    margin-bottom: 15px;
  }
  .two_column .column_100 .survey_info .btn {
    width: 100%;
  }
  .two_column .column_100 .survey_info .btn a {
    width: 100%;
    margin-right: 0;
  }
  .two_column .overview__map {
    margin-top: 0;
  }
  .two_column .overview__map h3 {
    margin-bottom: 10px;
  }
  .two_column .overview__application {
    width: 100%;
  }
  .two_column .overview__application h3 {
    font-size: 20px;
  }
  .two_column .overview__application p {
    font-size: 12px;
  }
  .two_column .overview__application a {
    width: 100%;
    height: 60px;
    color: #fff;
    font-size: 18px;
  }
  .two_column .overview__application a img {
    margin-left: 10px;
  }
}
@media (max-width: 380px) {
  .two_column .overview__application a {
    font-size: 17px;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #main .forsp {
    display: none !important;
  }
  #main .oro {
    transition: opacity 0.3s ease-in;
  }
  #main .oro:hover {
    opacity: 0.7;
  }
}
@media print {
  #main .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #main .forpc {
    display: none !important;
  }
}
#main img.liquid {
  width: 100%;
  height: auto;
}
#main img.liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #main img.liquid--sp {
    width: 100%;
    height: auto;
  }
}

.noteMod01 .txt a:hover {
  text-decoration: underline;
}

.btn .large_btn {
	display: flex;
    width: 460px;
    height: 70px;
    margin: 0 auto 20px;
    justify-content: center;
    align-items: center;
    background: #1e2021;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 100px;
}

@media only screen and (max-width: 767px) {
	.btn .large_btn {
		font-size: 17px;
		width: 100%;
		height: 60px;
	}
}

/*ーーーmovie.htmーーー*/

.movie__heading {
	font-size: 180%;
	margin-bottom: 30px;
	text-align: center;
}

.movThumb01{
	margin-top: 1em;
	}

.movThumb01 .thumbImg{
  position: relative;
	}
.movThumb01 .thumbImg:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
  }
.movThumb01 .thumbImg a{
  display: inline-block;
  position: relative;
	}
.movThumb01 .thumbImg a::after{
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(/products/robots/assets/images/example/icon_movie.png) center center no-repeat;
	}
.movThumb01 .thumbImg:hover a::after{
  opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	}

.exhibits__zone__movie {
	display: flex;
	flex-wrap: wrap;
}

.exhibits_movie_item {
	width: calc(100% / 3 - 15px);
	margin: 10px 22.5px 10px 0;
	background: #fff;
	border: 1px solid #ccc;
}

.exhibits_movie_item:nth-of-type(3n+1) {
	margin-right: 0;
}

.exhibits__movie__item__title {
	display: flex;
	align-items: flex-start;
	padding: 15px 20px;
	min-height: 4.5em;
	background: #0091DF;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.exhibits_movie_item_body {
	display: block;
	padding: 20px;
}

.exhibits_movie_item_body ul {
	margin-top: 0.5em;
	font-size: 11px;
	text-align: right;
}

.exhibits__movie__item__icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 20px;
}

.exhibits__movie__item__icon {
	display: inline-block;
	color: #fff;
	padding: 5px 1em;
	background-color: #56AF87;
	border-radius: 5px;
	margin-right: 10px;
}

.exhibits__movie__item__icon.purple {
	background-color: #604C9D;
}

.subsection--zone5 {
	padding: 70px 0 80px;
	background: #f5f5f5;
}

.subsection--stage {
	font-size: 16px;
	margin-bottom: 60px;
}

.subsection--stage a:hover {
	text-decoration: underline;
}


html:not(.sp) .mfp-close:focus-visible {
	opacity: 1;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
	.movie__heading {
		margin-bottom: 4vw;
	}
	.exhibits__zone__movie .exhibits_movie_item {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.exhibits__movie__item__icon {
		font-size: 14px;
		padding: 5px 1em;
	}
	.subsection--zone5 {
		padding: 40px 0;
	}
	.subsection--stage {
		margin-bottom: 0;
		padding-top: 0;
	}
}