.footer_nav_item{
  width: 14%;
}

.footer_nav_item a{
  text-decoration: none;
  color:#ffffff;
}

 .footer a:hover {
  text-decoration: underline;
 }

footer {
  height: auto;
  color: #fff;
  background-color:#FCB55D;
}

footer .footer_banner {
  max-width: 1200px;
  padding: 20px 20px;
  margin: 0 auto;
}

.footB {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footB ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.footB a {
  display: block;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  margin-right: 0px;
  line-height: 20px;
  background-color: #FCB55D;
  transition: 0.5s;
  letter-spacing: 3px;
}

.footB a:hover {
  border-bottom: 3px solid #fff;
}

@media(min-width:1024px) {
  .footB ul {
    display: flex;
  }

  .footB a {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.copyright {
  margin: 20px auto;
  padding: 30px;
  text-align: center;
 }  


img.footer_logo{
  width: 100px;
  height: auto;
  text-align: center;
  height: 40px;
  padding: 20px;
}

 /* タブレット向けレイアウト */
 @media screen and (max-width: 960px) {
  img.footer_logo{
    width: 60%;
    height: auto;
    text-align: center;
  }
}

   /* モバイル向けレイアウト */
   @media screen and (max-width: 520px) {
    img.footer_logo{
      width: 45%;
      height: auto;
    }
  }