@charset "UTF-8";
/* ==================================================
カンファレンスプログラム
================================================== */
ul.group_pages li {
  display: none;
}

.conf_speaker + .conf_title {
  margin-top: 5em;
}

.colorLabel-k,
.groupLbel-k a {
  background: #f76f0d;
}

.colorLabel-s,
.groupLbel-s a {
  background: #a6d10e;
}

.colorLabel-ts,
.groupLbel-ts a {
  background: #82b6de;
}

.colorLabel-hu,
.groupLbel-hu a {
  background: #e2c119;
}

.colorLabel-ipa,
.groupLbel-ipa a {
  background: #fb5c59;
}

.colorLabel-ss,
.groupLbel-ss a {
  background: #076bb6;
}

.colorLabel-jk,
.groupLbel-jk a {
  background: #af71ad;
}

.colorLabel-jg,
.groupLbel-jg a {
  background: #1fa38f;
}

.colorLabel-ji,
.groupLbel-ji a {
  background: #e07a8d;
}

ul.conf_index_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.conf_index_list li {
  width: calc((100% - 1em)/3);
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1199px) {
  ul.conf_index_list li {
    width: calc((100% - 0.5em)/2);
  }
}

@media screen and (max-width: 899px) {
  ul.conf_index_list li {
    width: 100%;
  }
}

ul.conf_index_list a {
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #000;
  display: block;
  padding: 1em;
}

ul.conf_index_list a:hover {
  background: #f3f3f3;
  border: 1px solid #aaa;
}

ul.conf_index_list .conf_title {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.conf_index_list .conf_title .wpo {
  width: 3.5em;
  text-align: center;
  font-size: 1.25em;
  padding: 0.25em;
  color: #fff;
  border-radius: 4px;
  margin-right: 0.5em;
}

ul.conf_index_list .name {
  font-size: 1.325em;
  font-weight: bold;
  color: #333;
}

ul.conf_index_list .subs {
  line-height: 1.5;
  min-height: 8em;
}

@media screen and (max-width: 1199px) {
  ul.conf_index_list .subs {
    min-height: 6em;
  }
}

@media screen and (max-width: 899px) {
  ul.conf_index_list .subs {
    min-height: auto;
  }
}

p.intro_announce a {
  display: block;
  font-size: 1.25em;
  line-height: 1.5;
  background: #fff;
  padding: 0.75em 1em;
  margin-bottom: 2em;
  border-radius: 0px;
  text-align: center;
  border: 3px solid #e33;
  color: #e33;
  font-weight: bold;
}

ul.conf_index_list_re03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3em;
}

@media screen and (max-width: 599px) {
  ul.conf_index_list_re03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

ul.conf_index_list_re03 li {
  width: calc((100% - 2em)/2);
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 5px;
}

@media screen and (max-width: 1099px) {
  ul.conf_index_list_re03 li {
    width: 100%;
  }
}

ul.conf_index_list_re03 .summary {
  width: 100%;
  border-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

ul.conf_index_list_re03 .summary .ins {
  width: 100%;
  height: 100%;
  padding: 1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background-image: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background-image: -o-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background-image: linear-gradient(180deg, #fdfbfb 0%, #ebedee 100%);
}

ul.conf_index_list_re03 .conf_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  margin-bottom: 0.5em;
}

ul.conf_index_list_re03 .conf_title .wpo {
  width: 3.5em;
  text-align: center;
  font-size: 1.25em;
  padding: 0.25em 0;
  color: #fff;
  border-radius: 4px;
  margin-right: 0.5em;
}

ul.conf_index_list_re03 .conf_title .name {
  font-size: 1.75em;
  font-weight: bold;
  color: #333;
}

ul.conf_index_list_re03 p.guide_text {
  margin: 0 0.25em;
  line-height: 1.5;
  height: 4.5em;
  color: #000;
}

@media screen and (max-width: 1099px) {
  ul.conf_index_list_re03 p.guide_text {
    height: auto;
  }
}

ul.conf_index_list_re03 .selected_combi {
  margin: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 60px;
}

ul.conf_index_list_re03 .selected_combi .photo {
  width: 60px;
  height: 60px;
  border: 1px solid #999;
  overflow: hidden;
}

ul.conf_index_list_re03 .selected_combi .photo img {
  width: 100%;
}

ul.conf_index_list_re03 .selected_combi .data {
  width: calc((100% - 60px) - 10px);
}

ul.conf_index_list_re03 .selected_combi .data .main {
  font-weight: bold;
  font-size: 15px;
}

ul.conf_index_list_re03 .selected_combi .data .num {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0.5em;
}

ul.conf_index_list_re03 .selected_combi .data .sub {
  margin-top: 3px;
  font-size: 13px;
}

ul.conf_index_list_re03 .selected_combi .data .name {
  font-weight: bold;
  margin-top: 5px;
}

ul.conf_index_list_re03 .selected_combi .data .post {
  font-weight: normal;
  padding-left: 3px;
  font-size: 13px;
}

ul.conf_index_list_re03 .confpage_list a {
  margin: 1.2em 1.5em 0;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.25em;
  border-radius: 2.25em;
  padding: 0.5em 0;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  border: 2px solid #fff;
}

ul.conf_index_list_re03 .confpage_list a:hover {
  opacity: 0.7;
}

ul.conf_index_list_re03 .confpage_list a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.page_title_area.conf_unit {
  margin: 20px 0 50px;
}

.page_title_area.conf_unit .title_txt .unit_category {
  font-size: 1.75em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_title_area.conf_unit .title_txt .unit_category .ci_badge {
  font-size: 70%;
  margin-right: 0.5em;
}

.page_title_area.conf_unit .title_txt .category {
  font-size: 1em;
  margin-bottom: 0.5em;
}

.ci_badge {
  display: block;
  width: 4em;
  text-align: center;
  padding: 0.25em;
  color: #fff;
  border-radius: 4px;
  margin-right: 0.5em;
}

.conf_unit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 899px) {
  .conf_unit_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.conf_unit_area.single_page {
  width: 100%;
}

.conf_unit_area.single_page .conf_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.125rem;
}

.conf_unit_area.single_page .conf_data .ci_badge {
  font-size: 2em;
}

.conf_unit_area.single_page .conf_data .day_time {
  font-size: 1.25em;
}

.conf_unit_area.single_page .conf_data .venue {
  font-size: 1.125em;
  margin-top: 0.125em;
}

.conf_unit_area.single_page .conf_title h1 {
  font-size: 2.25em;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.conf_unit_area.single_page .conf_title h1 .main {
  font-size: 100%;
  display: block;
}

.conf_unit_area.single_page .conf_title h1 .sub {
  margin-top: 0.25em;
  font-size: 75%;
  display: block;
}

.conf_unit_area.single_page .conf_title h1 .unit_time {
  font-size: 20px;
}

.conf_unit_area.single_page .conf_title h1 .unit_time:before {
  display: none;
  content: "\f017";
  font-family: "Font Awesome 5 Regular";
}

@media screen and (max-width: 599px) {
  .conf_unit_area.single_page .conf_title h1 {
    font-size: 2em;
  }
}

.conf_unit_area.single_page .conf_subject p {
  font-size: 1.125em;
  line-height: 1.7;
}

.conf_unit_area.single_page .conf_speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0.75em 0.25em;
  border: solid #ccc;
  border-width: 1px 0;
}

.conf_unit_area.single_page .conf_speaker + .conf_speaker {
  border-width: 0 0 1px;
}

.conf_unit_area.single_page .conf_speaker .photo_area {
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 3px;
  background: #fff;
  margin-right: 1.5em;
}

@media screen and (max-width: 599px) {
  .conf_unit_area.single_page .conf_speaker .photo_area {
    min-width: 100px;
  }
}

.conf_unit_area.single_page .conf_speaker .photo_area img {
  width: 100%;
}

.conf_unit_area.single_page .conf_speaker .data_area {
  padding: 0.5em 0;
}

.conf_unit_area.single_page .conf_speaker .data_area .personal .name {
  font-size: 1.325em;
  font-weight: bold;
}

.conf_unit_area.single_page .conf_speaker .data_area .personal .name:after {
  content: "氏";
  font-size: 70%;
  margin-left: 0.5em;
}

.conf_unit_area.single_page .conf_speaker .data_area .personal .post {
  margin-top: 0.25em;
  line-height: 1.5;
}

.conf_unit_area.single_page .conf_speaker .data_area .profile {
  margin-top: 1em;
}

.conf_unit_area.single_page .conf_speaker .data_area .profile .title {
  font-size: 1em;
  font-weight: bold;
}

.conf_unit_area.single_page .conf_speaker .data_area .profile p {
  line-height: 1.5;
}

.join_button a {
  display: block;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5dc8d5), to(#00aad8));
  background: -webkit-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: -o-linear-gradient(top, #5dc8d5 0%, #00aad8 100%);
  background: linear-gradient(to bottom, #5dc8d5 0%, #00aad8 100%);
  pointer-events: none;
  opacity: 0.3;
}

.conf_unit_area .join_button a {
  width: 100%;
  max-width: 600px;
  margin: 1.5em auto;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 4.5em;
}

@media screen and (max-width: 899px) {
  .conf_unit_area .join_button a {
    width: calc(100% - 1em);
  }
}

.conf_navi_area .join_button {
  display: none;
}

.conf_navi_area .join_button a {
  font-size: 1.125em;
  line-height: 1.25;
  padding: 1em;
  border-radius: 6px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 899px) {
  .conf_navi_area .join_button {
    display: none;
  }
}

.conf_navi_area {
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  margin-left: 5em;
}

@media screen and (max-width: 1199px) {
  .conf_navi_area {
    margin-left: 3em;
  }
}

@media screen and (max-width: 899px) {
  .conf_navi_area {
    min-width: calc(100% - 2em);
    max-width: calc(100% - 2em);
    width: calc(100% - 2em);
    margin: 2em auto;
  }
}

.navi_channnel {
  border: 1px solid #ccc;
  background: #f3f3f3;
  border-radius: 6px;
  padding: 15px;
}

.navi_channnel a {
  color: #000;
}

.navi_channnel ul.conf_link {
  margin-bottom: 1.5em;
}

.navi_channnel ul.conf_link li a {
  font-size: 15px;
  display: block;
  border: 1px solid #999;
  background: #fff;
  border-radius: 1em;
  padding: 0.25em 0.5em;
  margin-bottom: 0.325em;
}

.navi_channnel ul.conf_link li a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.navi_channnel ul.unit_link {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navi_channnel ul.unit_link li {
  width: calc((100% - 10px)/3);
  margin-bottom: 5px;
}

.navi_channnel ul.unit_link li:first-child {
  width: 100%;
}

.navi_channnel ul.unit_link a {
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 0.25em 0;
}

.navi_channnel ul.unit_link li:first-child a {
  padding: 0.5em 0;
}

.navi_channnel .cantegory_link li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 0;
}

.navi_channnel .cantegory_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
}

.navi_channnel .cantegory_link .ci_badge {
  font-size: 70%;
}

.conf_unit_area.list_page {
  width: 100%;
}

.conf_unit_area.list_page .pre_info {
  margin-bottom: 2em;
}

.conf_unit_area.list_page .pre_info p {
  font-size: 1.125em;
  line-height: 1.5;
}

.unit_one {
  border: solid #ccc;
  border-width: 1px 0 0;
}

.unit_one:last-child {
  border-width: 1px 0;
}

.unit_one a {
  display: block;
  padding: 15px 10px;
  color: #000;
}

.unit_one a:hover {
  background: #f3f3f3;
}

.unit_one .conf_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75em;
}

.unit_one .conf_data .ci_badge {
  margin-right: 1em;
}

.unit_one .conf_data .infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit_one .conf_data .day_time {
  font-size: 1.125em;
  margin-right: 1em;
}

.unit_one .conf_data .venue {
  font-size: 1.125em;
}

@media screen and (max-width: 899px) {
  .unit_one .conf_data {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .unit_one .conf_data .ci_badge {
    font-size: 125%;
  }
  .unit_one .conf_data .infos {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unit_one .conf_data .venue {
    margin-top: 3px;
  }
}

.unit_one .inter_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.unit_one .inter_flex + .inter_flex {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #ccc;
}

.unit_one .photo_area {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 3px;
  background: #fff;
  margin-right: 1em;
}

.unit_one .photo_area img {
  width: 100%;
}

@media screen and (max-width: 899px) {
  .unit_one .photo_area {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}

.unit_one .main_text {
  padding: 3px 0;
}

.unit_one .main_text .conf_title h2 {
  font-size: 1.25em;
  display: block;
  font-weight: bold;
}

.unit_one .main_text .conf_title .main {
  font-size: 100%;
}

.unit_one .main_text .conf_title .sub {
  margin-top: 0.25em;
  font-size: 80%;
  display: block;
}

.unit_one .main_text .conf_title .unit_time {
  margin-bottom: 0.25em;
  display: block;
  font-size: 1rem;
}

.unit_one .main_text .conf_title .unit_time:before {
  display: none;
  content: "\f017";
  font-family: "Font Awesome 5 Regular";
}

.unit_one .main_text .conf_speaker {
  margin-top: 0.5em;
}

.unit_one .main_text .conf_speaker .personal .name {
  white-space: nowrap;
  font-size: 1.125em;
  font-weight: bold;
}

.unit_one .main_text .conf_speaker .personal .name:after {
  content: "氏";
  font-size: 70%;
  margin-left: 0.5em;
}

.unit_one .main_text .conf_speaker .personal .post {
  margin-top: 0.125em;
  line-height: 1.25;
}

.days_tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}

.days_tab li {
  width: calc(50% - 5px);
}

.days_tab li a {
  display: block;
  color: #999;
  background: #ddd;
  font-size: 1.5em;
  padding: 0.5em;
  text-align: center;
  border-radius: 8px;
}

@media screen and (max-width: 599px) {
  .days_tab li a {
    font-size: 1em;
  }
}

.days_tab li a span {
  font-size: 125%;
  padding: 0 2px;
}

.days_tab li a span.min {
  font-size: 80%;
  padding: 0;
}

.days_content .photo_area {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}

@media screen and (max-width: 899px) {
  .days_content .photo_area {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
  }
}

.area {
  display: none;
}

.days_tab li.active a {
  color: #fff;
  background: #333;
}

.days_tab li.active a:before {
  display: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Solid";
}

.days_tab li.active a .svg-inline--fa {
  margin-right: 0.5em;
  color: #ff7f7f;
}

.ampm {
  color: #333;
  background: #ddd;
  font-size: 1.25em;
  padding: 0.5em;
  text-align: center;
}

.venue_guide .image {
  border: 1px solid #ccc;
  margin: 1em 0.5em 6em;
}

.venue_guide img {
  width: 100%;
}

.room_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.room_wrap > div {
  width: calc(50% - 1.75em);
}

.room_wrap > div h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.125em;
  line-height: 1.25em;
  color: #090;
  text-align: center;
  height: 6em;
  border: solid #090;
  border-width: 2px 0;
  background: rgba(209, 232, 192, 0.35);
}

.room_wrap > div .image {
  margin: 2em auto;
}

.room_wrap > div img {
  width: 100%;
}

.room_wrap > div .room_num {
  width: 85%;
  margin: 1em auto;
  font-size: 1.125em;
  line-height: 1.75em;
}

.room_wrap > div .room_num strong {
  color: #e5007f;
}

@media screen and (max-width: 599px) {
  .room_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .room_wrap > div {
    width: 100%;
    margin: 0 0 3em;
  }
  .room_wrap > div h3 {
    height: auto;
    padding: 1em 0;
  }
  .room_wrap > div .image {
    width: 95%;
  }
  .room_wrap > div img {
    width: 100%;
  }
  .room_wrap > div .room_num {
    width: 90%;
  }
}

.msg_red {
  color: #e33;
  border: 3px solid #e33;
  font-size: 1em;
  font-weight: bold;
  padding: 0.325em 0.75em;
  margin: 1em 0;
}

.no_button {
  margin: 2em auto;
}

.newcomer {
  margin-top: 1em;
}

.newcomer > div {
  line-height: 1.5;
  margin: 0.25em 0;
}

.newcomer > div strong {
  font-size: 110%;
}

.msg_red_jg1 {
  color: #e33;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 1em;
}

.document a {
  display: block;
  background: #eee;
  margin: 1em 0 3em;
  padding: 1em 0;
  text-align: center;
  border-radius: 6px;
  font-size: 1.125em;
}

.document a .svg-inline--fa {
  margin-right: 0.5em;
  font-size: 110%;
}
