@charset "utf-8";

/* #9A1C1C */
    article._darkmode {
        background: #000;
    }
    h2 img.point_finger {
        max-height: 3.5em ;
        transform: rotate(15deg) ;
    }
    .reco_point {
    counter-reset: num;
    }
    .reco_point h3 {
    counter-increment: num;
    }
    .reco_point h3::before {
    content: counter(num) ". ";
    }