@charset "UTF-8";
.rd-event_body {
  font-size: 17px;
}
.rd-event_body section .inner_area {
  padding: 30px 0;
}
.rd-event_body section .inner_area h2 {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.rd-event_body section .inner_area p {
  line-height: 2em;
  letter-spacing: 2px;
}
.rd-event_body section .inner_area ul li {
  text-indent: -15px;
  padding-left: 15px;
  margin: 0 0 2em 0;
  line-height: 1.75em;
}
.rd-event_body section .inner_area ul li::before {
  content: "";
  /* 空の要素作成 */
  width: 10px;
  /* 幅指定 */
  height: 10px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #000;
  /* 背景色指定 */
  border-radius: 50%;
  /* 要素を丸くする */
  position: relative;
  /* 位置調整 */
  top: -1px;
  /* 位置調整 */
  margin-right: 5px;
  /* 余白指定 */
}

@media screen and (max-width: 899px) {
  .rd-event_body {
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
  }
}/*# sourceMappingURL=20240216wfollow-cp copy-rule.css.map */