@charset "UTF-8";
/* 変数 */ /* 基礎のスタイル */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  transition: 0.3s ease all;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

* a {
  text-decoration: none !important;
  color: unset;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.lp-tctjapan-exhibitor {
  display: block;
}

body.lp-tctjapan-exhibitor header {
  padding: 15px 0;
  background-color: #111921;
  position: fixed; /* ヘッダーを固定する */
  top: 0; /* 上部から配置の基準位置を決める */
  left: 0; /* 左から配置の基準位置を決める */
  width: 100%; /* ヘッダーの横幅を指定する */
  height: 100px; /* ヘッダーの高さを指定する */
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header {
    height: 80px;
  }
}
body.lp-tctjapan-exhibitor header .site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor header .site-header {
    width: 100%;
    padding: 0 16px;
  }
}
body.lp-tctjapan-exhibitor header .site-header .logo {
  width: 70px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .logo {
    width: 48px;
  }
}
body.lp-tctjapan-exhibitor header .site-header .global-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 70px);
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav {
    position: fixed;
    z-index: 1002;
    top: 0;
    display: block;
    width: 100%;
    left: 100%;
    height: 100%;
    padding: 80px 16px;
    background-color: #111921;
    transition: all 0.3s;
    overflow-y: auto;
  }
}
body.lp-tctjapan-exhibitor header .site-header .global-nav .base-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav .base-info {
    margin: 0 0 40px;
    padding: 20px;
    border-bottom: 2px solid #ffffff;
  }
}
body.lp-tctjapan-exhibitor header .site-header .global-nav .base-info span {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  line-height: 1.33;
}

body.lp-tctjapan-exhibitor header .site-header .global-nav .menu-list {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav .menu-list {
    display: block;
    margin: 40px 0;
    text-align: center;
    border-bottom: 2px solid #ffffff;
  }
}
body.lp-tctjapan-exhibitor header .site-header .global-nav .menu-list .menu-item {
  margin: 0 20px;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav .menu-list .menu-item {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav .menu-list .menu-item {
    margin: 0 0 40px;
  }
}
body.lp-tctjapan-exhibitor header .site-header .global-nav .menu-list .menu-item a span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

body.lp-tctjapan-exhibitor header .site-header .global-nav .sp-supply-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .global-nav .sp-supply-menu {
    display: block;
  }
  body.lp-tctjapan-exhibitor header .site-header .global-nav .sp-supply-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: #eb841b;
    background-color: #ffffff;
    border: 3px solid #eb841b;
    border-radius: 25px;
  }
  body.lp-tctjapan-exhibitor header .site-header .global-nav .sp-supply-menu p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
  }
}
body.lp-tctjapan-exhibitor header .site-header .global-nav.active {
  left: 0;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor header .site-header .sp-menu {
    display: flex;
    align-items: center;
  }
}
body.lp-tctjapan-exhibitor header .site-header .sp-menu .sp-menu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 0 0 28px;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu .sp-menu-item .txt {
  display: block;
  min-width: 48px;
  margin: 6px 0 0;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu .sp-menu-item.envolve .txt {
  color: #eec819;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger {
  position: relative;
  z-index: 1003;
  cursor: pointer;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon {
  position: relative;
  z-index: 1003;
  width: 32px;
  height: 24px;
  margin: 0 auto;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon span:nth-child(1) {
  top: 1px;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon span:nth-child(2) {
  top: 11px;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon span:nth-child(3) {
  top: 21px;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon.active span {
  background-color: #ffffff;
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon.active span:nth-child(1) {
  top: 16px;
  left: 0;
  transform: rotate(-35deg);
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon.active span:nth-child(2), body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger .hamburger-icon.active span:nth-child(3) {
  top: 16px;
  transform: rotate(35deg);
}

body.lp-tctjapan-exhibitor header .site-header .sp-menu #hamburger.active {
  position: fixed;
}

body.lp-tctjapan-exhibitor .wrap {
  position: relative;
  display: block;
  width: 1200px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor .wrap {
    width: 100%;
    padding: 0 16px;
  }
}
body.lp-tctjapan-exhibitor #main-visual {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual {
    margin-top: 80px;
  }
}
body.lp-tctjapan-exhibitor #main-visual #mv-slides .mv-slide-item {
  width: 100%;
  height: 768px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual #mv-slides .mv-slide-item#slide01 {
    background-position: top 0px left -100px !important;
  }
  body.lp-tctjapan-exhibitor #main-visual #mv-slides .mv-slide-item#slide03 {
    background-position: top 0px left -150px !important;
  }
}
body.lp-tctjapan-exhibitor #main-visual #mv-slides .slick-arrow {
  display: none !important;
}

body.lp-tctjapan-exhibitor #main-visual .mv-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #main-visual .mv-bg {
    display: none;
  }
}
body.lp-tctjapan-exhibitor #main-visual .mv-bg-sp-tp {
  display: none;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #main-visual .mv-bg-sp-tp {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    opacity: 0.7;
  }
}
body.lp-tctjapan-exhibitor #main-visual .mv-bg-sp-bt {
  display: none;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #main-visual .mv-bg-sp-bt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
  }
}
body.lp-tctjapan-exhibitor #main-visual:after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 748px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual:after {
    content: none;
  }
}
body.lp-tctjapan-exhibitor #main-visual .wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  top: calc(50% - 40px);
  right: 0;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    padding: 23px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    padding: 23px 0;
  }
}
body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-cat {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 55px 0 40px;
  /* border: 5px solid #ffffff; */
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-cat {
    width: 240px;
    height: 240px;
    margin: 15px auto;
  }
}
body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-cat .mv-cat {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 67px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  display: none;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-cat .mv-cat {
    font-size: 40px;
  }
}
body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-cat .mv-cat#mv-cat-01 {
  display: inline;
}

body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-plus span {
  display: block;
  margin: 0 0 40px;
  font-size: 42px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-plus span {
    font-size: 32px;
    margin: 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual .wrap .mv-infos .mv-infos-plus.bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 18px;
    bottom: 90px;
  }
}
body.lp-tctjapan-exhibitor #main-visual .mv-data {
  position: fixed;
  z-index: 1000;
  top: 325px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 300px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #eb841b;
  border: 3px solid #ffffff;
  border-right: none;
  border-radius: 10px 0 0 10px;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #main-visual .mv-data {
    width: 50px;
    height: 200px;
    font-size: 20px;
    top: 303px;
  }
}
body.lp-tctjapan-exhibitor #lead {
  position: relative;
  padding: 137px 0 123px;
  background: url("../images/lp-2023/lead.jpg") no-repeat;
  background-position: center !important;
  background-size: cover !important;
}

body.lp-tctjapan-exhibitor #lead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead {
    padding: 75px 0;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-row {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row {
    display: block;
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-ttl {
  margin: 0 0 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-ttl {
    margin: 0 0 54px;
    padding: 0 40px;
    text-align: center;
    font-size: 24px;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-ttl span {
  position: relative;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-ttl span {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6px auto;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-ttl span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 24px);
  height: calc(100% + 12px);
  border: 5px solid #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-ttl span:before {
    height: 100%;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.75;
  color: #ffffff;
}

.lead-info-txt--lg-wrap {
  margin-top: 40px;
}

.lead-info-txt--lg {
  font-size: 24px;
  color: #fff;
  line-height: 2.25;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .lead-info-txt--lg {
    font-size: 20px;
    line-height: 1.75;
    margin-top: 1em;
  }
}
.lead-info-date {
  margin-top: 30px;
}

.lead-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  row-gap: 42px;
  width: 990px;
  max-width: 100%;
  margin: 40px auto 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .lead-box-list {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
  }
}
.lead-box-list::after {
  position: absolute;
  content: "";
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 50px solid #fff;
}

@media only screen and (max-width: 768px) {
  .lead-box-list::after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #fff;
    bottom: -45px;
  }
}
.lead-box {
  border: 2px solid #fff;
  padding: 20px;
  width: 48%;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 768px) {
  .lead-box {
    width: 100%;
    padding: 15px;
  }
}
.lead-box-text {
  font-size: 34px;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .lead-box-text {
    font-size: 24px;
  }
}
.lead-bottom-text {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .lead-bottom-text {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row .lead-info .lead-info-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row .lead-logo {
    text-align: center;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-row .lead-logo img {
    display: inline;
    width: 132px;
  }
}
body.lp-tctjapan-exhibitor #features .features-lead {
  padding: 80px 0 100px;
  background-color: #2b3742;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-lead {
    padding: 60px 0 80px;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-bottom {
    margin-top: 60px;
  }
}
body.lp-tctjapan-exhibitor #lead .lead-bottom .lead-info-date {
  font-size: 32px;
  line-height: 1.5;
  color: white;
  text-align: left;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #lead .lead-bottom .lead-info-date {
    font-size: 20px;
    line-height: 2rem;
  }
}
body.lp-tctjapan-exhibitor #features .features-lead .features-lead-ttl {
  margin: 0 0 40px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item {
  margin: 0 0 50px;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item .no {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 700;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item .txt {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 28px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item .txt {
    font-size: 16px;
  }
}
body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item .txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 5px;
  height: 100%;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-01 {
  padding: 0 0 0 5%;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-01 {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-01 .no {
  color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-01 .txt:before {
  background-color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-01 .txt span {
  color: #f22842;
  font-weight: bold;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-02 {
  padding: 0 0 0 30%;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-02 {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-02 .no {
  color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-02 .txt:before {
  background-color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-02 .txt span {
  color: #eb841b;
  font-weight: bold;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-03 {
  padding: 0 0 0 50%;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-03 {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-03 .no {
  color: #eec819;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-03 .txt:before {
  background-color: #eec819;
}

body.lp-tctjapan-exhibitor #features .features-lead .features-lead-list .features-lead-item#features-lead-item-03 .txt span {
  color: #eec819;
  font-weight: bold;
}

body.lp-tctjapan-exhibitor #features .features-list {
  padding: 220px 0 25px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list {
    padding: 125px 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .wrap {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item {
  position: relative;
  margin: 0 0 140px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl {
  position: absolute;
  top: -75px;
  left: 0;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  font-weight: 700;
  line-height: 1.5;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl {
    display: block;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl .txt {
  position: relative;
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl .txt {
    margin: 0 0 0 20px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  width: 5px;
  height: 100%;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl .no {
  margin: 0 0 0 20px;
  font-family: "Oswald", sans-serif;
  font-size: 100px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-ttl .no {
    display: block;
    margin: -20px 0 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box {
  background-color: #2b3742;
  border-radius: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box {
    border-radius: 0px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head {
  position: relative;
  padding: 128px 0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head {
    padding: 80px 20px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head .features-item-head-ttl {
  position: relative;
  margin: 0 0 48px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head .features-item-head-ttl {
    text-align: left;
    font-size: 24px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head .features-item-head-txt {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head .features-item-head-txt {
    text-align: left;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-head .features-item-head-txt span {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body {
  padding: 80px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body {
    padding: 56px 18px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead {
  padding: 36px;
  padding-bottom: 70px;
  border-width: 2px;
  border-style: solid;
  border-radius: 25px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead {
    padding: 35px 16px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-ttl {
  margin: 0 0 10px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-ttl {
    font-size: 24px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-ttl span {
  font-size: 14px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt.ttl {
  position: relative;
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt.ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt.ttl span {
  position: relative;
  padding-right: 12px;
  background-color: #2b3742;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row {
    display: block;
    margin: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col {
  width: calc(50% - 24px);
  margin: 0 12px 78px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col {
    width: 100%;
    margin: 0 0 40px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col.full {
  width: calc(100% - 24px);
  margin: 0 12px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col .features-item-body-lead-txt-subrow {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col .features-item-body-lead-txt-subrow {
    display: block;
    margin: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col .features-item-body-lead-txt-subrow .features-item-body-lead-txt-col {
  width: calc(50% - 18px);
  margin: 0 0 0 18px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-txt-row .features-item-body-lead-txt-col .features-item-body-lead-txt-subrow .features-item-body-lead-txt-col {
    width: 100%;
    margin: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content {
  margin: 98px 0 0;
  text-align: center;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-row {
  display: flex;
  margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-row {
    display: block;
    margin: 0;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-row .features-item-body-content-col {
  width: calc(50% - 40px);
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-row .features-item-body-content-col {
    width: 100%;
    margin: 0 0 60px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-fig {
  margin: 0 0 36px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-fig img {
  display: inline;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt {
    font-size: 20px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt span.number {
  font-size: 32px;
  font-weight: 700;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-conference .features-conference-ttl {
  margin: 0 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-conference #features-conference-slide .features-conference-slide-item {
  padding: 0 24px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-conference #features-conference-slide .features-conference-slide-item .features-conference-slide-item-part {
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-conference #features-conference-slide .features-conference-slide-item .features-conference-slide-item-part .features-conference-slide-item-part-photo {
  margin: 0 0 10px;
  text-align: center;
  width: 152px;
  height: 210px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-conference #features-conference-slide .features-conference-slide-item .features-conference-slide-item-part .features-conference-slide-item-part-photo img {
  display: inline;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item .features-item-box .features-item-body .features-conference #features-conference-slide .features-conference-slide-item .features-conference-slide-item-part .features-conference-slide-item-part-txt {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

#features-conference-slide .font-lg {
  font-size: 16px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-ttl {
  color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-ttl .txt:before {
  background-color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-box .features-item-head {
  background: url("../images/lp-2023/features-01.jpg");
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-box .features-item-head .features-item-head-txt span {
  background-color: #a81a2c;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-box .features-item-body .features-item-body-lead {
  border-color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-ttl {
  color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-01 .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt span {
  color: #f22842;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-ttl {
  color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-ttl .txt:before {
  background-color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-head {
  background: url("../images/lp-2023/features-02.jpg");
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-head .features-item-head-txt span {
  background-color: #c4690d;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-lead {
  border-color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-ttl {
  color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-content {
  margin: 0 0 54px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt span {
  color: #eb841b;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-ttl {
  color: #eec819;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-ttl .txt:before {
  background-color: #eec819;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-box .features-item-head {
  background: url("../images/lp-2023/features-03.jpg");
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-box .features-item-head .features-item-head-txt span {
  color: #fff;
  background-color: #F3B229;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-box .features-item-body .features-item-body-lead {
  border-color: #eec819;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-box .features-item-body .features-item-body-lead .features-item-body-lead-ttl {
  color: #eec819;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-box .features-item-body .features-item-body-content {
  margin: 0 0 54px;
}

body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt {
  width: 800px;
  margin: 0 auto 68px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-02 .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt {
    width: 100%;
    margin: 0 0 52px;
  }
}
body.lp-tctjapan-exhibitor #features .features-list .features-item#features-item-03 .features-item-box .features-item-body .features-item-body-content .features-item-body-content-txt span {
  color: #eec819;
}

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;
}

body.lp-tctjapan-exhibitor #voice {
  padding: 120px 0 0px;
}

body.lp-tctjapan-exhibitor #voice .voice-ttl {
  margin: 0 0 90px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #voice .voice-row {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-row {
    display: block;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-row .voice-list {
  width: calc(100% - 470px);
  padding: 0 14px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .voice-list {
    width: 100%;
    margin: 0 0 120px;
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 57px;
  padding: 14px 100px;
  background-color: #e5e9eb;
  border-radius: 60px;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item {
    padding: 20px;
    border-radius: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item {
    margin: 0 0 50px;
    padding: 20px;
    border-radius: 20px;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item:after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: -19px;
  width: 29px;
  height: 19px;
  background: url("../images/lp-2023/voice-tail.png") no-repeat;
  background-position: center;
  background-size: contain;
}

body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item .voice-item-txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #111921;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item .voice-item-txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item .voice-item-txt {
    font-size: 16px;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-row .voice-list .voice-item .voice-item-txt span {
  font-weight: 700;
  color: #eb841b;
}

body.lp-tctjapan-exhibitor #voice .voice-row .voice-fig {
  width: 470px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .voice-fig {
    display: none;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-row .voice-fig img {
  display: inline;
}

body.lp-tctjapan-exhibitor #voice .voice-row .slider-controls {
  margin-top: -40px;
  margin-bottom: 70px;
}

@media only screen and (min-width: 769px) {
  body.lp-tctjapan-exhibitor #voice .voice-row .slider-controls {
    display: none;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-interview {
  width: 890px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  body.lp-tctjapan-exhibitor #voice .voice-interview {
    width: 100%;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-head .voice-interview-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #394653;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-head .voice-interview-ttl {
    font-size: 20px;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body {
  padding: 18px;
  background-color: #e5e9eb;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body {
    padding: 24px;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row {
    display: block;
    margin: 0;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-col {
  width: calc(50% - 40px);
  margin: 0 20px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-col {
    width: 100%;
    margin: 0 0 20px;
  }
}
body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-video video {
  width: 100%;
}

body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-infos .voice-interview-body-infos-txt {
  margin: 0 0 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-infos .voice-interview-body-infos-txt span {
  display: block;
  font-weight: 700;
}

body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-infos .voice-interview-body-infos-lnk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
  background-color: #ffffff;
  border: 3px solid #394653;
  border-radius: 25px;
}

body.lp-tctjapan-exhibitor #voice .voice-interview .voice-interview-body .voice-interview-body-row .voice-interview-body-infos .voice-interview-body-infos-lnk:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #394653;
}

body.lp-tctjapan-exhibitor #plan {
  padding: 30px 0 112px;
  /*background-color: #394653;*/
}

body.lp-tctjapan-exhibitor #plan .plan-ttl {
  margin: 0 0 84px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #plan .plan-ttl span {
  font-size: 22px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-ttl {
    margin: 0 0 40px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list {
  display: flex;
  margin: 0 -10px;
}

body.lp-tctjapan-exhibitor #plan .plan-list#plan-list {
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list {
    display: block;
    margin: 0;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item {
  position: relative;
  width: calc(33.3333% - 20px);
  margin: 0 10px;
  padding: 32px 24px;
  background-color: #ffffff;
  border-radius: 25px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item {
    width: 100%;
    margin: 0 0 50px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head {
  margin: 0 0 32px;
  padding: 0 0 32px;
  border-bottom: 2px solid #394653;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  height: 84px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl {
    font-size: 24px;
    letter-spacing: -1px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl span {
  display: block;
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl span {
    font-size: 16px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl .callout {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150%;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #eb841b;
  border-radius: 30px;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl .callout.row2 {
  width: 200%;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl .callout:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8.5px 0 8.5px;
  border-color: #eb841b transparent transparent transparent;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl .callout {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    padding: 10px 20px;
    font-size: 20px;
    white-space: nowrap;
    border-radius: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-head .plan-item-head-ttl .callout.row2 {
    top: -90px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body {
  padding: 0 24px;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-ttl {
  margin: 0 0 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-ttl {
    font-size: 20px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-ttl span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-ttl span {
    font-size: 50px;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-txt {
  margin: 0 0 8px;
  height: 96px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #394653;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-txt {
    height: auto;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-body .plan-item-body-txt-sub {
  margin: 0 0 20px;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-lnk {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #394653;
  border-radius: 25px;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-end {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: #394653;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item .plan-item-desc {
  position: absolute;
  right: 0;
  bottom: -40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item.gold {
  border: 5px solid #eb841b;
}

body.lp-tctjapan-exhibitor #plan .plan-list .plan-item.gold .plan-item-lnk {
  background-color: #eb841b;
}

body.lp-tctjapan-exhibitor #plan .plan-list.full {
  padding: 0 70px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list.full {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item {
  width: 816px;
  margin: 0;
}

@media only screen and (max-width: 992px) {
  body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item {
    width: 100%;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-head {
  margin: 0 0 60px;
}

body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-body {
  position: relative;
}

body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-body .plan-item-body-ttl {
  text-align: left;
}

body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-body .plan-item-body-txt {
  width: 55%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-body .plan-item-body-txt {
    width: 100%;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-body .plan-item-body-fig {
  position: absolute;
  top: 0;
  left: 60%;
  width: 552px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #plan .plan-list.full .plan-item .plan-item-body .plan-item-body-fig {
    top: unset;
    bottom: -100px;
    left: 25%;
    width: 70%;
  }
}
body.lp-tctjapan-exhibitor #plan .plan-list-plus {
  margin: 60px 0 100px;
  text-align: center;
}

body.lp-tctjapan-exhibitor #plan .plan-list-plus img {
  display: inline;
}

@media only screen and (min-width: 769px) {
  body.lp-tctjapan-exhibitor #plan .slider-controls {
    display: none;
  }
}
body.lp-tctjapan-exhibitor #flow {
  padding: 110px 0 112px;
}

body.lp-tctjapan-exhibitor #flow .flow-ttl {
  margin: 0 0 70px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #flow .flow-list {
  display: flex;
  margin: 0 0 120px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-list {
    display: block;
  }
}
body.lp-tctjapan-exhibitor #flow .flow-list .flow-item {
  position: relative;
  width: 33.3333%;
  padding: 0 54px;
  border-right: 2px solid #707070;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -36px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 36px;
  border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -32px;
    border-width: 32px 34px 0 34px;
    border-color: #ffffff transparent transparent transparent;
  }
}
body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 36px;
  border-color: transparent transparent transparent #707070;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: -34px;
    border-width: 32px 34px 0 34px;
    border-color: #707070 transparent transparent transparent;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-list .flow-item {
    width: 100%;
    padding: 50px 0 14px;
    border-right: none;
    border-bottom: 2px solid #707070;
  }
}
body.lp-tctjapan-exhibitor #flow .flow-list .flow-item .flow-item-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item .flow-item-ttl span {
  display: block;
  font-family: "Oswald", sans-serif;
  margin: 0 0 20px;
  font-size: 32px;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item .flow-item-fig {
  text-align: center;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item .flow-item-fig img {
  display: inline;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item .flow-item-txt {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #394653;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:last-child {
  border-right: none;
}

body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:last-child:after, body.lp-tctjapan-exhibitor #flow .flow-list .flow-item:last-child:before {
  content: none;
}

body.lp-tctjapan-exhibitor #flow .flow-cta {
  padding: 0 100px;
}

@media only screen and (max-width: 1200px) {
  body.lp-tctjapan-exhibitor #flow .flow-cta {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-cta {
    padding: 0;
  }
}
body.lp-tctjapan-exhibitor #flow .flow-cta .flow-cta-lnk {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 32px;
  padding: 37px 0 16px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #eb841b;
  border: 4px solid #eb841b;
  border-radius: 60px;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-cta .flow-cta-lnk {
    height: 66px;
    padding: 10px 0 0;
    font-size: 24px;
  }
}
body.lp-tctjapan-exhibitor #flow .flow-cta .flow-cta-lnk span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex !important;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  background-color: #eb841b;
  border-radius: 20px;
  white-space: nowrap;
}

body.lp-tctjapan-exhibitor #flow .flow-cta .flow-cta-lnk span:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 12.5px 0 12.5px;
  border-color: #eb841b transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor #flow .flow-cta .flow-cta-lnk span {
    top: -40px;
    font-size: 14px;
    width: 90%;
    padding: 0 10px;
  }
}
body.lp-tctjapan-exhibitor #flow .flow-cta .flow-cta-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #394653;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor section {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor .footer-content {
    width: 100%;
    padding: 50px 16px;
  }
}
body.lp-tctjapan-exhibitor .pc {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor .pc {
    display: none !important;
  }
}
body.lp-tctjapan-exhibitor .sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  body.lp-tctjapan-exhibitor .sp {
    display: block !important;
  }
}
body.lp-tctjapan-exhibitor .slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-m-dots {
  margin: 0 12px;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-m-dots .slick-dots {
  position: relative;
  display: flex;
  align-items: center;
  bottom: unset;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-m-dots .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: transparent;
  outline: 1px solid #ffffff;
  border-radius: 7px;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-m-dots .slick-dots li.slick-active {
  background-color: #ffffff;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-m-dots .slick-dots li button {
  opacity: 0;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-btn {
  width: 10px;
  height: 15px;
  border: none;
  outline: none;
  background-position: center !important;
  background-size: contain !important;
  cursor: pointer;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-btn.slide-m-prev {
  background: url("../images/lp-2023/slide-prev.png") no-repeat;
  background-position: center !important;
  background-size: contain !important;
}

body.lp-tctjapan-exhibitor .slider-controls .slide-btn.slide-m-next {
  background: url("../images/lp-2023/slide-next.png") no-repeat;
}

body.lp-tctjapan-exhibitor .slider-controls.dark .slide-m-dots .slick-dots li {
  outline: 1px solid #394653;
}

body.lp-tctjapan-exhibitor .slider-controls.dark .slide-m-dots .slick-dots li.slick-active {
  background-color: #394653;
}

body.lp-tctjapan-exhibitor .slider-controls.dark .slide-btn.slide-m-prev {
  background: url("../images/lp-2023/slide-prev-dark.png") no-repeat;
}

body.lp-tctjapan-exhibitor .slider-controls.dark .slide-btn.slide-m-next {
  background: url("../images/lp-2023/slide-next-dark.png") no-repeat;
}

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: 24px;
  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: flex-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 {
    flex-direction: column;
    gap: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .features-item-message {
    margin-top: 40px;
    margin-bottom: 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 {
    width: 50%;
  }
}
.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 {
    width: 50%;
  }
}
.flow .flow-item-txt-top {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 35px;
  line-height: 1.5;
  color: #394653;
}
@media only screen and (max-width: 768px) {
  .flow .flow-item-txt-top {
    font-size: 20px;
  }
}

.flow-item-fig1 {
  margin-top: 45px;
}

.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: #394653;
}

.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: #394653;
  margin: 0 0 84px;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  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: flex-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;
  }
}
/* sponsor
-----------------------------------------------------------*/
.sponsor {
  padding: 50px 0 100px;
}

.sponsor-wrap {
  margin: 0 auto;
}

.sponsor-ttl {
  font-size: 40px;
  font-weight: 700;
  color: #394653;
  text-align: center;
  margin-bottom: 84px;
}

.sponsor-ttl:not(:first-child) {
  margin-top: 100px;
}

.sponsor__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  justify-items: center;
  max-width: 1440px;
  margin: 0 auto;
}

.sponsor__list {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 2vw 3vw;
  align-items: center;
}

/* 1行目：3つ（中央寄せ） → row1 / col4-5, 6-7, 8-9 */
.sponsor__item:nth-child(1) {
  grid-row: 1;
  grid-column: 4/span 2;
}

.sponsor__item:nth-child(2) {
  grid-row: 1;
  grid-column: 6/span 2;
}

.sponsor__item:nth-child(3) {
  grid-row: 1;
  grid-column: 8/span 2;
}

/* 2行目：4つ → row2 / col3-4, 5-6, 7-8, 9-10 */
.sponsor__item:nth-child(4) {
  grid-row: 2;
  grid-column: 3/span 2;
}

.sponsor__item:nth-child(5) {
  grid-row: 2;
  grid-column: 5/span 2;
}

.sponsor__item:nth-child(6) {
  grid-row: 2;
  grid-column: 7/span 2;
}

.sponsor__item:nth-child(7) {
  grid-row: 2;
  grid-column: 9/span 2;
}

/* 3行目：3つ（中央寄せ） → row3 / col4-5, 6-7, 8-9 */
.sponsor__item:nth-child(8) {
  grid-row: 3;
  grid-column: 4/span 2;
}

.sponsor__item:nth-child(9) {
  grid-row: 3;
  grid-column: 6/span 2;
}

.sponsor__item:nth-child(10) {
  grid-row: 3;
  grid-column: 8/span 2;
}

/* 4行目：2つ（中央寄せ） → row4 / col5-6, 7-8 */
.sponsor__item:nth-child(11) {
  grid-row: 4;
  grid-column: 5/span 2;
}

.sponsor__item:nth-child(12) {
  grid-row: 4;
  grid-column: 7/span 2;
}

.u-sponsor__list {
  max-width: 260px;
  margin: 0 auto;
}

.sponsor__item--3d {
  max-width: 100px;
}

.sponsor__item--bambulab {
  max-width: 160px;
}

.sponsor__item--eos {
  max-width: 170px;
}

.sponsor__item--taiyou {
  max-width: 180px;
  margin: 0 auto;
}

.sponsor__item-link {
  display: inline-block;
}

.sponsor__item-link img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

@media (max-width: 768px) {
  .sponsor-wrap {
    padding: 0 16px;
  }
  .sponsor-ttl {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 1.75;
  }
  .sponsor__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px 40px;
  }
  .sponsor__item {
    grid-column: auto !important;
    grid-row: auto !important;
  }
  .u-sponsor__list {
    max-width: 200px;
  }
}
/* features
-----------------------------------------------------------*/
.features {
  background: url("../images/lp-2026/features_bg.jpg") no-repeat center center/cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .features {
    background: url("../images/lp-2026/features_bg-sp.jpg") no-repeat center center/cover;
  }
}
.features-contents {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (max-width: 768px) {
  .features-contents {
    margin-top: 40px;
    gap: 22px;
  }
}
.features-box-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 768px) {
  .features-box-flex {
    flex-direction: column;
    gap: 22px;
  }
}
.features-box {
  background-color: #D9D9D9;
  border-radius: 10px;
  padding: 20px 25px 25px 25px;
}

@media (max-width: 768px) {
  .features-box {
    padding: 15px 15px 20px 15px;
  }
}
.u-features-box {
  display: flex;
  gap: 20px;
  background-color: #D9D9D9;
  border-radius: 10px;
  padding: 20px 25px 25px 25px;
  width: 100%;
}

@media (max-width: 768px) {
  .u-features-box {
    flex-direction: column;
    padding: 15px 15px 20px 15px;
  }
}
.features-box-ttls {
  width: 100%;
  border-bottom: 1px solid #394653;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .features-box-ttls {
    padding-bottom: 10px;
    flex-direction: column;
    align-items: start;
  }
}
.features-box-ttl {
  padding-left: 30px;
  font-size: 17px;
  line-height: 1.75;
  font-weight: 700;
  position: relative;
}

@media (max-width: 768px) {
  .features-box-ttl {
    padding-left: 25px;
  }
}
.features-box-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/lp-2026/haguruma_icon.svg") no-repeat center center/contain;
}

@media (max-width: 768px) {
  .features-box-ttl::before {
    width: 16px;
    height: 16px;
    top: 8px;
    transform: translateY(0);
  }
}
.features-box-txts {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .features-box-txts {
    padding-top: 10px;
  }
}
.features-box-txt {
  line-height: 1.86;
}

@media (max-width: 768px) {
  .features-box-txt {
    text-align: justify;
  }
}
.features-box-right {
  max-width: 40%;
}

@media (max-width: 768px) {
  .features-box-right {
    max-width: 100%;
  }
}
.features-box-bottom {
  display: flex;
  gap: 15px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .features-box-bottom {
    flex-direction: column;
  }
}
.features-box-img {
  width: 373px;
  height: 310px;
  max-width: 100%;
}

.features-box-img-am {
  width: 373px;
  height: 275px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .features-box-img, .features-box-img-am {
    width: 100%;
    height: auto;
  }
}
.features-box-img img, .features-box-img-am img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.features-box-bottom .features-box-img {
  width: calc(50% - 8px);
  height: auto;
}

@media (max-width: 768px) {
  .features-box-bottom .features-box-img {
    width: 100%;
  }
}
.features-logos-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 244px;
}

@media (max-width: 768px) {
  .features-logos-wrap {
    margin-left: auto;
    margin-top: 10px;
  }
}
.features-logo-tct {
  min-width: 38px;
  width: 38px;
  height: auto;
}

.features-logo-sharelab {
  width: 156px;
  height: auto;
}

.features-logo-j3dpa {
  width: 80px;
  height: auto;
}

.features-logo-dhu {
  width: 93px;
  height: auto;
}

.features-table {
  width: 100%;
}

.features {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
  border-collapse: collapse;
}

.features-tr {
  border-top: 1px solid #000;
}

.features-th {
  border-right: 1px solid #000;
  width: 15%;
  background-color: #D9D9D9;
  font-weight: 700;
}

@media (max-width: 768px) {
  .features-th {
    width: 20%;
  }
}
.features-td {
  padding: 5px;
  padding-left: 10px;
  background-color: #fff;
}

.u-features-box-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .u-features-box-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.u-features-box-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 40%;
}

.u-features-box-right .features-box-img {
  height: 140px;
  width: 373px;
  max-width: 100%;
}

.features-btn-wrap {
  min-width: 200px;
}

@media (max-width: 768px) {
  .u-features-box-right {
    max-width: 100%;
    gap: 22px;
  }
  .u-features-box-right .features-box-img {
    width: 100%;
    height: auto;
  }
  .features-btn-wrap {
    margin-top: 20px;
  }
}
.features-btn {
  background-color: #fff;
  border-radius: 40px;
  border: 2px solid #eb841b;
  text-align: center;
  position: relative;
}

.features-btn-link {
  padding: 15px 40px;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #eb841b;
}

.features-btn::after {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #eb841b;
}

.features-box-list {
  margin-left: 2px;
}

.bold {
  font-weight: 700;
}

.font-red {
  color: #f22842;
}

.features-btn-date {
  text-align: center;
  margin-top: 10px;
}

.nobreak {
  white-space: nowrap;
}

.features-session .features-item-body-lead-ttl {
  margin-bottom: 0;
}

.features-session-lead {
  text-align: center;
  color: #eb841b;
  line-height: 1.5;
}

.features-session-text {
  color: #eb841b;
  padding: 7px 10px;
  border: 1px solid #eb841b;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .features-session-text {
    text-align: center;
  }
}
.features-session-contents {
  margin-top: 65px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 65px 0 0 0;
}

@media (max-width: 768px) {
  .features-session-contents {
    margin-top: 45px;
  }
}
.features-session-toudan {
  position: relative;
}

.features-session-toudan::after {
  position: absolute;
  content: "他2名登壇予定";
  bottom: 0px;
  color: #fff;
  right: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .features-session-toudan::after {
    font-size: 12px;
    bottom: 0;
  }
}
.features-session-ttl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 100%;
}

@media (max-width: 768px) {
  .features-session-ttl-wrap {
    flex-direction: column;
    align-items: start;
    padding-bottom: 15px;
  }
}
.features-session-ttl-date {
  font-size: 24px;
  font-weight: 700;
  width: auto;
}

@media (max-width: 768px) {
  .features-session-ttl-date {
    font-size: 20px;
    width: 100%;
  }
}
.session-dates {
  background: linear-gradient(to right, #C3131B, #D96F1F, #ECC600);
  padding: 5px;
}

.session-date-sm {
  font-size: 20px;
}

@media (max-width: 768px) {
  .session-date-sm {
    font-size: 16px;
  }
}
.features-session-ttls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-session-ttl {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .features-session-ttl {
    font-size: 16px;
  }
  .features-session-ttls {
    width: 100%;
    flex-wrap: wrap;
  }
}
.features-session-tsuuyakus {
  padding: 6px 3px;
  background-color: #eb841b;
  text-align: center;
  height: 100%;
  white-space: nowrap;
}

.features-session-tsuuyaku {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 768px) {
  .features-session-tsuuyakus {
    padding: 3px;
    width: 30%;
    margin-left: 5px;
  }
  .features-session-tsuuyaku {
    font-size: 14px;
  }
}
.session-ttl-sm {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .session-ttl-sm {
    font-size: 16px;
  }
}
.features-session-flex {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .features-session-flex {
    flex-direction: column;
  }
}
.features-session-subttl {
  color: #eb841b;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .features-session-subttl {
    font-size: 16px;
  }
}
.features-session-subtexts {
  color: #fff;
}

.features-session-subtext {
  margin-top: 20px;
  line-height: 1.5;
}

.session-arrow {
  position: relative;
  padding-left: 18px;
}

.session-arrow::after {
  top: 5px;
  left: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
}

.features-session-subtext-list {
  margin-top: 10px;
  margin-left: 20px;
}

.features-session-right {
  margin-top: 20px;
}

.features-session-right-persons {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .features-session-right-persons {
    gap: 10px;
  }
}
.features-session-right-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.features-session-right-text {
  color: #fff;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .features-session-right-text {
    font-size: 12px;
  }
}
.session-person-text-sm {
  font-size: 14px;
}

@media (max-width: 768px) {
  .session-person-text-sm {
    font-size: 10px;
  }
}
.features-session-persons {
  display: flex;
  margin: 30px 0 0 0;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.features-session-person {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 768px) {
  .features-session-persons {
    width: 100%;
    justify-content: center;
    row-gap: 10px;
  }
  .features-session-person {
    width: 100%;
  }
}
.features-session-person-img {
  width: 140px;
  height: 160px;
}

.features-session-person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .features-session-person-img {
    width: 100px;
    height: 150px;
  }
}
.features-session-person-texts {
  color: #fff;
  width: calc(100% - 150px);
}

@media (max-width: 768px) {
  .features-session-person-texts {
    color: #fff;
    width: auto;
  }
}
.features-session-person-text {
  line-height: 1.45;
}

@media (max-width: 768px) {
  .features-session-person-text {
    font-size: 12px;
  }
}
.features-session-subttl-sm {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.features-session-btn-wrap {
  max-width: 300px;
  margin: 0 auto;
}

.keynote {
  border: 2px solid #eb841b;
  border-radius: 25px;
  padding: 30px 16px 35px;
  margin-bottom: 54px;
}

.keynote-ttls {
  font-size: 30px;
  font-weight: 700;
  color: #eb841b;
  text-align: center;
}

.keynote-list {
  display: flex;
  margin: 40px auto 0;
  color: #fff;
}

@media (max-width: 768px) {
  .keynote-list {
    flex-direction: column;
  }
}
.keynote-left {
  border-right: 1px solid #eb841b;
  padding-right: 10px;
  width: 55%;
}

@media (max-width: 768px) {
  .keynote-left {
    width: 100%;
    border-bottom: 1px solid #eb841b;
    border-right: none;
    padding: 0 0 20px 0;
  }
}
.keynote-item-wrap {
  display: flex;
}

@media (max-width: 768px) {
  .keynote-item-wrap {
    flex-direction: column;
  }
}
.keynote-date {
  font-size: 20px;
  font-weight: 700;
}

.keynote-item {
  display: flex;
}

.keynote-box {
  display: flex;
  margin-top: 20px;
  gap: 10px;
}

.keynote-box-left {
  width: 32%;
}

.keynote-box-right {
  width: 68%;
}

@media (max-width: 768px) {
  .keynote-box-left {
    width: 100%;
  }
  .keynote-box-right {
    width: 100%;
  }
}
.keynote-texts {
  width: calc(100% - 160px);
}

.keynote-box-left .keynote-texts {
  width: 100%;
}

.keynote-text {
  line-height: 1.45;
}

.keynote-img {
  width: 150px;
  height: 185px;
  max-width: 50%;
}

.keynote-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.keynote-subttl {
  font-weight: 700;
  line-height: 1.45;
  color: #eb841b;
}

.keynote-right {
  padding-left: 20px;
  width: 45%;
}

@media (max-width: 768px) {
  .keynote-right {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.keynote-tsuuyaku {
  color: #fff;
  background-color: #eb841b;
  padding: 0 5px 3px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .keynote-tsuuyaku {
    display: inline-block;
    margin-top: 10px;
  }
}

#read-box1,
#read-box2 {
  width: 100%;
  margin: auto;
  position: relative;
}

#read-box1 {
  margin: 40px auto 0;
}

@media (max-width: 768px) {
  #read-box1 {
    margin: 30px auto 0;
  }
}
#read-box1 input,
#read-box2 input {
  display: none;
}

#read-box1 .white-gradient {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #394653 30%, transparent 100%);
  z-index: 1;
}

#read-box2 .white-gradient {
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, #2b3742 30%, transparent 100%);
  z-index: 1;
}

#read-box1 .all-read,
#read-box2 .all-read {
  position: absolute;
  width: 180px;
  height: 60px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  color: #eb841b;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  z-index: 2;
}
#read-box1 .all-read label,
#read-box2 .all-read label {
  cursor: pointer;
}

#read-box1 .all-read {
  bottom: -20px;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 768px) {
  #read-box1 .all-read {
    bottom: 0px;
    font-size: 20px;
  }
  #read-box2 .all-read {
    font-size: 20px;
  }
}
#read-box1 .all-close,
#read-box2 .all-close {
  display: none;
  position: absolute;
  width: 180px;
  height: 60px;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  color: #eb841b;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}
#read-box1 .all-close label,
#read-box2 .all-close label {
  cursor: pointer;
}

#read-box1 .all-close {
  font-size: 22px;
  color: #fff;
}

@media (max-width: 768px) {
  #read-box1 .all-close {
    bottom: -78px;
    font-size: 20px;
  }
  #read-box2 .all-close {
    bottom: -94px;
    font-size: 20px;
  }
}
#read-box1 .main-content,
#read-box2 .main-content {
  overflow: hidden;
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

#read-box1 input:checked ~ div.white-gradient,
#read-box2 input:checked ~ div.white-gradient {
  background: none;
  z-index: -1;
}

#read-box1 input:checked ~ div.all-read,
#read-box2 input:checked ~ div.all-read {
  display: none;
  z-index: -1;
}

#read-box1 input:checked ~ div.all-close,
#read-box2 input:checked ~ div.all-close {
  display: block;
}

#read-box1 input:checked ~ div.main-content,
#read-box2 input:checked ~ div.main-content {
  height: auto;
}

.toggle-icon {
  position: relative;
  width: 40px;
  height: 40px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eb841b;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.miner::before,
.plus::before {
  width: 20px;
  height: 3px;
}

.plus::after {
  width: 3px;
  height: 20px;
}

/* exhibitor
-----------------------------------------------------------*/
.exhibitor {
  color: #ffffff;
  background-color: #394653;
}

.exhibitor-lead {
  padding: 80px 0 100px;
}

.exhibitor-lead-ttl {
  margin: 0 0 40px;
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 768px) {
  .exhibitor-lead-ttl {
    font-size: 25px;
    margin: 0 0 25px;
  }
}
.exhibitor-lead-lg {
  font-size: 70px;
}

@media (max-width: 768px) {
  .exhibitor-lead-lg {
    font-size: 36px;
  }
}
.exhibitor-lead-subttl {
  text-align: center;
  font-size: 26px;
}

@media (max-width: 768px) {
  .exhibitor-lead-subttl {
    font-size: 18px;
  }
}
.exhibitor-contents {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px;
}

@media (max-width: 768px) {
  .exhibitor-contents {
    margin: 35px auto 0;
    flex-direction: column;
    gap: 0;
  }
}
.exhibitor-left {
  width: 100%;
  margin: 0 auto 30px;
}

.exhibitor-list {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 768px) {
  .exhibitor-list {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.exhibitor-lists-ttls {
  background-color: #fff;
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin: 0 auto -90px;
}
@media (max-width: 768px) {
  .exhibitor-lists-ttls {
    margin-bottom: -60px;
  }
}

.exhibitor-lists-ttl {
  font-size: 36px;
  font-weight: 700;
  color: #394653;
}

@media (max-width: 768px) {
  .exhibitor-lists-ttl {
    font-size: 28px;
  }
}
.exhibitor-list-wrap {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .exhibitor-list-wrap {
    flex-wrap: wrap;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .exhibitor-list:not(:first-child) {
    margin-top: 0;
  }
}
.exhibitor-lists-item {
  padding-left: 15px;
  position: relative;
  line-height: 1.45;
}

.exhibitor-lists-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0px;
}

.exhibitor-right {
  width: 70%;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .exhibitor-right {
    width: 100%;
    margin-top: 80px;
  }
}
.exhibitor-lists-child {
  padding-left: 14px;
  font-size: 14px;
}

.features-item-body-content-txt {
  text-align: center;
}

/* footer
-----------------------------------------------------------*/
footer {
  background: #dddddd;
}

footer .footer-content {
  width: 664px;
  margin: 0 auto;
  padding: 50px 0;
}

footer .footer-content .footer-ttl {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
}

footer .footer-content .footer-ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #2a2a2a;
}

footer .footer-content .footer-ttl span {
  position: relative;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  background: #dddddd;
}

footer .footer-content .footer-txt {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

footer .copyright {
  padding: 14px 0 13px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background: #a8a8a8;
}