@charset "utf-8";

/* メインビジュアルの帯の色 */
.p-mv__bg {
  background: rgba(111, 186, 44,0.8);
}

/* リンク、その他のカラーここから */
.p-linkBtn__link,
.p-about__link,
.p-date__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: #6fba2c;
}
/* 見出し関連のカラーここまで */


/* 申し込みボタン */
.c-applyBtn {
  background: #f08300;
  box-shadow: 0px 3px 0px #d17300;
}

/* 学校別ここから */
.p-date__link {
  line-height: 1.5;
}

.p-event__box {
  width: 60%;
  min-width: 320px;
}
.p-event__text {
  width: 70%;
  min-width: 320px;
}

.p-event__title--pad0 {
  padding: 0 5%;
  margin: 16px 0 0;
}
.p-event__note {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  width: 320px;
  margin: 24px auto 0;
  padding: 0 0 0 5px;
}
.p-event__h3,
.p-event__note {
  position: relative;
}
.p-event__h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7px;
  width: 3px;
  height: 18px;
  background: #63a2ff;
  border-radius: 5px;
}
.p-event__note::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 18px;
  background: #63a2ff;
  border-radius: 5px;

}

/*TOP下分野部分設定*/
.bunya ul{
 margin: 10px auto;
  max-width: 500px;
}

.bunya li{
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  margin: 5px;
}

.color1{border-left: 5px solid #ff7300;}
.color2{border-left: 5px solid #ee1959;}

.bunya  p{
  max-width: 500px;
  font-size: 15px;
  display: block;
  margin: 0 auto 30px;
  padding: 5px;
}
@media (min-width: 768px) {
  .p-event__title--pad0 {
    max-width: 95%;
    margin: 32px 0 0;
  }
  .p-event__text--width {
    max-width: 95% !important;
  }  
  .p-event__note {
    width: 100%;
    margin: 32px 0 0 ;
  }
  .p-event__h3::before {
    top: 4px;
  }
}