/*foot.css*/
#ft { padding: 40px 0; width: 100%; min-width: inherit; color: #666; }
#ft .inner { padding: 0 0.6rem 0; }
#ft * { color: #666; }
#ft_link { font-size: 1rem; }
#ft_link a { padding: 0 12px 0 0; text-decoration: none; color: #141414; font-weight: 500; }
#ft-company { padding: 20px 0 8px; }
#ft-company li { float: left; color: #777; font-size: 0.96rem; }
/* #ft-company b { font-size: 1rem; font-weight: 400; } */
.ft-company-info li::after { content: ''; width: 1px; height: 12px; background: #CCC; display: inline-block; margin: 0 12px; }
#ft-company li:nth-child(3) { float: none; }
#ft-company li:nth-child(3)::after { display: none; }
#ft-company li:last-child::after { display: none; }
.ft-company-info::after { content: ''; display: block; clear: both; }
#ft-logo { position: absolute; right: 0; top: 0; }
@media screen and (max-width: 768px) {
  #ft_link { font-size: 0.96rem; text-align: center; }
  #ft-company li { font-size: 0.96rem; }
  #ft-company { padding: 20px 8px; }
  #ft-logo { position: relative; }
  .ft-company-info { display: flex; flex-wrap: wrap; justify-content: center; }
  #ft_copy { text-align: center; margin-bottom: 10px; }
  #ft-logo { text-align: center; }
  #ft-logo a { display: inline-block; }
}