
#mainArea  {
  background-color: #091e2b
}
.bg {
  background-image: url("/seminar/feature/mvf2025aut/assets/img/bg.jpg");
  background-size: 100% 696px;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  padding-bottom: 100px;
}
.c_anchor ul {
  background-color: rgba(255, 255, 255, 0.9);
}
.c_anchor a.pbOpenNewWindow:after {
    font-family: "mjs-icon";
    content: "\e90f";
}
.program-box .program-lead {
  background-color: #fff;
  border: 1px solid #ddd;
}
.program-box.kicho .session-block {
  background-color: #e57c01;
}
.kicho .c_button:not(.sub) > div {
  background: #E57C01;
}
.kicho .c_button > div::before {
  background: #D55901;
}
.program-box .bg-blue {
  padding: 20px 0 !important;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
.c_button.sub a {
  padding: 10px 50px;
}
/*
.c_textbox.kicho > div {
  border: 1px solid #e57c01;
}
*/
.top-hero::after {
  background: linear-gradient(rgba(255,255,255,0) 0%, #0080CC 100%);
}
.top-hero__inner a img {
   transition:1s all;
}
.top-hero__inner a img:hover {
  transform:scale(1.1,1.1);
  transition:1s all;
}
@media (min-width: 1024px) {
  .top-hero__item {
    height: auto;
  }
}
@media (max-width: 767px) {
  .video-slider .top-hero__inner {
    top: 0px !important;
  }
}
.video-slider .top-hero__inner {
  display: table;
}
.video-slider .top-hero__inner .top-hero__text {
  display: table-cell;
  vertical-align: middle;
}
.video-box::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 700px;
  background-color: rgba(0,0,0,0.2);
  background-image: none !important;
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
.video-box {
  height: 45vw !important;
}
@media (max-width: 1800px) {
  .video-box {
    height: 60vw !important;
  }
}
@media (max-width: 1600px) {
  .video-box {
    height: 70vw !important;
  }
}
@media (max-width: 1023px) {
  .top-hero__item ,
  .top-hero {
    height: auto !important;
  }
  .video-box {
    height: 90vw !important;
  }
}
@media (max-width: 767px) {
  .video-box {
    height: 110vw !important;
  }
}




.booth-list .bo-gray {
  box-shadow: 0px 0px 10px -5px #777777;
  border-radius: 10px;
}
.booth-list .bo-gray div.image {
  padding: 10px 10px 0px 10px;
}
.booth-list .bo-gray div.c_style {
  padding: 0 15px 15px 15px;
}
.booth-list .bo-gray div.c_h4 {
  padding: 0 15px 20px 15px;
}
.kicho .c_column.koushi-area {
    margin-left: 50px;
    margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .koushi.col-2 .c_style ,
  .koushi.col-2 .image {
    margin: 0 50px;
  }
  .c_button > div {
    max-width: 410px !important;
  }
}

.seminarlist-title {
  position: relative;
}
.seminarlist-title img {
  position: relative;
  top: 80px;
}

.seminar-search-item {
  background-color: #fff;
  text-align: left;
}
.seminar-search-item__label {
  width: auto;
}


/* 下記よりカウントダウンタイマー */

/* リセットCSS（簡易版） */
*, *::before, *::after {
  padding: 0;
  margin: 0;
}

/* 全体を囲うコンテナー＆背景 */
.cd-container {
  position: relative;
/*  background-image: url('bg.jpg');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
/*  min-height: 100vh;*/
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

/* 背景画像と文字を区別させるためのオーバーレイ */
.cd-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background-color: rgba(0, 0, 0, 0.3);*/
}

/* カウントダウンタイマー本体 */
.countdown {
  color: #fff;
  text-align: center;
}
.countdown:after {
/*  content: url('/seminar/feature/mvf2025aut_/assets/img/registration_before.png');*/
}
@media (max-width: 1253px) {
  .cd-container {
    background: #0080CC;
    background: linear-gradient(180deg, rgb(231 231 231) 0%, rgba(255, 255, 255, 1) 100%);
  }
  .countdown {
    position: relative;
    bottom: 0;
  }
}
@media (min-width: 1254px) {
  .countdown {
    position: absolute;
	top: -5em;
  }
}
@media (max-width: 1253px) {
  .countdown {
    bottom: 2.5vw;
  }
}

/* タイトル */
.countdown-title {
  color: #0c4f9c;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2;
}

/* 年のテキスト */
.new-year {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 200px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* タイマー部分を囲うコンテナー */
.time-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 10px;
}


/* hours, minutes, secondsの共通スタイル */
.time {
  font-family: 'Share Tech Mono', monospace;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  padding: 5px 10px;
  font-size: 12px;
  background: rgba(0,0,0,0.5);
}

/* hours, minutes, secondsの数値のスタイル */
.time-num {
  font-size: 60px;
  line-height: 1;
}

/* 小さいデバイス用に文字サイズ & margin調整 */
@media screen and (max-width: 600px) {
  .countdown-title {
    font-size: 14px;
  }

  .new-year {
    font-size: 100px;
  }

  .time-wrap {
    margin-top: 10px;
  }

  .time {
    font-size: 10px;
    margin: 0 5px;
  }

  .time-num {
    font-size: 28px;
  }
}

/* セミナーリスト調整 */
.seminar-search-list__item {
  width: 100%;
  margin-top: 12px;
}
.seminar-search-item__category {
  display:none;
}
.seminar-search-item__title {
  font-size: 1.5rem;
}
@media (min-width: 767px) {
  .seminar-search-item__detail {
    float: left;
    width: 70%;
  }
  .seminar-search-item__btn {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .seminar-search-item__label {
    width: 48px;
  }
}


.fix-menu-pad {
  height: 100px;
}


/* コミュニケーションアワー追加 */
.com-hour {
  background: #0080CC;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("/seminar/feature/mvf2025aut/assets/img/ch_bg.png");
  padding: 0px 10px 20px 10px;
  border-radius: 10px;
}
.com-hour .c_h2 {
  position: relative;
  top: -8px;
}
.t-blue {
  color: #0080cc;
}
@media (max-width: 767px) {
  .t-blue {
    color: #fff;
  }
  .com-hour {
    padding-bottom: 3em;
  }
  #sponsors .box > div {
    max-width: 70% ! important;
	margin: 0 auto;
  }
}


/* 協賛 */

#sponsors .box > div {
  min-height: 100%;
  padding: 0 30px;
  align-items: center;
  display: flex;
  justify-content: center;
}
#sponsors .box > div img {
  max-width: 100%;
}


/* セミナー終了時のボタン調整 */
.btn-end .c_button.small span {
  background: linear-gradient(90deg, #a1a1a1 0, #dadbdb 100%);
    display: block;
    padding: 10px 50px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(11, 36, 87, .6);
    font-size: 2.1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    letter-spacing: .05em;
}
.kicho .bg-blue {
  background-color: #fffaed;
}
.program-box .bg-blue {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}
.program-box .bg-blue .c_button {
  margin-top: 0;
}
.program-close-mv {
  background-color: #f4f4f4;
}
.program-close-mv .session-block {
  background-color: #666;
}
.program-close-mv .keynote:before {
  content: "【終了しました】";
}
.view-after,
.status-after .col-btn .box:not(.btn-end) ,
.status-ondemand .col-btn .box:not(.btn-ondemand) ,
.status-before .col-btn .box:not(.btn-apply) ,
.status-before .col-btn .btn-apply .c_h4,
.status-before .col-btn .btn-apply .c_style,
.status-during .col-btn .box:not(.btn-apply,.btn-login) {
  display: none;
}
.status-after .view-after {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .status-during .c_column.col-btn > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
  }
  .status-during .c_column.col-btn .box {
        width: calc(50% - 12px);
  }
}

.program-box.kicho .c_h4-black::before {
    content: none;
}
