@charset "UTF-8";
.about_CD {
  line-height: 1.5;
  margin-bottom: 2em; }
  .about_CD .intro {
    font-size: 1.125em; }
  .about_CD ul {
    margin: 1em 0;
    margin-left: 1.5em;
    list-style-type: disc; }
  .about_CD li {
    padding: 0.25em 0; }

.week_tab {
  margin-top: -90px;
  padding-top: 90px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .week_tab li {
    border: 1px solid #000;
    border-bottom: 0;
    text-align: center;
    margin: 0 3px; }
    .week_tab li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 0.75em 1em;
      color: #333; }
      .week_tab li a:hover {
        background: #eee; }
    .week_tab li .week {
      font-size: 1.25em; }
      .week_tab li .week span {
        font-size: 1.5em;
        margin-right: 0.125em; }
    .week_tab li .days {
      margin-top: 0.25em;
      font-size: 0.75em; }
      .week_tab li .days span {
        font-size: 135%; }
    .week_tab li.this a {
      background: #666;
      color: #fff;
      pointer-events: none; }
    @media screen and (max-width: 767px) {
      .week_tab li {
        margin: 0 1px; }
        .week_tab li a {
          padding: 0.5em 0.125em; }
        .week_tab li .week {
          font-size: 1em; }
          .week_tab li .week span {
            font-size: 1.25em;
            margin-right: 0; }
        .week_tab li .days {
          margin-top: 0.25em; }
          .week_tab li .days span {
            font-size: 100%; }
        .week_tab li:first-child {
          margin-left: 5px; }
        .week_tab li:last-child {
          margin-right: 5px; } }

.seminor_block {
  min-height: 10em;
  margin-top: 2em; }
  @media screen and (max-width: 767px) {
    .seminor_block {
      margin-top: 1.5em; } }
  .seminor_block h2 {
    background: #ccc;
    border-radius: 4px;
    color: #333;
    font-size: 1.5em;
    padding: 0.5em; }

.theme_common {
  margin: 2em 1em; }
  @media screen and (max-width: 559px) {
    .theme_common {
      margin: 1em 0.5em; } }
  .theme_common > li {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border: 4px solid #fff;
    margin-bottom: 1em;
    background: #eee;
    padding: 1.5em; }
    @media screen and (max-width: 899px) {
      .theme_common > li {
        padding: 1.0em; } }
    .theme_common > li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #333; }
      @media screen and (min-width: 1000px) {
        .theme_common > li a:hover {
          opacity: 0.7; } }

.keynote_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; }
  .keynote_list > li {
    width: calc((100% - 1em)/2); }
    @media screen and (max-width: 767px) {
      .keynote_list > li {
        width: 100%; } }

.theme_common h3.title {
  font-size: 1em;
  line-height: 1.25;
  font-weight: bold; }
  .theme_common h3.title span {
    display: block; }
  .theme_common h3.title .sub {
    margin-top: 0.125em; }
    .theme_common h3.title .sub:before {
      content: "〜"; }
    .theme_common h3.title .sub:after {
      content: "〜"; }
    .theme_common h3.title .sub:empty {
      display: none; }
      .theme_common h3.title .sub:empty:before {
        content: ""; }
      .theme_common h3.title .sub:empty:after {
        content: ""; }
  .theme_common h3.title span.plus_a {
    font-weight: normal;
    font-size: 0.8125rem;
    margin: 0.5em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .theme_common h3.title span.plus_a span {
      background: #ccc;
      padding: 0.25em 0.5em;
      margin-right: 0.5em; }

.theme_common .lecture_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0.75em 0 0; }
  .theme_common .lecture_wrap .ph {
    width: 90px;
    background: #fff;
    padding: 3px;
    margin-right: 0.75em; }
  .theme_common .lecture_wrap img {
    width: 100%; }
  .theme_common .lecture_wrap .data {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0.25em; }
  .theme_common .lecture_wrap .name {
    font-size: 1em;
    font-weight: bold; }
    .theme_common .lecture_wrap .name:after {
      content: "氏";
      font-size: 70%;
      margin-left: 0.5em; }
    .theme_common .lecture_wrap .name.none_uji:after {
      content: ""; }
  .theme_common .lecture_wrap .affiliation {
    margin-top: 0.125em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .theme_common .lecture_wrap .affiliation p {
      margin-right: 0.75em;
      font-size: 0.8125em;
      margin-top: 0.25em; }

.theme_common .week_schedule {
  margin: 0.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .theme_common .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;
    background: #fff; }
  .theme_common .week_schedule p {
    font-size: 1em;
    padding: 0.25em 0.5em; }
    .theme_common .week_schedule p span {
      font-size: 70%; }
    .theme_common .week_schedule p span.tolast {
      font-size: 0.875rem; }
    .theme_common .week_schedule p span span {
      font-size: 70%; }
    .theme_common .week_schedule p.num {
      background: #666;
      color: #fff;
      display: none; }

.theme_common ul.time_schedule_only_this {
  display: none; }

.theme_common ul.time_schedule {
  display: none; }

.keynote_list.theme_common h3.title {
  font-size: 1.125em; }

.one_theme_list.theme_common .lecture_wrap {
  margin: 0.25em 0 0; }
  .one_theme_list.theme_common .lecture_wrap .data > p {
    margin-right: 0.75em;
    padding: 0; }

.keynote_list.theme_common .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 0.75em;
  padding-bottom: 0.25em; }
  .keynote_list.theme_common .category .icon {
    margin-left: -0.125em;
    margin-right: 0.25em;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    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; }
    .keynote_list.theme_common .category .icon img {
      width: 80%; }
  .keynote_list.theme_common .category p {
    font-size: 1em;
    font-weight: bold; }

.category_wraps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 559px) {
    .category_wraps {
      display: block; } }
  .category_wraps .category_name {
    width: 180px;
    margin-right: 2em; }
    @media screen and (max-width: 999px) {
      .category_wraps .category_name {
        margin-right: 1em; } }
    @media screen and (max-width: 559px) {
      .category_wraps .category_name {
        margin: 0 auto 2em; } }
    .category_wraps .category_name .icon {
      margin: 0 auto;
      width: 80px;
      height: 80px;
      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(#333));
      background: -webkit-linear-gradient(top, #999 0%, #333 100%);
      background: -o-linear-gradient(top, #999 0%, #333 100%);
      background: linear-gradient(to bottom, #999 0%, #333 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_wraps .category_name .icon img {
        width: 80%; }
    .category_wraps .category_name .name {
      text-align: center;
      font-size: 1em;
      font-weight: bold;
      margin-top: 0.5em; }
      @media screen and (max-width: 559px) {
        .category_wraps .category_name .name br {
          display: none; } }
  .category_wraps .one_unit {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .category_wraps .one {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 0.75em;
    margin-bottom: 0.75em; }
    .category_wraps .one:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.last_week {
  margin: 3em 0 20vh;
  text-align: center;
  font-size: 1.5em; }
  .last_week span {
    display: block;
    margin-top: 0.5em;
    font-size: 70%; }

.ComingSoon {
  font-size: 1.5em;
  margin: 2em 0 4em;
  text-align: center;
  color: #999; }

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