﻿@charset "utf-8";
/* ---------------------------------------
** session
--------------------------------------- */

.-font {
  font-family: "Montserrat", sans-serif;
}

.sess-inner {
  width: 895px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sess-inner {
    width: 85.33%;
  }
}

.-sess-gray {
  background-color: #f4f5f7;
}

/*  */
.-keynote {
  background-color: #E75252;
  color: #fff;
}
.-special {
  background-color: #fcda7a;
  /*color: #000;*/
  color: #fff;
}
.-ms365 {
  background-color: #0178d4;
  color: #fff;
}
.-azure {
  background-color: #00BEF4;
  color: #fff;
}
.-windows {
  background-color: #0628B1;
  color: #fff;
}
.-dx {
  background-color: #B673C0;
  color: #fff;
}
.-network {
  background-color: #FC9D7A;
  color: #fff;
}
.-security {
  background-color: #EC79B3;
  color: #fff;
}
.-id {
  background-color: #8295AF;
  color: #fff;
}
.-tonarino {
  background-color: #58B758;
  color: #fff;
}
.-doukou {
  background-color: #54CFCE;
  color: #fff;
}

/* sess-ttl */
.sess-ttl {
  height: 350px;
  background-image: url(/cms/sc/img/event/dx-2021/session-bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .sess-ttl {
    height: 180px;
    background-image: url(/cms/sc/img/event/dx-2021/session-bg_sp.jpg);
    background-position: right 0;
  }
}

.sess-ttl-set {
  padding: 157px 0 83px 0;
}
@media screen and (max-width: 768px) {
  .sess-ttl-set {
    padding: 50px 0 0 0;
  }
}

.ttl-main {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ttl-main {
    font-size: 40px;
  }
}

.ttl-sub {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 16px;
  }
}

/* sess-detail */
.sess-detail {
  padding: 100px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .sess-detail {
    padding: 45px 0 60px 0;
  }
}

.detail-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
}

.detail-time {
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  color: #707680;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .detail-time {
    font-size: 16px;
  }
}

.detail-time::before {
  content: "";
  background-image: url(/cms/sc/img/event/j-summit-2021/ic-clock.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  bottom: 52.5%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}

.-time2 {
  margin: 0 0 32px 0;
}

.sess-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.54;
  margin: 0 0 16px 0;
}
@media screen and (max-width: 768px) {
  .sess-name {
    font-size: 16px;
  }
}

.sess-overview {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sess-overview {
    font-size: 16px;
  }
}

/*  */
.sess-speaker {
}
@media screen and (max-width: 768px) {
  .sess-speaker {
    padding: 0 0 36px 0;
  }
}

.speaker-list {
    padding-bottom: 85px;
}
@media screen and (max-width: 768px) {
}

.speaker-item {
  display: flex;
  margin: 0 0 85px 0;
}
@media screen and (max-width: 768px) {
  .speaker-item {
    display: block;
    margin: 0 0 65px 0;
  }
}

.speaker-item:last-of-type {
  margin-bottom: 0;
}

.speaker-pics {
  width: 160px;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 768px) {
  .speaker-pics {
    width: 233px;
    margin: 0 auto 20px auto;
  }
}

.speaker-detail {
  width: calc(100% - 160px - 36px);
  padding: 20px 0 0 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .speaker-detail {
    width: 100%;
  }
}

.speaker-name {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
@media screen and (max-width: 768px) {
  .speaker-name {
    font-size: 20px;
    text-align: center;
  }
}

.-sm {
  font-size: 70%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
}

.speaker-role {
  color: #707680;
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 768px) {
  .speaker-role {
    font-size: 12px;
    text-align: center;
  }
}

.speaker-prof {
  color: #707680;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .speaker-prof {
    font-size: 12px;
  }
}

.speaker-list-col {
  display: flex;
  flex-wrap: wrap;
  margin-left: -36px;
  margin-right: -36px;
}
@media screen and (max-width: 768px) {
  .speaker-list-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.speaker-list-col .speaker-item {
  width: 50%;
  padding: 0 36px;
  margin: 0 0 78px 0;
}
@media screen and (max-width: 768px) {
  .speaker-list-col .speaker-item {
    width: 100%;
    padding: 0;
    margin: 0 0 36px 0;
  }
}

/*  */
.sess-back {
  padding: 40px 0 114px 0;
}
@media screen and (max-width: 768px) {
}

.sess-back-link {
  display: block;
  width: 240px;
  padding: 15px;
  border: 1px solid #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .sess-back-link {
    font-size: 14px;
  }
}

.sess-back-link:hover {
  background-color: #000;
  color: #fff;
}

.back-ic {
  display: inline-block;
  position: relative;
}
.back-ic::before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url(/cms/sc/img/event/j-summit-2021/ic-back-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -14px;
  bottom: 46%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
@media screen and (max-width: 768px) {
}

.sess-back-link:hover .back-ic::before {
  background-image: url(/cms/sc/img/event/j-summit-2021/ic-back-arrow-white.png);
}

