@charset "UTF-8";
#main {
  background: url("/html/template/default/img/special/lecture/bg.jpg");
  background-size: 100% 100%;
  padding-bottom: 20px;
}

#main a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #main {
    margin-left: -8px;
    margin-right: -8px;
  }
}

#lecture {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 44px;
}

#lecture p {
  margin-top: 20px;
}

#lecture p .red {
  color: #ff0000;
}

#lecture .afterKanban {
  padding: 0 8px;
}

#lecture .spFullWidth {
  margin-left: -8px;
  margin-right: -8px;
}

#lecture .outline {
  display: block;
  color: #ffffff;
  /* 文字の色 */
  font-size: 36pt;
  /* 文字のサイズ */
  letter-spacing: 4px;
  /* 文字間 */
  text-shadow: 2px 2px 1px #303133, -2px 2px 1px #303133, 2px -2px 1px #303133, -2px -2px 1px #303133, 2px 0px 1px #303133, 0px 2px 1px #303133, -2px 0px 1px #303133, 0px -2px 1px #303133;
  /* 文字の影 */
}

@media screen and (max-width: 768px) {
  #lecture p {
    font-size: 1.8rem;
    line-height: normal;
  }
  #lecture .outline {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=lecture.css.map */