@charset "utf-8";
/* CSS Document */
.webinar-s {
  max-width: 790px;
  width: 100%;
  margin: 20px auto 0;
}
.webinar-s .time {
  text-align: right;
  color: #666;
}
.webinar-s article {
  margin: 50px auto;
}
.webinar-s article > div {
  width: 90%;
  margin: 0 auto;
  line-height: 1.5;
}
.webinar-s h2 {
  line-height: 1.53;
  font-family: ZenKakuGothic700, sans-serif;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.05em;
  margin: 10px;
}
.webinar-s h3 {
  margin: 0 0 20px;
  padding: 0 0 15px 30px;
  font-size: 20px;
  font-family: ZenKakuGothic700, sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 1.35;
  border-bottom: 1px solid #d0d0d0;
}
.webinar-s h3:before {
  content: "";
  width: 5px;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #78C176;
  height: 30px;
  left: 10px;
}
.webinar-s ul {
  font-size: 1.2em;
}
.webinar-s ul li {
  position: relative;
  padding-left: 1em;
  margin-bottom: .5em;
}
.webinar-s ul li:before {
  content: '';
  background: #78c176;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
.webinar-s .detail > div {}
.webinar-s .thumbnail img {
  border-radius: 20px;
}
.webinar-s .cta {
  text-align: center;
  letter-spacing: 1px;
  margin: 30px auto 60px;
}
.webinar-s .cta a {
  background: #78C176;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
  border-radius: 100px;
  display: block;
  text-align: center;
  max-width: 470px;
  margin: 10px auto;
  position: relative;
  font-size: 1.5em;
}
.webinar-s a {
  transition: .3s ease;
}
.webinar-s a:hover {
  opacity: .8;
}
.webinar-s .cta a:after {
  content: "→";
  position: absolute;
  right: 2em;
  transition: .3s ease;
}
.webinar-s .cta a:hover:after {
  right: 1em;
}
.webinar-s .cta p {
  font-weight: bold;
}
.webinar-s .cta p.cta-txt1 {
  font-size: 1.2em;
}
.webinar-s table {
  border: 1px solid #ccc;
  width: 100%;
}
.webinar-s table th, .webinar-s table td {
  border: 1px solid #ccc;
  padding: 1em;
  vertical-align: middle;
  line-height: 1.5;
}
.webinar-s table th {
  text-align: center;
  color: #fff;
  background: #78c176;
  white-space: nowrap;
  letter-spacing: 1px;
}
.speaker {
  display: flex;
}
.speaker + .speaker {
  padding-top: 40px;
}
.speaker img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  object-fit: cover;
}
.speaker p {
  margin-left: 20px;
  letter-spacing: 1px;
}
.speaker small {
  font-size: 1em;
  display: block;
}
.speaker strong {
  font-size: 1.4em;
  display: block;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .webinar-s {
    width: 90%;
    margin: 20px auto;
  }
  .webinar-s h2 {
    font-size: 1.5em;
  }
  .webinar-s .cta a {
    padding: 20px 0;
    font-size: 1.3em;
  }
  .speaker {
    flex-wrap: wrap;
  }
  .speaker img {
    margin: 0 auto 10px;
  }
  .speaker small, .speaker strong {
    text-align: center;
  }
  .speaker p {
    margin: 0;
  }
  .webinar-s .co_time div{overflow:scroll;margin: 0;width: 100%;}
  .webinar-s .co_time table {white-space:nowrap;}
}