@charset "utf-8";
/* CSS Document */

/*---- NEDOについて ----*/

#category_index #category_content h2 {
    background: none;
    clear: none;
    color: var(--blue-color);
    margin-bottom: 2rem;
    padding: 0;
}

@media screen and (max-width: 767px){
    #category_index #category_content h2 {
        margin: 2rem;
    }
}