/* 読み込みフッターの調整
 * ---------------------------------------- */
 .document_list .document_image {
  display: flex;
}

/* 記事ページ個別
 *--------------------------------------------------------------------------- */
.imageflux_header {
  min-height: 78px;
  padding-bottom: 0;
}

.layout_topics_hero {
  background-color: #447af2;
}

.layout_topics_hero h2 {
  color: #fff;
  padding: 32px 0;
  line-height: 1.5;
}

.notice-source {
  margin-top: 24px;
}

.layout_topic-content h3 {
  border-left: 0.7rem solid #447af2;
  padding-left: 0.7rem;
  font-size: 1rem;
}

.layout_topic-page {
  margin: 24px 0;
}

.page_hidden {
  visibility: hidden;
}

.layout_topic-introduction {
  display: flex;
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #ccc;
  align-items: flex-start;
}

.layout_topic-introduction figure {
  flex-basis: 260px;
  text-align: right;
}

.layout_topic-introduction figure img {
  width: 200px;
}

.introduction-text {
  flex-basis: 700px;
  flex-shrink: 0;
}

.introduction-text p {
  font-size: 0.8rem;
  text-indent: 1rem;
}

.introduction-text .author {
  margin-bottom: 36px;
  font-weight: bold;
  text-indent: 0;
}

.layout_topic-text {
  color: #444;
  margin-bottom: 64px;
}

.layout_topic-text p {
  margin: 36px 0;
  font-size: 0.9rem;
  text-indent: 1rem;
  line-height: 1.8;
}

.layout_topic-text .leadline {
  letter-spacing: -0.1rem;
  padding-right: 0.2rem;
}

.layout_topic-text .interviewer {
  text-indent: 0;
  font-weight: bold;
}

.layout_topic-text .interviewee {
  margin-left: -1rem;
  color: #447af2;
  font-weight: bold;
}

.layout_snapshot_with-caption {
  display: flex;
  align-items: flex-start;
}

.layout_snapshot_with-caption img {
  width: 510px;
  margin: auto;
}

.layout_snapshot_with-caption figcaption {
  margin: auto;
  padding: 280px 24px 0;
  color: #666;
}

.layout_snapshot_without-caption {
  margin: 64px 0;
  text-align: center;
}

.layout_snapshot_without-caption img {
  width: 90%;
}

.layout_topic-text ol {
  padding: 24px 64px;
  border: 1px solid #447af2;
}

.layout_topic-text ol li {
  font-size: 0.9rem;
  list-style-type: decimal;
}

.layout_topic-text pre {
  border: 1px solid #ccc;
  padding: 24px;
  overflow: auto;
}

.layout_topic-text table {
  width: 80%;
  margin: 36px auto;
  border: 0 solid #000;
  border-top-width: 1px;
  border-left-width: 1px;
}

.layout_topic-text table th {
  background: #f6f6f6;
}

.layout_topic-text table th,
.layout_topic-text table td {
  border: 0 solid #000;
  border-right-width: 1px;
  border-bottom-width: 1px;
  font-size: 0.8rem;
}

.table_imageflux-solution tr th:nth-child(2),
.table_imageflux-solution tr th:nth-child(3) {
  padding: 8px 24px;
  text-align: left;
}

.table_imageflux-solution tr td:nth-child(2),
.table_imageflux-solution tr td:nth-child(3) {
  padding: 24px;
  width: 45%;
}

/* ページャ
 *--------------------------------------------------------------------------- */
.layout_topic-pager {
  margin: 36px auto;
  width: 500px;
}

.next-page-header li:hover {
  opacity: 0.8;
}

.next-page-header li a {
  display: block;
  padding: 8px 24px;
  background: #437af2;
  color: #fff;
  text-align: center;
}

.next-page-header #next-page1 a {
  font-size: 18px;
  padding: 12px 24px;
}

.numbering-pager {
  display: flex;
  margin: 36px auto;
  justify-content: center;
  align-items: center;
}

.numbering-pager li {
  display: block;
}

.numbering-pager li:hover {
  opacity: 0.8;
}

.numbering-pager li a {
  display: block;
  border: 1px solid #ccc;
  margin: 0 8px;
  padding: 8px 0;
  width: 30px;
  text-align: center;
}

.numbering-pager li.active a {
  color: #fff;
  background: #aaa;
}

/* 関連TOPICS
 *--------------------------------------------------------------------------- */
.layout_topics-list_card {
  display: flex;
  margin: 24px 0;
  align-items: center;
}

.layout_topics-list_card li {
  flex: 0 0 45%;
  padding: 8px 2%;
  background: #f6f6f6;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.layout_topics-list_card li:nth-of-type(odd) {
  margin-right: 2%;
}

.layout_topics-list_card li a {
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
}

.layout_topics-list_card li a:hover {
  text-decoration: none;
}

.layout_topics-list_card .topic-visual {
  flex: 0 0 40%;
  text-align: center;
}

.topic-visual img {
  width: 90%;
}

.layout_topic-description {
  flex: 0 1 auto;
  width: 90%;
}

.layout_topic-description p {
  margin-bottom: 8px;
}

.layout_topic-description .topic-title {
  font-weight: bold;
}

.layout_topic-description .topic-title,
.layout_topic-description .topic-description {
  color: #444;
  font-size: 0.8rem;
}

.layout_topics-list_card .layout_topic-description .topic-readmore {
  margin: 0;
}

.copyright {
  margin: 48px 0;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .layout_topic-description {
    padding: 0 16px;
  }

  .layout_topics-list_card {
    flex-direction: column;
  }

  .layout_topics-list_card li {
    flex: 0 0 auto;
    width: 90%;
    margin: 16px 0;
    padding: 24px 2%;
  }

  .layout_topics-list_card li:nth-of-type(odd) {
    margin-right: 0;
  }

  .layout_topics-list_card .topic-visual {
    flex: 0 0 35%;
  }

  .layout_topics-list_notcard .topic-visual {
    flex: 0 0 45%;
  }

  .layout_topics-list_notcard .layout_topic-description {
    padding-left: 24px;
  }
}

@media screen and (max-width: 599px) {
  .layout_topic-description {
    padding: 16px 16px 0;
  }

  .layout_topics-list_card li a,
  .layout_topics-list_notcard li a {
    flex-direction: column;
  }

  .layout_topics-list_card .topic-visual {
    width: 90%;
    flex: 0 0 auto;
  }

  .layout_topics-list_notcard .topic-visual {
    width: 90%;
    flex: 0 0 auto;
  }
}

/* 記事個別ページ レスポンシブ
 *--------------------------------------------------------------------------- */
@media screen and (max-width: 959px) {
  .layout_breadcrumbs {
    display: none;
  }

  .layout_topic-content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .layout_topic-introduction figure {
    flex-basis: auto;
    flex-shrink: 1;
  }

  .introduction-text {
    flex-basis: auto;
    flex-shrink: 1;
    padding-right: 24px;
  }

  .layout_snapshot_with-caption {
    flex-direction: column;
  }

  .layout_snapshot_with-caption figcaption {
    padding: 24px 24px 0;
    text-align: center;
  }

  .layout_topic-text table {
    width: 100%;
  }

  .layout_related-topics a {
    width: 90%;
    margin: 0 auto;
    padding: 24px 2%;
  }

  .layout_related-topics .layout_topics-image figcaption {
    padding: 2%;
  }
}

@media screen and (max-width: 599px) {
  .layout_topic-introduction figure {
    display: none;
  }

  .layout_snapshot_with-caption img,
  .layout_snapshot_without-caption img {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .layout_snapshot_with-caption figcaption br {
    display: none;
  }

  .layout_topic-pager {
    width: 100%;
  }

  .layout_related-topics .layout_topics-image {
    flex-direction: column;
  }

  .layout_related-topics .layout_topics-image img {
    width: 90%;
  }

  .layout_related-topics .layout_topics-image figcaption br {
    display: none;
  }

  .layout_related-topics .layout_topics-image .readmore-topics {
    margin: 24px 8px 0 0;
    text-align: right;
  }
}