/* v35: center the mobile donation title like the other page hero titles. */
@media(max-width:560px){
  .hero h1{
    left:50%!important;
    top:50%!important;
    bottom:auto!important;
    transform:translate(-50%,-50%)!important;
    width:100%!important;
    padding:0!important;
    text-align:center!important;
  }
}

/* v36: ドネーションページではヘッダーの常時DONATEボタンを非表示にする。
   このページを見る人は既に寄付意向があるため（クライアント要望 2026-07-24）。 */
.nav-donate{display:none!important}
