footer {
  padding: 0;
  background: #efefef;
  text-align: center;
}
footer .footer-link {
  border: none;
  padding: 43px 0 69px;
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 600px) {
  footer .footer-link {
    padding: 0px 0 69px;
    border-top: 0;
  }
}
footer .footer-link .container {
  max-width: 1200px;
  display: block;
}
footer .footer-link .container .row {
  display: flex;
}
@media screen and (max-width: 600px) {
  footer .footer-link .container .row {
    flex-wrap: wrap;
  }
}
footer .footer-link .container .row .col {
  width: calc(100% - 60px);
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  footer .footer-link .container .row .col {
    width: 100%;
    margin-right: 0;
  }
}
/*footer .footer-link .container .row .col:first-child {*/
/*  padding-left: 0;*/
/*}*/
footer .footer-link .container .row .col:nth-of-type(4n) {
  margin-right: 0;
}
footer .footer-link .container .row .col li:nth-of-type(1) .collapsibl-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  footer .footer-link .container .row .col li:nth-of-type(1) .collapsibl-header {
    border-top: 1px solid #c9c9c9;
  }
}

footer {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer .footer-link .collapsibl {
  border: none;
  box-shadow: none;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 992px) {
  footer .footer-link .collapsibl {
    margin: 0;
  }
}
footer .footer-link .collapsibl-header {
  position: relative;
  line-height: 1;
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  background: none;
  border-top: solid 1px #b3b3b3;
  border-bottom: none;
  padding: 20px 0 0 16px;
  outline: none;
  margin: 16px 0 17px;
  position: relative;
}
footer .footer-link .collapsibl-header:before {
  content: "";
  width: 6px;
  height: 20px;
  background-color: #4c9536;
  position: absolute;
  left: 0;
  top: 20px;
}
@media screen and (max-width: 600px) {
  footer .footer-link .collapsibl-header:before {
    display: none;
  }
}

footer .footer-link .collapsibl-body {
  margin: 0;
  padding: 0 0 0 30px;
  border: none;
}
@media screen and (max-width: 600px) {
  footer .footer-link .collapsibl-body {
    padding: 0;
    /*display: none;*/
  }
}

footer .footer-link .collapsibl-body li {
  padding: 0;
  text-indent: -12px;
  line-height: 22px;
  font-size: 14px;
}

footer .footer-link ul li a {
  font-size: inherit;
  color: #333333;
  line-height: inherit;
}

footer .footer-link ul li a:hover {
  text-decoration: underline;
  color: #00822d;
}

footer .footer-link ul li img {
  vertical-align: middle;
}

footer .footer-link .container .row {
  text-align: left;
  padding: 0;
}

footer .footer-link2 {
  background: #fff;
  width: 100%;
  padding: 16px 0 0;
}
footer .footer-link2 .container {
  max-width: 100%;
  padding: 18px 18px 20px;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
}

footer .footer-link2 ul {
  float: left;
  margin: 10px 0 0 0;
  line-height: 1;
  text-align: left;
  width: 100%;
}
footer .footer-link2 .footer-logo {
  text-align: left;
}
@media screen and (max-width: 992px) {
  footer .footer-link2 .footer-logo {
    text-align: center;
  }
}
footer .footer-link2 .footer-logo a img {
  height: 130px;
  width: auto;
}
@media screen and (max-width: 992px) {
  footer .footer-link2 .footer-logo a img {
    height: 100px;
  }
}

@media screen and (max-width: 992px) {
  footer .footer-link2 .container p.copyright {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 550px) {
  footer .footer-link2 .container p.copyright {
    font-size: 12px !important;
  }
}

footer .footer-link2 ul li {
  padding: 0 5px;
  border-left: #b2b2b2 solid 1px;
  display: inline-block;
  height: 11px;
}
@media screen and (max-width: 992px) {
  footer .footer-link2 ul li {
    width: 100%;
    border-left: none;
    height: 3rem;
    text-align: center;
  }
}

footer .footer-link2 ul li:first-child {
  border-left: 0;
}

footer .footer-link2 ul li a {
  color: #333333;
  font-size: 13px;
  vertical-align: top;
}
@media screen and (max-width: 992px) {
  footer .footer-link2 ul li a {
    font-size: 16px;
  }
}

footer .footer-link2 ul li a:hover {
  text-decoration: underline;
  color: #00822d;
}

footer .footer-link2 .right {
  text-align: right;
}

footer .footer-link2 .left {
  text-align: left;
}

@media screen and (max-width: 600px) {
  footer .footer-link .collapsibl-header {
    padding: 20px 0;
    margin: 0;
  }
  footer .footer-link .collapsibl-header:after {
    font-family: "FontAwesome";
    content: "\f107";
    position: absolute;
    right: 0px;
    margin-right: 15px;
  }
  footer .footer-link .active .collapsibl-header:after {
    content: "\f106";
  }
  footer .footer-link .active .collapsibl-body li {
    border-bottom: 1px dotted #ddd;
    padding: 10px 3px 10px 12px;
  }
  footer .footer-link .active .collapsibl-body li a {
    position: relative;
  }
  footer .footer-link .active .collapsibl-body li a:after {
    font-family: "FontAwesome";
    content: "\f105";
    position: absolute;
    right: 0;
  }
  footer .footer-link .active .collapsibl-body li li:last-child,
  footer .footer-link .active .collapsibl-body > li:last-child {
    border-bottom: none;
  }
  footer .footer-link .active .collapsibl-body > li a {
    font-size: 1rem;
    padding: 10px 0;
    display: block;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  footer .footer-link .active .collapsibl-body > li a {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 992px) {
  footer .footer-link .collapsibl {
    margin: 0;
  }
  footer .footer-link .collapsibl-body li {
    padding: 10px 3px 10px 12px;
  }
  footer .footer-link .collapsibl-header {
    padding: 20px 0 20px 16px;
    border-bottom: none;
  }
  footer .footer-link .collapsibl-header:after {
    content: "\f107";
    margin-right: 15px;
  }
  footer .footer-link .collapsibl-header.content-none:after {
    content: none;
  }
  footer .footer-link .active.collapsibl-header:after {
    content: "\f106";
  }
  footer .footer-link2 .links ul li {
    width: 100%;
    border-left: none;
    height: 3rem;
  }
  footer .footer-link2 .links ul li a {
    font-size: 1.2rem;
    line-height: 3rem;
  }
  footer .footer-link2 .sns ul {
    float: none;
    margin-top: 25px;
  }
  footer .footer-link2 .left {
    text-align: center !important;
  }
}
@media screen and (max-width: 600px) {
  footer .footer-link .collapsibl-header {
    padding: 20px 0 20px 0px;
  }
}
footer .footer-link2 .container p.copyright {
  color: #333;
  text-align: right;
  font-size: 16px;
}

footer .footer-link2 p.copyright {
  color: #333;
  text-align: right;
  position: relative;
  font-size: 16px;
  bottom: -5px;
}

.footer-banner {
  width: 100%;
  padding: 40px 12px;
  background: #efefef;
}
.footer-banner .footer-banner-inner {
  max-width: 1050px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .footer-banner .footer-banner-inner {
    flex-wrap: wrap;
  }
}
.footer-banner .item {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 600px) {
  .footer-banner .item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.footer-banner .item:hover {
  opacity: 0.6;
}
.footer-banner .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .footer-banner .item img.responsive-img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .footer-banner .item:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=footer.css.map */