@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker");
.ts_block01_bg {
  background-color: #444;
  background-image: url(../event/talksession_img/t01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); }
  .ts_block01_bg .cons_title {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 75vh;
    min-height: 700px; }
    @media screen and (max-width: 999px) {
      .ts_block01_bg .cons_title {
        height: auto;
        min-height: auto;
        padding: 60px 0; } }
    @media screen and (max-width: 599px) {
      .ts_block01_bg .cons_title {
        width: calc(100% - 1em);
        margin: 0 auto; } }
    .ts_block01_bg .cons_title .card_block {
      width: 100%;
      background-color: rgba(248, 223, 32, 0.95);
      padding: 2em;
      font-size: 2em;
      /* IE10以上 */ }
      @media screen and (max-width: 999px) {
        .ts_block01_bg .cons_title .card_block {
          font-size: 1.5em; } }
      @media screen and (max-width: 499px) {
        .ts_block01_bg .cons_title .card_block {
          padding: 1.5em;
          font-size: 1.25em; } }
      @media screen and (max-width: 349px) {
        .ts_block01_bg .cons_title .card_block {
          padding: 1em;
          font-size: 1.125em; } }
      @media all and (-ms-high-contrast: none) {
        .ts_block01_bg .cons_title .card_block {
          height: 100%;
          max-height: 550px; } }
    .ts_block01_bg .cons_title p.title_en {
      font-family: 'Permanent Marker', cursive;
      margin-bottom: 0.25em; }
    .ts_block01_bg .cons_title h1 {
      font-size: 175%;
      font-weight: bold;
      margin-bottom: 0.25em;
      letter-spacing: -0.05em;
      border-bottom: 1px solid #000;
      padding-bottom: 0.125em;
      text-shadow: 0 2px 1px white; }
      @media screen and (max-width: 699px) {
        .ts_block01_bg .cons_title h1 .helq {
          display: block; } }
    .ts_block01_bg .cons_title p.dt {
      color: #406aa3;
      text-shadow: 0 2px 1px white;
      font-size: 170%;
      font-weight: bold; }
      @media screen and (max-width: 399px) {
        .ts_block01_bg .cons_title p.dt {
          font-size: 130%; } }
      .ts_block01_bg .cons_title p.dt span {
        font-size: 60%; }
    .ts_block01_bg .cons_title p.vn {
      font-weight: bold;
      margin-top: 0.25em; }
    .ts_block01_bg .cons_title ul {
      max-width: 780px;
      margin: 1em auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .ts_block01_bg .cons_title ul li {
        width: calc(25% - 6px);
        margin: 0 3px;
        background: #fff;
        border-radius: 50%;
        border: 6px solid #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        overflow: hidden; }
        @media screen and (max-width: 999px) {
          .ts_block01_bg .cons_title ul li {
            border: 4px solid #fff; } }
        @media screen and (max-width: 599px) {
          .ts_block01_bg .cons_title ul li {
            border: 2px solid #fff; } }
        .ts_block01_bg .cons_title ul li img {
          width: 100%; }

.ts_summary_block {
  text-align: center; }
  .ts_summary_block h2 {
    font-weight: bold;
    font-size: 1.75em;
    line-height: 1.35; }
  .ts_summary_block p {
    font-size: 1.25em;
    margin-top: 1em;
    line-height: 1.75; }
  @media screen and (max-width: 999px) {
    .ts_summary_block h2 {
      text-align: left; }
    .ts_summary_block p {
      font-size: 1em;
      text-align: left; }
    .ts_summary_block p br {
      display: none; } }
  @media screen and (max-width: 499px) {
    .ts_summary_block h2 {
      font-size: 1.325em; } }

.ts_01bg {
  background-image: url(../event/talksession_img/ts2019.jpg); }

.ts_02bg {
  background-image: url(../event/talksession_img/dma_base.jpg); }

.ts_sessions {
  background-color: #f00;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5); }
  .ts_sessions .ins {
    background-color: rgba(64, 106, 163, 0.7);
    width: 100%;
    height: 100%;
    color: #fff; }
  .ts_sessions .cons {
    padding: 4em 0; }
    @media screen and (max-width: 599px) {
      .ts_sessions .cons {
        padding: 2em 0; } }
  .ts_sessions .title_held {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 999px) {
      .ts_sessions .title_held {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .ts_sessions .day_circle {
    width: 6em;
    height: 6em;
    border-radius: 6em;
    margin-right: 2em;
    background: #f8df20;
    color: #000;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media screen and (max-width: 999px) {
      .ts_sessions .day_circle {
        margin: 0 0 1em; } }
    .ts_sessions .day_circle p {
      font-size: 14px;
      line-height: 1;
      font-weight: bold; }
    .ts_sessions .day_circle p.day {
      font-size: 240%; }
  .ts_sessions .title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .ts_sessions .title .main_t {
      font-size: 2.5em; }
      @media screen and (max-width: 599px) {
        .ts_sessions .title .main_t {
          font-size: 2em; } }
    .ts_sessions .title .sub_t {
      margin-top: 0.5em; }
  .ts_sessions .guide {
    border-top: 1px solid #fff;
    padding-top: 1.5em;
    margin-top: 1.5em;
    text-align: center; }
    .ts_sessions .guide h3 {
      font-size: 1.75em;
      margin-bottom: 0.5em; }
    .ts_sessions .guide ul {
      margin: 0 auto 3em;
      max-width: 900px;
      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; }
      .ts_sessions .guide ul li {
        margin: 0.25em;
        font-size: 1.125em;
        border: 2px solid #fff;
        width: calc(50% - 2em);
        padding: 1em 0; }
  .ts_sessions p.this_session {
    text-align: center;
    line-height: 1.5; }
  .ts_sessions p.app_button {
    margin-top: 1em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .ts_sessions p.app_button a {
      pointer-events: none;
      opacity: 0.4;
      display: block;
      background: #fff;
      padding: 0.75em 2em;
      font-size: 1.5em;
      border-radius: 3.0em; }
      @media screen and (max-width: 599px) {
        .ts_sessions p.app_button a {
          border-radius: 8px; } }
      .ts_sessions p.app_button a:hover {
        opacity: 0.7; }

.prof_box {
  padding: 4em 0;
  margin-bottom: 8em; }
  .prof_box h3.prof_t {
    font-size: 1.5em;
    text-align: center;
    border: 1px solid #000;
    line-height: 1.0em;
    padding: 0.75em; }
  .prof_box ul {
    margin: 0 1em 6em; }
    .prof_box ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2em;
      padding-top: 2em;
      border-top: 1px solid #ccc; }
      @media screen and (max-width: 499px) {
        .prof_box ul li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .prof_box ul li:first-child {
        border: 0;
        margin-top: 0em; }
    .prof_box ul .ph {
      margin-right: 3em;
      width: 220px; }
      @media screen and (max-width: 767px) {
        .prof_box ul .ph {
          margin-right: 2em;
          width: 160px; } }
      @media screen and (max-width: 499px) {
        .prof_box ul .ph {
          margin-right: 0;
          margin: 0 auto 1.5em; } }
      .prof_box ul .ph img {
        width: 100%;
        border-radius: 50%;
        border: 4px solid #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
        overflow: hidden; }
    .prof_box ul .data {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .prof_box ul .name {
      font-size: 1.75em; }
      @media screen and (max-width: 349px) {
        .prof_box ul .name {
          font-size: 1.5em; } }
      .prof_box ul .name .kn {
        font-size: 70%;
        padding-left: 0.5em; }
      .prof_box ul .name .en {
        font-size: 55%;
        padding-left: 0.75em;
        letter-spacing: 0.05em; }
        @media screen and (max-width: 349px) {
          .prof_box ul .name .en {
            letter-spacing: 0em;
            padding-left: 0.5em; } }
    .prof_box ul .post {
      margin-top: 0.5em;
      font-size: 1em;
      line-height: 1.5; }
    .prof_box ul .prof_detail {
      margin-top: 1em; }
      .prof_box ul .prof_detail p {
        font-size: 1em;
        line-height: 1.75em;
        margin-top: 0.75em; }

.about_dma {
  margin-top: 5em;
  border: 5px solid #eee;
  border-radius: 1em;
  padding: 2em; }
  .about_dma h3 {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 0.5em; }
  .about_dma .dma_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .about_dma .dma_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .about_dma .about_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .about_dma .about_detail P {
      font-size: 1em;
      line-height: 1.625em; }
    .about_dma .about_detail p.address {
      font-size: 1em;
      line-height: 1.5em; }
    .about_dma .about_detail .logo {
      margin-top: 1em;
      border-top: 1px solid #ccc; }
      .about_dma .about_detail .logo img {
        width: 100%;
        max-width: 250px;
        margin: 20px 0 15px; }
  .about_dma .ph {
    width: 300px;
    margin-left: 2em; }
    .about_dma .ph img {
      width: 100%; }
    @media screen and (max-width: 767px) {
      .about_dma .ph {
        width: 100%;
        margin: 0.5em auto 0; }
        .about_dma .ph img {
          margin-top: 1em; } }

p.planning {
  text-align: right; }

/*# sourceMappingURL=talksession.css.map */