@charset "UTF-8";
/* for mcur.html */
/* for PC size */

.tasks {
	font-size: 1.2em;
	font-weight: bold;
}
    
.section-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: 20px;
    }
    
.card {
      border: 2px solid #000;
      border-radius: 16px;
      padding: 20px;
      background-color: #ffffff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      max-width: 940px;
      width: 100%;
    }
    
.card-title {
      font-size: 1.4rem;
      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: 1.2rem;
      font-weight: 600;
      line-height: 1.6;
      color: #333;
       margin: 0;
    }
    .sum {
      text-align: center;
      margin-top: 20px;
    }
    .sum img {
      width: 100%;
      max-width: 800px;
      height: auto;
      border: 2px solid #000;
    }
    .caption {
      margin-top: 6px;
      font-size: 14px;
      color: #000;
      font-weight: bold;
    }

.tight-list {
  display: block;
  width: 100%;              /* カードと同じ幅に */
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 1.2rem;
  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: #f4e2b5;
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 8px;
}

.full-text {
  margin-top: 10px;
  color: #333;
  font-size: 1.2em;
  font-weight: 600;
}

.passive-label5 {
  display: block;
  background-color: #00796b;  /* 深い青緑：読みやすくインパクトあり */
  color: #ffffff;             /* 白文字でコントラスト */
  border: 2px solid #004d40;  /* 少し濃い縁取り */
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 1.05em;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}

.highlight-blue {
      font-weight: bold;           /* 太字 */
      color: #ff4500;             /* ！ここが文字色！ */
      padding: 2px 4px;          /* 少し余白を追加（任意） */
}

.highlight-blue2 {
      font-weight: bold;           /* 太字 */
      color: green;             /* ！ここが文字色！ */
      padding: 2px 4px;          /* 少し余白を追加（任意） */
}

.highlight-blue3 {
      font-weight: bold;           /* 太字 */
      color: #ff4500;             /* ！ここが文字色！ */
      padding: 2px 4px;          /* 少し余白を追加（任意） */
}

.highlight-green-white {
  background-color: green;
  color: #ffffff;
}

.inyou {
	font-size: 1em;
	margin: auto;
	width: 80%;
	text-align: left;
}

a {
 word-break: break-all;
}
