@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: none;
  position: initial;
  display: inline-block;
  text-align: center;
  margin: 24px 0 0 0;
}
.p-mv__h1 {
  color: #63a2ff;
}

/* リンク、その他のカラーここから */
.p-linkBtn__link,
.p-about__link,
.p-date__link,
.p-info__link {
  color: #63a2ff;
}
.p-linkBtn__link::before,
.p-date__h3::before,
.p-info__h3::before {
  background: #63a2ff;
}
.p-about__p::before {
  border-right: 4px solid #63a2ff;
  border-bottom: 4px solid #63a2ff;
}
.c-label {
  border: 1px solid #63a2ff;
}
/* リンク、その他のカラーここまで */


/* 見出し関連のカラーここから */
.p-date__h2,
.p-event__h2,
.p-info__h2 {
  background: #FF9900;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #ff008c;
}
/* 5/19 c-iconの体裁とp-event__wrapper周りに着手 */
.c-icon {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
}
.c-icon::before {
  content: '';
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF9900;
}