@charset "UTF-8";
ul.picup_theme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.picup_theme p.icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#444));
    background: -webkit-linear-gradient(top, #999 0%, #444 100%);
    background: -o-linear-gradient(top, #999 0%, #444 100%);
    background: linear-gradient(to bottom, #999 0%, #444 100%);
    border: 2px solid #fff;
    margin: 5px;
    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; }
    @media screen and (max-width: 559px) {
      ul.picup_theme p.icon {
        width: 80px;
        height: 80px; } }
    ul.picup_theme p.icon img {
      width: 80%; }
  ul.picup_theme a {
    color: #000;
    display: block; }
  ul.picup_theme p.name {
    margin-top: 5px;
    font-size: 0.8125em;
    line-height: 1.25;
    text-align: center; }

.required_conf_index {
  margin: 2em 0;
  color: #f00;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: center; }

.s_speaker_wrap {
  margin: 2em 0;
  padding: 2em 3em;
  border-radius: 8px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2ebf0), to(#cfd9df));
  background-image: -webkit-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: -o-linear-gradient(top, #e2ebf0 0%, #cfd9df 100%);
  background-image: linear-gradient(180deg, #e2ebf0 0%, #cfd9df 100%); }
  @media screen and (max-width: 999px) {
    .s_speaker_wrap {
      padding: 2em 1em; } }

.s_speaker_intro {
  font-size: 1.125em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em; }
  @media screen and (max-width: 999px) {
    .s_speaker_intro {
      font-size: 1em;
      text-align: left; }
      .s_speaker_intro br {
        display: none; } }

.s_speaker {
  margin: 0 2em; }
  .s_speaker a {
    display: block;
    padding: 0.5em;
    color: #333;
    border: 2px solid #ddd;
    margin: 0 0.5em;
    background: #fff; }
    @media screen and (min-width: 480px) {
      .s_speaker a {
        height: 385px; } }
    .s_speaker a img {
      width: 100%; }
    .s_speaker a .name {
      text-align: center;
      font-size: 1.125em;
      font-weight: bold;
      background: #000;
      color: #fff;
      padding: 0.25em 0; }
    .s_speaker a .company {
      margin: 1em 0.5em 0;
      font-size: 0.8125em;
      line-height: 1.5; }
    .s_speaker a .post {
      font-size: 0.8125em;
      line-height: 1.5;
      margin: 0.25em 0.5em 0; }

.speaker_responsive {
  margin: 0 20px;
  padding: 10px 5px;
  background: #fff; }
  .speaker_responsive .ph {
    padding: 0 5px; }
    .speaker_responsive .ph img {
      width: 100%; }

ul.conf_index_list_2020 {
  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; }
  @media screen and (max-width: 599px) {
    ul.conf_index_list_2020 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  ul.conf_index_list_2020 li {
    margin-bottom: 2em;
    width: calc((100% - 2em)/2);
    margin-top: -90px;
    padding-top: 90px; }
    @media screen and (max-width: 1099px) {
      ul.conf_index_list_2020 li {
        width: 100%; } }
  ul.conf_index_list_2020 .summary {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 5px; }
    ul.conf_index_list_2020 .summary .ins {
      width: 100%;
      height: 100%;
      padding: 1em;
      border-radius: 6px;
      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; }
  ul.conf_index_list_2020 .conf_title {
    border-bottom: 1px solid #999;
    padding-bottom: 8px;
    margin-bottom: 0.5em; }
    ul.conf_index_list_2020 .conf_title .name {
      font-size: 1.325em;
      font-weight: bold;
      color: #333; }
      @media screen and (max-width: 599px) {
        ul.conf_index_list_2020 .conf_title .name {
          font-size: 1.5em; } }
      ul.conf_index_list_2020 .conf_title .name.min {
        font-size: 1.5em;
        letter-spacing: -0.0875em; }
  ul.conf_index_list_2020 .ciw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    ul.conf_index_list_2020 .ciw .icon {
      width: 2.5em;
      background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#000));
      background: -webkit-linear-gradient(top, #999 0%, #000 100%);
      background: -o-linear-gradient(top, #999 0%, #000 100%);
      background: linear-gradient(to bottom, #999 0%, #000 100%);
      border-radius: 50%;
      margin-right: 0.5em;
      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;
      padding: 5px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      border: 2px solid #fff; }
      ul.conf_index_list_2020 .ciw .icon img {
        width: 100%; }
  ul.conf_index_list_2020 p.guide_text {
    margin: 0 0.25em;
    line-height: 1.5;
    color: #000; }
    @media screen and (max-width: 1099px) {
      ul.conf_index_list_2020 p.guide_text {
        height: auto; } }
    @media screen and (min-width: 600px) {
      ul.conf_index_list_2020 p.guide_text {
        padding-bottom: 3.5em; } }
    @media screen and (max-width: 599px) {
      ul.conf_index_list_2020 p.guide_text {
        padding-bottom: 0; } }
  @media screen and (min-width: 600px) {
    ul.conf_index_list_2020 .button_position {
      position: absolute;
      bottom: 1em;
      width: calc(100% - 2em); } }
  @media screen and (max-width: 599px) {
    ul.conf_index_list_2020 .button_position {
      position: relative;
      bottom: 0;
      width: 100%; } }
  ul.conf_index_list_2020 .confpage_list {
    position: relative; }
    ul.conf_index_list_2020 .confpage_list.close {
      display: none; }
  ul.conf_index_list_2020 .confpage_list a {
    z-index: 9999;
    width: 15em;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 1.125em;
    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;
    color: #fff;
    background: #999; }
    @media screen and (max-width: 599px) {
      ul.conf_index_list_2020 .confpage_list a {
        width: 100%;
        margin: 1.2em auto 0;
        font-size: 1.125em;
        border-radius: 0.5em;
        padding: 0.75em 0.5em;
        border: 1px solid #fff; } }
    ul.conf_index_list_2020 .confpage_list a:hover {
      opacity: 0.7; }
    ul.conf_index_list_2020 .confpage_list a:before {
      display: none;
      content: "\f0a9";
      font-family: "Font Awesome 5 Solid"; }
    ul.conf_index_list_2020 .confpage_list a .min {
      margin-left: 0.25em;
      font-size: 80%; }

.fullP {
  margin-bottom: 2em;
  color: #e00;
  font-weight: bold;
  line-height: 1.5;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .fullP {
      text-align: left;
      margin: 0 0.5em 2em; } }

h2.obi_set {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaa), to(#999));
  background-image: -webkit-linear-gradient(top, #aaa 0%, #999 100%);
  background-image: -o-linear-gradient(top, #aaa 0%, #999 100%);
  background-image: linear-gradient(180deg, #aaa 0%, #999 100%);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  padding: 0.625em 0;
  font-size: 1.125em;
  border-radius: 5px; }

ul.category_group_box {
  margin: 0 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  ul.category_group_box li {
    margin-right: 0.25em;
    margin-bottom: 0.25em; }
    ul.category_group_box li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #333;
      border: 1px solid #333;
      font-size: 0.875em;
      padding: 2px 0.3125em;
      border-radius: 4px; }
      ul.category_group_box li a:hover {
        background: #eee; }
    ul.category_group_box li.this a {
      background: #333;
      color: #fff;
      pointer-events: none; }
  @media screen and (max-width: 559px) {
    ul.category_group_box li a {
      font-size: 1em;
      padding: 0.5em 0.5em; } }

.required_conf {
  margin: 0 0 1.5em;
  color: #f00;
  font-size: 0.875em;
  line-height: 1.5; }

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

.offtype {
  pointer-events: none;
  opacity: 0.7; }
  .offtype.opacity1 {
    opacity: 1; }

.page_title_area.conf_unit {
  margin: 20px 0 30px; }
  @media screen and (max-width: 349px) {
    .page_title_area.conf_unit {
      margin-bottom: 20px; } }
  .page_title_area.conf_unit .title_txt > .category {
    font-size: 1em;
    margin-bottom: 0.25em; }
  .page_title_area.conf_unit .title_txt .unit_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.75em;
    font-weight: bold; }
    .page_title_area.conf_unit .title_txt .unit_category .icon {
      width: 60px;
      background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#000));
      background: -webkit-linear-gradient(top, #999 0%, #000 100%);
      background: -o-linear-gradient(top, #999 0%, #000 100%);
      background: linear-gradient(to bottom, #999 0%, #000 100%);
      border-radius: 50%;
      margin-right: 0.25em;
      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;
      padding: 8px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      border: 2px solid #fff;
      display: none; }
      .page_title_area.conf_unit .title_txt .unit_category .icon img {
        width: 100%; }
  .page_title_area.conf_unit .title_txt .category_name {
    font-size: 1em;
    margin: 0; }

.pre_info {
  margin-bottom: 1em;
  line-height: 1.5; }

.preFlag {
  margin-top: -90px;
  padding-top: 90px; }

.unit_one {
  color: #000;
  padding: 2em 0.5em;
  border: solid #ccc;
  border-width: 1px 0 0; }
  @media screen and (max-width: 999px) {
    .unit_one {
      padding: 2em 0; } }
  .unit_one:last-child {
    border-width: 1px 0; }

.category_flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  margin-left: -2px; }
  .category_flag .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#000));
    background: -webkit-linear-gradient(top, #999 0%, #000 100%);
    background: -o-linear-gradient(top, #999 0%, #000 100%);
    background: linear-gradient(to bottom, #999 0%, #000 100%);
    border: 2px solid #fff;
    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; }
    .category_flag .icon img {
      width: 80%; }
  .category_flag .name {
    font-size: 1em;
    margin-left: 0.3125em;
    font-weight: bold;
    color: #000; }

.conf_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.75em; }
  .conf_title .num_badge {
    display: block;
    background: #999;
    width: 3em;
    text-align: center;
    padding: 0.25em;
    color: #fff;
    border-radius: 4px;
    margin-right: 0.5em;
    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.25em;
    display: none; }
  .conf_title h2 {
    margin-top: 1px;
    font-weight: bold; }
    .conf_title h2 span {
      display: block; }
    .conf_title h2 span.main {
      font-size: 1.125em;
      line-height: 1.25; }
      @media screen and (max-width: 899px) {
        .conf_title h2 span.main {
          font-size: 1em; } }
    .conf_title h2 span.sub {
      margin-top: 0.125em;
      font-size: 1.125em; }
      @media screen and (max-width: 899px) {
        .conf_title h2 span.sub {
          font-size: 1em; } }
      .conf_title h2 span.sub:before {
        content: "〜"; }
      .conf_title h2 span.sub:after {
        content: "〜"; }
      .conf_title h2 span.sub:empty {
        display: none; }
        .conf_title h2 span.sub:empty:before {
          content: ""; }
        .conf_title h2 span.sub:empty:after {
          content: ""; }
    .conf_title h2 span.plus_a {
      font-weight: normal;
      font-size: 1rem;
      line-height: 1.5;
      margin: 0.75em 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .conf_title h2 span.plus_a span {
        background: #ccc;
        padding: 0 0.75em;
        margin-right: 0.5em; }
      @media screen and (max-width: 559px) {
        .conf_title h2 span.plus_a {
          font-size: 0.875rem; }
          .conf_title h2 span.plus_a span {
            white-space: nowrap; } }

.conf_summary {
  font-size: 1.125em;
  line-height: 1.75; }
  @media screen and (max-width: 899px) {
    .conf_summary {
      font-size: 1em; } }

.week_schedule {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .week_schedule .ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #666;
    border-radius: 4px;
    overflow: hidden; }
  .week_schedule p {
    font-size: 1.125em;
    padding: 0.25em 0.5em; }
    .week_schedule p span {
      font-size: 70%; }
    .week_schedule p span.tolast {
      font-size: 0.875rem; }
    .week_schedule p span span {
      font-size: 70%; }
    .week_schedule p.num {
      background: #666;
      color: #fff; }

.week_schedule + .week_schedule {
  margin-top: -0.5em; }

ul.time_schedule {
  display: none; }

.speaker {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin-top: 1.5em;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #e3e3e3 100%);
  background-image: linear-gradient(180deg, #f9f9f9 0%, #e3e3e3 100%);
  border-radius: 6px;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media screen and (max-width: 899px) {
    .speaker {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.speaker + .speaker {
  margin-top: 0.75em; }

.speaker .photo_area {
  width: 220px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 5px;
  background: #fff;
  margin-right: 1.25em; }
  .speaker .photo_area img {
    width: 100%; }
  @media screen and (max-width: 899px) {
    .speaker .photo_area {
      margin: 0 auto 0.5em; } }
  @media screen and (max-width: 559px) {
    .speaker .photo_area {
      width: 180px;
      padding: 2px; } }

.speaker .main_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.25em 0; }

.speaker .affiliation {
  margin-top: 0.25em;
  font-size: 1em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .speaker .affiliation p {
    margin-right: 0.5em; }

.speaker .name {
  margin-top: 0.75em;
  white-space: nowrap;
  font-size: 1.25em;
  font-weight: bold; }
  .speaker .name.none_uji:after {
    content: ""; }
  .speaker .name:after {
    content: "氏";
    font-size: 70%;
    margin-left: 0.5em; }

.speaker .profile {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.7; }
  @media screen and (max-width: 559px) {
    .speaker .profile {
      font-size: 1em; } }

.speaker .name_c_icon {
  margin-top: 0.25em;
  white-space: nowrap;
  font-size: 1.125em;
  font-weight: bold; }
  .speaker .name_c_icon:first-child {
    margin-top: 0; }

.reg {
  margin: 1.5em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .reg a {
    pointer-events: none;
    opacity: 0.3;
    padding: 1em 2em;
    border-radius: 5px;
    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%); }
    .reg a p.s {
      font-size: 135%;
      margin-top: 0.3125em; }
    .reg a p.r_c {
      font-size: 80%;
      margin-top: 0.5em; }
    .reg a:hover {
      opacity: 0.75; }
    .reg a.close {
      pointer-events: none;
      opacity: 0.5; }
