@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: rgba(206,50,86,0.8);
}

/* リンク、その他のカラーここから */
.p-linkBtn__link,
.p-about__link,
.p-date__link,
.p-info__link {
  color: #42529c;
}
.p-linkBtn__link::before,
.p-date__h3::before,
.p-info__h3::before {
  background: #42529c;
}
.p-about__p::before {
  border-right: 4px solid #42529c;
  border-bottom: 4px solid #42529c;
}
.c-label {
  border: 1px solid #42529c;
}
/* リンク、その他のカラーここまで */


/* 見出し関連のカラーここから */
.p-date__h2,
.p-event__h2,
.p-info__h2 {
  background: #ce3256;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #ff9d00;
}

.p-date__wrapper {
  list-style-type: disc;
}
.p-date__item:first-child {
  list-style-type: none;
  margin: 0;
  margin: 0 0 0 16px;

}
.p-date__item {
  vertical-align: middle;
  margin: 0 0 0 32px;
}
.p-date__text {
  font-size: 18px;
  font-weight: normal;
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.p-date__link {
  /* font-size: 14px; */
  margin: 0;
  vertical-align: middle;
  width: initial !important;
}
.p-date__link--fs18 {
  font-size: 18px;
  margin: 8px 0 0 16px;
}
.p-date__small {
  font-size: 14px;
  font-weight: normal;
}
.c-icon {
  position: relative;
  text-indent: 12px;
  margin: 12px 0 0 12px;
}
.c-icon::before {
  content: "";
  position: absolute;
  transform: translate(0, -50%);
  top: 22%;
  left: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1d2089; 
}
.c-icon--mid::before {
  top: 45%;
}
.c-icon--high::before {
  top: 13%;
}

.accece img{
  width: 90%;
  margin: 30px 0 0 48px
}

/*TOP下分野部分設定*/
.bunya ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px;
}

.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{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {

  .p-date__box {
    padding: 0 0 0 88px !important;
    justify-content: flex-start !important;
  }
  
  .p-date__wrapper {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 70%;
  }
  .p-date__p {
    width: 100% !important;
  }
  .p-date__text {
    width: 100%;
  }
  /* .p-date__link {
    margin: 8px 0 0!important;
  } */
  .p-event__wrapper {
    display: flex;
    flex-direction: column;
  }


}

@media (max-width: 500px){
  .bunya ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 5px;
    margin-top: 20px;
  }
  
  .bunya li{
    font-size: 13px;
    padding: 5px;
    border-radius: 5px;
    margin: 3px;
  }
  
  .bunya  p{
    font-size: 16px;
  }

}

