/* --- 件名 --- */
  .evidence-header {
    position          : fixed ;
    z-index           : +20 ;
    top               : 0px ;
    left              : 0px ;
    background-color  : rgba( 150, 200, 0 , 1 ) ;
    color             : rgba( 255 , 255 , 255 , 1 ) ;
    font-size         : 1.4vw ;
    line-height       : auto ;
    font-weight       : bold ;
    letter-spacing    : 0.1em ;
    padding           : 0.2% 1.5% 0.5% 1.5% ;
    border-bottom-right-radius     : 0.5vw ;
    filter            : drop-shadow( 0px 1px 2px rgba(0,0,0,0.5)) ;
  }