@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
/* color */
/* size */
/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/* media queries
  ブレークポイントの使い方
  @include mq("sp"){ ここに書く } */
/* form スタイルリセット */
/**************************************************
  Footer
***************************************************/
.bl_footer {
  background-color: #333;
  color: #fff;
  position: relative;
  z-index: 500;
  margin-left: 330px;
}
@media screen and (max-width: 1440px) {
  .bl_footer {
    text-align: center;
    margin-left: 0;
  }
}
.bl_footer__inner {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 1100px) {
  .bl_footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.bl_footer__nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.4rem;
  gap: 0 20px;
}
@media screen and (max-width: 1100px) {
  .bl_footer__nav {
    flex-direction: column;
    gap: 10px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .bl_footer__nav a:hover, .bl_footer__nav a:focus {
    text-decoration: underline;
  }
}
.bl_footer__text {
  font-size: 1.4rem;
  flex: none;
}
@media screen and (max-width: 1100px) {
  .bl_footer__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .bl_footer__text a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .bl_footer__text span {
    font-size: 1.2rem;
    display: block;
  }
}
.bl_footer__copyright {
  font-size: 1rem;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .bl_footer__copyright {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=footer.css.map */
