/*テーマカラー　ここから*/
.newsTitle {
background-color: #ffe4b5;
}

.topinfoTitle {
    background: #ffe4b5;
}

.toTop a  {
    background: #ffe4b5;
}


@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #ffe4b5;
}

.newsSection:nth-child(1) {
background-color: #ffe4b5;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}
/*テーマカラー　ここまで*/

.newsTitle {
    color: #000;
}
.topinfoTitle {
    color: #000;
}
.toTop a i
 {
    color: #000;
}

@media screen and (max-width: 500px) {
    .headNavbar nav li a {
    color: #000;
    }
    .closeBtn {
    color: #000;
    }
}