
.footer ul{ margin: 0; padding: 0; }

/*PRO*/
.footer.footer--sub {padding: 32px 0;color:#fff;background-color: #6b6b6b;text-align: center;font-size: 12px;line-height: 20px;}
.footer.footer--sub ul li {display: inline-block;}
.footer.footer--sub .footer-link ul li a {color: #ffffff;}
.footer.footer--sub .footer-link ul li a:before {content: "";display: inline-block;width: 1px;height: 10px;background-color: #ffffff;    margin: 0 10px;
    opacity: .5;vertical-align: middle}
.footer.footer--sub .footer-link ul li:first-of-type a {margin-left: 0;}
.footer.footer--sub .footer-link ul li:first-of-type a:before {content: none;}
.footer.footer--sub .footer-info {color: #ffffff;margin-bottom: 0;}
.footer.footer--sub .footer-info p { margin: 5px 0 0 0;font-size: 12px;color: #ffffff;text-align: center;}
.footer.footer--sub .footer-info span {display: inline-block;    margin-left: 15px;}


/*-------HOME-------*/
.footer.footer--main{padding: 40px 0 10px;background-color: #7c7c7c;text-align: left;font-size: 13px;line-height: 20px;color:#fff;}

.footer.footer--main .footer__title{ font-size: 18px; font-weight: bold; white-space: nowrap; }

.footer.footer--main .footer__nav li{display: inline-block;}
.footer.footer--main .footer__nav li a{color:#fff;}
.footer.footer--main .footer__nav li a:before { content: ""; display: inline-block; width: 1px; height: 10px; background-color: #fff;
    margin: 0 10px;opacity: .5;vertical-align: middle}
    .footer.footer--main .footer__nav li:first-of-type a { margin-left: 0;}
    .footer.footer--main .footer__nav li:first-of-type a:before { content: none;}
@media screen and (max-width: 767px) {
    .footer.footer--main { padding-bottom: 40px; }
    .footer.footer--main .footer__nav li a::before {margin: 0 4px;}
    .footer.footer--sub .footer-link ul li a {padding: 14px 0;display: inline-block;}
}


/*FRS*/
.footer.footer__frs {
    color: #fff;
    line-height: 20px;
  }
  
  .footer.footer__frs .footer__nav {
    margin: 0;
    padding: 0;
  }
  
  .footer.footer__frs .footer__nav .footer-link__list {
    display: inline-block;
  }
  
  .footer.footer__frs .footer__nav .footer-link__list a {
    color: #fff;
  }
  
  .footer.footer__frs .footer__nav .footer-link__list a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    opacity: .5;
    vertical-align: middle;
  }
  
  .footer.footer__frs .footer__nav .footer-link__list:first-of-type a {
    margin-left: 0;
  }
  
  .footer.footer__frs .footer__nav .footer-link__list:first-of-type a:before {
    content: none;
  }
  
  .footer.footer__frs {
    padding: 32px 0;
    background-color: #6b6b6b;
    text-align: center;
    font-size: 12px;
  }
  
  .footer.footer__frs .footer__nav .footer-link__list a:before {
    margin: 0 10px;
  }
  
  .footer.footer__frs .footer-info {
    color: #fff;
    margin-bottom: 0;
  }
  
  .footer.footer__frs .footer-info span {
    display: inline-block;
    margin-left: 15px;
  }
  
  .footer.footer__frs .footer__company,
  .footer.footer__frs .footer__copyright {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
  }
  
 
  .footer.footer__frs {
    padding: 15px 0 32px;
  }
  
  @media (min-width: 576px) {
    .footer.footer__frs {
      padding: 32px 0;
    }
  }
  
  .footer.footer__frs .footer__nav {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; */
    font-size: 14px;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
  }
  
  @media (min-width: 576px) {
    .footer.footer__frs .footer__nav {
      padding-bottom: 10px;
    }
  }
  
  .footer.footer__frs .footer-link__list {
    width: 100%;
    text-align: left;
    word-break: break-all;
    padding: 10px 5px;
  }
  
  @media (min-width: 375px) {
     .footer.footer__frs .footer-link__list {
      /* width: calc(100% / 2); */
      width: 50% ;
      padding: 10px;
    }
  }
  
  @media (min-width: 768px) {
     .footer.footer__frs .footer-link__list {
      /* width: calc(100% / 3); */
      width: 33.33%;
    }
  }
  
  @media (min-width: 1200px) {
     .footer.footer__frs .footer-link__list {
      /* width: calc(100% / 4); */
      width: 25%;
    }
  }
  
   .footer.footer__frs .footer-link__list .link__title {
    margin-left: 10px;
    position: relative;
  }
  
   .footer.footer__frs .footer-link__list .link__title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 14px;
    top: 50%;
    left: -12px;
    background: #DDD;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
   .footer.footer__frs .footer-link__list .link__url {
    padding-left: 10px;
  }
  
   .footer.footer__frs .footer-info {
    padding-top: 20px;
  }

    .footer__organ a, 
    .footer__organ a:hover {
      font-size: 14px;
      color: #fff;
      text-decoration: none;
    }
  
   .footer.footer__frs .footer__company,
   .footer.footer__frs .footer__copyright {
    font-size: 14px;
  }
  
