#Bfooter footer{
  text-align:left;
  background-color:#222222 !important;
  margin:0 !important;
  padding:0 !important;
  /*height:300px;*/
  position:relative !important;
  z-index:100 !important;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important;
}

#Bfooter footer p {
  line-height:18px;
}

#Bfooter #footBtm {
  font-size:14px;
}
#Bfooter #footBtm,a{
  position:relative !important;
  z-index:100 !important;
}
#Bfooter .footerInner {
  max-width: 900px;
  width:900px;
  margin:0 auto;
  color:#fff;
  padding-top:40px;
}
#Bfooter .footerInner p{
  color:#fff;
}
#Bfooter .footerMenu {
  margin:0;
  padding:0;
}

#Bfooter .footerMenu >li{
  font-size:20px;
  margin-top:20px;
}

#Bfooter .footerMenu a:hover {
  opacity:0.8;
}
#Bfooter .footerMenu a{
  color:#fff !important;
  text-decoration:none;
}
#Bfooter .footerSubMenu {
  list-style: none;
  display: flex;
  padding: 0;
  margin-top:5px;
  flex-wrap:wrap;
}
#Bfooter .footerSubMenu li{
  font-size:14px;
}

#Bfooter .footerSubMenu li + li::before {
  content: "/";
  margin: 10px;
  color: #fff;
}

#Bfooter .partnerList {
  display:flex;
}
#Bfooter .footerData {
  margin:0;
  padding:0;
  margin-top:40px;
  font-size:14px;
  display:flex;
}

#Bfooter .sp{
    display: none;
}
#Bfooter .pc{
    display: block;
    display:flex;
}
@media screen and (max-width: 1024px) {
  #Bfooter .footerData {
    display:block;
    font-size:11px;
  }
  #Bfooter .footerMenu >li{
    font-size:16px;
    margin-top:15px;
  }
  #Bfooter .footerSubMenu li{
    font-size:12px;

  }
  #Bfooter .footerSubMenu li + li::before {
    content: "/";
    margin: 5px;
    color: #fff;
  }
  #Bfooter .footerInner {
    max-width: 98%;
    width:98%;
    margin:0 auto;
  }
  #Bfooter .footerSubMenu {
    width:98%;
  }
  #Bfooter .sp{
      display: block;
  }
  #Bfooter .pc{
      display: none;
  }
  #Bfooter footer{
    /*height:300px;*/
    position:fixed;
  }

  .#Bfooter footerData {
    margin-top:15px;
    font-size:13px;
  }

  #Bfooter .partnerList {
    margin-top:15px;
  }
}

#Bfooter .fp-watermark {
display:none;
}