@charset "UTF-8";

body {
    /* font-family: 'Noto Serif JP', serif; */
    font-family: 'Noto Sans JP', sans;
    font-feature-settings: "palt";
}



#footerContainer {
   position: fixed;
   z-index: 400;
   bottom: 0;
   width: 100%;
   height: 80px;
   background-color: #010D12 !important;
}

#selectedMinistry {
   text-align: center;
   font-weight: 800;
   pointer-events: none;
   z-index: 500;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translateY(-50%) translateX(-50%);
   -webkit-transform: translateY(-50%) translateX(-50%);
   margin: auto;
}

#graphMain {
   z-index: 300;
}
