@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: rgba(1, 62, 154, 0.8);
}

/* リンク、その他のカラーここから */
.p-linkBtn__link,
.p-about__link,
.p-date__link {
  color: #FF7800;
}
.p-linkBtn__link::before,
.p-date__h3::before,
.p-info__h3::before {
  background:  #FF7800;
}
.p-about__p::before {
  border-right: 4px solid  #FF7800;
  border-bottom: 4px solid  #FF7800;
}
.c-label {
  border: 1px solid  #FF7800;
}
/* リンク、その他のカラーここまで */


/* 見出し関連のカラーここから */
.p-date__h2,
.p-event__h2,
.p-info__h2 {
  background:  #FF7800;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #0093b8;
}
.p-event__item div{
	display:block;
	width:calc(100% - 250px);
}

.p-event__text ul{
	display:block;
	margin:10px 0;
}
.p-event__text ul li{display:inline-block;}

.p-date__box table{
	width:100%;table-layout:fixed;
	padding:0 0 0 16px;
}

.p-date__box th{
	font-weight:normal;
	text-align:center;}

.p-date__box td{
	text-align:left;
	}
.p-date__box th{width:15%;
font-size:16px;padding:0 0 0 16px;}
.p-date__box td:first-of-type{
	width:25%;font-size:14px;}
.p-date__box td:nth-of-type(2){
	width:calc(100% - 40%);
  margin: 0;
  transition: ease 0.3s;}
.p-date__box td:nth-of-type(2) a{
  display: inline-block;
  width:90%;
  font-size: 1.8rem;
  color: #FF7800;
  text-decoration: underline;
}
.p-date__box td:nth-of-type(2) a:hover{ opacity: 0.6;
  transition: ease 0.3s;
}


/*TOP下分野部分設定*/
.bunya ul{
	display: flex;
	margin: 10px auto;
	max-width: 500px;
  }
  
  .bunya li{
	font-weight: bold;
	font-size: 15px;
	border: 1.5px solid #141414;
	background-color: #f8f8f8;
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 3px;
	padding: 10px;
	border-radius: 8px;
	margin: 3px;
  }
  
  .bunya  p{
	padding: 5px;
	max-width: 500px;
	font-size: 15px;
	line-height: 1.6;
	display: block;
	margin: 0 auto;
  }
  

@media screen and (max-width:768px){
	.p-event__item div{width:100%;}
	.p-date__box th,td{line-height:1.5;padding:0;margin:5px 0;}
	
	.p-date__box th{width:25%;
	font-size:14px;
	padding:0;}
.p-date__box td:first-of-type{
	width:25%;font-size:11.5px;}
.p-date__box td:nth-of-type(2){
	width:50%;
}
.p-date__box td:nth-of-type(2) a{
width:90%;
}
}