/*テーマカラー　ここから*/
.newsTitle {
background-color: burlywood;
}

.topinfoTitle {
    background: burlywood;
}

.toTop a  {
    background: burlywood;
}


@media screen and (max-width:500px) {

.headNavbar nav {
background-color: burlywood;
}

.newsSection:nth-child(1) {
background-color: burlywood;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}
/*テーマカラー　ここまで*/

/*スマホの横幅調整*/
@media screen and (max-width: 500px) {
    .logoArea a img {
width:100%; 
        max-width: 350px;
    }
}