@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: rgba(1, 62, 154, 0.8);
}

/* リンク、その他のカラーここから */
/* .p-linkBtn__link,
.p-about__link,
.p-date__link {
  color: #008B8B;
}
.p-linkBtn__link::before,
.p-date__h3::before,
.p-info__h3::before {
  background: #008B8B;
}
.p-about__p::before {
  border-right: 4px solid #008B8B;
  border-bottom: 4px solid #008B8B;
} */
.c-label {
  border: 1px solid #008B8B;
}

.p-date__link {
    color: #161616;
    text-decoration: none;
}
/* リンク、その他のカラーここまで */


/* 見出し関連のカラーここから */
.p-date__h2,
.p-event__h2,
.p-info__h2 {
  background: #008B8B;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #ff9d00;
}
.p-event__item{
	flex-wrap:wrap;
}
/* .inner01 .p-event__text{
	color:#008B8B;
	font-weight:700;
} 
.p-event__text_02{
	display:inline-block;
  font-size: 1.6rem;
}
.p-event__item .inner01{
	display:flex;
	justify-content:space-between;
	width:96%;
	margin:30px 0;
	flex-wrap:wrap;
}
.p-event__item .inner01 li{
	width:48%;line-height:1.7;
	border:2px dotted #008B8B;
	padding:5px;
	border-radius:5px;
	margin:5px 0;
} */

.border{
	border-left: 5px solid #00a8a8;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.border2{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

.color{color: #00a8a8;padding-right: 5px;}
.small{font-size: 14px;padding-left: 10px;padding-top: 0;margin-top: 0;}
.dounyu{
	font-weight: bold;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
	line-height: 1.5;
	padding: 20px 10px 20px;
}
.none{display: none;}

@media screen and (max-width: 768px) {
	.p-event__item .inner01{display:block;}
	.p-event__item .inner01 li{	width:100%;margin-bottom:10px;}
.p-event__item .inner02 li{	width:100%;padding:0 0 0 15px;}
.none{display: block;}
}

