@charset "UTF-8";
.bnrarea{
	display: block;
	max-width: 680px;
	margin: 0 auto 50px;
	text-align: center;}
	.bnrarea img{
		border: 1px solid #999;}
/*-----20240112__バナー*/
.inner.bnrarea{
	display: flex;
	max-width: none;
	flex-wrap: wrap;
    justify-content: center;
    /*justify-content: space-between*/
}
.inner.bnrarea a{
    width: 57%;
}
.inner.bnrarea div{
    width: 39%;
}
@media screen and (max-width: 768px){
    .inner.bnrarea{
        gap: 10px;
    }
    .inner.bnrarea a,
    .inner.bnrarea div{
        width:  100%;
    }
}
#topics .bnr{
	margin-top: 30px;}