@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : topics.css
Description : トピックスページ
===================================================================== */
/* =====================================================================
    一覧
======================================================================*/
.topics {
  padding: 12rem 0 20rem;
}
.topics .sec_ttl {
  margin-bottom: 6rem;
}

.topics_list li {
  position: relative;
}
.topics_list li .article_list_img {
  margin-bottom: 0;
}
.topics_list li figure {
  margin-bottom: 0;
}
.topics_list li .article_list_date {
  margin-top: 1.3em;
  font-size: 71%;
  color: #e51732;
}
.topics_list li:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .topics_list li:first-child a .article_list_img {
    margin-bottom: 1.3em;
  }
  .topics_list li:not(:last-child) {
    margin-bottom: 8rem;
  }
  .topics_list li:not(:first-child) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics_list li:not(:first-child) a .article_list_img {
    width: calc(270 / 640 * 100%);
  }
  .topics_list li:not(:first-child) a .article_list_text {
    width: calc(325 / 640 * 100%);
    margin-top: -0.3em;
  }
}

@media screen and (min-width: 768px) {
  .topics {
    padding: 8rem 0 16rem;
  }
  .topics_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topics_list li {
    margin: 0 calc(44 / 1000 * 100%) 8rem 0 !important;
    width: calc(304 / 1000 * 100%);
    font-size: 18px;
  }
  .topics_list li .article_list_img {
    margin-bottom: 2.4rem;
  }
  .topics_list li h4 {
    font-size: 112%;
  }
  .topics_list li .article_list_date {
    font-size: 100%;
  }
  .topics_list li:nth-child(3n+1), .topics_list li:last-child {
    margin-right: 0 !important;
  }
  .topics_list li:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(800 / 1000 * 100%);
  }
}
/* =====================================================================
    詳細
======================================================================*/
.topics_article {
  position: relative;
}
.topics_article > * {
  position: relative;
}
.topics_article header {
  margin-bottom: 4rem;
}
.topics_article header h3 {
  font-size: 133%;
  line-height: 1.25;
}
.topics_article_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  font-family: "Antonio", sans-serif;
  font-weight: 700;
  font-size: 83%;
  color: #e51732;
  border-bottom: 1px solid;
}
.topics_article_date p::before {
  content: "/";
  display: inline-block;
  margin: 0 0.3em;
}
.topics_article_contents {
  margin: 6rem 0;
}
.topics_article_contents > * {
  position: relative;
  margin-bottom: 6rem;
  line-height: 1.666;
}
.topics_article_contents h4 {
  padding: 3.5rem 4rem;
  font-size: 120%;
  background: -webkit-gradient(linear, left top, right top, from(#b31227), color-stop(75%, transparent));
  background: linear-gradient(to right, #b31227 0%, transparent 75%);
}
.topics_article_contents p a {
  display: inline;
  border-bottom: 1px solid;
}
.topics_article_contents p b,.topics_article_contents p strong {
  font-weight: 500;
  color: #ffb2bd;
}
.topics_article_contents .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
.topics_article_contents .img_list li {
  margin-bottom: 2rem;
  width: 50%;
}
.topics_article_contents .img_list li.wide {
  width: 100%;
}
.topics_article .sns_share {
  margin-top: 8rem;
}

.btn_back {
  margin: 8rem auto 0;
  width: calc(400 / 640 * 100%);
}

@media screen and (min-width: 768px) {
  .topics_article {
    margin: 0 auto;
    max-width: 800px;
    font-size: 18px;
  }
  .topics_article header h3 {
    font-size: 150%;
  }
  .topics_article_date {
    font-size: 100%;
  }
  .topics_article_contents p a:hover {
    border-color: #ffb2bd;
  }
  .btn_back {
    width: calc(320 / 1000 * 100%);
  }
}/*# sourceMappingURL=topics.css.map */
