@charset "UTF-8";
/* 見出し
/*+---------------------------------*/
/* --- 見出しlevel3 --- */
.heading-level3 {
  max-width: 640px;
  margin: 0 auto 10px;
  font-size: 1rem;
  font-weight: normal;
}

.heading-level3::before {
  position: relative;
  top: -1px;
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #000;
  border-radius: 50%;
}

/* --- 見出しレベル3用ボックス --- */
.content-box {
  margin-bottom: 30px;
}

.content-box #movieArea {
  padding: 0;
}
