/* style02.css相殺 */
.container {
  max-width: none;
}

/* TOP 入場登録ボタン */
.inr_mv_btn_wrap {
  position: fixed;
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  bottom: 0;
  background: #ffffffc7;
  z-index: 2;
}
.inr_mv_btn {
  position: relative;
  display: flex;
  width: 95%;
  max-width: 600px;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 8px;
  margin: 5px auto;
  background: #A768CB;
  background: conic-gradient(from 90deg at 50% 50%, #A768CB 79.61538255214691deg, #6994CC 127.50548958778381deg, #F1F1F1 225deg, #81CBC7 285.5769181251526deg);
  color: var(--c-white);
  transition: color 0.3s ease, background-color 0.3s ease;
  box-shadow: none;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.5;
  z-index: 1;
}
.inr_mv_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100vh;
  background-color: var(--c-dark);
  pointer-events: none;
}
.inr_mv_btn span {
  color: #fff;
  position: relative;
  z-index: 1;
}
.inr_mv_btn_remarks {
  font-size: 13px;
}

/* TOP セミナー */
.seminar-today-end {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #dfdede;
  border-radius: 4px;
  padding: 60px 15px;
}

/* TOP 日刊工業新聞紙面 特集記事バナー */
.top-bnr-outline {
  position: relative;
  max-width: calc(1066px + 3rem);
  margin: 30px auto;
  padding: 0;
  padding-inline: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.top-bnr-item {
  width: calc(50% - 15px);
}
.comingsoon-futa {
  position: relative;
}
.comingsoon-futa a {
  pointer-events: none;
}
.comingsoon-futa::after {
  content: "COMING SOON";
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background: #000000b5;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
}

/* TOP 会期終了 */
.note-obi {
  background: #fff;
  color: #000;
  border: 1px solid;
  text-align: center;
  padding: 14px 10px;
  font-size: 21px;
  font-weight: bold;
  margin: 0 auto 60px;
  border-radius: 2px;
  line-height: 1.5;
}

/* TOP 入場者数速報値 */
.brknews {
  width: 100%;
  margin-bottom: 50px;
}
.brknews .inner {
  max-width: calc(1066px + 3rem);
  margin: 0 auto;
  padding: 0;
}
.table_design09 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin: 30px auto 0;
}
.table_design09 tr {
  background-color: #e6f1f6;
}
.table_design09 tr:nth-child(even) {
  background-color: #fff;
}
.table_design09 thead tr {
  background: #1a92e5;
}
.table_design09 th,
.table_design09 td {
  border: 1px solid #DDDDDD;
  vertical-align: middle;
  padding: 0.8em 1em;
  font-size: 16px;
}
.table_design09 thead th {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.table_design09 tbody th {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #1a92e5;
}

/* TOP 日刊工業新聞社 関連イベントバナー */
.related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.related-list li {
  width: calc(20% - 12px);
}
.related-list li img {
  width: 100%;
}
.top-bnr-ttl {
  display: block;
  position: relative;
  font-size: 28px;
  font-weight: bold;
  color: #2589d0;
  text-align: center;
}
.top-bnr-ttl::before,
.top-bnr-ttl::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 13.099448vw;
  max-width: 400px;
  height: 2px;
  background-color: #2589d0;
}
.top-bnr-ttl::before {
  left: 0;
}
.top-bnr-ttl::after {
  right: 0;
}

/* PC/SP表示分岐 */
.pcHide {
  display: none !important;
}
.spHide {
  display: block !important;
}
.pcHideFlex {
  display: none !important;
}
.spHideFlex {
  display: flex !important;
}

@media screen and (max-width: 767px) {
  /* TOP 入場登録ボタン */
  .inr_mv_btn_wrap {
    padding: 5px 50px 5px 0;
  }
  .inr_mv_btn {
    font-size: 18px;
  }
  /* TOP 日刊工業新聞社 関連イベントバナー */
  .related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }
  .related-list li {
    width: calc(50% - 8px);
  }
  /* TOP 日刊工業新聞紙面 特集記事バナー */
  .top-bnr-item {
    width: 100%;
  }
  /* TOP 入場者数速報値 */
  .brknews {
    margin: 60px 0 0 0;
  }
  .brknews .inner {
    padding: 0;
  }
  .table_design09 {
    margin: 30px 2rem 0;
    width: calc(100% - 4rem);
    border-radius: 0;
    text-align: left;
  }
  .table_design09 thead {
    display: none;
  }
  .table_design09 tr {
    background-color: unset;
  }
  .table_design09 th,
  .table_design09 td {
    display: block;
    border: 0;
    border-bottom: 1px solid #1ea092;
  }
  .table_design09 tbody th {
    background: #1a92e5;
    color: #fff;
    text-align: center;
  }
  .table_design09 td::before {
    content: attr(data-label);
    background-color: #eaf0ef;
    font-weight: bold;
    display: inline-block;
    width: 20%;
    min-width: 5em;
    text-align: center;
    margin-right: 0.5em;
    padding: 4px;
    border-radius: 100vh;
  }
  /* PC/SP表示分岐 */
  .pcHide {
    display: block !important;
  }
  .spHide {
    display: none !important;
  }
  .pcHideFlex {
    display: flex !important;
  }
  .spHideFlex {
    display: none !important;
  }
}