@charset "UTF-8";
/* 追加設定
----------------------------------------------- */
/* キャンパスライフと年間行事
----------------------------------------------- */
/* line 9, event.scss */
article.event .title_area {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  /* line 9, event.scss */
  article.event .title_area {
    margin-bottom: 40px;
  }
}
/* line 15, event.scss */
article.event .title_area .title {
  position: relative;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  /* line 15, event.scss */
  article.event .title_area .title {
    margin: 0 auto 55px;
  }
  /* line 21, event.scss */
  article.event .title_area .title img {
    width: 50%;
  }
}
/* line 26, event.scss */
article.event .title_area .title:before {
  content: '';
  position: absolute;
  bottom: -46px;
  display: inline-block;
  width: 40px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cccccc;
}
@media screen and (max-width: 767px) {
  /* line 26, event.scss */
  article.event .title_area .title:before {
    bottom: -30px;
    width: 20px;
  }
}
/* line 44, event.scss */
article.event .title_area .lead {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  /* line 44, event.scss */
  article.event .title_area .lead {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/* line 59, event.scss */
article.event .annual-events .group {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  /* line 59, event.scss */
  article.event .annual-events .group {
    margin-bottom: 25px;
  }
}
/* line 65, event.scss */
article.event .annual-events .group .month {
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background: #b8860b;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  /* line 65, event.scss */
  article.event .annual-events .group .month {
    font-size: 18px;
  }
}
/* line 78, event.scss */
article.event .annual-events .group .photo {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 767px) {
  /* line 81, event.scss */
  article.event .annual-events .group .photo li.none {
    display: none;
  }
}
/* line 88, event.scss */
article.event .annual-events .group .detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #fffeeb;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  /* line 88, event.scss */
  article.event .annual-events .group .detail {
    padding: 15px 20px;
  }
}
/* line 98, event.scss */
article.event .annual-events .group .detail li {
  font-weight: bold;
  position: relative;
  padding-left: 17px;
  margin-right: 30px;
  margin-bottom: 10px;
}
/* line 104, event.scss */
article.event .annual-events .group .detail li:before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #b8860b;
  border-radius: 50%;
}

/*# sourceMappingURL=event.css.map */
