@charset "UTF-8";
/*--------------------------------------------------
変数定義
--------------------------------------------------*/
/*--------------------------------------------------
map型(key: value)でブレークポイントを定義する。
--------------------------------------------------*/
/*------------------------------
司会・発表者へのご案内
--------------------------------*/
section {
  padding: 0 10px;
}

/*----------------------
ポスターパネル
-----------------------*/
.poster_panel {
  width: 100%;
  margin: 20px 0 40px;
}
.poster_panel > img {
  display: block;
  width: 330px;
  max-width: 100%;
}

/*--------------------------------
ポスター掲示タイムスケジュール
----------------------------------*/
.poster_timeschedule {
  width: 100%;
  margin: 20px 0;
}

.poster_timeschedule th {
  background-color: #0EB998;
  color: white;
  text-align: center;
  font-weight: 500;
}

.poster_timeschedule tr td:first-child {
  background-color: #BCE1D4;
}

.poster_timeschedule td {
  height: 64px;
  padding: 4px 0;
  text-align: center;
  background-color: #E5E5E5;
}

.timeschedule_caption {
  text-align: left;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 420px) {
  /*スマホ時リストのpadding-leftを調整*/
  .list_sp {
    padding-left: 0;
  }

  .poster_timeschedule {
    display: block;
    width: auto;
    font-size: 90%;
  }

  .poster_timeschedule tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }

  .poster_timeschedule th {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    width: 80px;
    height: 160px;
  }

  .poster_timeschedule tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }

  .poster_timeschedule td {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1px;
    width: 80px;
    height: 160px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 796px) {
  .tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
