@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 {
  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 {
    height: auto;
    min-height: auto;
    padding: 30px 0;
  }
}

@media screen and (max-width: 599px) {
  .ts_block01_bg .cons {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}

.ts_block01_bg .cons .card_block {
  width: 100%;
  background-color: rgba(248, 223, 32, 0.9);
  padding: 2em;
  font-size: 2em;
}

@media screen and (max-width: 999px) {
  .ts_block01_bg .cons .card_block {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 499px) {
  .ts_block01_bg .cons .card_block {
    padding: 1.5em;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 349px) {
  .ts_block01_bg .cons .card_block {
    padding: 1em;
    font-size: 1.125em;
  }
}

.ts_block01_bg .cons p.title_en {
  font-family: 'Permanent Marker', cursive;
  margin-bottom: 0.25em;
}

.ts_block01_bg .cons 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 1px 1px white;
}

@media screen and (max-width: 699px) {
  .ts_block01_bg .cons h1 .helq {
    display: block;
  }
}

.ts_block01_bg .cons p.dt {
  font-weight: bold;
}

.ts_block01_bg .cons p.dt span {
  font-size: 60%;
}

.ts_block01_bg .cons p.vn {
  font-weight: bold;
  margin-top: 0.25em;
}

.ts_block01_bg .cons 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 ul li {
  width: calc(25% - 0px);
  margin: 0 0px;
  background: #fff;
}

.ts_block01_bg .cons ul li img {
  width: 100%;
}

.ts_summary_block {
  text-align: center;
}

.ts_summary_block h2 {
  font-weight: bold;
  font-size: 1.75em;
}

.ts_summary_block p {
  font-size: 1.25em;
  margin-top: 1em;
  line-height: 1.75;
}

@media screen and (max-width: 999px) {
  .ts_summary_block p {
    font-size: 1em;
    text-align: left;
  }
  .ts_summary_block p br {
    display: none;
  }
}

.ts_01bg {
  background-image: url(../event/talksession_img/t02.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.85);
  width: 100%;
  height: 100%;
  color: #fff;
}

.ts_sessions .cons {
  padding: 4em 0;
}

@media screen and (max-width: 999px) {
  .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 .lec {
  text-align: center;
}

.ts_sessions .lec p.name {
  font-size: 2.5em;
}

@media screen and (max-width: 599px) {
  .ts_sessions .lec p.name {
    font-size: 2em;
  }
}

.ts_sessions .lec p.post {
  margin-top: 0.325em;
  font-size: 14px;
  line-height: 1.325em;
}

@media screen and (max-width: 999px) {
  .ts_sessions .lec p.post br {
    display: none;
  }
}

.ts_sessions .lec .fo2 {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ts_sessions .lec .fo2 p.name {
  margin-right: 0.5em;
}

@media screen and (max-width: 999px) {
  .ts_sessions .lec .fo2 {
    text-align: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ts_sessions .lec .fo3 {
  margin-top: 0.5em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.ts_sessions .lec .fo3 p {
  font-size: 1.125em;
  margin-right: 0.5em;
}

.ts_sessions .lec .fo3 p.post {
  font-size: 14px;
}

@media screen and (max-width: 999px) {
  .ts_sessions .lec .fo3 {
    text-align: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.ts_sessions .times {
  margin: 0 2rem;
  font-size: 400%;
}

.ts_sessions .guide {
  border-top: 1px solid #fff;
  padding-top: 1.5em;
  margin-top: 1.5em;
  text-align: left;
}

.ts_sessions .guide h3 {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.ts_sessions .guide p {
  font-size: 1.125em;
  line-height: 1.75em;
  margin: 0.5em 0;
}

.ts_sessions p.app_button {
  margin-top: 1.5em;
  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 {
  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.25em;
  text-align: center;
  border: 1px solid #000;
  line-height: 1.0em;
  padding: 0.5em;
}

.prof_box ul {
  margin: 0 1em;
}

.prof_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
  padding-top: 3em;
  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%;
}

.prof_box ul .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prof_box ul .name {
  font-size: 2em;
}

.prof_box ul .name .kn {
  font-size: 50%;
}

.prof_box ul .post {
  margin-top: 0.5em;
  font-size: 1em;
}

.prof_box ul .prof_detail {
  margin-top: 1em;
}

.prof_box ul .prof_detail p {
  font-size: 1em;
  line-height: 1.625em;
  margin-top: 0.5em;
}

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