@charset "utf-8";

.topics_area .flex {
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.topics_area .flex .item {
  width: 31%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .topics_area .flex .item {
    width: 100%;
  }
}

.topics_area .flex .item a {
  display: block;
}

.topics_area .topic_news,
.topics_area .data {
  display: block;
  font-weight: 600;
  margin-top: 0.5em;
}

.topics_area .topic_news {
  display: block;
  padding: 2px 0px;
  font-size: 1.2rem;
  font-weight: 600;
}

.topics_area .flex .item h5 {
  width: 100%;
  font-weight: 700;
  line-height: 1.8;
}

.topics_area .flex .item .btn {
  max-width: 10em;
  padding: 0.75em 1.5em 0.75em 0.3em;
  line-height: 1.8;
  font-size: 14px;
  margin-top: 1em;
}



.topics_area .list li h5 {
  margin-top: 1em;
}

.automobile .topic_news {
  color: rgba(240, 69, 78, 1);
  border-bottom: 1px solid rgba(240, 69, 78, 1);
}

.parts .topic_news {
  color: rgba(255, 159, 56, 1);
  border-bottom: 1px solid rgba(255, 159, 56, 1);
}

.material .topic_news {
  color: rgba(117, 105, 205, 1);
  border-bottom: 1px solid rgba(117, 105, 205, 1);
}

.testing .topic_news {
  color: rgba(0, 123, 208, 1);
  border-bottom: 1px solid rgba(0, 123, 208, 1);
}

.cae .topic_news {
  color: rgba(0, 160, 125, 1);
  border-bottom: 1px solid rgba(0, 160, 125, 1);
}

.electronics .topic_news {
  color: rgba(231, 76, 155, 1);
  border-bottom: 1px solid rgba(231, 76, 155, 1);
}

.rpa .topic_news {
  color: rgba(0, 196, 221, 1);
  border-bottom: 1px solid rgba(0, 196, 221, 1);
}



.pages .topics_area {
  margin-bottom: 70px;
}




/* 詳細ページ */
.detail .contents {
  margin-bottom: 70px;
}

.detail .topics_area {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.detail .topics_area a {
  text-decoration: underline;
  color: #B7C800;
}

.detail .topics_area p+p {
  margin-bottom: 1rem;
}

.detail .topics_area .topic_news {
  text-align: center;
}

.detail .topics_area h4 {
  margin-top: 1em;
  margin-bottom: 2em;
}

.detail .topics_area .description {
  line-height: 2.2;
}

.detail .topics_area .circle_title {
  margin-top: 70px;
}

.detail .topics_area .list li {
  margin-top: 0.5em;
}

.detail .topics_area .list .btn {
  max-width: 100%;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 0.75em 3.5em 0.75em 1.5em;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .detail .topics_area .list .btn {
    border-radius: 10px;
  }
}


/* ======= ページフッターナビ style ========== */

.page_move_nav {
  padding-bottom: 70px;
}

.page_move_nav .btn {
  margin-top: 70px;
}

.page_move_nav .prev::before {
  right: auto;
  left: 7px;
  background-color: #014796;
}

.page_move_nav .prev:hover::before {
  background-color: #B7C800;
}

.page_move_nav .prev::after {
  top: 35%;
  right: auto;
  left: 15px;
  transform: rotate(180deg) translate(-50%, 0%);
  -webkit-transform: rotate(180deg) translate(-50%, 0%);
}

@media screen and (max-width: 640px) {
  .page_move_nav .btn {
    margin-top: 40px;
    font-size: 1.2rem;
    max-width: 170px;
  }

  .page_move_nav .btn::before {
    width: 30px;
    height: 30px;
  }

}