@charset "UTF-8";
/* CCCA 研究者インタビュー用スタイル */

/* h2 の左側縦棒を非表示・文字サイズ調整 */
#main h2 {
  border-left: none;
  padding-left: 0;
  font-size: 20px;
  margin-bottom: 30px;
}

/* 画像の外枠を非表示 */
#main .figure--border {
  border: none;
  padding: 0;
}

/* 画像の最大幅 */
#main .figure--border figure {
  max-width: 620px;
}

/* 1枚目の画像 */
#main .ccca-figure-lead figure {
  max-width: 700px;
  width: 100%;
}

#main .ccca-figure-lead img {
  width: 100%;
  height: auto;
}

/* 関連情報の上下余白（このページの .ccca-related のみ） */
#main .ccca-related {
  margin-top: 24px;
  margin-bottom: 50px;
}

#main .ccca-related > ul > li {
  list-style: none;
  margin-left: 0;
}

#main .ccca-related > ul {
  margin-left: 0;
  padding-left: 0;
}

#main .ccca-related > ul > li > ul {
  margin-top: 8px;
  margin-bottom: 12px;
}

#main .ccca-related + h6 {
  margin-top: 0;
}

/* 取材日 */
#main .ccca-interview-date {
  margin-top: 50px;
}

/* 脚注（risk-031 と同サイズ） */
#main .footnote,
#main .footnote p,
#main .footnote a {
  font-size: 12px;
  line-height: 1.4;
}

#main .footnote h6 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0;
}

/*.lh2 {
  line-height: 2;
}*/

.adapt-interview-title__sub {
  display: block;
  font-size: 20px;
  font-weight: var(--fw-bold, 700);
  margin-top: 0;
}

.adapt-interview-title__note {
  display: block;
  font-size: 18px;
  font-weight: var(--fw-bold, 700);
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .adapt-interview-title__sub {
    font-size: 24px;
  }

  .adapt-interview-title__note {
    font-size: 18px;
  }
}

/* 関連インタビューカード */
.interview-flex-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  padding: 0;
}

.interview-card {
  width: calc((100% - 20px) / 4);
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.3s ease;
}

.interview-card:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.interview-card a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.thumbnail {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #f0f0f0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.content {
  padding: 15px;
  flex-grow: 1;
}

.title {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}

.fontbold {
  font-weight: bold;
}

@media (max-width: 900px) {
  .interview-card {
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 600px) {
  .interview-card {
    width: 100%;
  }
}
