@charset "UTF-8";
/* CSS Document */
main > header, article > .new_banner {
  margin-top: 0; }

.news_wrap {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 2em;
  margin: 4em auto; }

.news_wrap h1 {
  margin: 0;
  font-size: 2.5em; }

.btn_area {
  margin: 3em auto 1em; }

.btn_area.single {
  width: 40%; }

.more_btn.navy {
  background: #1F2536;
  color: #ffffff;
  border: solid 1.5px #1F2536; }

.more_btn.navywhite {
  background: #fff;
  color: #1F2536;
  border: solid 1.5px #1F2536; }

.more_btn.navy:hover {
  background: linear-gradient(to right, #5EC3AF, #8699d6);
  border: solid 1.5px #5EC3AF;
  color: #fff;
  box-shadow: 0 0 8px rgba(42, 117, 209, 0.4); }

.more_btn.navywhite:hover {
  background: linear-gradient(to right, #8699d6, #c1b0db);
  border: solid 1.5px #8699d6;
  color: #fff;
  box-shadow: 0 0 8px rgba(42, 117, 209, 0.4); }

.more_btn.navy.h_gold:hover {
  background: #CEBD9D;
  border: solid 1.5px #CEBD9D;
  color: #fff;
  box-shadow: 0 0 8px rgba(42, 117, 209, 0.4); }

.more_btn.navywhite.h_gold:hover {
  background: #CEBD9D;
  border: solid 1.5px #CEBD9D;
  color: #fff;
  box-shadow: 0 0 8px rgba(42, 117, 209, 0.4); }

.wrap_head .title_area h2.num {
  display: inline-block;
  margin-bottom: .5em !important;
  /*width: 100%;*/
  text-align: center;
  font-size: 1.5rem; }

.title_area h2.num {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 5px);
  background: linear-gradient(to right, #5EC3AF, #8699d6);
  color: #ffffff !important; }

.title_area h2.num:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1.3px solid #333; }

.wrap_head .title_area h4.num {
  display: inline-block;
  margin-bottom: .5em !important;
  text-align: center; }

.title_area h4.num {
  position: relative;
  padding: 0.5rem 1rem calc(0.5rem + 5px);
  background: linear-gradient(to right, #5EC3AF, #8699d6);
  color: #ffffff !important; }

.title_area h4.num:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1.3px solid #333; }

.bg_image.demo {
  padding: 1em; }

.doc_flex {
  display: flex;
  flex-wrap: wrap;
  padding: 3em 0;
  gap: 1.5em 0; }

.doc_box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 4px;
  padding: 1.5em;
  margin: 0 .5em;
  position: relative;
  background: #ffffff;
  text-align: center; }

.doc_box h4 {
  line-height: 1.3em; }

.doc_box p {
  font-size: .9rem;
  line-height: 23px;
  text-align: left; }

/*カスタムカラー ----------------------------------*/
.font_y-gold {
  color: #ceb300; }

.font_b-gold {
  color: #a2845e; }

/*フォームセクション ----------------------------------*/
.button-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end; }

.button-wrap .btn_login {
  background: #eee;
  color: #333; }

.button-wrap .btn {
  display: block;
  width: 100%;
  min-width: initial;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 1.2em 0;
  font-weight: bold;
  transition: background .3s;
  border-radius: calc(infinity * 1px); }

.button-wrap .btn:not(:last-child) {
  margin-right: 1em; }

#privacy dl dd {
  margin-bottom: 2em;
  line-height: 1.5em; }

@media (hover: hover) {
  .button-wrap .btn:hover {
    background: #666; } }
.button-wrap .btn span {
  padding-left: .5em; }

.button-wrap .btn_contact {
  background: #0399D4; }

.button-wrap .btn_cta_download {
  background: #E7226B; }

.button-wrap .btn_login {
  background: #eee;
  color: #333; }

.button-wrap .btn_login:hover {
  color: #fff; }

/*ムービーセクション ----------------------------------*/
.movie_bg {
  background: linear-gradient(to bottom, #fff 50%, #f6f6f6 50%);
  margin-top: 0em;
  padding: 4em 0; }

.movie_title {
  padding: 0;
  letter-spacing: .7px;
  margin-bottom: 0;
  text-align: center; }

.movie_title h3 {
  font-size: 1.8em;
  color: #333; }

.movie_title .label {
  display: inline-block;
  color: #fff;
  list-style: none;
  font-weight: 500;
  padding: 0 .5em;
  margin: 0 .25em .25em 0;
  line-height: 2em;
  background-color: #ceb300;
  letter-spacing: 1.2px;
  font-size: .9em; }

.movie_title p {
  color: #333;
  font-size: 1.2em; }

/*YouTube表示軽量化 再生ボタン表示 ----------------------------------*/
.fastyt_dx26 {
  position: relative;
  cursor: pointer; }

.fastyt_dx26:hover {
  cursor: pointer; }

.fastyt_dx26::before {
  position: absolute;
  background-image: url("../../common/img/youtube-logo_mono.png");
  content: "";
  background-size: 100%;
  width: 70px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .90;
  transition: .5s; }

.fastyt_dx26:hover::before {
  cursor: pointer;
  background-image: url("../../common/img/youtube-logo_rgb.png"); }

 /* 736px 以下
---------------------------------------- */
@media screen and (max-width: 736px) {
  .movie_title {
    text-align: left; }

  .movie_title h3 {
    font-size: 1.7em; }

  .movie_title p {
    font-size: 1em; } }
/* 来場御礼・誘導（冒頭：ページ内リンクボタン） ----------------------------------*/
section.dxweek26-thanks-cta {
  position: relative;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  padding-inline: 1rem;
  overflow: hidden; }

.dxweek26-thanks-cta__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #ebebeb;
  background-image: url("img/dxweek26_thanks_cta_bg01.webp");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  pointer-events: none; }

.dxweek26-thanks-cta__shell {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.dxweek26-thanks-cta__panel {
  background: rgba(255, 255, 255, 0.7);
  padding: 1.85rem 1.85rem 2.75rem;
  box-sizing: border-box; }

.dxweek26-thanks-cta__title {
  margin: 0 0 0.35em;
  font-weight: 500;
  font-size: clamp(1.35rem, 2.5vw, 2.29rem);
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000;
  background: unset; }

.dxweek26-thanks-cta__title-part {
  display: inline-block;
  white-space: nowrap; }

.dxweek26-thanks-cta__title-part + .dxweek26-thanks-cta__title-part {
  margin-left: 0.12em; }

.dxweek26-thanks-cta__lead {
  margin: 0 auto;
  max-width: 42em;
  font-weight: 300;
  font-size: 1.006rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #000; }

.dxweek26-thanks-cta__cards {
  list-style: none;
  margin: 2.75rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.45rem;
  justify-content: center;
  align-items: stretch; }

.dxweek26-thanks-cta__item {
  flex: 1 1 200px;
  min-width: 0;
  max-width: 380px;
  list-style: none;
  display: flex; }

.dxweek26-thanks-cta__card {
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  border: 1px solid #a2845e;
  box-sizing: border-box;
  padding: 1.5rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease; }

.dxweek26-thanks-cta__card--white {
  background: #fff;
  color: #1f2536; }

.dxweek26-thanks-cta__card--navy {
  background: #20263e;
  color: #fff; }

.dxweek26-thanks-cta__mark {
  width: 100%;
  min-height: 2.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem; }

.dxweek26-thanks-cta__mark-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 2.25rem;
  object-fit: contain; }

.dxweek26-thanks-cta__promo {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #fff; }

.dxweek26-thanks-cta__cta-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin-top: auto;
  padding-top: 0.25rem;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.1; }

.dxweek26-thanks-cta__card:focus {
  outline: 2px solid #008fc5;
  outline-offset: 2px; }

.dxweek26-thanks-cta__card--navy:focus {
  outline-color: #fff; }

.dxweek26-thanks-cta__arrow {
  flex-shrink: 0;
  display: block;
  width: 20px;
  height: 24px; }

#thanks-day-anchor,
#dxweek26-documents {
  scroll-margin-top: 1.25em; }

@media (any-hover: hover) {
  .dxweek26-thanks-cta__card:hover {
    opacity: 0.8; } }
@media screen and (max-width: 767px) {
  section.dxweek26-thanks-cta {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }

  .dxweek26-thanks-cta__panel {
    padding: 1.25rem 1rem 1.75rem; }

  .dxweek26-thanks-cta__title {
    font-size: min(4.6vw, 1.35rem); }

  .dxweek26-thanks-cta__title-part {
    white-space: normal; }

  .dxweek26-thanks-cta__title-part + .dxweek26-thanks-cta__title-part {
    margin-left: 0; }

  .dxweek26-thanks-cta__lead {
    font-size: min(3.8vw, 1rem); }

  .dxweek26-thanks-cta__cards {
    grid-template-columns: 1fr; }

  .dxweek26-thanks-cta__item {
    max-width: none; }

  .dxweek26-thanks-cta__promo {
    font-size: min(3.65vw, 1rem); } }
/* デモ・ブースギャラリー：出展の様子 ----------------------------------*/
.dxweek26-demo-showcase__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.85rem; }

.dxweek26-demo-showcase__title-frame {
  width: 100%;
  max-width: 22.56rem;
  margin: 0;
  padding: 0.625rem;
  box-sizing: border-box;
  background: #fff; }

.dxweek26-demo-showcase__title-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle; }

/* オンライン・ショールームデモ案内 ----------------------------------*/
section.dxweek26-online-lab {
  background: white;
  padding: 5rem 1rem 4rem;
  box-sizing: border-box; }

.dxweek26-online-lab__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.77rem;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  box-sizing: border-box; }

.dxweek26-online-lab__hero {
  position: relative;
  width: 100%;
  padding: 2rem 0.3rem 1.8rem;
  box-sizing: border-box;
  background: #a2845e;
  text-align: center; }

.dxweek26-online-lab__hero::before {
  content: "";
  position: absolute;
  top: -7px;
  right: 7px;
  bottom: 7px;
  left: -7px;
  border: 1px solid #333;
  pointer-events: none; }

.dxweek26-online-lab__hero-line1,
.dxweek26-online-lab__hero-line2 {
  position: relative;
  margin: 0;
  font-weight: 700;
  color: #fff;
  line-height: 1.45; }

.dxweek26-online-lab__hero-line1 {
  font-size: clamp(0.88rem, 1.8vw, 1.22rem);
  letter-spacing: 0.06em; }

.dxweek26-online-lab__hero-line2 {
  margin-top: 0.15em;
  font-size: clamp(1.05rem, 2.4vw, 1.74rem);
  letter-spacing: 0.04em; }

.dxweek26-online-lab__main {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 0 0 0 min(6.4rem, 8vw);
  box-sizing: border-box; }

.dxweek26-online-lab__col--body {
  flex: 1 1 20rem;
  max-width: 38.42rem;
  min-width: 0; }

.dxweek26-online-lab__col--media {
  flex: 0 1 30rem;
  min-width: 0;
  max-width: 20.875rem; }

.dxweek26-online-lab__intro {
  margin: 0;
  padding: 0; }

.dxweek26-online-lab__kicker {
  margin: 0 0 0.15em;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #a2845e; }

.dxweek26-online-lab__lead {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.75rem);
  line-height: 1.5;
  letter-spacing: 0.07em;
  color: #333; }

.dxweek26-online-lab__list {
  list-style: none;
  margin: 1.85rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 100%; }

.dxweek26-online-lab__list-item {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin: 0;
  padding: 0; }

.dxweek26-online-lab__icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  display: block; }

.dxweek26-online-lab__list-text {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #333; }

.dxweek26-online-lab__banner {
  margin: 0.9rem 0 0;
  padding: 0;
  width: 100%;
  max-width: 27.44rem;
  border-radius: 4px;
  overflow: hidden;
  line-height: 0; }

.dxweek26-online-lab__banner img {
  display: block;
  width: 100%;
  height: auto; }

.dxweek26-online-lab__stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.04rem;
  width: 100%;
  max-width: 30rem; }

.dxweek26-online-lab__stack-item {
  margin: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0; }

.dxweek26-online-lab__stack-item img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle; }

.dxweek26-online-lab__cta-wrap {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 27.44rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.dxweek26-online-lab__cta {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 100%;
  min-height: 5.35rem;
  padding: 0.65rem 1.5rem 0.75rem;
  box-sizing: border-box;
  background: #a2845e;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  transition: opacity 0.2s ease; }

.dxweek26-online-lab__cta:focus {
  outline: 2px solid #008fc5;
  outline-offset: 3px; }

.dxweek26-online-lab__cta-note {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.45; }

.dxweek26-online-lab__cta-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem; }

.dxweek26-online-lab__cta-ico {
  font-size: 1.35rem;
  line-height: 1; }

.dxweek26-online-lab__cta-label {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.45; }

@media (any-hover: hover) {
  .dxweek26-online-lab__cta:hover {
    opacity: 0.9; } }
@media screen and (max-width: 980px) {
  .dxweek26-online-lab__main {
    padding: 0; }

  .dxweek26-online-lab__col--body {
    flex: 1; }

  .dxweek26-online-lab__col--media {
    flex: unset;
    width: 35%; }

  .dxweek26-online-lab__list-text {
    font-size: 1.1rem; } }
@media screen and (max-width: 767px) {
  .dxweek26-online-lab__main {
    padding: 0;
    flex-direction: column;
    align-items: center; }

  .dxweek26-online-lab__col--body {
    max-width: 40rem; }

  .dxweek26-online-lab__col--media {
    flex-basis: auto;
    width: 100%; }

  .dxweek26-online-lab__cta-wrap {
    justify-content: center; }

  .dxweek26-online-lab__lead br,
  .dxweek26-online-lab__list-text br {
    display: none; }

  .dxweek26-online-lab__cta-note {
    font-size: 1rem; }

  .dxweek26-online-lab__cta-label {
    font-size: 1.25rem; } }
@media screen and (max-width: 600px) {
  section.dxweek26-online-lab {
    padding: 4rem 1.5rem; }

  .dxweek26-online-lab__inner {
    gap: 1.35rem; }

  .dxweek26-online-lab__list-item {
    align-items: flex-start; }

  .dxweek26-online-lab__list-text {
    font-size: 1rem; } }
/*お役立ち資料DL ----------------------------------*/
.card_label {
  order: 0;
  display: inline-block;
  align-self: flex-start;
  background-color: #d0d5e8;
  color: #1F2536;
  font-size: 0.7em;
  font-weight: bold;
  padding: 0.2em 0.6em;
  border-radius: 3px;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  transition: background-color 0.3s ease, color 0.3s ease; }

.bg_light_navy {
  background: #e4e8f5 !important; }

.dl_wrap {
  background: #1c2331;
  border-radius: .0em;
  padding: 3em; }

.dl_guide h4, .dl_guide p {
  color: #fff;
  letter-spacing: 1.3px; }

.dl_guide h4 {
  font-size: 1.8em;
  border-bottom: solid 1px #fff;
  padding-bottom: .3em; }

.dl_guide p {
  font-size: 1.2em; }

@media screen and (max-width: 980px) {
  .dl_wrap {
    padding: 1.5em; }

  .dl_guide h5, .dl_guide p {
    color: #fff;
    letter-spacing: 1.3px; }

  .dl_guide h4 {
    font-size: 1.8em;
    border-bottom: solid 1px #fff;
    padding-bottom: .3em; }

  .dl_guide p {
    font-size: 1.2em; }

  .dl_guide h4 {
    font-size: 1.6em; }

  .dl_guide p {
    font-size: 1em; } }
/*限定公開資料DL・冒頭PR部（イラスト・吹き出し）----------------------------------*/
.dxweek26-materials__promo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  max-width: 76.83rem;
  padding: 0.5rem 0 0;
  box-sizing: border-box; }

.dxweek26-materials__promo-figure {
  margin: 0;
  line-height: 0;
  max-width: 10rem; }

.dxweek26-materials__promo-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px; }

.dxweek26-materials__promo-copy {
  min-width: 0;
  box-sizing: border-box; }

.dxweek26-materials__bubble {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin: 0 auto;
  padding: 1.48rem 4.125rem 1.375rem;
  box-sizing: border-box;
  background: #BBAA75;
  border-radius: 11px;
  text-align: center;
  color: white;
  font-weight: 700;
  letter-spacing: 0.08em; }

.dxweek26-materials__bubble-line1 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.85;
  font-weight: 700; }

.dxweek26-materials__bubble-line2 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700; }

@media screen and (max-width: 980px) {
  .dxweek26-materials__bubble {
    padding: 1.25rem; }

  .dxweek26-materials__bubble-line1 {
    font-size: 1rem; }

  .dxweek26-materials__bubble-line2 {
    font-size: 1.25rem; }

  .dxweek26-materials__promo-figure {
    width: 20%; } }
@media screen and (max-width: 767px) {
  .dxweek26-materials__bubble {
    padding: 1.25rem 1.5rem;
    gap: 0.8rem; }

  .dxweek26-materials__promo {
    flex-direction: column-reverse;
    align-items: center; }

  .dxweek26-materials__promo-figure {
    padding-left: 0;
    justify-self: center;
    width: min(40%, 10rem); }

  .dxweek26-materials__promo-copy {
    padding: 0; } }
/*その他各ブレイクポイント ----------------------------------*/
@media screen and (max-width: 1280px) {
  .btn_area.single {
    width: 55%; } }
@media screen and (max-width: 736px) {
  .wrap_head .title_area h2.num {
    font-size: 1.15rem; }

  .news_wrap {
    margin: 2em auto; }

  .news_wrap h1 {
    font-size: 2.2em; }

  .btn_area.single {
    width: 70%; } }
@media screen and (max-width: 480px) {
  .news_wrap h1 {
    font-size: 1.8em; }

  .btn_area.single {
    width: 95%; } }
