/*テーマカラー　ここから*/
.newsTitle {
background-color: #ffe4e1;
color: #2e2c2c;
}

.topinfoTitle {
    background: #ffe4e1;
color: #2e2c2c;
}

.toTop a  {
    background: #ffe4e1;
color: #2e2c2c;
}


    .toTop a i {
color: #2e2c2c;
    font-size: 2.2rem;
}
@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #ffe4e1;
color: #2e2c2c;
}

.newsSection:nth-child(1) {
background-color: #ffe4e1;
color: #2e2c2c;
}

.topicsList .topicsListText {
    word-break: break-all;
}
.headNavbar nav li a {
color: #2e2c2c;
    }
    .closeBtn {
color: #2e2c2c;
}
    .logoArea a img {
        width: auto;
        max-height: 80px;
    }
    }
/*テーマカラー　ここまで*/