.lead-info-date {
  margin-top: 30px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-content .mt-30 {
  margin-top: 30px;
  text-align: center;
}

.features-item-icons {
  display: flex;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  justify-content: center;
}
@media only screen and (max-width: 899px) {
  .features-item-icons {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
  }
}

.features-item-icon {
  display: flex;
  align-items: center;
}

.features-item-icon-img {
  width: 140px;
  height: 140px;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-item-icon-img img {
  width: 80%;
  height: 80%;
}
.features-item-icon-img:hover {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .features-item-icon-img {
    width: 80px;
    height: 80px;
  }
}

.features-item-icon-name {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 700;
  background-color: #f2e4b7;
  padding: 0 0 0 70px;
  width: 330px;
  height: 120px;
  max-width: 100%;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  margin-left: -65px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .features-item-icon-name {
    font-size: 16px;
    padding: 0 0 0 50px;
    margin-left: -40px;
    width: 220px;
    height: 70px;
  }
}

.features-item-message {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .features-item-message {
    margin-top: 40px;
  }
}

.features-item-message-txt {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #FFF;
  line-height: 1.5;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .features-item-message-txt {
    font-size: 18px;
    font-weight: 500;
  }
}

.features-item-message-img02,
.features-item-message-img01 {
  background-color: #FFF;
  border-radius: 50%;
  padding: 13px;
}

.features-item-message-img01 {
  flex: 1 1 40%;
}
.features-item-message-img01 img {
  aspect-ratio: 170/170;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .features-item-message-img01 {
    flex: 0 0 28%;
  }
}

.features-item-message-img02 {
  flex: 1 1 43%;
}
.features-item-message-img02 img {
  aspect-ratio: 160/170;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 899px) {
  .features-item-message-img02 {
    flex: 0 0 28%;
  }
}

.flow .flow-item-txt-top {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
  color: #131313;
}

.flow-item-txt2 {
  margin-top: 10px;
}

/* hall
-----------------------------------------------------------*/
.plan-wrap {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .plan-wrap {
    width: 100%;
    padding: 0 16px;
  }
}

.hall-content {
  width: 1000px;
  max-width: 100%;
  background-color: #FFF;
  margin: 0 auto;
}

.hall-img,
.event-img {
  width: 1100px;
  max-width: 100%;
}
.hall-img img,
.event-img img {
  width: 100%;
}

.event-img {
  margin-top: 20px;
}

/* access
-----------------------------------------------------------*/
.access {
  padding: 136px 0 120px;
  color: #dcdcdc;
}

.access-wrap {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .access-wrap {
    padding: 0 16px;
  }
}

.access-ttl {
  color: #dcdcdc;
  margin: 0 0 84px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .access-ttl {
    margin: 0 0 40px;
  }
}

.access-place {
  font-size: 28px;
}

.access-content-wrap {
  display: flex;
  align-items: start;
}
@media only screen and (max-width: 899px) {
  .access-content-wrap {
    flex-direction: column;
    align-items: normal;
  }
}

.access-info {
  flex: 1 0 53%;
  margin-top: 20px;
}

.access-desc {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.75;
}
.access-desc span {
  font-weight: 700;
}

.access-map {
  flex: 0 0 42%;
}

.iframe-wrap {
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media only screen and (max-width: 899px) {
  .iframe-wrap {
    margin-top: 40px;
  }
}

.footer {
	margin-top: 0 !important;
	padding-top: 0 !important;
}