@charset "UTF-8";
/* Footer CSS */

/* ==================== */
/* footer preset */
/* ==================== */
#footer {
  background-color: #155aa8;
  color: #fff;
}

#footer .footer-content {
  max-width: 1200px;
  margin: auto;
  padding: 70px 0 60px;
  display: flex;
  justify-content: space-between;
}

#footer .footer-content figure img {
  width: 320px;
}
#footer .footer-content .address {
  padding-top: 12px;
}

#footer-nav {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
}
#footer-nav .nav-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 0 30px 0 0;
}
#footer-nav .nav-items + .nav-items {
  padding: 0;
}
#footer-nav .nav-items a {
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}
#footer-nav .nav-items + .nav-items a {
  font-size: .765rem;
  font-weight: 400;
}

#footer-nav .nav-items + .nav-items .nav-item {
  display: flex;
  align-items: center;
}
#footer-nav .nav-items + .nav-items .nav-item:first-child::before {
  content: none;
}
#footer-nav .nav-items + .nav-items .nav-item::before {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  /*left: -28px;*/
  margin-left:5px;
  margin-right:5px;
  border-left: solid 1px #efefef;
  height: .925rem;
 

}
@media screen and (max-width: 812px) {
#footer-nav .nav-items + .nav-items .nav-item::before {
  border-left: none;
}
}

#footer .footer-inquiry {
}
#footer .footer-inquiry .phone-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px 0 0 40px;
}
.footer-tel,
.footer-bizday {
  font-size: .925rem;
  margin: 0 15px 0 0;
}
.footer-tel {
  font-family: "Oswald", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.95rem;
  margin-right: 20px;
}




#footer #copyright p {
  font-size: .765rem;
  text-align: center;
  padding: 30px 0;
  background-color: #0c4584;
}

@media screen and (max-width: 1024px) {
  #footer .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #footer .footer-content figure img {
    width: 240px;
  }
  #footer .footer-content .address {
    padding: 12px 0 0;
  }
  #footer-nav {
    margin-top: 30px;
    align-items: center;
  }
  #footer-nav .nav-items {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer-nav .nav-items .nav-item {
    padding: 0 6px;
  }
  #footer-nav .nav-items + .nav-items {
    margin-top: 12px;
  }
  #footer .footer-inquiry {
    margin-top: 30px;
  }
  #footer .footer-inquiry .phone-info {
    justify-content: center;
    padding: 18px 0 0 0;
  }
}

@media screen and (max-width: 812px) {
  #footer .footer-inquiry .inquiry-link {
    width: 90%;
    margin: auto;
  }
  #footer .footer-inquiry .phone-info {
    flex-direction: column;
  }
    #footer .footer-content .address {
        font-size: 12px;
    }
    #footer-nav .nav-items {
        padding: 0;
    }
    #footer-nav .nav-items + .nav-items {
        display: flex;
    }
#footer-nav .nav-items + .nav-items .nav-item {
    flex: 50%;
}
    #footer-nav {
        padding: 0 20px;
    }
#footer #copyright p {
    font-size: 10px;
    padding: 30px 20px;
}
#footer .footer-content {
    padding:40px 0 60px;
}
}
