/* LESS Document */
/* -------------------------------- topics */
.topicsArea {
  padding-top: 55px;
}
.topicsArea .topicsList {
  max-width: 1040px;
  margin: 0 auto;
}
.topicsArea .topicsList > * {
  display: flex;
  margin: 55px 0 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList > * {
    display: block;
    max-width: none;
    width: 100%;
    padding: 0 10px;
    margin: 30px 0 0;
  }
  .topicsArea .topicsList > * img {
    width: 100%;
  }
}
.topicsArea .topicsList > *:hover {
  color: #1E94D4;
}
.topicsArea .topicsList > *:hover img {
  opacity: 1;
}
.topicsArea .topicsList > * .topics_img {
  position: relative;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList > * .topics_img {
    width: 100%;
  }
}
.topicsArea .topicsList > * .topics_img img {
  min-width: 320px;
}
.topicsArea .topicsList > * .tagList {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.topicsArea .topicsList > * .tagList .tag {
  margin-left: auto;
}
.topicsArea .topicsList > * .comment {
  margin: 5px 0 0 25px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .topicsArea .topicsList > * .comment {
    margin: 0 0 5px;
  }
}
.topicsArea .topicsList > * .comment .title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 2rem;
}
.topicsArea .topicsList > * .comment p {
  font-size: 1.8rem;
}
.tagList {
  display: flex;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  color: #FFF;
  text-align: center;
}
.tagList time {
  padding: 2px 7px;
  background: #000;
  font-size: 1.4rem;
}
.tagList .new {
  padding: 4px 5px;
  background: #F00;
  font-size: 1.2rem;
  font-weight: 400;
}
.tagList .tag {
  min-width: 70px;
  padding: 2px 5px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 1.6rem;
  background: #1E94D4;
}
.tagList .tag.recruit {
  background: #88D300;
}
.tagList .tag.info {
  background: #1E94D4;
}
.returnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .returnArea .next,
  .returnArea .prev {
    width: 30%;
  }
}
.returnArea .next a,
.returnArea .prev a {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .returnArea .next a,
  .returnArea .prev a {
    font-size: 3.2vw;
  }
}
.returnArea .next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .returnArea .return {
    width: 40%;
  }
}
.returnArea .return .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 225px;
  height: 45px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .returnArea .return .btn {
    width: 100%;
    height: 35px;
    padding: 10px;
    font-size: 3.2vw;
  }
}
