.footer_container{
  width: 100%;
  overflow: hidden;
}
.footer_top{
  width: 100%;
}
.footer_bottom{
  gap: 2rem;
}
.footer_logo{
  max-width: 300px;
}
.footer_menu_item{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
}
.footer_menu_item li{
  border-right: 1px solid #cacaca;
  padding: 0 0.5rem;
}
.footer_menu_item li:last-of-type{
  border-right: none;
}


/* ============================================================== */
/* ==============  2023タプレット 601-1024px   ==================== */
/* ============================================================== */
@media screen and (max-width:1024px){
  .footer_menu_item{
    flex-direction: column;
  }
  .footer_menu_item li{
    border-right: none;
  }
}
/* ============================================================== */
/* ==============  2023スマホ     375-600px   ==================== */
/* ============================================================== */
@media screen and (max-width:600px){

}
