@charset "UTF-8";
body {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    padding-top: 75px;
}
.navbar {background-color:#2b2827;}
@media screen and (min-width:768px){
nav ul li.nav-item {padding: 0 20px; display: flex; align-items: center;}
nav ul li.nav-item + li {border-left: 1px solid #fff; height: 35px;}
nav ul li.nav-item a {font-size: 0.85rem; color: #fff; line-height: 1rem;}
nav ul li.nav-item:hover {background-color: #666;}
nav ul li.active {background-color: #666;}
}
@media screen and (max-width: 767.98px) {
    body {padding-top: 55px;}
    .br-md { display:none; }
}
.bg-glay {background-color: #7e7e7e;}
.footer {background-color:#2b2827; font-size: 0.85rem;}
ul.footerlist {margin: 0;}
ul.footerlist li a {text-decoration: none; font-size: 0.85rem;}
@media screen and (max-width: 767.98px) {
    ul.footerlist li {text-align: center;}
}
