@charset "UTF-8";
.keyVisual {
  background-color: #51308e;
}
.keyVisual::after {
  content: "";
  display: block;
  transform: translateY(-40px);
  background: #fff;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 40px;
}
.keyVisual__sleeve {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  background-image: url("../media/images/re2019/top/visual_bg.png");
  background-position: right 85%;
  background-repeat: no-repeat;
  max-width: 1510px;
}
@media screen and (max-width: 767px) {
  .keyVisual .pc {
    display: none;
  }
}
.keyVisual .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .keyVisual .sp {
    display: block;
  }
}
.keyVisual .visual__item {
  position: relative;
}
.keyVisual .visual__copy {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translatey(-50%);
  padding: 17px 25px 17px 30px;
  border-top: 4px solid #F0E245;
  background: linear-gradient(315deg, transparent 22px, #51308e 22px);
  background-position: bottom right;
  font-size: 24px;
  color: #fff;
  width: 383px;
}
@media screen and (max-width: 767px) {
  .keyVisual .visual__copy {
    padding: 10px 20px 10px 15px;
    background: linear-gradient(315deg, transparent 13px, #51308e 13px);
    font-size: 15px;
    width: auto;
    background-size: contain;
  }
}
.keyVisual .visual__copy span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .keyVisual .visual__copy span {
    font-size: 9.5px;
  }
}

#keyVisual__space {
  display: table;
  margin: 0 auto;
  max-width: 1140px;
}

.top_slide {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1140px;
  opacity: 0;
  transition: 0.3s;
}
.top_slide.slick-initialized {
  opacity: 1;
}
.top_slide.slick-initialized > li {
  display: block;
}
.top_slide.slick-initialized > li:first-child {
  visibility: visible;
}
.top_slide > li {
  display: none;
}
.top_slide > li:first-child {
  visibility: hidden;
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.1s;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  overflow: hidden;
  background-color: #fff;
}
.slick-dots li.slick-active {
  background-color: transparent;
}
.slick-dots li button {
  font-size: 0;
  padding: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  outline: none;
  background-color: transparent;
  border: none;
}

.bottomContents {
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .bottomContents {
    padding: 50px 0;
  }
}

.bannerList {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 80px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .bannerList {
    display: block;
    margin-bottom: 40px;
  }
}
.bannerList--l {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.bannerList--l > li + li {
  margin-top: 30px;
}
@media print, screen and (min-width: 1025px) {
  .bannerList > li {
    flex: 0 0 312px;
    margin-left: 30px;
  }
  .bannerList > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .bannerList > li {
    flex: 0 0 31.33%;
    margin-left: 3%;
  }
  .bannerList > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .bannerList > li {
    margin-left: 0;
  }
  .bannerList > li + li {
    margin-top: 40px;
  }
}
.bannerList > li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.bannerList > li .img img {
  display: block;
}
@media screen and (max-width: 767px) {
  .bannerList > li .img img {
    width: 100%;
  }
}
.bannerList__title {
  position: relative;
  margin: 0;
  padding: 22px 5px 22px 50px;
  background-color: #51308e;
  font-size: 18px;
  font-weight: normal;
  color: white;
}
@media screen and (max-width: 1024px) {
  .bannerList__title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bannerList__title {
    padding: 25px 5px 25px 55px;
    font-size: 19px;
  }
}
.bannerList__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 6px;
  background-color: #F0E245;
}
.bannerList__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #fff transparent;
}

.inner--middle {
  margin: 0 auto;
  width: 656px;
}
@media screen and (max-width: 767px) {
  .inner--middle {
    width: 100%;
  }
}

.top_head {
  margin: 30px 0;
  padding: 18px 0;
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top_head {
    margin: 15px 0;
    padding: 15px 0;
    font-size: 10px;
  }
}

.topics {
  padding: 80px 0 70px;
}
@media screen and (max-width: 1024px) {
  .topics {
    padding: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .topics {
    padding: 40px 0 0px;
  }
  .topics .inner {
    padding: 0;
  }
}
.topics_tabList > li {
  flex: 0 0 199px;
}
@media screen and (max-width: 767px) {
  .topics_tabList > li {
    flex: 0 0 20%;
  }
}

.event {
  background-color: #eeeef4;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .event {
    padding: 40px 0 0;
  }
  .event .inner {
    padding: 0;
  }
}

.topicList__date {
  margin-right: 15px;
}
.topicList__categoryTitle {
  display: block;
}

.related_organization__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 0px;
  padding: 0 5px 30px;
  border-bottom: 1px solid #ccc;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .related_organization__list {
    display: block;
  }
}
.related_organization__list > li {
  margin-left: 30px;
}
.related_organization__list > li:nth-child(odd) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .related_organization__list > li {
    margin-left: 0;
  }
  .related_organization__list > li + li {
    margin-top: 15px;
  }
}

.keyVisual__emergency {
  min-height: 360px;
}

section.emergency .emergency_message {
  padding: 50px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  section.emergency .emergency_message {
    min-height: 319px;
    padding: 35px 0 40px;
  }
}
section.emergency .emergency_message .message_detail {
  font-weight: bold;
  color: #fff;
  line-height: 1.422;
  text-align: center;
}
section.emergency .emergency_message .message_detail a {
  text-decoration: none;
  color: #fff;
}
section.emergency .emergency_message .message_detail .detail_title {
  font-size: 31px;
  margin: 0 0 11px;
}
@media screen and (max-width: 767px) {
  section.emergency .emergency_message .message_detail .detail_title {
    font-size: 24px;
    margin-bottom: 7px;
  }
}
section.emergency .emergency_message .message_detail .detail_text {
  font-size: 23px;
}
@media screen and (max-width: 767px) {
  section.emergency .emergency_message .message_detail .detail_text {
    font-size: 19px;
  }
}
section.emergency .emergency_message .message_detail .detail_text p {
  margin: 0;
}
section.emergency .emergency_message .message_detail .detail_text p + p {
  margin-top: 1em;
}
section.emergency .emergency_message .message_note {
  font-size: 13px;
  text-align: center;
  border: solid 1px #fff;
  max-width: 1000px;
  padding: 11px;
  margin: 45px auto 0;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  section.emergency .emergency_message .message_note {
    max-width: none;
    width: calc(100% - 38px);
    margin-top: 36px;
    padding: 13px 15px;
  }
}
section.emergency .emergency_message .message_note::before {
  content: "▼";
  font-size: 23px;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  section.emergency .emergency_message .message_note::before {
    font-size: 16px;
    top: -26px;
  }
}
section.emergency .emergency_message .message_note .note_title {
  font-weight: bold;
  margin: 0;
}
section.emergency .emergency_message .message_note .note_text {
  font-weight: 500;
}
section.emergency .emergency_message .message_note .note_text p {
  margin: 0;
}
section.emergency .emergency_message .message_note .note_text p + p {
  margin-top: 1em;
}

section.contentsInfo {
  margin-top: 70px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  section.contentsInfo {
    margin-top: 35px;
  }
}
section.contentsInfo .contentsInfo_text {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
section.contentsInfo ul.contentsInfo_link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
section.contentsInfo ul.contentsInfo_link > li {
  line-height: 1.1;
  padding: 0 20px;
  border-left: solid 1px #000;
  margin-bottom: 10px;
}
section.contentsInfo ul.contentsInfo_link > li a {
  text-decoration: none;
  color: #000;
}
section.contentsInfo ul.contentsInfo_link > li:first-child {
  border-left: none;
}

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