/*テーマカラー　ここから*/
.newsTitle {
background-color: #ff0000;
}

.topinfoTitle {
    background: #ff0000;
}

.toTop a  {
    background: #ff0000;
}


@media screen and (max-width:500px) {

.headNavbar nav {
background-color: #ff0000;
}

.newsSection:nth-child(1) {
background-color: #ff0000;
}

.topicsList .topicsListText {
    word-break: break-all;
}

}
/*テーマカラー　ここまで*/


/*ここから　メイン画像内にバナー置くとき使う*/

.pickLogo{
	display: block!important;
	position: absolute;
	bottom:14px;
	left:14px;
	z-index: 10;
	width: 35%;
}
.logoArea{
	display: none!important;
}
.headMenuArea h1{
    margin-top: 6px!important;
    font-weight: normal!important;
    line-height: 1.2!important;
    margin-left: 30px!important;
    transition: unset!important;
    font-size: 0.93rem!important;
}
.headNav nav {
    position: relative!important;
    transition: unset!important;
    margin: 10px auto 0!important;
    font-size: 1rem!important;
}

@media screen and (max-width:500px) {

.pickLogo img{
  width: 100%;
}

.logo_open h1 {
    margin-left: 0!important;
    font-size: 0.8rem!important;
}


}

/*メイン画像内にバナー置くとき使う　ここまで*/