footer.fs-l-footer {
  background: #111124;
  padding: 35px 0;
  border-top: none;
  /*margin-top: 0;*/
}
footer .first_nav .nav_title {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
footer .first_nav_box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
footer .first_nav_box .content_title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
footer .first_nav_box .nav_box_left {
  width: 60%;
}
footer .first_nav_box .nav_box_left .small_box {
  display: flex;
  justify-content: space-between;
}
footer .first_nav_box .nav_box_left .small_box .cat_title {
  color: #fff;
  margin-top: 1em;
  font-weight: bold;
  font-size: 15px;
}
footer .first_nav_box .nav_box_left .small_box .nav_list {
  width: 30%;
}
footer .first_nav_box .nav_box_left .small_box .nav_list a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_left .second_small_box {
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
  display: flex;
}
footer .first_nav_box .nav_box_left .second_small_box .secod_nav_list {
  width: 27%;
}
footer .first_nav_box .nav_box_left .second_small_box .secod_nav_list a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_right {
  width: 30%;
  /*
  .second_small_box {
    margin-top: 20px;
    .day_text {
      color: #fff;
      font-size: 12px;
      line-height: 1.7;
      padding-left: 5px;
    }
  }*/
}
footer .first_nav_box .nav_box_right .small_box {
        /*display: flex;
        justify-content: space-between;

        .small_left {
          width: 40%;
          a {
            display: block;
            color: #fff;
            font-size: 12px;
            line-height: 1.7;
          }
        }
        .small_right {
          width: 40%;
          a {
            display: block;
            color: #fff;
            font-size: 12px;
            line-height: 1.7;
          }
        }*/
}
footer .first_nav_box .nav_box_right .small_box .small_nav {
  margin-bottom: 2em;
}
footer .first_nav_box .nav_box_right .small_box .small_nav a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
}
footer .first_nav_box .nav_box_right .small_box .small_nav .day_text {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  padding-left: 5px;
}
footer .first_nav_box .nav_box_right .contact {
  max-width: 231px;
  width: 70%;
}
footer .first_nav_box .nav_box_right .contact .contat_btn {
  border: 2px solid #535353;
  background: #fff url(../img/index/btn_icon_b.png);
  background-repeat: no-repeat;
  background-size: 8px 14px;
  background-position: 96% center;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  color: #565656;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin-bottom: 10px;
}
footer .second_nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .second_nav .footer_logo {
  max-width: 100px;
  width: 70%;
  margin-right: 90px;
}
footer .second_nav .footer_last_nav {
  display: flex;
  justify-content: center;
  width: 60%;
}
footer .second_nav .footer_last_nav li:last-child a {
  border-right: none;
}
footer .second_nav .footer_last_nav a {
  display: block;
  color: #fff;
  padding: 0 10px;
  font-size: 15px;
  font-weight: bold;
  border-right: 1px solid #fff;
}
footer .second_nav .sns_link {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
footer .second_nav .sns_link .sns_link_list {
  max-width: 30px;
  width: 15%;
  margin: 0 7px;
}
footer .second_nav .sns_link .sns_link_list a {
  display: block;
}

footer .copy_right_text {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 28px;
  color: #fff;
}

@media (min-width: 1px) and (max-width: 1120px) {
  footer .second_nav .contact {
    width: 20%;
  }
}
@media (min-width: 1px) and (max-width: 1060px) {
  footer .first_nav_box .nav_box_right {
    width: 40%;
  }

  footer .second_nav .contact {
    width: 16%;
  }

  footer .second_nav .footer_last_nav a {
    font-size: 13px;
  }
}
@media (min-width: 1px) and (max-width: 980px) {
  footer .second_nav {
    flex-direction: column;
  }
  footer .second_nav .contact {
    width: 100%;
  }
  footer .second_nav .footer_last_nav {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 26px;
  }
  footer .second_nav .sns_link {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (min-width: 960px) {
  footer .second_nav .contact .contat_btn {
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  footer .second_nav .contact .contat_btn:hover {
    color: #fff;
  }
  footer .second_nav .contact .contat_btn:before {
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    z-index: -1;
    transition: .5s;
    text-decoration: 0;
    width: 100%;
    color: #fff;
    border: 2px solid #404040;
    background: #404040;
    background-repeat: no-repeat;
    background-size: 8px 14px;
    background-position: 96% center;
  }
  footer .second_nav .contact .contat_btn:hover:before {
    left: 0;
  }
}
@media (min-width: 1px) and (max-width: 960px) {
  footer .first_nav_box .nav_box_right {
    width: 43%;
  }

  footer .first_nav_box .nav_box_left {
    width: 53%;
  }
}
@media (min-width: 1px) and (max-width: 880px) {
  footer {
    padding: 0;
  }
  footer .first_nav_box {
    display: none;
  }
  footer .wrap {
    width: 100%;
    padding: 0;
  }
  footer .first_nav .nav_title {
    padding-left: 18px;
  }
  footer .sp_pullmenu {
    display: block;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title {
    border-bottom: 1px solid #fff;
    background: url(../img/footer/plus.png);
    background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 96% center;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title.clicked {
    background: url(../img/footer/minus.png);
    background-repeat: no-repeat;
    background-size: 20px 26px;
    background-position: 96% center;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title.no_pull {
    background: url(../img/footer/nopull_arrow.png);
    background-repeat: no-repeat;
    background-size: 8px 16px;
    background-position: 95% center;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 18px;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu a {
    color: #fff;
    font-size: 16px;
  }
  footer .sp_pullmenu .categyoy_menu .category_list {
    display: none;
    background: #F5F5F5;
    padding: 10px 18px;
    /*.news_area {
      .fs-pt-list__link {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        .category {
          width: 50%;
          max-width: 60px;
          margin-right: 10px;
          span{
            background: #ED6C00;
            color: #fff;
            font-size: 9px;
            font-weight: bold;
            text-align: center;
            min-width: 60px;
            padding: 3px 0;
            display: block;
            margin-right: 10px;
            &.new {
              background: #4D4C4C;
            }
          }
        }
        .news_day {
          width: 50%;
          font-size: 11px;
          font-weight: bold;
        }
        .link_text {
          display: block;
          font-size: 12px;
          font-weight: bold;
          margin-top: 8px;
        }
      }
    }*/
  }
  footer .sp_pullmenu .categyoy_menu .category_list .cate_link_name {
    margin: 0 auto;
    padding: 15px 0;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    background: url(../img/header/sp_pull_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 8px 9px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  footer.fs-l-footer {
    padding-bottom: 20px;
  }
  footer .first_nav .nav_title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu {
    font-size: 15px;
  }
  footer .sp_pullmenu .categyoy_menu .cate_title .cate_menu a {
    font-size: 15px;
  }
  footer .second_nav {
    margin-top: 34px;
  }
  footer .second_nav .footer_logo {
    margin: 0;
  }
  footer .second_nav .footer_last_nav {
    flex-wrap: wrap;
  }
  footer .second_nav .footer_last_nav li:nth-child(3) a {
    border-right: none;
  }
  footer .second_nav .footer_last_nav a {
    font-size: 13px;
    margin-bottom: 12px;
  }
  footer .second_nav .contact .contat_btn {
    height: 50px;
    font-size: 15px;
  }
}

/*# sourceMappingURL=footer_v3.css.map */
