/*ここから　informationの各タイトル背景色,TOPボタンの色変更*/

.topinfoTitle {
    background: #6C8E23;
}

.toTop a  {
    background: #6C8E23;
}

.logoArea a img {
    width: auto;
max-width:180px;
}

/*ここから　topicsとfooterの背景色変更*/

.topics {
 background-color: #2C4100;
}

footer {
 background-color: #2C4100;
}

.footerArea {
 background-color: #2C4100;
}


/*ここから　メイン画像内にバナー置くとき使う*/

.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: 160%;
}

.logo_open h1 {
    margin-left: 0!important;
    font-size: 0.8rem!important;
}


}

/*メイン画像内にバナー置くとき使う　ここまで*/