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

.topics .gradeBox {
  top: 50rem;
  left: 0;
  width: 100%;
  height: 45rem;
}

.topics .ttl_side {
  bottom: auto;
  top: 39.8rem;
}

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

.topics .sec_ttl span {
  color: #c6e7ec;
  background: -webkit-gradient(linear, left top, right top, from(#c6e7ec), color-stop(10%, #c6e7ec), color-stop(90%, #d8ddf2), to(#d8ddf2));
  background: linear-gradient(90deg, #c6e7ec 0%, #c6e7ec 10%, #d8ddf2 90%, #d8ddf2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topics_list li {
  position: relative;
}

.topics_list li a {
  padding-bottom: 4rem;
}

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

.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: 4rem;
  }
  .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: 30.4rem;
  }
  .topics_list li:not(:first-child) a .article_list_text {
    width: 34rem;
    margin-top: -.3em;
  }
}

@media screen and (min-width: 768px) {
  .topics .gradeBox {
    top: 35rem;
    height: 55rem;
  }
  .topics .ttl_side {
    top: 32.2rem;
  }
  .topics .sec_ttl_wrap {
    margin-left: 3em;
    text-align: center;
  }
  .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%) 6.4rem 0 !important;
    width: calc(304 / 1000 * 100%);
  }
  .topics_list li a {
    padding-bottom: 2.3rem;
  }
  .topics_list li a:hover {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  .topics_list li .article_list_img {
    margin-bottom: 2rem;
  }
  .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(880 / 1000 * 100%);
  }
}

/* =====================================================================
    詳細
======================================================================*/
.topics_article {
  position: relative;
  padding-bottom: 2rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
          box-shadow: 0px 2.4rem 4rem 0px rgba(61, 84, 153, 0.2);
}

.topics_article > * {
  position: relative;
}

.topics_article header {
  padding: 4rem calc(60 / 680 * 100%);
  background-color: #424b66;
}

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

.topics_article_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.8rem;
  color: #c1e7ec;
}

.topics_article_date p::before {
  content: '/';
  display: inline-block;
  margin: 0 .3em;
}

.topics_article_contents {
  padding: 6rem calc(60 / 680 * 100%);
}

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

.topics_article_contents p {
  line-height: 1.833;
}

.topics_article_contents p a {
  display: inline;
  border-bottom: 1px solid #ff4070;
}

.topics_article_contents p b {
  font-weight: 900;
  color: #ff4070;
}

.topics_article_contents h4,
.topics_article_contents h5 {
  padding-left: 1em;
  text-indent: -0.65em;
  line-height: 1.833;
  color: #ff4070;
}

.topics_article_contents h4::before,
.topics_article_contents h5::before {
  content: '●';
  display: inline-block;
  margin-right: 0.2em;
}

.topics_article_contents h4 + p,
.topics_article_contents h5 + p {
  margin-top: -1.2em;
  padding-left: 1em;
}

.topics_article_contents h5::before {
  content: '・';
}

.topics_article .sns_share {
  border-image-width: 1px 0 0 0;
}

a.btn_back {
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .topics_article header {
    padding: calc(40 / 1000 * 100%) calc(80 / 1000 * 100%);
  }
  .topics_article_date {
    font-size: 14px;
  }
  .topics_article_contents {
    padding: calc(60 / 1000 * 100%) calc(80 / 1000 * 100%);
  }
  .topics_article_contents figure {
    margin-left: auto;
    margin-right: auto;
    width: calc(640 / 840 * 100%);
  }
  .topics_article_contents p a:hover {
    border-color: #34a3ad;
  }
}
/*# sourceMappingURL=topics.css.map */