/*
 * 企業版ふるさと納税ポータル
 * Tailwind CDN + Pastel Public UI Theme
 * Tailwindで表現しにくいものだけここに書く
 */

/* 見出し系は丸ゴシックで統一 */
h1, h2, h3, h4, h5, h6 {
  font-family: "M PLUS Rounded 1c", "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Hiragino Sans", "Yu Gothic", system-ui, sans-serif;
  letter-spacing: 0.02em;
}

/* リンクの下線オフセット */
a {
  text-underline-offset: 0.15em;
}

/* SDGs公式カラー */
.sdgs-1  { background-color: #e5243b; }
.sdgs-2  { background-color: #dda63a; }
.sdgs-3  { background-color: #4c9f38; }
.sdgs-4  { background-color: #c5192d; }
.sdgs-5  { background-color: #ff3a21; }
.sdgs-6  { background-color: #26bde2; }
.sdgs-7  { background-color: #fcc30b; }
.sdgs-8  { background-color: #a21942; }
.sdgs-9  { background-color: #fd6925; }
.sdgs-10 { background-color: #dd1367; }
.sdgs-11 { background-color: #fd9d24; }
.sdgs-12 { background-color: #bf8b2e; }
.sdgs-13 { background-color: #3f7e44; }
.sdgs-14 { background-color: #0a97d9; }
.sdgs-15 { background-color: #56c02b; }
.sdgs-16 { background-color: #00689d; }
.sdgs-17 { background-color: #19486a; }
