@charset "utf-8";
/*========================================================================
 topics.css
========================================================================*/
.contents-area {
  width: 1190px;
  margin: 0 auto;
}

.contents-area #cnt_topics {
  position: relative;
  font-family: 'Jost', sans-serif;
  font-style: normal;
  font-weight: 400;
}


.contents-area #cnt_topics h1.ti {
    margin: 50px 0 45px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.01em;
    font-size: 30px;
    line-height: 1;
}


/*
#cnt_topics::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  z-index: 1;
  -webkit-animation: rotate 1s infinite ease-in-out;
  animation: rotate 1s infinite ease-in-out;
  border-radius: 50%;
  border: 2px solid #603434;
  border-top: 2px solid transparent;
}*/
.contents-area #cnt_topics .list_bnr {
  position: relative;
  letter-spacing: -0.4em;
  width: 1020px;
  z-index: 5;
  background: #fff;
  margin: 0 auto;
}
.contents-area #cnt_topics .list_bnr li {
  letter-spacing: normal;
  width: 310px;
  margin-bottom: 30px;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: fadeIn 1.5s;
  animation: fadeIn 1.5s;
  position: relative;
  z-index: 5;
}
.contents-area #cnt_topics .list_bnr li a {
  text-decoration: none;
  display: block;
}
.contents-area #cnt_topics .list_bnr li a img {
  width: 100%;
  height: auto;
}
.contents-area #cnt_topics .list_bnr li .topics_img {
  width: 310px;
  margin-bottom: 18px;
}
.contents-area #cnt_topics .list_bnr li .topics_txt {
  font-size: 18px;
  color: #000;
  display: block;
}
.contents-area #cnt_topics .list_bnr li .date {
    margin: 15px 0 10px;
    font-size: 12px;
    display: block;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.contents-area #cnt_topics .list_bnr li .ttl {
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.contents-area #cnt_topics .list_bnr li p:hover {
  text-decoration: underline;
}
