@charset "UTF-8";
/* Mobile First
/* Break Point | 768px | 1200px |
/*=================*/
/* header_pc
/* header_sp

/*=================*/
/* header-top-customize
/*=================*/
:root {
  --bs-white-rgb: 255, 255, 255;
  --bs-white-rgb: 255, 255, 255;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --color-primary: #0099FF;
  --color-unicef-blue: #1CABE2;
  --color-green: #00833D;
  --color-lite-green: #80BD41;
  --color-yellow: #FFC20E;
  --color-orange: #F26A21;
  --color-red: #E2231A;
  --color-wine-red: #961A49;
  --color-purple: #6A1E74;
  --color-black: #2D2926;
  --color-grey: #777779;
  --color-warm-grey: #DEE2E6;
  --color-dark-blue: #374EA2;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.w-100 {
  width: 100% !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.p-8 {
  padding: 0.5rem !important;
}

.p-16 {
  padding: 1rem !important;
}

.px-12 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.py-8 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-12 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.ps-16 {
  padding-left: 1rem !important;
}

.m-b0 {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.me-8 {
  margin-right: 0.5rem !important;
}

.me-16 {
  margin-right: 1rem !important;
}

@media (min-width: 768px) {
  .me-md-16 {
    margin-right: 1rem !important;
  }
}

.ms-16 {
  margin-left: 1rem !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

.text-truncate-wrapper {
  max-width: 100%;
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 0;
}

.text-truncate {
 display: block !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item .text-truncate {
  white-space: nowrap !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-12 {
  /* font-size: 0.75rem !important; */
  font-size: 12px;
}

.fs-16 {
  /* font-size: 1rem !important; */
  font-size: 16px;
}

.fs-24 {
  /* font-size: calc(1.275rem + 0.3vw) !important; */
  font-size: 16px;
}

.fs-32 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

@media (min-width: 1200px) {
  .fs-24 {
    font-size: 1.5rem !important;
  }
  .fs-32 {
    font-size: 2rem !important;
  }
}

.fw-n {
  font-weight: 400 !important;
}

.fw-b {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.position-relative {
  position: relative !important;
}

.badge {
  --bs-badge-padding-x: 0.35em;
  --bs-badge-padding-y: 0.25em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 12px;
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--color-red);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  border: 1px solid var(--color-red);
}

.global-nav_01 .news-icon {
  margin-left: 1.5rem;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.global-nav_01 .news-icon img {
  width: 24px;
  height: auto;
  aspect-ratio: 1/1;
}

.global-nav_01 .news-icon.read::after {
  display: block;
  content: "";
  background-color: var(--color-orange);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: -2px;
  right: -2px;
}

.global-nav_01 .news-icon:hover {
  opacity: 0.7;
}

.read::after {
  display: none;
}

.news-item {
  display: none;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 16px;
}

@media screen and (max-width: 1000px) {
  .news-item {
    font-size: 14px;
  }
}

.news-item.show {
  display: block;
}

.news-item .badge {
  background-color: #fff;
  margin-right: 4px;
}

.news-item .label {
  color: var(--color-red);
  margin-right: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  #headerbar .news-item .badge {
    --bs-badge-padding-x: 0.35em;
    --bs-badge-padding-y: 0.25em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: 12px;
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--color-red);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    border: 1px solid var(--color-red);
    background-color: #fff;
  }
  #headerbar .news-item .label {
    display: inline-block;
    background-color: var(--color-red);
    margin-right: 4px;

    --bs-badge-padding-x: 0.55em;
    --bs-badge-padding-y: 0.25em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: 12px;
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 100vh;
  }
}

.news-item .date {
  color: var(--color-black);
}

.news-item h3 {
  color: var(--color-unicef-blue);
  font-size: 16px;
}

.notification-popover {
  position: absolute;
  top: 100%;
  right: 0;
  width: fit-content !important;
  max-width: 750px !important;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 10px 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
  box-sizing: border-box;
}

.notification-popover::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 12px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
}

.notification-popover.show {
  display: block !important;
}

@media screen and (max-width: 1000px) {
  .notification-popover {
    padding: 10px 6px;
  }
}


#headerbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  width: auto;
  position: relative;
}

#headerbar h2 {
  width: fit-content;
  padding: 0;
}

#navbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbox > a {
  color: #fff;
  text-decoration: none;
}


#headerbar .news-icon {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#headerbar .news-icon {
    /* margin-left: 0; */
    left: 0;
    right: auto;
    background-color: inherit;
    border: 2px solid #fff !important;
    border-radius: 5px;
    width: fit-content;
    height: 40px;
    flex-direction: column;
    padding: 0 4px;
    margin: 0 4px;
  }
  #headerbar .notification-popover {
    width: 100% !important;
    max-width: inherit;
    border-radius: 0 0 10px 10px;
  }
  #headerbar .notification-popover::before {
    right: 82px;
  }

  #headerbar .news-icon img {
    width: 24px;
    height: auto;
    aspect-ratio: 1/1;
  }

    #headerbar .news-icon.read::after {
    display: block;
    content: "";
    background-color: var(--color-orange);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    right: -2px;
  }

.sp-hidden {
  visibility: hidden;
}

.sp-show .sp-hidden {
  visibility: visible;
}