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

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

.page_title_area {
  margin-bottom: 0;
}

.page_title_area.conf_unit {
  margin-top: 20px;
}

.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;
}

.column_pack.conf_pad {
  padding: 2em 0;
}

@media screen and (max-width: 599px) {
  .column_pack.conf_pad {
    padding: 2em 0;
  }
}

.conference_reg_area {
  padding: 4em 0 4.25em;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d5d4d0), color-stop(1%, #d5d4d0), color-stop(31%, #eeeeec), color-stop(75%, #efeeec), to(#e9e9e7));
  background-image: -webkit-linear-gradient(bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  background-image: -o-linear-gradient(bottom, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  background-image: linear-gradient(to top, #d5d4d0 0%, #d5d4d0 1%, #eeeeec 31%, #efeeec 75%, #e9e9e7 100%);
  text-align: center;
  border-bottom: 1px solid #000;
}

.conference_reg_area .guide {
  font-size: 1.125em;
}

.conference_reg_area .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1em auto 0;
}

.conference_reg_area .link a {
  pointer-events: none;
  opacity: 0.3;
  display: block;
  font-size: 1.75em;
  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%);
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  padding: 0.5em 2em;
  border-radius: 2.75em;
}

.conference_reg_area .link a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 599px) {
  .conference_reg_area .link a {
    border: 2px solid #fff;
    font-size: 1.5em;
    border-radius: 8px;
    padding: 0.5em 1em;
  }
}

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

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_0913 {
  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: 0em;
}

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

ul.conf_index_list_0913 > li {
  margin-bottom: 2em;
  width: calc((100% - 2em)/2);
  border: 1px solid #ccc;
  padding: 0px;
  overflow: hidden;
}

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

ul.conf_index_list_0913 .summary {
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}

ul.conf_index_list_0913 .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%);
  position: relative;
  padding-bottom: 85px;
}

ul.conf_index_list_0913 .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_0913 .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_0913 .conf_title .name {
  font-size: 1.5em;
  font-weight: bold;
  color: #333;
}

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

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

ul.conf_index_list_0913 ul.topic_box li {
  margin: 0;
  border-bottom: 1px dotted #999;
  padding: 0.5em 0.25em;
}

ul.conf_index_list_0913 ul.topic_box li:last-child {
  border-bottom: 0px dotted #999;
}

ul.conf_index_list_0913 ul.topic_box li a {
  display: block;
  color: #000;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

ul.conf_index_list_0913 ul.topic_box li a:hover {
  opacity: 0.5;
}

ul.conf_index_list_0913 ul.topic_box li .photo {
  width: 60px;
  height: 60px;
  border: 1px solid #999;
  overflow: hidden;
}

ul.conf_index_list_0913 ul.topic_box li .photo img {
  width: 100%;
}

ul.conf_index_list_0913 ul.topic_box li .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.5em;
}

ul.conf_index_list_0913 ul.topic_box li .data .num {
  color: #fff;
  font-size: 82.5%;
  font-weight: normal;
  padding: 0 0.5em;
  border-radius: 3px;
  float: left;
  margin-right: 0.25em;
}

ul.conf_index_list_0913 ul.topic_box li .data .main {
  font-weight: bold;
  color: #333;
  font-size: 0.9375em;
  line-height: 1.25;
}

ul.conf_index_list_0913 ul.topic_box li .data .sub {
  margin-top: 3px;
  font-size: 13px;
}

ul.conf_index_list_0913 ul.topic_box li .data .sub:before, ul.conf_index_list_0913 ul.topic_box li .data .sub:after {
  content: "〜";
}

ul.conf_index_list_0913 ul.topic_box li .data .sub:empty:before, ul.conf_index_list_0913 ul.topic_box li .data .sub:empty:after {
  content: "";
}

ul.conf_index_list_0913 ul.topic_box li .data .personal {
  margin-top: 5px;
}

ul.conf_index_list_0913 ul.topic_box li .data .personal .name {
  font-size: 0.9375em;
  font-weight: bold;
}

ul.conf_index_list_0913 ul.topic_box li .data .personal .name:after {
  content: "氏";
  font-size: 70%;
  margin-left: 0.25em;
}

ul.conf_index_list_0913 ul.topic_box li .data .personal .post {
  font-weight: normal;
  padding-left: 1px;
  font-size: 82.5%;
}

ul.conf_index_list_0913 .confpage_list {
  position: absolute;
  bottom: 1em;
  width: calc(100% - 2em);
}

ul.conf_index_list_0913 .confpage_list a {
  margin: 0;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 1.125em;
  border-radius: 2.25em;
  padding: 0.75em 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_0913 .confpage_list a:hover {
  opacity: 0.7;
}

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

ul.conf_index_list_0913 .confpage_list a .svg-inline--fa {
  margin-right: 0;
}

@media screen and (max-width: 1099px) {
  ul.conf_index_list_0913 .summary .ins {
    position: static;
    padding-bottom: 0;
  }
  ul.conf_index_list_0913 .confpage_list {
    position: static;
    width: 100%;
    margin: 1.5em 0 1em;
  }
  ul.conf_index_list_0913 .confpage_list a {
    border-radius: 6px;
  }
}

@media screen and (max-width: 599px) {
  ul.conf_index_list_0913 .confpage_list a span.more {
    display: none;
  }
}

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

@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: 1em;
}

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

@media screen and (max-width: 599px) {
  .conf_unit_area.single_page .conf_data .ci_badge {
    font-size: 1.75em;
  }
}

.conf_unit_area.single_page .conf_data .day,
.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_data.private_ver {
  margin-top: 5em;
}

.conf_unit_area.single_page .conf_data.private_ver + .private_ver {
  margin-top: 2em;
}

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

.conf_unit_area.single_page .conf_data.private_ver .infos {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 499px) {
  .conf_unit_area.single_page .conf_data.private_ver .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.conf_unit_area.single_page .conf_data.private_ver .day_time:before {
  display: none;
  content: "\f017";
  font-family: "Font Awesome 5 Regular";
}

.conf_unit_area.single_page .conf_data.private_ver .venue {
  margin-left: 1em;
}

@media screen and (max-width: 599px) {
  .conf_unit_area.single_page .conf_data.private_ver .venue {
    margin-left: 0;
  }
}

.conf_unit_area.single_page .conf_data.private_ver .reg_prv {
  width: 100%;
  margin-top: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.conf_unit_area.single_page .conf_data.private_ver .reg_prv a {
  display: block;
  color: #fff;
  padding: 0.25em 0.5em;
  font-size: 0.825em;
  border-radius: 1em;
}

.conf_unit_area.single_page .conf_data.private_ver .reg_prv a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.conf_unit_area.single_page .whole_title {
  text-align: center;
  border-radius: 10px;
  padding: 2em 2em;
  margin-bottom: 3em;
  line-height: 1.325;
}

.conf_unit_area.single_page .whole_title .cat {
  font-size: 1.25em;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #000;
}

.conf_unit_area.single_page .whole_title h1 {
  font-size: 2em;
  font-weight: bold;
}

.conf_unit_area.single_page .whole_title h2 {
  font-size: 1.125em;
  margin-top: 0.5em;
}

@media screen and (max-width: 599px) {
  .conf_unit_area.single_page .whole_title br {
    display: none;
  }
}

.conf_unit_area.single_page .whole_title.wt-mc {
  background: rgba(157, 55, 130, 0.25);
}

.conf_unit_area.single_page .whole_title.wt-jf {
  background: rgba(251, 92, 89, 0.25);
}

.conf_unit_area.single_page .whole_title.wt-tca {
  background: rgba(128, 200, 43, 0.25);
}

.conf_unit_area.single_page .conf_title h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.75rem;
  border-top: 1px solid #000;
  padding-top: 0.5em;
}

.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 .sub:before, .conf_unit_area.single_page .conf_title h1 .sub:after {
  content: "〜";
}

.conf_unit_area.single_page .conf_title h1 .sub:empty:before, .conf_unit_area.single_page .conf_title h1 .sub:empty:after {
  content: "";
}

.conf_unit_area.single_page .conf_title h1 .unit_time {
  display: block;
  margin-top: 0em;
  margin-bottom: 0.25em;
  font-size: 1.25rem;
}

.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: 1.75em;
  }
}

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

.conf_unit_area.single_page .conf_subject + .conf_speaker {
  margin-top: 1em;
}

.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;
  padding: 1em;
  background: #f6f6f6;
  border-radius: 10px;
  border: solid #e3e3e3;
  border-width: 1px;
}

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

.conf_unit_area.single_page .conf_speaker .photo_area {
  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;
}

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

.conf_unit_area.single_page .conf_speaker .data_area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
}

.conf_unit_area.single_page .conf_speaker .data_area .profile p:last-child {
  margin-bottom: -0.25em;
}

@media screen and (max-width: 599px) {
  .conf_unit_area.single_page .conf_speaker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .conf_unit_area.single_page .conf_speaker .photo_area {
    margin: 0 auto 1em;
  }
}

.join_button {
  /*
	.conf_unit_area & {
		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) {
				width: calc(100% - 1em);
			}
		}
	}
	*/
}

.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;
}

.join_button a:hover {
  opacity: 0.5;
}

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

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

.join_button.wideset.outesideVER {
  border-top: 1px solid #000;
  margin-bottom: 5rem;
}

.join_button.wideset.outesideVER a {
  margin: 2rem auto 0;
}

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

.conf_navi_area .join_button a span.lead {
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0.5em 0;
  margin-top: 0.75em;
  font-size: 13px;
}

.conf_navi_area .join_button a span.lead:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

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

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

.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% - 0em);
    max-width: calc(100% - 0em);
    width: calc(100% - 0em);
    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.conf_link li:nth-child(2) {
  display: none;
}

.navi_channnel ul.conf_link li:nth-child(3) {
  display: none;
}

.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 ul.unit_link li.off a {
  pointer-events: none;
  opacity: 0.5;
}

.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: 13px;
}

.navi_channnel .cantegory_link .ci_badge {
  font-size: 11px;
  padding: 2px 0;
  width: 3.5em;
}

.navi_channnel .cantegory_link .nnm {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1px 0;
}

.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 #999;
  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 + .conf_data {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dotted #ccc;
}

.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;
  height: 110px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  background: #fff;
  margin-right: 1em;
}

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

@media screen and (max-width: 899px) {
  .unit_one .photo_area {
    width: 80px;
    height: 100px;
    border: 2px solid #fff;
  }
}

.unit_one .main_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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: 82.5%;
  display: block;
}

.unit_one .main_text .conf_title .sub:before, .unit_one .main_text .conf_title .sub:after {
  content: "〜";
}

.unit_one .main_text .conf_title .sub:empty:before, .unit_one .main_text .conf_title .sub:empty:after {
  content: "";
}

.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.75em;
}

.unit_one .main_text .conf_speaker .personal .name {
  white-space: nowrap;
  font-size: 1em;
  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 {
  font-size: 0.875em;
  margin-top: 0.325em;
  line-height: 1.25;
}

.unit_one .whole_title {
  text-align: center;
  border-radius: 10px;
  padding: 1em 1em;
  margin-bottom: 1.5em;
  line-height: 1.325;
}

.unit_one .whole_title h1 {
  font-size: 1.5em;
  font-weight: bold;
}

.unit_one .whole_title h2 {
  font-size: 1.125em;
  margin-top: 0.5em;
}

@media screen and (max-width: 599px) {
  .unit_one .whole_title br {
    display: none;
  }
}

.unit_one .whole_title.wt-mc {
  background: rgba(157, 55, 130, 0.25);
}

.unit_one .whole_title.wt-jf {
  background: rgba(251, 92, 89, 0.25);
}

.unit_one .whole_title.wt-tca {
  background: rgba(128, 200, 43, 0.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%;
}

.private_conf_data_listpage {
  background: rgba(44, 0, 100, 0.1);
  margin-bottom: 1.5em;
  padding: 1em;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 499px) {
  .private_conf_data_listpage {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.private_conf_data_listpage .logo {
  margin-right: 1em;
  width: 100px;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

@media screen and (max-width: 499px) {
  .private_conf_data_listpage .logo {
    margin-right: 0.75em;
    width: 80px;
  }
}

.private_conf_data_listpage .logo img {
  width: 100%;
}

.private_conf_data_listpage h1 {
  font-size: 1.5em;
  font-weight: bold;
}

.private_conf_data_listpage .infos {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.325em;
}

.private_conf_data_listpage .infos .day_time {
  margin-right: 1em;
}

@media screen and (max-width: 599px) {
  .private_conf_data_listpage .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .private_conf_data_listpage .infos .day_time {
    margin-right: 0;
  }
  .private_conf_data_listpage .infos .venue {
    margin-top: 0.325em;
  }
}

.Invited_lecture_sw {
  background: rgba(255, 177, 0, 0.3);
  padding: 0.75em;
  margin: 0.75em 0;
  font-weight: bold;
  text-align: center;
}

.conf_unit_area.single_page .conf_subject p.Invited_lecture_sw {
  font-size: 120%;
  line-height: 1.5;
}

.private_totalTitle {
  background: rgba(44, 0, 100, 0.1);
  padding: 1em;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.private_totalTitle .logo {
  width: 200px;
  margin-right: 1.5em;
  background: #fff;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.private_totalTitle .logo img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .private_totalTitle .logo {
    margin: 0 auto 1em;
  }
}

.private_totalTitle .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.5em 0;
}

@media screen and (max-width: 599px) {
  .private_totalTitle .data {
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.private_totalTitle .data h1 {
  font-size: 2em;
  font-weight: bold;
}

.private_totalTitle .data .infos {
  margin-top: 0.5em;
  font-size: 1.125em;
}

.private_totalTitle .data .infos .venue {
  margin-top: 0.125em;
}

.private_totalTitle .data .link_at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.private_totalTitle .data .link_at a {
  display: block;
  color: #fff;
  margin-top: 0.75em;
  padding: 0.5em 1em;
  border-radius: 6px;
}

.private_totalTitle .data .link_at a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

@media screen and (max-width: 599px) {
  .private_totalTitle .data .link_at a {
    font-size: 1em;
    padding: 1em 0;
    width: 100%;
  }
}

ul.stMicro_pc_list {
  margin: 1em 5px 2em;
  border-left: 5px solid #ddd;
  padding-left: 1em;
}

ul.stMicro_pc_list li {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.25em 0;
}

.c2_title {
  background: #999;
  color: #fff;
  margin: 5em 0 2em;
  font-size: 1.25em;
  line-height: 1.3;
  padding: 0.5em 0.5em;
  border-radius: 4px;
}

.unit_one .c2_title {
  font-size: 1.125em;
  padding: 0.25em 0.5em;
  margin: 1em 0;
}

.c3_title {
  background: #999;
  color: #fff;
  margin: 2em 0;
  font-size: 1.25em;
  padding: 1em 0.5em;
  border-radius: 4px;
}

.unit_one .c3_title {
  font-size: 1.125em;
  padding: 0.25em 0.5em;
  margin: 1em 0;
}

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

.rbcn_intro {
  margin-bottom: 2em;
}

h3.rbcn_cat {
  background: rgba(0, 153, 0, 0.2);
  color: #090;
  font-size: 1.75em;
  font-weight: bold;
  padding: 0.5em 0.5em;
  border-radius: 0.25em;
  margin: 2em 0 1em;
}

.bb_name {
  font-weight: bold;
  margin-top: 0.5em;
}

.sponcers_end {
  margin-bottom: 5em;
}

.red_pok {
  margin: 1em 0;
  border: 1px solid #e00;
  padding: 1em;
  color: #e00;
  border-radius: 5px;
  background: #fff;
}
