/* CSS Document */


        .status-label {
          display: inline-block;
          width: 30px;
          height: 17px;
          line-height: 16px;
          border-radius: 50px;
          color: white;
          text-align: center;
          font-size: 0.9em;
          font-weight: bold;
          font-family: sans-serif;
          margin: 1px 0;
        }

        .EX { background-color: #2e2b29; }  /* 黒: 絶滅 */
        .EW { background-color: #5b1d13; }  /* 茶: 野生絶滅 */
        .CR { background-color: #d40400; }  /* 赤: 深刻な危機 */
        .EN { background-color: #e5790b; }  /* 橙: 危機 */
        .VU { background-color: #f4d100; }  /* 黄: 危急 */
        .NT { background-color: #1e9182; }  /* 緑: 準絶滅危惧 */
        .LC { background-color: #35b4e2; }  /* 水: 低懸念 */
.NE {
  color: #888; 
  background-color: transparent;
  border: 1px solid #888;
}  /* 白: 非該当 */



.material-symbols-outlined.sun-icon {
  font-size: 17px;
  vertical-align: middle;
  color: #f9a825; 
  margin-right: 4px;
}


@media only screen and (max-width: 767px) {
  .text-img.box03.two-column-mode p {
    font-size: 0.8em !important;
    line-height: 1.8em !important;
  }
}