/* header
================================================== */
.header {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 0;
}
.header__title {
  margin-bottom: .75em;
  font-size: 22px;
}
.header__logos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .header {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .header__title {
    margin-bottom: .5em;
    font-size: 6.4vw;
    font-weight: normal;
    line-height: 1.2;
  }
  .header__logos {
    margin-bottom: 1.73333vw;
  }
  .header__logos > li img {
    width: 100%;
    height: auto;
  }
  .header__logos > li:nth-child(1) {
    width: 20.66667vw;
  }
  .header__logos > li:nth-child(2) {
    width: 34.53333vw;
  }
}

/* visual
================================================== */
.visual {
  max-width: 960px;
  margin: 0 auto 40px;
  padding: 22px 0 0 0;
  background: #edf1f9;
  color: #0091df;
}
.visual > figcaption {
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 16px;
}
.visual > figcaption em {
  display: inline-block;
  margin-left: 1em;
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .visual {
    margin-bottom: 4.66667vw;
    padding: 2.66667vw 3.06667vw 0 3.2vw;
  }
  .visual > figcaption {
    margin-bottom: 0.66667vw;
    padding: 0 2.13333vw;
    font-size: 1.46667vw;
  }
  .visual > figcaption em {
    font-size: 2.53333vw;
  }
}

/* description
================================================== */
.description {
  max-width: 960px;
  margin: 0 auto 70px;
  text-align: center;
}
.description dt {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25em;
  font-size: 20px;
  line-height: 1.4;
}
.description dt em {
  font-size: 34px;
}
.description dd {
  font-size: 18px;
  line-height: 1.78;
}
@media only screen and (max-width: 767px) {
  .description {
    margin-bottom: 12vw;
    padding: 0 4vw;
  }
  .description dt {
    font-size: 4.26667vw;
  }
  .description dt em {
    margin-bottom: .2em;
    font-size: 6.4vw;
    line-height: 1.4;
  }
  .description dt span {
    line-height: 1.5;
  }
  .description dd {
    font-size: 4vw;
    text-align: left;
  }
}

/* section
================================================== */
.section + .section {
  margin: 80px 0;
}
.section__title {
  margin: 0 0 15px 0;
  padding: 0 5px 5px;
  border-bottom: solid 3px #333;
  font-size: 20px;
  line-height: 1;
}
.section__inner {
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
}
.section__inner--pd {
  padding: 0 15px;
}
.section__lead {
  font-size: 16px;
  line-height: 1.65;
}
@media only screen and (max-width: 767px) {
  .section + .section {
    margin: 13.33333vw 0;
  }
  .section__title {
    margin-bottom: 4vw;
    padding: 0 0 1.06667vw;
    border-bottom-width: 2px;
    font-size: 4.8vw;
  }
  .section__inner {
    padding: 0 4vw;
  }
  .section__inner--pd {
    padding: 0;
  }
  .section__lead {
    font-size: 4vw;
  }
}

/* subsection
================================================== */
.subsection {
  padding: 60px 0;
}
.subsection__title {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
}
.subsection__title em {
  position: relative;
  padding: 0 1.5em 0 1em;
}
.subsection__title em::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
  content: "";
  display: block;
  width: 4px;
  height: 200px;
  background: #fff;
}
.subsection__title span {
  padding: 0 1em 0 1em;
  font-weight: normal;
}
.subsection__desc dt {
  font-size: 20px;
}
.subsection__desc dd {
  font-size: 16px;
  line-height: 1.75;
}
.subsection__notes {
  margin-top: .25em;
}
.subsection__notes > li {
  display: table-row;
}
.subsection__notes > li > span {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
}
.subsection__notes > li > span:nth-child(1) {
  white-space: nowrap;
}
.subsection--zone1 .subsection__title {
  background: #0091df;
}
.subsection--zone1 .subsection__desc {
  position: relative;
  height: 140px;
  margin-bottom: 20px;
}
.subsection--zone1 .subsection__desc dd span:nth-child(1) {
  position: absolute;
  right: 0;
  top: -8px;
}
.subsection--zone1 .subsection__desc dd span:nth-child(2) {
  display: block;
  padding-right: 312px;
}
.subsection--zone2 {
  background: #ecf0ec;
}
.subsection--zone2 .subsection__title {
  background: #56af87;
}
.subsection--zone3 {
  padding-bottom: 0;
}
.subsection--zone3 .subsection__title {
  background: #604c9d;
}
@media only screen and (max-width: 767px) {
  .subsection {
    padding: 10.66667vw 0;
  }
  .subsection__title {
    margin-bottom: 4vw;
    padding: 2.4vw 0;
    font-size: 3.73333vw;
  }
  .subsection__title em {
    white-space: nowrap;
  }
  .subsection__title em::after {
    width: 2px;
  }
  .subsection__title span {
    line-height: 1.4;
  }
  .subsection__desc dt {
    margin-bottom: .5em;
    font-size: 4vw;
  }
  .subsection__desc dd {
    font-size: 4vw;
    line-height: 1.53;
  }
  .subsection__notes > li > span {
    font-size: 3.2vw;
  }
  .subsection--zone1 .subsection__desc {
    position: static;
    height: auto;
    margin-bottom: 9.33333vw;
  }
  .subsection--zone1 .subsection__desc dd {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .subsection--zone1 .subsection__desc dd span:nth-child(1) {
    position: static;
    flex: 0 0 45.86667vw;
  }
  .subsection--zone1 .subsection__desc dd span:nth-child(2) {
    flex: 1 0 0%;
    padding: 0;
  }
  .subsection--zone3 {
    padding-bottom: 0;
  }
}

/* virtualBooth
================================================== */
.virtualBooth__lead {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.65;
}
.virtualBooth__bnr {
  max-width: 780px;
  margin: 2em auto 0;
}
.virtualBooth__bnr a {
  display: inline-block;
}
.virtualBooth__bnr p {
  margin-bottom: 1em;
}
.virtualBooth__bnr ul {
  font-size: 14px;
}
.virtualBooth__bnr ul img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.virtualBooth__bnr ul sup {
  display: inline-block;
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  .virtualBooth__lead {
    font-size: 4vw;
  }
  .virtualBooth__bnr ul {
    font-size: 3.2vw;
  }
}

/* venueArea
================================================== */
.venueArea {
  margin: 0 auto 2em;
  max-width: 800px;
  border: solid 2px #000;
  padding: 20px 30px;
}
.venueArea_real,.venueArea_online{
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.65;
}
.venueArea_real{
  float: left;
  width: 374px;
}
.venueArea_online{
  float: right;
  width: 270px;
}
@media only screen and (max-width: 767px) {
  .venueArea {
    margin: 0 auto 2em;
    max-width: 800px;
    border: solid 2px #000;
    padding: 10px 9px 5px;
  }
  .venueArea_real,.venueArea_online{
    float: none;
    width: 100%;
  }
}

/* exhibits
================================================== */
.exhibits__anchors {
  display: flex;
}
.exhibits__anchors > li + li {
  margin-left: 15px;
}
.exhibits__anchor {
  flex: 1 0 0%;
}
.exhibits__anchor__item {
  display: block;
  padding: 15px 15px 8px 15px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 16px;
}
.exhibits__anchor__item dt {
  margin-bottom: .5em;
  line-height: 1;
}
.exhibits__anchor__item dd {
  position: relative;
  display: flex;
  align-items: center;
}
.exhibits__anchor__item dd::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  transform: rotate(45deg);
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.exhibits__anchor__item--zone1 {
  background: #0091df;
}
.exhibits__anchor__item--zone2 {
  background: #56af87;
}
.exhibits__anchor__item--zone3 {
  background: #604c9d;
}
.exhibits__zone1__main {
  margin-bottom: 40px;
}
.exhibits__zone1__btn a {
  position: relative;
  display: flex;
  width: 460px;
  height: 60px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #005ab4;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.exhibits__zone1__btn a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 3px 3px 0;
  border-color: #fff;
  transform: rotate(-45deg);
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

.exhibits__zone1__btn.betsumado a::after {
    right: 15px;
    width: 15px;
    height: 15px;
    background: url(/common/images/ico_pop_05.png) no-repeat;
    transform: none;
    border-style: none;
}

.exhibits__zone2__subtitle {
  margin: 50px 0 15px;
  padding: 0 20px 5px;
  border-bottom: solid 2px #56af87;
  font-size: 20px;
  line-height: 1;
  color: #56af87;
}
.exhibits__zone2__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.exhibits__zone2__item {
  flex: 0 0 310px;
  background: #fff;
}
.exhibits__zone2__item__title {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  min-height: 4.5em;
  background: #56af87;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
}
.exhibits__zone2__item__title > span {
  display: flex;
  align-items: flex-start;
}
.exhibits__zone2__item__title > span i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 3em;
  height: 3em;
  margin: 5px 8px 0 0;
  background: #fff;
  white-space: nowrap;
  font-size: 10px;
  color: #56af87;
  line-height: 1.2;
}
.exhibits__zone2__item__body {
  padding: 20px;
}
.exhibits__zone2__item__body > p {
  font-size: 16px;
  line-height: 1.75;
}
.exhibits__zone2__item__body > figure {
  display: block;
  margin-top: 1em;
}
.exhibits__zone2__item__body > ul {
  margin-top: .5em;
  font-size: 12px;
  text-align: right;
}
.exhibits__zone2__item__body sup {
  display: inline-block;
  font-size: 75% !important;
}
.exhibits__zone2__item--wide {
  flex: 0 0 100%;
}
.exhibits__zone2__cameraDesc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.exhibits__zone2__cameraDesc > div:nth-child(1) {
  box-sizing: border-box;
  flex: 1 0 0%;
  padding-right: 35px;
}
.exhibits__zone2__cameraDesc > div:nth-child(1) dl {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 16px;
}
.exhibits__zone2__cameraDesc > div:nth-child(1) dl::before {
  position: absolute;
  left: 0;
  top: .3em;
  content: "";
  display: inline-block;
  width: .8em;
  height: .8em;
  border-radius: .41em;
  background: #333;
}
.exhibits__zone2__cameraDesc > div:nth-child(1) dt {
  margin-bottom: .2em;
}
.exhibits__zone2__cameraDesc > div:nth-child(2) {
  flex: 0 0 270px;
}
.exhibits__zone2__cameraItems {
  display: flex;
  justify-content: space-between;
}
.exhibits__zone2__cameraItem {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 0 0 293px;
}
.exhibits__zone2__cameraItem__title {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.75;
}
.exhibits__zone2__cameraItem__body {
  padding: 20px;
  background: #f0f0f0;
}
.exhibits__zone2__cameraItem p {
  font-size: 16px;
  line-height: 1.75;
}
.exhibits__zone2__cameraItem .iLink02 {
  padding-top: 0;
  background-position: left .35em;
}
.exhibits__zone2__cameraItem figure {
  display: block;
  margin-top: .5em;
}
.exhibits__zone2__afterword {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.exhibits__zone3__table {
  margin: 1.5em 0 1em;
}
.exhibits__zone3__table table {
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}
.exhibits__zone3__table th, .exhibits__zone3__table td {
  padding: .8em .75em;
  border: solid 1px #ccc;
  font-weight: normal;
}
.exhibits__zone3__table th {
  text-align: center;
}
.exhibits__zone3__table thead {
  background: #d9d3ea;
}
.exhibits__zone3__table thead th {
  padding-top: .5em;
  padding-bottom: .5em;
}
.exhibits__zone3__table tbody tr td:nth-child(1), .exhibits__zone3__table tbody tr td:nth-child(3) {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .exhibits__anchors {
    display: block;
  }
  .exhibits__anchors > li + li {
    margin: 2vw 0 0 0;
  }
  .exhibits__anchor__item {
    position: relative;
    padding: 4vw 2.66667vw 3.33333vw;
    font-size: 3.73333vw;
  }
  .exhibits__anchor__item::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    transform: rotate(45deg);
    right: 2.66667vw;
    top: 50%;
    margin-top: -5px;
  }
  .exhibits__anchor__item dd::after {
    display: none;
  }
  .exhibits__zone1__main {
    margin-bottom: 9.33333vw;
  }
  .exhibits__zone1__btn a {
    width: 81.33333vw;
    height: 16vw;
    font-size: 4vw;
  }
  .exhibits__zone1__btn a::after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff;
    transform: rotate(-45deg);
    right: 2.66667vw;
    top: 50%;
    margin-top: -4px;
  }
  .exhibits__zone2__subtitle {
    margin: 9.33333vw 0 3.33333vw;
    padding: 0 3.73333vw 1.06667vw;
    border-bottom-width: 2px;
    font-size: 4.26667vw;
  }
  .exhibits__zone2__items {
    display: block;
  }
  .exhibits__zone2__item + .exhibits__zone2__item {
    margin-top: 4vw;
  }
  .exhibits__zone2__item__title {
    padding: 4.66667vw 4vw;
    min-height: 4em;
    font-size: 4.26667vw;
  }
  .exhibits__zone2__item__body {
    padding: 5.33333vw;
  }
  .exhibits__zone2__item__body > p {
    font-size: 4vw;
    line-height: 1.53;
  }
  .exhibits__zone2__item__body > ul {
    font-size: 3.2vw;
  }
  .exhibits__zone2__cameraDesc {
    display: block;
    margin-bottom: 4vw;
  }
  .exhibits__zone2__cameraDesc > div:nth-child(1) {
    margin-bottom: 2.66667vw;
    padding-right: 0;
  }
  .exhibits__zone2__cameraDesc > div:nth-child(1) dl {
    font-size: 4vw;
  }
  .exhibits__zone2__cameraItems {
    display: block;
  }
  .exhibits__zone2__cameraItems > div:nth-child(3) {
    margin-top: 8vw;
  }
  .exhibits__zone2__cameraItem__title {
    font-size: 4vw;
  }
  .exhibits__zone2__cameraItem__body {
    padding: 4vw;
  }
  .exhibits__zone2__cameraItem + .exhibits__zone2__cameraItem {
    margin-top: 4vw;
  }
  .exhibits__zone2__cameraItem p {
    font-size: 4vw;
  }
  .exhibits__zone2__afterword {
    margin-top: 10.66667vw;
    font-size: 4vw;
    line-height: 1.53;
  }
  .exhibits__zone3__table table {
    font-size: 3.73333vw;
    line-height: 1.53;
  }
}

/* exhibits__zone2__cameraItem__body追加
================================================== */
.exhibits__zone2__cameraItem__body.offline_software_left,.exhibits__zone2__cameraItem__body.inline_software_right{
  width: 48.5%;
}
.exhibits__zone2__cameraItem__body.offline_software_left{
  float: left;
}
.exhibits__zone2__cameraItem__body.inline_software_right{
  float: right;
}

.exhibits__zone2__cameraItem__body.offline_software_left figure,.exhibits__zone2__cameraItem__body.inline_software_right figure{
  width: 257px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .exhibits__zone2__cameraItem__body.offline_software_left,.exhibits__zone2__cameraItem__body.inline_software_right{
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .exhibits__zone2__cameraItem__body.inline_software_right{
    margin-top: 20px;
  }
}

/* exhibitorSeminar
================================================== */
.exhibitorSeminar_border {
  border: solid 2px #5c77a7;
  padding: 15px;
}
.exhibitorSeminar_border span {
  margin-left: 10px;
      padding: 4px 10px;
  border: solid 2px #000;
}
.exhibitorSeminar_border p {
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .exhibitorSeminar_border {
    padding: 10px;
  }
  .exhibitorSeminar_border span {
    padding: 3px 7px;
  }
}


/* overview
================================================== */
.overview {
  margin-bottom: 40px !important;
}
.overview__detail {
  position: relative;
  margin: 22px 0 50px;
}
.overview__detail__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 295px;
}
.overview__detail__text dl {
  display: table-row;
  font-size: 16px;
  line-height: 1.75;
}
.overview__detail__text dl dt, .overview__detail__text dl dd {
  display: table-cell;
  vertical-align: top;
}
.overview__detail__text dl dt {
  white-space: nowrap;
  font-weight: normal;
}
.overview__detail__text dl.imp dt {
  padding-top: .5em;
}
.overview__detail__text dl.imp dd {
  padding-top: .25em;
}
.overview__detail__text dl.imp dd strong {
  display: block;
  padding: .3em 0;
  background: #ff0000;
  color: #fff;
  text-align: center;
}
.overview__detail__text p {
  margin: .5em 0 0 0;
  padding: .5em 0;
  background: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.overview__detail__image {
  text-align: right;
}
.overview__btn {
  text-align: center;
}
.overview__btn h3 {
  margin-bottom: .5em;
  font-size: 20px;
}
.overview__btn p {
  margin-bottom: .5em;
}
.overview__btn ul {
  font-size: 14px;
}
.overview__btn a {
  position: relative;
  display: flex;
  width: 460px;
  height: 80px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  background: #005ab4;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.overview__btn a::after {
  position: absolute;
  right: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("/common/images/ico_pop_05.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  .overview {
    margin-bottom: 5.33333vw !important;
  }
  .overview__detail {
    margin: 4.66667vw 0 10vw;
  }
  .overview__detail__text {
    position: static;
    width: auto;
    margin-bottom: 5.33333vw;
  }
  .overview__detail__text dl {
    font-size: 4vw;
    line-height: 1.53;
  }
  .overview__detail__text p {
    margin: 1.33333vw 0 0 12vw;
    font-size: 4.26667vw;
  }
  .overview__btn h3 {
    font-size: 4.53333vw;
  }
  .overview__btn ul {
    font-size: 3.2vw;
  }
  .overview__btn a {
    box-sizing: border-box;
    padding: 0 2.66667vw;
    width: 100%;
    height: 16vw;
    font-size: 4.26667vw;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  #main .forsp {
    display: none !important;
  }
}
@media print {
  #main .forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #main .forpc {
    display: none !important;
  }
}
#main .oro {
  transition: opacity .3s ease-in;
}
#main .oro:hover {
  opacity: .7;
}

#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;
  }
}
