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