/* -------------------------------------------------------------------------- */
/*                        floating-banner                                     */
/* -------------------------------------------------------------------------- */
/*footer*/
.new-spfooter {
  width: 100%;
  background: rgb(4, 54, 100, 0.9);
  height: auto;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  z-index: 999;
  transition: .3s;
}

.tel {
  width: 40%;
}

.mail {
  width: 25%;
}

.footer_text p {
  text-align: center;
  color: #fed900;
  /*		color: rgb(0,10,120);*/
  font-size: 2.5px;
  margin: 0.3vw auto;
  font-weight: 600;
}

@media (max-width: 767px) {
  .footer_text p {
    font-size: 3vw;
    margin: 0.5vw auto;
  }

  .tel {
    width: 70%;
  }

  .mail {
    width: 30%;
  }
}

.footer-flex {
  display: flex;
  padding: 0 10px;
  justify-content: center;
  align-content: center;
}

.green-btn {
  background: linear-gradient(to bottom, #12D89A, #02885F);
  margin-right: 5px;
  flex: 2;
  height: 60px;
}

.pink-btn {
  background: linear-gradient(to bottom, #FC909A, #E62E46);
  flex: 1;
  height: 60px;
}

.common-btn {
  border-radius: 5px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff !important;
  position: relative;
}

.common-btn:hover::before {
  content: '';
  position: absolute;
  left: 30%;
  top: 0;
  border: 1px solid #02885F;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  opacity: 1;
  animation: 1s circleanime2 forwards;
}

.green-btn:hover::before {
  border: 1px solid #02885F;
}

.pink-btn:hover::before {
  border: 1px solid #E62E46;
}

@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.common-btn::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.pink-btn::after {
  border-top: 1px solid #E62E46 !important;
  border-right: 1px solid #E62E46 !important;
}

.green-btn::after {
  content: '';
  position: absolute;
  top: 30%;
  right: -20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #02885F !important;
  transform: rotate(45deg);
}

.center-position1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-position2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.message-txt {
  font-weight: bold;
  color: #FCE000;
  text-align: center;
  font-size: 1.6rem;
}

.mail-btn {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 0.5;

}

.mail-btn span {
  font-size: 1rem;
  line-height: 0.5;
  display: block;
}

@media (min-width: 768px) {
  .new-spfooter {
    background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, rgba(255, 255, 255, 0.9) 38.02%);
    padding: 50px 0 10px;
  }

  .footer_text {
    padding-bottom: 10px;
  }

  .footer_text p {
    color: rgb(0, 10, 120);
  }

  .common-btn {
    border-radius: 30px;
  }

  .footer_text p {
    font-size: 1.3vw;
    margin: 0 auto;
  }

  .green-btn>img {
    margin-right: 10px !important;
    width: 55px !important;
    height: 41px !important;
  }

  .pink-btn {
    text-align: center;
    flex-direction: row;
  }

  .pink-btn>img {
    width: 53px !important;
    height: 41px !important;
    margin-right: 10px !important;
    margin-top: 0 !important;
  }

  .common-btn,
  .common-btn span {
    font-size: 1.5rem;
  }

  .green-btn {
    flex: 1;
  }
}

.common-btn:hover {
  margin-top: 0.5vw;
  transition: all 0.3s 0s ease;
  margin-bottom: -0.5vw;
}

.cta-content:before {
  background-color: #ffffff !important;
}

.new-spfooter {
  transition: .3s;
}

.new-spfooter .common-btn span {
  font-size: 2rem;
  transition: .3s;
}


.new-spfooter.disapear {
  transform: translateY(150px);
  transition: .3s;
}

@media(max-width:767px) {

  .green-btn>img {
    margin-right: 5px !important;
    width: 40px !important;
    height: 30px !important;
  }

  .pink-btn>img {
    width: 35px !important;
    height: 27px !important;
    padding-right: 0 !important;
    margin-top: 10px !important;
  }


  .new-spfooter .common-btn span.sptxt {
    font-size: 1rem;
  }

  .new-spfooter .green-btn span.sptxt {
    font-size: 1.5rem;
  }

  .mail-btn span {
    line-height: 1.4;
  }
}

.mail-btn span {
  font-size: 1rem;
  line-height: 0.5;
  display: block;

}

#topBtn2 {
  bottom: 120px !important;
}

.sec06__card-table th,
  .sec06__card-table td {
    padding-block: var(--sp-1);
    color: #fff;
  }