@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v6.7.2/css/all.css");
/**
 * 1.0 - Normalize
 * 2.0 - Common
 * 3.0 - Header
 * 4.0 - Contents
 * 5.0 - Navi
 * 6.0 - Main
 * 7.0 - Footer
 * 8.0 - Single Page
 * 9.0 - Option
 */
/*  Program
----------------------------------------------------*/
/* new setting */
.program_detail {
}
.program_day_list {
  display: flex;
  column-gap: 1em;
}
.program_day_list > li {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 1em;
  width: auto;
  flex-grow: 5;
  font-weight: 700;
  text-align: center;
  border: 1px solid #999;
  border-top: 4px solid #999;
  border-bottom: none;
}
.program_day_list > li.active {
  background: #28518a;
  color: #fff;
  border: 1px solid #28518a;
  border-top: 4px solid #28518a;
  border-bottom: none;
}
.program_day {
  border: 1px solid #28518a;
  padding: 1.5em;
}
.program_day {
}
.program_timetable {
  width: 100%;
}
.program_timetable img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* toggle list */
.program_data {
  border: 1px solid #666;
  border-radius: 0.25em;
  overflow: hidden;
  margin-top: 1.25em;
}
.program_data p {
  /*margin-top: 1em;*/
}
.program_link {
  display: flex;
  cursor: pointer;
  position: relative;
}
.program_link button {
  width: 100%;
  height: 100%;
  background: #28518a;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  padding: 0.85em 2.5em 1em 1em;
  border: none;
  cursor: pointer;
}
.program_link button::after {
  font-family: "Font Awesome 5 Free";
  content: "\2b";
  font-weight: 900;
  /*background: #fff;*/
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
}
.program_link.acive button::after {
  content: "f068";
}
.program_inner {
  color: #333;
  padding: 1em;
  background: rgba(234, 243, 255, 1);
}
.program_link button span:first-of-type {
  flex-shrink: 0;
}
.program_link button .program_type {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  position: relative;
}
.program_link button .program_theme {
  width: 100%;
  text-align: left;
}
.program_speaker_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.program_speaker_list > div {
  width: calc((100% - 2em) / 3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 3;
  flex-shrink: 0;
}
.program_speaker_list figure {
  width: 160px;
  height: 160px;
  background: #fff;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
}
.program_speaker_list figure img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.program_speaker_list dl {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  text-align: center;
}
.program_speaker_list dt {
}
.program_speaker_list dd {
  font-size: 0.85em;
}
.program_keynote {
  display: flex;
  gap: 1em;
  flex-direction: row-reverse;
  margin-top: 1em;
}
.program_keynote figure {
  width: 160px;
  height: 160px;
  background: #fff;
  display: flex;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.program_keynote figure img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}
.program_keynote_data {
  flex-grow: 10;
}
@media (max-width: 480px) {
  .program_keynote {
    flex-direction: column;
  }
}
/* sample1 */
.program_link button .prg_time {
  color: #fff;
  display: flex;
  align-items: flex-start;
  text-align: center;
  column-gap: 0.5em;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: normal;
}
.program_link button .prg_time::after {
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  display: flex;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
.program_link button.link_red .prg_time::after {
  background: #fd3838;
}
.program_link button.link_orange .prg_time::after {
  background: #ff8e2c;
}
.program_link button.link_yellow .prg_time::after {
  background: #fcf15f;
}
.program_link button.link_green .prg_time::after {
  background: #3ada34;
}
.program_link button.link_cyan .prg_time::after {
  background: #3ae8f5;
}
.program_link button.link_blue .prg_time::after {
  background: #5c95ff;
}
.program_link button.link_purple .prg_time::after {
  background: #823ad4;
}
.program_link button.link_dark-purple .prg_time::after {
  background: #330066;
}
.program_link button.link_pink .prg_time::after {
  background: #ff97ba;
}
.program_link button.link_gray .prg_time::after {
  background: #b8b8b8;
}
/* sample2 */
.program_data.data_red .program_link button {
  background: #e43939;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_orange .program_link button {
  background: #e8881d;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_yellow .program_link button {
  background: #f5e587;
  color: #000;
  .prg_time {
    color: #000;
  }
  .prg_time::after {
    background: #000;
  }
}
.program_data.data_green .program_link button {
  background: #40ab3c;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_cyan .program_link button {
  background: #30b8c3;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_blue .program_link button {
  background: #4f81df;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_purple .program_link button {
  background: #7044a4;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_pink .program_link button {
  background: #e795af;
  .prg_time::after {
    background: #fff;
  }
}
.program_data.data_red .program_inner {
  background: #fff1f1;
}
.program_data.data_orange .program_inner {
  background: #fff5e9;
}
.program_data.data_yellow .program_inner {
  background: #fffef2;
}
.program_data.data_green .program_inner {
  background: #f0fff0;
}
.program_data.data_cyan .program_inner {
  background: #ebfdff;
}
.program_data.data_blue .program_inner {
  background: #ecf2fd;
}
.program_data.data_purple .program_inner {
  background: #f3e8ff;
}
.program_data.data_pink .program_inner {
  background: #ffeef3;
}
/* sample3 */
.program_data.border_red {
  color: #000;
  border: 2px solid #d43535;
}
.program_data.border_orange {
  color: #000;
  border: 2px solid #f0861e;
}
.program_data.border_yellow {
  color: #000;
  border: 2px solid #d7bc0a;
}
.program_data.border_green {
  color: #000;
  border: 2px solid #219e1d;
}
.program_data.border_cyan {
  color: #000;
  border: 2px solid #22bec9;
}
.program_data.border_blue {
  color: #000;
  border: 2px solid #5c95ff;
}
.program_data.border_purple {
  color: #000;
  border: 2px solid #7040a7;
}
.program_data.border_pink {
  color: #000;
  border: 2px solid #e88dac;
}
.program_data.border_red .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #d43535;
  }
}
.program_data.border_orange .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #f0861e;
  }
}
.program_data.border_yellow .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #d7bc0a;
  }
}
.program_data.border_green .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #219e1d;
  }
}
.program_data.border_cyan .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #22bec9;
  }
}
.program_data.border_blue .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #5c95ff;
  }
}
.program_data.border_purple .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #7040a7;
  }
}
.program_data.border_pink .program_link button {
  background: #fdfdfd;
  color: #333;
  .prg_time {
    color: #333;
  }
  .prg_time::after {
    background: #e88dac;
  }
}
.program_data.border_red .program_inner {
  background: #fff4f4;
}
.program_data.border_orange .program_inner {
  background: #fff7ec;
}
.program_data.border_yellow .program_inner {
  background: #fffef4;
}
.program_data.border_green .program_inner {
  background: #f4fff4;
}
.program_data.border_cyan .program_inner {
  background: #f0fdff;
}
.program_data.border_blue .program_inner {
  background: #f4f8ff;
}
.program_data.border_purple .program_inner {
  background: #f8f1ff;
}
.program_data.border_pink .program_inner {
  background: #fff2f6;
}
