.sp {
  display: none;
}
#footer {
  background-color: #F2F2F2;
  margin-bottom: 0px;
}
#footer .footer__inner {
  margin: 50px auto 0;
  padding: 32px 16px;
  max-width: 1040px;
}
#footer .footer__inner .footer__logo {
  margin-bottom: 24px;
}

#footer .footer__inner .footerLink__list {
  margin-bottom: 32px;
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .footer__inner .footerLink__list__tamaru  {
  margin-bottom: 32px;
  -ms-flex: 0 1 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .footer__inner .footerLink__list li {
  max-width: 100%;
  margin-bottom: 16px;
  width:25%;
  min-height: 24px;

}
#footer .footer__inner .footerLink__list li:nth-of-type(n+9) { 
  margin-bottom: 0px;
}
#footer .footer__inner .footerLink__list__tamaru li {
  max-width: 100%;
  margin-bottom: 0px;
  min-height: 22px;

}
#footer .footer__inner .footerLink__list li a {
  font-size: 14px;
  text-decoration: none;
  color: #666;
  display: block;
  line-height: 1.5;
  margin-right: 14px;
}
.footerLink__list__tamaru li a {
  font-size: 14px;
  text-decoration: none;
  color: #666;
  display: block;
  line-height: 1.5;
  margin-right: 14px;
}
#footer .footer__inner .footer__bankCode {
  margin-bottom: 0;
  font-size: 10px;
  color: #666;
}
#footer .footer__inner .footer__copyright {
  font-size:10px;
  color: #666;
  margin-left: 32px;
}
.footer__bankCodecolumn {
  display: flex;
  flex-direction: column;
}
.footer__wrap {
  display: flex;
  justify-content: space-between;
  
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  #footer .footer__inner {
    padding: 24px 16px;
  }
  #footer .footer__inner .footer__logo {
    margin-bottom: 27px;
  }
  #footer .footer__inner .footerLink__list {
    margin-bottom: 28px;
    align-items: center;
  }
  #footer .footer__inner .footerLink__list__tamaru {
    margin-bottom: 28px;
  }
  #footer .footer__inner .footerLink__list li {
    margin-bottom: 16px;
    width: 50%;
    min-height:21px;
  }

  #footer .footer__inner .footerLink__list li:nth-of-type(n+9)  {
    margin-bottom:0;
  } 
  #footer .footer__inner .footerLink__list__tamaru li {
    margin-bottom: 16px;
    width: 50%;
    min-height: 21px;

  }
  #footer .footer__inner .footerLink__list__tamaru li:nth-of-type(n+9) {
    margin-bottom:0;
  }
  #footer .footer__inner .footerLink__list li a {
    font-size: 14px;

  }
  #footer .footer__inner .footerLink__list__tamaru a {
    font-size: 14px;
  }
  #footer .footer__inner .footerLink__list li:nth-of-type(2n)  a{
    margin-right: 0;
  }
  #footer .footer__inner .footerLink__list__tamaru li:nth-of-type(2n)  a{
    margin-right: 0;
  }
  #footer .footer__inner .footer__copyright {
    margin-left: 16px;
  }
}
