@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : topics.css
Description : トピックスページ
===================================================================== */
/* =====================================================================
    一覧
======================================================================*/
.topics {
  padding: 12rem 0 0;
}

.topics .sec_ttl {
  margin-bottom: 9.6rem;
}

.topics .sec_ttl img {
  margin: 0 auto;
  width: 36.8rem;
}

.topics .sec_ttl span {
  top: 0;
  left: 0;
}

.topics_list li {
  position: relative;
}

.topics_list li a {
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid rgba(255, 255, 255, 0.5);
}

.topics_list li .article_list_img {
  margin-bottom: 0;
}

.topics_list li figure {
  margin-bottom: 0;
}

.topics_list li .article_list_date {
  margin-top: 1em;
  color: #576881;
  border-bottom: 0;
}

.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;
}

.topics_list li:first-child a .article_list_img {
  margin-bottom: 1.3em;
}

@media screen and (max-width: 767px) {
  .topics_list li:not(:last-child) {
    margin-bottom: 6rem;
  }
  .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: 25.6rem;
  }
  .topics_list li:not(:first-child) a .article_list_text {
    width: 35rem;
    margin-top: -.3em;
  }
}

@media screen and (min-width: 768px) {
  .topics .sec_ttl {
    margin-bottom: 4.5rem;
  }
  .topics .sec_ttl span {
    top: 10.4rem;
    left: 0;
  }
  .topics_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .topics_list li a {
    padding-bottom: 0.2em;
  }
  .topics_list li .article_list_img {
    margin-bottom: 0.8em;
  }
  .topics_list {
    margin: 0 auto;
    width: calc(880 / 1000 * 100%);
  }
  .topics_list li {
    margin: 0 calc(56 / 880 * 100%) 8rem 0 !important;
    width: calc(256 / 880 * 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: 100%;
  }
  .topics_list li:first-child .article_list_img {
    margin: 0;
  }
  .topics_list li:first-child h3 {
    line-height: 2.25;
  }
}

/* =====================================================================
    詳細
======================================================================*/
.topics_article {
  position: relative;
  margin: 0 0 10rem -2rem;
  width: 67rem;
  background-color: #f9f5f5;
  border-radius: 4rem;
  overflow: hidden;
  -webkit-box-shadow: 0 1rem 4rem rgba(67, 108, 183, 0.3);
          box-shadow: 0 1rem 4rem rgba(67, 108, 183, 0.3);
}

.topics_article > * {
  position: relative;
}

.topics_article header {
  padding: 5rem 6rem;
  background: #dbcdc7;
  z-index: 2;
}

.topics_article header h3 {
  margin-bottom: 3rem;
  line-height: 1.833;
  color: #883131;
}

.topics_article header time {
  display: block;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 700;
  color: #f9f5f5;
}

.topics_article_contents {
  padding: 5rem 6rem 7rem;
}

.topics_article_contents > * {
  position: relative;
  margin-bottom: 1.8em;
}

.topics_article_contents figure img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
}

.topics_article_contents p {
  line-height: 1.833;
}

.topics_article_contents b {
    color: #883131;
    font-size: 1.2em;
}

.topics_article_contents a {
  color: #883131;
  text-decoration: underline;
}

.sns_share {
  width: 56rem;
}

@media screen and (min-width: 768px) {
  .topics_article {
    margin-left: auto;
    margin-right: auto;
    width: calc(900 / 1000 * 100%);
  }
  .topics_article header {
    padding-bottom: 2rem;
  }
  .topics_article header h3 {
    margin-bottom: 1rem;
  }
  .topics_article header time {
    font-size: 1.2rem;
  }
  .topics_article_contents figure {
    margin-left: auto;
    margin-right: auto;
    width: 63rem;
  }
  .sns_share {
    width: 76rem;
  }
}
/*# sourceMappingURL=topics.css.map */
