@charset "UTF-8";
@media screen and (max-width: 767px) {
  .topics .inner {
    padding: 0;
  }
}
.topics li:before {
  display: none;
}

.topics_tabList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .topics_tabList {
    margin-bottom: 0;
    align-items: stretch;
  }
}
.topics_tabList > li {
  flex: 0 0 20%;
  margin-right: 1px;
  padding: 8px 0;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #ddd;
  font-size: 13px;
  text-align: center;
  color: #000;
  cursor: pointer;
  transition: 0.1s;
  margin-top: 0;
  margin-left: 0;
  text-indent: 0;
}
.topics_tabList > li::before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .topics_tabList > li {
    flex: 0 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .topics_tabList > li {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
  }
}
.topics_tabList > li.active {
  border-top: 4px solid #51308e;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 767px) {
  .topics_tabList > li .tabList_sp_wrap {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
  body.en .topics_tabList > li .tabList_sp_wrap {
    line-height: 1.1;
  }
}

.topics_tabContents {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabContents_col {
  display: none;
  text-indent: 0;
  margin-left: 0;
}
.tabContents_col.active {
  display: block;
}

.topicList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topicList:empty::before {
  content: "現在記事は登録されておりません";
}
@media screen and (max-width: 767px) {
  .topicList:empty::before {
    padding: 0 20px;
  }
}
.topicList.topics_jobs:empty::before {
  content: "現在募集中の情報はございません";
}
.topicList.topics_disaster .topicList__categoryTitle {
  letter-spacing: 0.5px;
}
.topicList > li {
  margin-top: 5px;
  text-indent: 0;
  margin-left: 0;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .topicList > li {
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .topicList > li a, .topicList > li div.alt-a {
    display: block;
    padding: 15px 16px;
  }
}
.topicList > li a.text, .topicList > li div.alt-a.text {
  cursor: text;
}
@media print, screen and (min-width: 1025px) {
  .topicList > li a.text, .topicList > li div.alt-a.text {
    text-decoration: none;
  }
  .topicList > li a.text:hover, .topicList > li div.alt-a.text:hover {
    color: inherit;
    text-decoration: none;
  }
}
.topicList > li a::after, .topicList > li div.alt-a::after {
  display: none;
}
.topicList > li a:link, .topicList > li div.alt-a:link {
  text-decoration: none;
  color: #000;
}
.topicList > li a:visited, .topicList > li div.alt-a:visited {
  color: #777;
}
.topicList > li a:hover, .topicList > li div.alt-a:hover {
  color: #A00;
  text-decoration: underline;
}
.topicList__wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .topicList__wrap {
    flex-flow: row wrap;
  }
}
.topicList__date {
  margin-right: 15px;
}
.topicList__categoryTitle {
  display: none;
  flex: 0 0 120px;
  margin-right: 15px;
}
.topicList__categoryTitle::before {
  content: "■";
}
.topicList__new {
  display: none;
  color: #000;
}
.topicList__new.new {
  display: inline;
}
.topicList__new.new::before {
  content: "NEW";
  color: #70c;
}
.topicList__title {
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .topicList__title {
    flex: 0 0 100%;
  }
}

.topics_detail .topic_release_date {
  font-size: 15px;
}
.topics_detail .topic_contents {
  margin-top: 40px;
}

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