/*------------------------------------------------------------
	c-footer
	------------------------------------------------------------*/
 /*  .c-footer__top {
   background: url(../../common/img/bg_footer.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   padding-top: 292px;
   padding-bottom: 180px;
   height: 924px;
   } */

/*  @media screen and (min-width: 1920px) {
    .c-footer__top {
      background: url(../../common/img/bg_footer.jpg);
      background-size: 100% 100%;
    }
  }
  */

body {
	-webkit-text-size-adjust: 100%;
}

  .c-footer__top .bg_footer_top{
    background: url(../../img/www/bg_footer_top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 136px;
  }

  @media screen and (min-width: 1930px) {
    .c-footer__top .bg_footer_top{
      height: 186px;
    }
  }

  @media screen and (max-width: 768px) {
    .c-footer__top .bg_footer_top{
      background: unset;
      height: auto;
    }
  }

  .c-footer__top .bg_footer_middle{
    background: url(../../img/www/bg_footer_middle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
  }

  @media screen and (max-width: 768px) {
    .c-footer__top .bg_footer_middle{
      background: unset;
      padding-top: 0;
    }
  }

  .c-footer__top .bg_footer_bottom{
    background: url(../../img/www/bg_footer_bottom.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 220px;
  }

  @media screen and (min-width: 1930px) {
    .c-footer__top .bg_footer_bottom{
      height: 290px;
    }
  }

   @media screen and (max-width: 768px) {
    .c-footer__top .bg_footer_bottom{
      background: unset;
      height: auto;
    }
  }

  @media screen and (max-width: 768px) {
    .c-footer__top {
      padding: 20px 0 10px;
      background: url(../../img/www/bg_footer_sp.jpg);
      height: auto;
    }
  }

  .c-footer__top h2 {
    font-size: 36px;
    color: #477912;
    padding-bottom: 20px;
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .c-footer__top h2 {
      font-size: 1.6rem;
      color: #222;
      font-weight: normal;
      margin: 0 auto;
      line-height: 1.3;
      margin: 0 -30px;
    }
    .c-footer__top h2 span{
      display: block;
    }
  }

  .c-footer__top .list_banner {
    text-align: center;
  }
  .c-footer__top .list_banner_left {
    padding: 0 61px;
    text-align: left;
  }

  @media screen and (max-width: 768px) {
    .c-footer__top .list_banner {
      padding: 0 30px;
      text-align: center;
    }
  }

  .c-footer__top .list_banner li {
    display: inline-block;
    margin-bottom: 12px;
  }

  @media screen and (max-width: 768px) {
    .c-footer__top .list_banner li {
      margin-bottom: 15px;
    }
  }

  .c-footer__top .list_banner li:not(:nth-child(3n)):not(:last-child) {
    margin-right: 20px;
  }

  @media screen and (max-width: 768px) {
    .c-footer__top .list_banner li:not(:nth-child(3n)):not(:last-child) {
      margin-right: 0;
    }
  }

  .c-footer__top .list_banner a {
    background: #fff;
    width: 270px;
    height: 80px;
  }

  @media screen and (max-width: 768px) {
    .c-footer__top .list_banner a {
      width: 100%;
      height: auto;
    }
  }

  .c-footer__top .list_banner a img {
    width: 100%;
  }

  .c-footer__top .list_linked {
    padding-top: 60px;
  }

  .c-footer__top .list_linked h3 {
    font-size: 18px;
    color: #477912;
  }

  .c-footer__top .list_linked li {
    display: inline-block;
    padding: 12px 5px 0;
  }

  .c-footer__top .list_linked li a {
    color: #477912;
    font-size: 14px;
  }

  .c-footer__top .list_contact {
    padding-top: 50px;
  }

  .c-footer__top .list_contact h3 {
    font-size: 18px;
    color: #477912;
  }

  .c-footer__top .list_contact li {
    display: inline-block;
    padding-top: 18px;
  }

  .c-footer__top .list_contact li:not(:last-child) a {
    border-right: 1px solid #477912;
    line-height: 14px;
  }

  .c-footer__top .list_contact li a {
    padding: 0 8px 0 5px;
    color: #477912;
    font-size: 14px;
  }

  .c-footer .list_nav {
    background: #fff;
  }

  .c-footer .list_nav ul {
    padding: 0;
  }

  .c-footer .list_nav li {
    border-bottom: 1px solid #bfbfbf;
  }

  .c-footer .list_nav li:first-child {
    border-top: 1px solid #bfbfbf;
  }

  .c-footer .list_nav a {
    display: block;
    font-size: 14px;
    color: #664429;
    padding: 15px 25px 15px 10px;
    text-align: left;
    background: url(../../img/www/icon/ic_right_sp.png) no-repeat;
    background-size: 10px 14px;
    background-position: center right 10px;
  }

  .c-footer .list_nav a.bg-lightgreen {
    background-color: #dfecc5;
  }

  .c-footer .list_nav h2 {
    font-size: 2rem;
    color: #fff;
    background: #8bc03e;
    padding: 10px 0;
  }

  .c-footer .slide {
    padding: 0 10px 20px;
    margin: 20px 0 0;
    background: #8bc03e;
    border-bottom: thin solid #ffffff;
  }

  .c-footer .slide h2 {
    font-size: 2rem;
    color: #fff;
    padding: 10px 0;
  }

  @media screen and (max-width: 335px) {
    .c-footer .slide h2 {
      font-size: 1.6rem;
    }
  }

  .c-footer .slide .slide_link {
    position: relative;
    overflow: hidden;
  }
  .c-footer .slide .slide_link .arrow {
    width: 14px;
    height: 16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
  .c-footer .slide .slide_link .arrow.is-disabled {
    opacity: .4;
  }
  .c-footer .slide .slide_link .arrow-prev {
    left: 0;
    background: url(../../img/www/icon/ic_prev_sp.png) no-repeat;
    background-size: 14px 16px;
  }
  .c-footer .slide .slide_link .arrow-next {
    right: 0;
    background: url(../../img/www/icon/ic_next_sp.png) no-repeat;
    background-size: 14px 16px;
  }

  .c-footer .slide .slide_link .list_link {
    margin: 0 20px;
    white-space: nowrap;
    overflow: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .c-footer .slide .slide_link .list_link li {
    display: inline-block;
    margin: 0 5px;
  }
  .c-footer .slide .slide_link .list_link li a {
    display: block;
    padding: 8px 20px;
    color: #222;
    border-radius: 5px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
    background: #dfecc5;
    border-radius: 3px;
  }


  .c-footer__bottom {
    font-size: 18px;
  }

  @media screen and (max-width: 768px) {
    .c-footer__bottom {
      font-size: 1.2rem;
    }
  }

  .c-footer__bottom .copyright {
    color: #929292;
    text-align: center;
    letter-spacing: -1px;
    padding-bottom: 20px;
  }

  @media screen and (max-width: 768px) {
    .c-footer__bottom .copyright {
      padding: 15px 0 20px;
    }
  }

  .c-footer__bottom .link_footer {
    text-align: center;
    padding: 16px 0 26px;
  }

  .c-footer__bottom .link_footer li {
    display: inline-block;
  }

  .c-footer__bottom .link_footer a {
    font-size: 16px;
    color: #477912;
    padding: 0 8px;
  }

