@charset "UTF-8";
/*
Theme Name: BASE v2
Theme URI:
Description:
Author:
Author URI:
Version: 0.0.1
*/
/********************追加CSS********************/

footer .fNav ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  footer .fNav {
    padding: 40px 0 20px 0;
  }
  footer .fNav ul {
    width: 100%;
    text-align: left;
    border-bottom: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .fNav ul li {
    border: none !important;
  }
  footer .fNav ul li a {
    padding: 0.2em 1em 0.2em 1em !important;
    text-decoration: none;
    position: relative;
  }
  footer .fNav ul li:not(:last-child) a:before {
    position: absolute;
    display: block;
    content: "";
    height: 1em;
    width: 1px;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto;
    background: #fff;
  }
  footer .fNav ul li > ul {
    padding-left: 0.2em;
  }
  footer .fNav ul li > ul a {
    font-size: 90%;
  }
  footer .fNav ul li > ul a:before {
    width: 5px;
    height: 5px;
    border: none;
    background: #0160ce;
    border-radius: 50%;
    margin-top: -2px;
  }
}