
html,
body,
main {
  background: #fff !important;
}

html {
  scroll-behavior: smooth;
}

/* 冒頭説明文 */
main > p {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  line-height: 1.9;
}

/* 寄付ボタン */
.jump-donate-wrap {
  text-align: center;
  margin: 42px auto 48px;
}

.jump-donate-btn {
  display: inline-block;
  background: #f16521;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  padding: 18px 52px;
  border-radius: 6px;
  font-size: 18px;
  letter-spacing: .04em;
  transition: opacity .2s;
}

.jump-donate-btn:hover {
  opacity: .85;
}

/* PCでは寄付ボタンを非表示 */
@media (min-width: 768px) {
  .jump-donate-wrap {
    display: none;
  }
}

/* PCのみ：
   冒頭説明文とSNSボタンの間に余白を追加 */
@media (min-width: 768px) {
  main > p {
    margin-bottom: 24px;
  }
}

/* 本文 */
.inner-left p,
.lead,
.note {
  line-height: 1.7;
}

/* 写真 */
.inner-left img {
  border-radius: 8px;
}

/* 支援実績などの小見出し */
.support-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #f16521;
  margin: 42px 0 18px;
  line-height: 1.35;
}

/* 支援実績リスト */
.support-list {
  margin-top: 14px;
  padding-left: 1.2em;
}

.support-list li {
  line-height: 1.75;
  margin-bottom: 10px;
}

/* 利用者の声 */
.voice-box {
  background: #fff7f0;
  padding: 22px;
  margin-top: 28px;
  border-radius: 8px;
}

.voice-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 12px;
}

.voice-box p:last-child {
  margin-bottom: 0;
}

/* フェードイン */
.scroll-fade {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}

.scroll-fade.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* スマホ調整 */
@media (max-width: 767px) {
  main > p {
    text-align: left;
    padding: 0 20px;
  }

  .jump-donate-wrap {
    padding: 0 20px;
    margin: 32px auto 40px;
  }

  .jump-donate-btn {
    display: block;
    width: 100%;
    padding: 18px 0;
    font-size: 4.8vw;
  }

  .support-subtitle {
    font-size: 7vw;
    margin: 32px 0 16px;
  }

  .support-list li {
    margin-bottom: 12px;
  }

  .voice-box {
    padding: 20px;
    margin-top: 24px;
  }

  .voice-box p {
    font-size: 4.3vw;
    line-height: 1.7;
  }
}

/* 動きを減らす設定の人向け */
@media (prefers-reduced-motion: reduce) {
  .scroll-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* 支援例 */
.button-case {
  width: 260px !important;
  height: 48px !important;
  line-height: 48px !important;
  font-size: 16px !important;
  border-radius: 999px !important;
  background: #7c6f6b !important;
}

/* 団体説明 */
.button-about {
  width: 320px !important;
  border-radius: 999px !important;
  background: #89A230 !important;
}

/* 寄付控除 */
.button-tax {
  width: 280px !important;
  border-radius: 999px !important;
  background: #685A55 !important;
}
/* 冒頭文と本文の文字サイズを揃える */
main > p,
main .inner-left p {
  font-size: 16px !important;
  line-height: 1.75 !important;
}

@media (max-width: 767px) {
  main > p,
  main .inner-left p {
    font-size: 4.5vw !important;
    line-height: 1.75 !important;
  }
}
/* 注釈 */
.small-note {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #777;
}

@media (max-width: 767px) {
  .small-note {
    font-size: 3.2vw !important;
  }
}
/* =====================================
   メッセージボックス
===================================== */
.message-box {
  margin: 40px 0 12px;
  padding: 24px 28px;
  background: #fafafa;
  border-radius: 10px;
  position: relative;
}

.message-box::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 48px;
  color: #f16521;
  opacity: .3;
}

.message-box p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
/* Tanzania TOP画像 */
@media (min-width: 768px) {
  header.tanzania {
    height: 450px !important;
    background-image: url("../images/tanzania/c_main_pc.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: auto 450px !important;
  }
}

@media (max-width: 767px) {
  header.tanzania {
    height: 96vw !important;
    margin-top: 15vw;
    background-image: url("../images/tanzania/c_main_sp.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
  }
}

/* 冒頭リード文をPCでは少し大きく・幅広に */
@media (min-width: 768px) {
  main > p {
    max-width: 950px !important;
    font-size: 18px !important;
    line-height: 1.9 !important;
  }
}

@media (min-width: 768px) {
  main > p {
    margin-bottom: 40px;
  }
}
/* Tanzania タイトル下の余白調整 */
main h1.tanzania-title {
  padding: 24px 0 12px !important;
}