/* ===== 冒頭メッセージ強調 ===== */

.intro{
  font-family:
    "Yu Mincho",
    "Hiragino Mincho ProN",
    "Noto Serif JP",
    serif;            /* ← 明朝系 */
  font-size:1.05rem;
  line-height:2.1;    /* ← 少しゆったり */
  margin-bottom:50px;
  padding-left:18px;
  border-left:4px solid #c62828;
}

/* ===== 略歴 ===== */

.history{
  margin-top:40px;
}

.history-title{
  font-size:1.3rem;
  font-weight:700;
  margin-bottom:20px;
}

.history-item{
  margin-bottom:18px;
}

.history-year{
  font-weight:700;
  color:#c62828;
}

.history-mem{
  font-size:1rem;
  font-weight:700;
  margin:0px;
}




/* =========================
   RELATED LINKS
   ========================= */

.related{
  max-width:800px;
  margin:40px auto 80px;
  padding:20px;
  background:#ffffff;
  border-left:5px solid #c62828;
  border-radius:10px;
}

.related-title{
  font-weight:700;
  margin-bottom:10px;
}

.related a{
  display:inline-block;
  margin-right:15px;
  margin-bottom:8px;
  text-decoration:none;
  color:#c62828;
  font-weight:600;
}

.related a:hover{
  text-decoration:underline;
}


/* =========================
   MOBILE
   ========================= */

@media(max-width:768px){

  .intro{
    font-size:1rem;
  }

}