/*フォント変更*/
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');

* {
    font-family: "Klee One", sans-serif !important;
}

.fa {
    font-family: FontAwesome !important;
}

/*テーマカラーに変更*/
.newsTitle {

    background-color: #0D6638;
}

.headNavbar nav {
    background-color: #0D6638;
}
.topinfoTitle {
    background-color: #0D6638;
}

.toTop a {
    background: #0D6638;
}

/*ベースカラー変更*/
.headLogo {
    display: block;
    background-color: #eee8aa;
}

.footerArea {
    background-color: #eee8aa;
}
header {
    background-color: #eee8aa;
}

.topics {
    background-color: #eee8aa;
}

footer {
    background-color: #eee8aa;
}

/*ベースカラー変更部分の文字色変更*/
.topicsTitle p {
    color: #000;
}

.topicsList .topicsListTitle {
    color: #000;
}

.topicsList .topicsListText {
    color: #000;
}


.socialTitle {
    color: #000;
}

.socialText {
    color: #000;
}
.footerArea {
    color: #000;
}
.footerArea p a {
    color: #000;
}

.topicsList .topicsListTitle {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.pickLogo {
    bottom: 12px;
    left: 11px;
}
.pickLogo img {
    width: 118%;
}


@media screen and (max-width:500px) {

.newsSection:nth-child(1){
	width:20%;
    background-color: #0D6638;
}

}