#siteFt {
  background: #ffffff;
  color: rgba(0, 0, 0, 0.78);
  padding-bottom: 40px;
  /* 左の認証アイコン2つ */
  /* 中央：リンク群 / 右：旭化成ロゴ */
  /* ========== responsive ========== */
}
footer .footer-bottom {
  padding: 22px 0 14px;
}
footer .footer-bottom_inner {
  width: min(1120px, 92%);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
footer .footer_icon {
  display: block;
  flex: 0 0 auto;
}
footer .footer_icon.icon01 {
  width: 85px;
}
footer .icon01 {
  margin-right: 22px;
}
footer .footer_icon.icon02 {
  width: 61px;
}
footer .icon02 {
  margin-right: 22px;
}
footer .icon03 img {
  width: 166px;
}
footer .footer_icon img, footer .footer_icon picture, footer .footer_icon source {
  display: block;
  width: 100%;
  height: auto;
}

footer .footer_bottom_nav {
  width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
footer .list-guide {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 2.0;    
}
footer .list-guide .item-guide {
  position: relative;
  /*  line-height: 1; */
  padding-right: 20px;
  margin-right: 20px;
  /* 区切り線（縦線） */
}
footer .list-guide .item-guide:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  font-size: 13px;
  background: #4e4e4e;
  bottom: 0;
  right: 0;
}
footer .list-guide a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.78);
  text-decoration: none;
}
footer .list-guide a:hover {
  opacity: 0.7;
}
footer .item-logo {
  flex: 0 0 auto;
  width: clamp(100px, 14vw, 117px);
}
footer .item-logo a {
  display: block;
}
footer .item-logo img, footer .item-logo picture {
  display: block;
  width: 100%;
  height: auto;
}
footer .copyright {
  background-color: #005baa;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 24px;
  font-family: "Alata", sans-serif;
  margin-top: 30px;
}
footer .copyright span {
  position: relative;
  top: -0.02em;
}
/* モバイルファーストデザインで使用 */
footer {
 background-color: #FFFFFF;        
}
footer#MF .footer-bottom_inner {
  width: 96%;    
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 14px;
}
footer#MF .footer_icon.icon01 {
  width: 92px;
}
footer#MF .footer_icon.icon02 {
  width: 67px;
}

footer#MF .footer_bottom_nav {
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
footer#MF .list-guide {
  justify-content: center;
  gap: 20px 10px;
  margin-bottom: 20px;
}
footer#MF .list-guide .item-guide:not(:last-child)::after {
  right: -7px;
}
footer#MF .list-guide .item-guide a {
  font-size: 14px;
}
footer#MF .item-logo {
  width: min(180px, 60%);
}
footer#MF .copyright {
  background-color: transparent;
  padding: 0;
  color: #005baa;
}
@media screen and (max-width: 799px) {
  
  footer .footer-bottom_inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 14px;
    font-size: 16px;
  }
  footer .footer_icon {
    margin-bottom: 0.35rem;
  }
  footer .icon01 {
    margin-right: 0.35rem;
  }
  footer .footer_bottom_nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  footer .list-guide {
    justify-content: center;
    gap: 20px 10px;
    margin-bottom: 20px;
  }
  footer .list-guide .item-guide:not(:last-child)::after {
    right: -7px;
  }
  footer .list-guide .item-guide a {
    font-size: 14px;
  }
  footer .item-logo {
    width: min(180px, 60%);
  }
  footer .copyright {
    background-color: transparent;
    padding: 0;
    color: #005baa;
  }
}
@media screen and (max-width: 549px) {
  footer .list-guide {
    gap: 10px 10px;
  }
  footer .list-guide a {
    font-size: 13px;
  }
  footer .copyright {
    font-size: 11px;
  }
}