@charset "utf-8";

/* =========================================================
   フッタースタイリング (サステナビリティ / sustainability)
   - フッター要素の色・フォント・装飾
   ========================================================= */

/* 背景色 */
body #gFooter {
    background-color: #f4f4ea;
}

/* フォント上書きのリセット（ui-renew-base.css の h2/p 設定を打ち消し） */
body #gFooter h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

body #gFooter p,
body #gFooter address {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-weight: inherit;
}

body #gFooter p {
    font-size: inherit;
}

/* txtBox内フォントサイズ */
body #gFooter .txtBox address {
    font-size: 1.1rem;
}

body #gFooter .txtBox .txt01 {
    font-size: 0.9rem;
}
