footer li{
  color:white;
  list-style:none;
  display:block;
  float:left;
  border-collapse: collapse;
}
footer li a{
  color:white;
}
footer li a:hover{
  transition-duration:1s;
}

/* ==========================================================================
   l-banner
   ========================================================================== */
footer .l-banner{
  overflow: hidden;
  margin-bottom:35px;
}
footer .l-banner img{
  float:left;
  margin-right:20px;
}
footer .l-banner a:hover img{
	opacity: 0.75;
}
@media screen and (max-width:960px){
  footer .l-banner img{
    margin-right:10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:680px) {
  footer .l-banner{
    text-align:center;
  }
  footer .l-banner img{
    float:none;
    margin-right:10px;
  }
  footer .l-banner img:nth-child(2){
    margin-left:10px;
  }
}

/* ==========================================================================
   l-footer-sns
   ========================================================================== */
footer .l-footer-sns{
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 20px 10px;
	text-align: center;
}
footer .l-footer-sns img{
	width: 50px;
	height: auto;
	margin: 0 10px;
}
footer .l-footer-sns img:hover{
	opacity: 0.75;
}

/* ==========================================================================
   l-menu
   ========================================================================== */
footer .l-menu{
  background: #006917;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width:680px) {
  footer .l-menu{
    padding:10px;
    box-sizing:border-box;
  }
}

/* nav
   ----------------------------------------------------------------- */
footer .l-menu nav ul{
  padding:0px;
  margin:0px;
}
footer .l-menu nav li{
  font-size:0.8em;
  padding: 12px 7px;
}
footer .l-menu nav ul li:after {
	content: "|";
	margin-left: 10px;
}
footer .l-menu nav ul li:last-child:after {
	content: none;
}
@media screen and (max-width:680px) {
  footer .l-menu nav li{
    padding: 3px 7px;
    float:none;
  }
  footer .l-menu nav ul li:after {
    content: none;
  }
  footer .l-menu nav ul li:before {
  }
  footer .l-menu nav ul li:last-child:before {
    content: none;
  }
}


/* social-container
   ----------------------------------------------------------------- */
footer .social-container img{
  width:30px;
}

/* ==========================================================================
   l-footer-main
   ========================================================================== */
footer .l-footer-main{
  color:white;
  background:#002a0e;
  padding: 35px 0 20px;
  overflow: hidden;
}
@media screen and (max-width:680px) {
  footer .l-footer-main{
    padding:35px 15px 20px;
  }
}

/* footer-3column
   ----------------------------------------------------------------- */
footer .footer-3column{
  font-size:0.9em;
  float:left;
  box-sizing:border-box;
}
  footer .footer-3column ul{
    margin:0;
  }
    footer .footer-3column li{
      font-size: 1.1em;
      font-weight: bold;
      padding-right:10px;
      float: none;
    }
    footer .footer-3column li li{
      font-size: 0.9em;
      font-weight: normal;
      float: left;
    }
@media screen and (max-width:680px) {
  footer .footer-3column{
    width:100% !important;
  }
}

footer .footer-3column.address{
  width:42%;
  border-right:1px solid white;
  padding-left: 20px;
}
:lang(en) footer .footer-3column.address{
  width:38%;
}
  footer .footer-3column.address img{
    width:110px;
    float:left;
  }
  footer .footer-3column.address p{
    width:calc(100% - 110px);
    padding-left: 10px;
    margin:0;
    box-sizing: border-box;
    float:left;
  }
@media screen and (max-width:960px) {
  :lang(en) footer .footer-3column.address{
    width:50%;
  }
}
@media screen and (max-width:680px) {
  footer .footer-3column.address{
    border-right:none;
    padding:0;
  }
}

footer .footer-3column.linksL{
  width: 44%;
  padding-left:15px;
}
  footer .footer-3column.linksL ul{
    padding: 0px 0px 0px 15px;
  }
@media screen and (max-width:960px) {
  footer .footer-3column.linksL{
    width:50%;
  }
}
@media screen and (max-width:680px) {
  footer .footer-3column.linksL{
    padding:0;
  }
}

footer .footer-3column.linksR ul{
    padding: 0;
}
footer .footer-3column.linksR li{
   margin-bottom: 10px;
}
footer .footer-3column.linksR li.small{
	font-size: 12px;
   margin-bottom:5px;
}
@media screen and (max-width:680px) {
  footer .footer-3column.linksR ul{
    padding:15px 0 0 15px;}
}

/* ==========================================================================
   l-copyright
   ========================================================================== */
footer .l-copyright{
  text-align:center;
  background:black;
  padding:5px 0;
}
footer .l-copyright p{
  color:white;
  margin:0;
  font-size: 12px;
}
