@charset "UTF-8";
/* for rnaseq.html */
/* for PC */

.tasks {
	font-size: 1.2em;
	font-weight: bold;
}

    .section-title.research-title {
      width: 100%;
      font-size: 1.7em;
      font-weight: bold;
      color: #fff;
      padding: 10px 20px;
      border-radius: 10px;
      margin-bottom: 30px;
      text-align: center;
      background-color: #2e5b46;
      box-sizing: border-box;
    }
    .card-container.single {
      display: flex;
      justify-content: center;
      margin-top: 10px;
      margin-bottom: 16px;
    }
    .card {
      border: 2px solid #000;
      border-radius: 16px;
      padding: 16px;
      background-color: #ffffff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      max-width: 940px;
      width: 100%;
    }
    .card-title {
      font-size: 24px;
      font-weight: bold;
      background: linear-gradient(135deg, #003366, #0055a5);
      color: #fff;
      padding: 12px;
      border-radius: 10px;
      margin-bottom: 16px;
      text-align: center;
    }
    .card p {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.6;
      color: #333;
       margin: 0;
    }
    .sum {
      text-align: center;
      margin-top: 16px;
    }
    .sum img {
      width: 100%;
      max-width: 800px;
      height: auto;
      border: 2px solid #000;
    }
    .caption {
      margin-top: 6px;
      font-size: 16px;
      color: #000;
      font-weight: bold;
    }

.tight-list {
  display: block;
  width: 100%;              /* カードと同じ幅に */
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
  box-sizing: border-box;   /* paddingを幅に含める */
}

.boxed-text {
  border: 3px solid #000000;
  background-color: #cccccc;
  color: #000000;
  padding: 12px;
  box-sizing: border-box;
  width: 90%; /* 以前の要望を踏まえ幅90% */
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.6;
  margin: auto;
}


.link-icon img {
  width: 24px;      /* 適切なサイズ */
  height: 24px;
  margin-right: 8px;  /* テキストとの間隔 */
  vertical-align: middle;
}

.link-more {
  display: inline-block;
  background-color: #e6c87a; /* 少し濃い黄色 */
  color: #000;
  font-weight: bold;
  border: 2px solid #000; /* 枠線を太く（1px → 2px） */
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 8px;
}

.link-more:hover {
  background-color: #005bac;
  color: #ffffff;
  cursor: pointer;
}


.full-text {
  margin-top: 10px;
  color: #333;
  font-weight: bold;
}

.card-container-grid {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(1, 1fr);
    }

    @media (min-width: 850px) {
      .card-container-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (min-width: 900px) {
      .card-container-grid {
        grid-template-columns: repeat(3, 1fr);
      }
    }

      .card-grid {
      border: 2px solid #000;
      border-radius: 16px;
      padding: 2px 2px 8px 16px; /* ← 下部だけ 8px に縮小 */
      background-color: #ffffff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .card-title-grid {
      font-size: 16px;
      font-weight: bold;
      background: linear-gradient(135deg, #003366, #0055a5);
      color: #fff;
      padding: 12px;
      border-radius: 10px;
      margin-bottom: 16px;
    }

    .card-grid p {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.6;
      color: #333;
      margin-bottom: 0;
    }

    .link-icon {
      display: flex;
      align-items: center;
      margin-top: 16px;
      margin-bottom: 0;
      font-size: 16px;
    }


    .more-icon {
      display: flex;
      align-items: center;
      background-color: yellow;

      margin-top: 16px;
      margin-bottom: 0;
      font-size: 16px;
    }

    .more-icon img {
      width: 24px;
      height: 24px;
      margin-right: 8px;
    }

    .more-icon span {
      border: 1.5px solid #000;
      border-radius: 12px;
      background-color: #f4e2b5;
      padding: 6px 12px;
      font-weight: bold;
      color: #000;
    }

a {
  color: #003a70;
  font-weight: bold; /* ここで常に太字にしておく */
  text-decoration: underline;
  transition: all 0.3s ease;
  padding: 2px 4px; /* hover前から付けておく */
  border-radius: 0;
}

a:hover {
  color: #ffffff;
  background-color: #003a70;
  text-decoration: none;
}

.highlight-green-white {
  background-color: green;
  color: #ffffff;
}

.passive-label1 {
	display: block;
	color:#ffffff;
	text-align: center;
	width: 100%;
	margin: 5px auto;
	background-color: black;
	border: 2px solid black;
	border-radius: 8px;
	font-size: 1.6em;
	font-weight: bold;
}

.passive-label2 {
	display: block;
	margin: auto;
	padding: 10px;
	color:#ffffff;
	background-color: darkslategray;
	border-radius: 8px;
	width: 80%;
}

.passive-label3 {
	display: block;
	margin: auto;
	padding: 10px;
	color:#ffffff;
	background-color: darkslategray;
	border-radius: 8px;
	width: 80%;
	font-weight: bold;
}

.passive-label3 a {
	color: #a0f0ff;
}

.passive-label3 a:hover {
  color: #000;
  background-color: #e6e6fa;
}

.passive-label3 p {
	font-size: 1.2em;
}

.card p {
	font-size: 1.2em;
}

.tight-list2 {
  display: block;
  width: 100%;              /* カードと同じ幅に */
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  font-weight: 600;
  line-height: 1.6;
  box-sizing: border-box;   /* paddingを幅に含める */
}

.tight-listgray {
  display: block;
  width: 100%;              /* カードと同じ幅に */
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 24px;
  font-weight: 600;
  line-height: 1.6;
  box-sizing: border-box;   /* paddingを幅に含める */
}


.passive-label4 {
	display: block;
	text-align: center;
	margin: auto;
	padding: 10px;
	color:#ffffff;
	background-color: darkslategray;
	width: 95%;
	border-radius: 8px;
	font-weight: bold;
}

