@charset "utf-8";

.fz-16 {
  font-size: 16px;
}

.lead-red {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
}

.text-red {
  color: #ff0000 !important;
}

.w-100 {
  width: 100% !important;
}

.bg-primary-light {
  background-color: rgba(253, 176, 209, .4);
}

.seminar-movie-title {
  margin: 20px 10px 0 10px;
  padding: 4px 9px;
  font-size: 16px !important;
  font-weight: bold;
}

.seminar-movie-block iframe {
  max-width: 100%;
  margin: 14px 0 10px 0;
  height: 200px;
}