@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: rgba(1, 62, 154, 0.8);
}

/* リンク、その他のカラーここから */
.p-linkBtn__link,
.p-about__link,
.p-date__link {
  color: #EB623C;
}
.p-linkBtn__link::before,
.p-date__h3::before,
.p-info__h3::before {
  background: #EB623C;
}
.p-about__p::before {
  border-right: 4px solid #EB623C;
  border-bottom: 4px solid #EB623C;
}
.c-label {
  border: 1px solid #EB623C;
}
/* リンク、その他のカラーここまで */


/* 見出し関連のカラーここから */
.p-date__h2,
.p-event__h2,
.p-info__h2 {
  background: #EB623C;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #ff9d00;
}
h4{
	font-size:20px;
	color:#fff;
	font-weight:900;
	background:#EB623C;
	padding:5px;
	margin:5px 0;
}
.p-event__item div p span{
	color:#EB623C;
	font-weight:900;
}
.p-event__item ul{
	list-style:none;
}

.p-event__item ul li{
	line-height:1.7;
	padding-left:10px;
}
p.attention, li.attention{
	font-size:14px;
}
.p-info__block ._01{
	width:96%!important;
	padding:16px 0 0 0;
}
.p-info__box ._01{
	width:50%!important;
	margin:16px 0 0 0!important;
}
.p-info__box ._01 .p-info__text {
	 margin: 8px 0 0 0;
}

@media screen and (max-width: 480px) {
	h4{font-size:16px;}
}

.p-info__box ._01{
	width:90%!important;
}