.gnav-sp.m_fixed {
  position: absolute;
}

.value_member-link {
  color: #278c7e !important;
}

.valueplus_note {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 24px;
  background: #f5f5f5;
  color: #333232;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .valueplus_note span {
    display: inline-block;
    margin: 6px 0;
  }
}

.fixed_menu_btns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 64px auto 0;
  /* position: fixed;
  bottom: 0;
  left: 0; */
}

.fixed_menu_btn {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 20px 12px;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  width: calc(33.33%);
  position: relative;
}

.fixed_menu_btn span {
  position: relative;
}

.fixed_menu_btn span::before {
  content: '';
  display: block;
  position: absolute;
  color: #ff750a;
  width: 30px;
  height: 30px;
  background-image: url("../img/white-down-arrow.svg");
  background-size: contain;
  bottom: -7px;
  right: -37px;
}

.value_fixed {
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1000px;
  z-index: 9999;
}

.value-bg-1 {
  background-color: #00a499;
}

.value-bg-2 {
  background-color: #73b741;
}

.value-bg-3 {
  background-color: #a6c178;
}

.value_btr {
  border-top-right-radius: 20px;
}

.value_btl {
  border-top-left-radius: 20px;
}

@media screen and (max-width: 768px) {
  .fixed_menu_btn {
    padding: 19px 10px;
    font-size: 16px;
  }

  .gnav.m_fixed {
    top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .btn-sp-gnav_official {
    bottom: 60px;
    left: 10px;
  }
  
  .value_btr,
  .value_btl {
    border-radius: unset;
  }
  
  .fixed_menu_btn span::before {
    display: none;
  }
}

@media screen and (max-width: 1334px) {
  .gnav-sp.m_fixed {
    display: none;
  }
}
