.page-howtoexhibit_bx25 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page-howtoexhibit_bx25 .wp-block-columns {
  margin-bottom: 0;
}
.page-howtoexhibit_bx25 .wp-block-image {
  margin-bottom: 0;
}
.page-howtoexhibit_bx25 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: unset;
  bottom: 0;
  color: #000000;
  font-size: 16px;
  left: 0;
  margin-bottom: 0;
  max-height: unset;
  overflow: auto;
  padding: unset;
  position: relative;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.page-howtoexhibit_bx25 .p-entry-page__inner {
  background: unset;
  padding: 0;
}
.page-howtoexhibit_bx25 .p-entry__body a {
  color: #ff0000;
}
.page-howtoexhibit_bx25 .p-entry__body ul {
  list-style: disc;
  margin: 0;
  padding-left: 90px;
}
.page-howtoexhibit_bx25 .w-40 {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.page-howtoexhibit_bx25 .w-40 .wp-block-button, .page-howtoexhibit_bx25 .w-40 .wp-block-button__link {
  width: 100%;
}
.page-howtoexhibit_bx25 .pt-0 {
  padding-top: 0px !important;
}
.page-howtoexhibit_bx25 .pt-1 {
  padding-top: 10px !important;
}
.page-howtoexhibit_bx25 .pt-2 {
  padding-top: 20px !important;
}
.page-howtoexhibit_bx25 .pb-0 {
  padding-bottom: 0px !important;
}
.page-howtoexhibit_bx25 .lh-15 {
  line-height: 1.5 !important;
}
.page-howtoexhibit_bx25 .title {
  font-size: 24px;
  margin: 50px 0 20px;
}
.page-howtoexhibit_bx25 .note {
  font-size: 14px;
  line-height: 1.5;
}
.page-howtoexhibit_bx25 .no-icon a::after {
  content: "" !important;
  padding-left: 0 !important;
}
.page-howtoexhibit_bx25 .my-card {
  background-color: #fff;
  padding: 40px 70px;
}
.page-howtoexhibit_bx25 .my-card.space {
  line-height: 0;
  color: transparent;
}
.page-howtoexhibit_bx25 figure.my-card {
  justify-content: center;
  align-items: stretch;
  gap: 50px;
}
.page-howtoexhibit_bx25 figure.my-card > figure {
  flex-grow: unset !important;
  margin: 0 !important;
  width: 300px !important;
  max-width: 100% !important;
}
.page-howtoexhibit_bx25 .arrow-down {
  position: relative;
  height: 36px;
  color: transparent;
}
.page-howtoexhibit_bx25 .arrow-down:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #666 transparent transparent transparent;
  transform: rotate(0deg);
  top: 10px;
  left: calc(50% - 16px);
}
.page-howtoexhibit_bx25 .tbl-01 {
  margin: 0;
}
.page-howtoexhibit_bx25 .tbl-01 table {
  margin: 0;
  border: 0;
}
.page-howtoexhibit_bx25 .tbl-01 table tr:nth-child(1) td {
  border-top: 1px solid #808080;
}
.page-howtoexhibit_bx25 .tbl-01 table td {
  padding: 5px 15px;
  border: 1px solid #808080;
  border-top: unset;
  border-right: unset;
  border-left: unset;
}
.page-howtoexhibit_bx25 .tbl-01 table td:nth-child(1) {
  text-align: center;
  width: 250px;
}
.page-howtoexhibit_bx25 .tbl-02 {
  margin: 0;
}
.page-howtoexhibit_bx25 .tbl-02 table {
  margin: 0;
  border: 0;
}
.page-howtoexhibit_bx25 .tbl-02 table td {
  padding: 10px 20px;
  border: 0;
  background-color: #e6e6e6;
}
.page-howtoexhibit_bx25 .tbl-02 table td:nth-child(1) {
  background-color: #666666;
  color: #fff;
  text-align: center;
  width: 270px;
}
.page-howtoexhibit_bx25 .type-price {
  overflow: hidden;
}
.page-howtoexhibit_bx25 .type-price__inner {
  margin: 10px auto;
  width: fit-content;
  position: relative;
}
.page-howtoexhibit_bx25 .type-price__show-popup {
  position: absolute;
  z-index: 1;
}
.page-howtoexhibit_bx25 .type-price__show-popup--01 {
  width: 66%;
  height: 8%;
  top: 38%;
  left: 16%;
}
.page-howtoexhibit_bx25 .type-price__show-popup--02 {
  width: 53%;
  height: 31%;
  top: 48%;
  left: 29%;
}
.page-howtoexhibit_bx25 .type-price__popup {
  display: none;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.page-howtoexhibit_bx25 .type-price__popup.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.page-howtoexhibit_bx25 .type-price__popup__inner {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  position: relative;
  max-width: 90%;
}
.page-howtoexhibit_bx25 .type-price__popup__close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #000000;
  top: 10px;
  right: 10px;
}
.page-howtoexhibit_bx25 .type-price__popup__close span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.page-howtoexhibit_bx25 .type-price__popup__close span:before, .page-howtoexhibit_bx25 .type-price__popup__close span:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 60%;
  top: 50%;
  left: 20%;
  background-color: #000000;
}
.page-howtoexhibit_bx25 .type-price__popup__close span:before {
  transform: rotate(45deg);
}
.page-howtoexhibit_bx25 .type-price__popup__close span:after {
  transform: rotate(-45deg);
}
.page-howtoexhibit_bx25 .type-price__popup__form {
  margin-top: 80px;
  width: 350px;
  max-width: 100%;
}
.page-howtoexhibit_bx25 .type-price__popup__form hr {
  margin: 5px 10px;
  border-top: 1px solid #000;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row {
  padding: 3px 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row .label {
  width: 120px;
  font-weight: 700;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row .label small {
  font-size: 0.7;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row .input {
  flex: 1;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row .input input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin: 0;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row .input select {
  width: 100%;
}
.page-howtoexhibit_bx25 .type-price__popup__form__row .total-amount {
  display: block;
  text-align: right;
  font-weight: 700;
}
.page-howtoexhibit_bx25 .type-price__popup__form__note {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
.page-howtoexhibit_bx25 .type-price__popup__form__submit {
  border-radius: 0;
  width: 100%;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
}
.page-howtoexhibit_bx25 .faq-item-q {
  cursor: pointer;
  position: relative;
}
.page-howtoexhibit_bx25 .faq-item-q strong {
  display: block;
  background-color: #666666;
  color: #fff;
  padding: 5px 50px 5px 50px;
  position: relative;
}
.page-howtoexhibit_bx25 .faq-item-q strong:before, .page-howtoexhibit_bx25 .faq-item-q strong:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  background-color: #fff;
  right: 20px;
  top: calc(50% - 1px);
  transition: all 0.2s;
}
.page-howtoexhibit_bx25 .faq-item-q strong:after {
  rotate: 90deg;
}
.page-howtoexhibit_bx25 .faq-item-q:before {
  content: "Q.";
  font-weight: bold;
  position: absolute;
  left: 90px;
  color: #fff;
  z-index: 1;
  top: 49px;
  font-size: 24px;
  line-height: 1;
}
.page-howtoexhibit_bx25 .faq-item-q.pt-0:before {
  top: 10px;
}
.page-howtoexhibit_bx25 .faq-item-q.active strong:after {
  rotate: 0deg;
}
.page-howtoexhibit_bx25 .faq-item-a {
  line-height: 1.5;
  padding: 5px 90px 5px 120px !important;
  max-height: 0;
  transition: all 0.2s;
  overflow: hidden;
  color: transparent;
  position: relative;
}
.page-howtoexhibit_bx25 .faq-item-a:before {
  content: "A.";
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 90px;
  z-index: 1;
  top: 20px;
  font-size: 24px;
  line-height: 1;
}
.page-howtoexhibit_bx25 .faq-item-a.active {
  padding: 15px 90px 15px 120px !important;
  max-height: 500px;
  color: #000;
}
.page-howtoexhibit_bx25 .map {
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}
.page-howtoexhibit_bx25 .map .wp-block-column {
  margin: 0 !important;
  flex-basis: unset !important;
}
.page-howtoexhibit_bx25 .map .wp-block-column:nth-child(1) {
  flex: 1;
}
.page-howtoexhibit_bx25 .map .wp-block-column:nth-child(2) {
  flex-grow: unset !important;
  width: 390px;
  max-width: 100%;
  line-height: 1.7;
}
.page-howtoexhibit_bx25 .map .wp-block-column:nth-child(2) p:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .l-main {
    background: #f4f4f4;
  }
  .l-inner {
    width: 90%;
  }
  .page-howtoexhibit_bx25 .my-card {
    padding: 5vw 4vw;
  }
  .page-howtoexhibit_bx25 .tbl-01 table td {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .page-howtoexhibit_bx25 .tbl-01 table td:nth-child(1) {
    width: 100%;
  }
  .page-howtoexhibit_bx25 .tbl-02 table td {
    display: block;
    width: 100%;
  }
  .page-howtoexhibit_bx25 .tbl-02 table td:nth-child(1) {
    width: 100%;
  }
  .page-howtoexhibit_bx25 .w-40 .wp-block-button, .page-howtoexhibit_bx25 .w-40 .wp-block-button__link {
    font-size: 18px !important;
  }
  .page-howtoexhibit_bx25 .p-entry__body ul {
    padding-left: 9vw;
  }
  .page-howtoexhibit_bx25 figure.my-card {
    gap: 30px;
  }
  .page-howtoexhibit_bx25 .faq-item-q.pt-0:before {
    top: 7px;
  }
  .page-howtoexhibit_bx25 .faq-item-q:before {
    left: 30px;
    top: 25px;
  }
  .page-howtoexhibit_bx25 .faq-item-q {
    line-height: 1.7;
  }
  .page-howtoexhibit_bx25 .faq-item-a {
    padding: 5px 30px 5px 70px !important;
  }
  .page-howtoexhibit_bx25 .faq-item-a.active {
    padding: 15px 30px 15px 70px !important;
  }
  .page-howtoexhibit_bx25 .faq-item-a:before {
    left: 30px;
    top: 15px;
  }
}

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