.list-schedule {
  list-style: none;
}
.webinar p.hdr-lv3 {
  margin-bottom: 0.7em !important;
  color: #ed9835;
}

@media only screen and (max-width: 1100px) {
#webinar-mainvisual {
  position: relative;
  height: 0;
  padding-top: 60.9%;
  background: url(../img/webinar_mainvisual_sp.png) no-repeat center center;
  background-size: cover;
}
.schedule {
  position: relative;
  padding: 0 2.67vw;
  border: solid 3px #00a3e9;
  background: #fff url(/common/img_2020/bg_cloud_corner.png) no-repeat right bottom;
  background-size: 55.536vw auto;
}
.list-schedule li {
  padding: 5.34vw 0;
  border-bottom: solid 1px #ccc;
}
.list-schedule li:last-child {
  border-bottom: none;
}
.list-schedule .item-day {
  font-size: 16px;
}
.list-schedule .item-coach {
  display: block;
  margin-top: 1.67vw;
  width: 26.02vw;
  line-height: 5.34vw;
  padding: 2px;
  background: #66c5ef;
  color: #fff;
  text-align: center;
}
.list-schedule .item-title {
  display: block;
  margin-top: 2.67vw;
  color: #00a3e9;
  font-size: 4.272vw;
  font-weight: bold;
}
.list-schedule .btn-frame-pink {
  margin-top: 4.005vw;
}
.list-schedule .btn-frame-pink a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 11.748vw;
  font-size: 4.005vw;
  font-weight: bold;
}
.list-schedule .btn-frame-pink .icn-arrow-r {
    width: 1.602vw;
    height: 2.67vw;
    margin-right: 2.67vw;
    background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%209.96%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fd0260%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.5%2C0l3%2C3.32h0L6%2C5H6L4.5%2C6.64h0L1.5%2C10%2C0%2C8.3%2C3%2C5%2C0%2C1.66Z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
    vertical-align: middle;
}
}

@media only screen and (min-width: 1101px), print {
#webinar-mainvisual {
  height: 500px;
  background: url(../img/webinar_mainvisual_pc.png) no-repeat center center;
  background-size: cover;
}
.schedule {
  position: relative;
  padding: 0px 32px;
  border: solid 4px #00a3e9;
  background: #fff url(/common/img_2020/bg_cloud_corner.png) no-repeat right bottom;
  border-collapse: collapse;
  width: 100%;
  font-size: 18px;
  margin: 30px 0 auto;
  text-align: left;
  background-color: #fff;
}
.list-schedule li {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: solid 1px #ccc;
}
.list-schedule li:last-child {
  border-bottom: none;
}
.list-schedule li .item-flex:nth-child(1) {
  width: 115px;
}
.list-schedule li .item-flex:nth-child(2) {
  width: 115px;
}
.list-schedule li .item-flex:nth-child(3) {
  width: 595px;
  font-size: 1.4rem;
}
.list-schedule li .item-flex:nth-child(4) {
  width: 175px;
}
.list-schedule li .item-coach {
  display: inline-block;
  width: 105px;
  padding: 2px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 10px;
  background: #66c5ef;
  color: #fff;
  text-align: center;
}
.list-schedule li .item-title {
  display: inline-block;
  color: #00a3e9;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 10px 0;
}
.list-schedule .btn-frame-pink {
  width: 175px;
}
.list-schedule .btn-frame-pink a {
  display: block;
  height: 46px;
  line-height: 42px;
  border: solid 2px #fd0260;
  color: #fd0260;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
}
.list-schedule .btn-frame-pink .icn-arrow-r {
  width: 6px;
  height: 10px;
  margin-right: 5px;
  background: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%206%209.96%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fd0260%3Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M1.5%2C0l3%2C3.32h0L6%2C5H6L4.5%2C6.64h0L1.5%2C10%2C0%2C8.3%2C3%2C5%2C0%2C1.66Z%22%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}
}

