@charset "UTF-8";
/* for genome_edit.html */
/* for PC */

.tasks {
	font-size: 1.2em;
	font-weight: bold;
}

.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;
    }

.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を幅に含める */
}


a {
  color: #003a70;
  font-weight: bold; /* ここで常に太字にしておく */
  text-decoration: underline;
  padding: 2px 4px; /* hover前から付けておく */
}

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-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;
}

a.highlight-green-white {
  border-radius: 0px;
}

a.highlight-green-white:hover {
  background-color: blue;
}

