@charset "UTF-8";
* {
  box-sizing: content-box;
}

#contents_wrapper .sp {
  display: none;
}
#contents_wrapper .l-webseminar-name {
  display: flex;
  justify-content: flex-end;
  line-height: 1.8;
  margin-top: 40px;
}
#contents_wrapper .l-webseminar-name > div {
  font-style: 16px;
}
#contents_wrapper .l-webseminar-movie-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
#contents_wrapper .l-webseminar-movie-item {
  margin-bottom: 40px;
  width: 480px;
}
#contents_wrapper .l-webseminar-movie-item iframe {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
}
#contents_wrapper .l-webseminar-movie-item p {
  line-height: 1.6;
}
#contents_wrapper .l-webseminar-movie-item .ic-time {
  background: url(../image/ico/ico_timer.svg) no-repeat;
  height: 38px;
  padding: 7px 0 0 30px;
}
#contents_wrapper .l-webseminar-movie-item strong {
  line-height: 1.6;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
}
#contents_wrapper .l-webseminar-heading-title-sub {
  background: #FFF;
  color: #4EB9F3;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 5px;
}
#contents_wrapper .l-webseminar-list {
  margin-left: 20px;
  margin-top: 10px;
}
#contents_wrapper .l-webseminar-list li {
  list-style: disc;
  margin-bottom: 5px;
  line-height: 1.3;
}
#contents_wrapper .c-heading-01 {
  margin-top: 50px;
}
#contents_wrapper .c-heading-02 + [class] {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #contents_wrapper .pc {
    display: none;
  }
  #contents_wrapper .sp {
    display: block;
  }
  #contents_wrapper .l-webseminar-name {
    margin-top: 0;
  }
  #contents_wrapper .l-webseminar-name div {
    font-size: 12px;
  }
  #contents_wrapper .l-webseminar-movie-item {
    width: 100%;
    margin-bottom: 20px;
  }
  #contents_wrapper .l-webseminar-movie-item iframe {
    height: 54vw;
  }
  #contents_wrapper .l-webseminar-movie-item p {
    font-size: 18px;
  }
  #contents_wrapper .l-webseminar-movie-item .ic-time {
    padding-top: 4px;
  }
  #contents_wrapper .c-heading-02 + [class] {
    margin-top: 20px;
  }
}

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