/*＝＝footerのロゴがフローティングバナーで隠れる対策＝＝*/
.footerElem {
	padding-bottom: 50px;
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.financeFixedNav-v2 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.financeFixedNav-v2-ctn {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.financeFixedNav-v2-btn {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 48px;
  background-color: #777777;
  background-image: url(https://www.au.com/content/dam/au-com/finance/common/images/fi_common_fixednav_arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 12px;
  background-position: center center;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: rotate(180deg);
  z-index: 1;
}

.financeFixedNav-v2-btn.close {
  transform: none;
}

.financeFixedNav-v2-display {
  display: none;
}

.financeFixedNav-v2-btn.close + .financeFixedNav-v2-display {
  display: block;
  position: relative;
  width: 100%;
  justify-content: space-between;
}

.financeFixedNav-v2-item {
  display: flex;
  justify-content: center;
}

.financeFixedNav-v2 .btnElem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .financeFixedNav-v2 .btnElem {
    width: 380px;
    height: 48px;
    min-width: auto;
    max-width: none;
  }
  .financeFixedNav-v2 .sp_only {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .financeFixedNav-v2,
.financeFixedNav-v2-btn {
    left: 180px;
  }
}
@media (max-width: 767px) {
  .financeFixedNav-v2-btn {
    width: 45px;
    height: 48px;
  }
  .financeFixedNav-v2-item {
    padding-left: 50px;
    padding-right: 5px;
  }
  .financeFixedNav-v2 .btnElem {
    width: 100%;
    min-width: auto;
    max-width: 380px;
    font-size: 14px;
    line-height: 1.3;
    height: 48px;
  }
  .financeFixedNav-v2 .pc_only {
    display: none !important;
  }
}