@charset "UTF-8";
/* 変数定義 */
footer #footer_contents {
  width: 983px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 60px;
}
@media screen and (max-width: 560px) {
  footer #footer_contents {
    width: 90vw;
    padding-top: 60px;
    display: flex;
    flex-direction: column;
  }
}
footer #footer_banner {
  width: 250px;
  height: auto;
  margin: 0 auto 60px;
}
@media screen and (max-width: 560px) {
  footer #footer_banner {
    margin: 0 auto 60px;
    order: 1;
    width: 190px;
  }
}
footer #footer_banner img {
  width: 250px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 560px) {
  footer #footer_banner img {
    width: 190px;
  }
}
footer #footer_links {
  text-align: center;
  margin-bottom: 66px;
}
@media screen and (max-width: 560px) {
  footer #footer_links {
    margin-bottom: 10px;
  }
}
footer #footer_links a {
  display: inline-block;
  margin: 0 15px;
  font-size: 14px;
}
@media screen and (max-width: 560px) {
  footer #footer_links a {
    display: block;
    margin: 15px 0;
    font-size: 13px;
  }
}
footer #footer_links #company_link {
  margin-top: 15px;
}
@media screen and (max-width: 560px) {
  footer #footer_links {
    order: 3;
  }
}
footer #footer_others {
  display: flex;
  width: 467px;
  margin: 0 auto;
}
@media screen and (max-width: 560px) {
  footer #footer_others {
    width: 90vw;
    display: flex;
    flex-direction: column;
    order: 2;
  }
  footer #footer_others #footer_sns_link {
    margin: 25px auto;
  }
  footer #footer_others #footer_payment_list {
    margin: 25px auto;
  }
}
footer #footer_others #footer_sns_link {
  width: 167px;
  height: 62px;
  color: #1E6AAD;
}
@media screen and (max-width: 560px) {
  footer #footer_others #footer_sns_link {
    width: 262px;
  }
}
footer #footer_others #footer_sns_link #share_title {
  font-size: 14px;
  color: #1E6AAD;
  text-align: center;
}
footer #footer_others #footer_sns_link #link_icons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 167px;
  margin-top: 10px;
}
@media screen and (max-width: 560px) {
  footer #footer_others #footer_sns_link #link_icons {
    width: 262px;
  }
}
footer #footer_others #footer_sns_link #link_icons a {
  display: block;
}
footer #footer_others #footer_sns_link #link_icons img {
  width: 30px;
}
footer #footer_others #footer_sns_link #link_icons img.youtube {
  width: 35px;
}
footer #footer_others #footer_payment_list {
  width: 250px;
  height: 62px;
  margin-left: 25px;
}
@media screen and (max-width: 560px) {
  footer #footer_others #footer_payment_list {
    width: 300px;
    height: 72px;
  }
}
footer #footer_others #footer_payment_list img {
  width: 250px;
  height: 62px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 560px) {
  footer #footer_others #footer_payment_list img {
    width: 300px;
    height: 72px;
  }
}/*# sourceMappingURL=footer.css.map */