@charset "UTF-8";


/* footer /////////////////////*/
footer{margin-top: 30px; font-family:'Zen Kaku Gothic New', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;}
footer a {font-family:'Zen Kaku Gothic New', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;}
footer p  {font-size: 12px; padding-top: 5px;}


footer{
  padding: .8rem 0;
  background: #F58400;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer_ul { display: flex;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.footer_ul li {
  width: 50%;
}

.footer_ul li a {
  font-size: 14px;
  color: #fff;
  width: 100%;
}
