@charset "UTF-8";

/* ==========================================================================
    top page
============================================================================= */
/* ===================================
  slider
==================================== */
.slide {
  max-width: 100%;
  overflow: hidden;
}

.slide img {
  width: 100%;
}

.slide .slick-dots {
  bottom: 20px;
}

.slide .slick-dots li {
  margin: 0 10px;
}

.slide .slick-dots li button:before {
  color: #1565c0;
  font-size: 20px;
}

.slide .slick-dots li.slick-active button:before {
  opacity: 1;
}

/* ===================================
  news list
==================================== */
.news-lst {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 1em;
}

.news-lst li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 0;
}

.news-lst li:first-child {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.news-lst li+li {
  border-top: 0;
  border-bottom: 1px dotted #ccc;
}

.news-lst li span {
  width: 6em;
}

.news-lst li p {
  width: calc(100% - 6em);
}

.news-lst li a {
  color: #039;
}

.news-lst li a:hover {
  text-decoration: underline;
}

.news-lst li .note {
  display: block;
  font-size: 1.3rem;
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .news-lst {
    -ms-flex-preferred-size: calc(58.33% - 30px);
    flex-basis: calc(58.33% - 30px);
  }

  .fb-wrap {
    -ms-flex-preferred-size: 41.67%;
    flex-basis: 41.67%;
  }
}

/* ===================================
  facebook timeline
==================================== */
.fb-page {
  width: 100% !important;
  max-width: 500px !important;
  height: 500px !important;
}

.fb-page span {
  width: 100% !important;
  max-width: 500px !important;
  height: 500px !important;
}

.fb-wrap iframe {
  width: 100% !important;
  max-width: 500px !important;
  height: 500px !important;
}

._2p3a {
  width: 100% !important;
}

@media screen and (max-width: 767.98px) {
  .fb-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 20px;
    text-align: center;
  }

  ._2p3a {
    width: 100% !important;
  }
}

/* ===================================
  organizer
==================================== */
@media screen and (max-width: 767.98px) {
  #organizer .bnr {
    margin-bottom: 20px;
  }
}
