@charset "UTF-8";
.topicsContainer h2 {
  margin: 50px 0 80px;
  font-size: 50px;
  line-height: 1;
  text-align: center
}
.topicsContainer h2 span {
  display: block;
  margin-top: 10px;
  font-size: 30px
}
.topicsList {
  width: 65%;
  max-width: 926px;
  margin: 0 auto;
  border-top: 1px solid #707070
}
.topicsItem:nth-child(even) {
  background-color: rgba(240, 255, 242, 0.3)
}
.topicsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #707070
}
.topicsTag {
  width: 11.8%;
  margin-right: 35px;
  padding: 2px 0 3px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #094
}
.topicsTag a {
  color: #fff
}
.topicsText {
  width: 85%;
  padding: 25px 0;
  font-size: 16px
}
.topicsText a {
  color: #202124
}
.topicsText a:hover {
  color: #9FCC01
}
.topicsText02 {
  width: 100%;
  padding: 25px 20px;
  font-size: 16px
}
.topicsText02 a {
  color: #202124
}
.topicsText02 a:hover {
  color: #9FCC01
}
.topicsDate {
  font-size: 14px;
  line-height: 1
}
.topicsNavigation {
  width: 65%;
  max-width: 926px;
  margin: 30px auto 120px
}
.topicsNavigation a {
  display: block;
  color: #202124
}
.topicsNavigation a:hover {
  color: #9FCC01
}
.prev-link {
  float: left
}
.next-link {
  float: right
}
/* SP　*/
@media screen and (max-width: 768px) {
  .topicsContainer h2 {
    margin: 50px 0;
    font-size: 28px;
    line-height: 1;
    text-align: center
  }
  .topicsContainer h2 span {
    display: block;
    margin-top: 10px;
    font-size: 17px
  }
  .topicsList {
    width: 85%;
    margin: 0 auto 18px;
    border-top: 1px solid rgba(112, 112, 112, 0.3)
  }
  .topicsItem:nth-child(even) {
    background-color: rgba(240, 255, 242, 0.3)
  }
  .topicsItem {
    display: block;
    border-bottom: 1px solid rgba(112, 112, 112, 0.3)
  }
  .topicsTag {
    width: 26.1%;
    margin-right: 0;
    padding: 3px 0 4px;
    font-size: 10px;
    text-align: center;
    color: #fff;
    background-color: #094
  }
  .topicsText {
    width: 100%;
    padding: 5px 5px 10px;
    font-size: 16px
  }
  .topicsText a {
    color: #202124
  }
  .topicsDate {
    font-size: 12px;
    line-height: 1
  }
  .topicsTitle {
    font-size: 14px;
    line-height: 1.7
  }
  .topicsNavigation {
    width: 85%;
    margin: 0 auto 72px
  }
}