#fixed-box {
  background: #5FBAC1;
  border-top: none;
  font-weight: 700;
  line-height: 1;
}

#fixed-box_pc {
  padding: 12px 0;
}

.footer-fixed-tel {
  display: flex;
  gap: 8px;
}

.footer-fixed-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.fixed_tel_title {
  color: #FF0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.84px;
  margin: 0;
}

.fixed_tel_number {
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

.fixed_tel_number img {
  width: 30px;
  height: 30px;
}

.footer-fixed-message span {
  display: block;
  font-size: 14px;
  line-height: 1;
}

.footer-fixed-message span:not(:first-child) {
  margin-top: 2px;
}

.footer-fixed-message span:not(:nth-child(2)) {
  color: #5FBAC1;
}

.footer-fixed-message span:nth-child(2) {
  color: #FF0;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  border-radius: 2px;
  background: #106FB9;
  letter-spacing: 0.56px;
  padding: 3px 0 2px;
}

.footer-fixed-message {
  padding: 7px 13px 7px 23px;
  width: 150px;
  height: 64px;
  background: url(../img/renewal-footer/footer-fukidashi.svg) no-repeat bottom center / cover;
}

.footer-fixed-contact {
  width: 290px;
  height: 64px;
  border-radius: 3px;
  background: #0E6EB8;
  box-shadow: 0px 4px 0px 0px #08416D;
  display: flex;
  justify-content: center;
}

.footer-fixed-contact a {
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease 0s;
}

.footer-fixed-contact a:hover {
  opacity: 0.7;
}

.footer-fixed__description:first-child {
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.56px;
}

.footer-fixed__description:nth-child(2) {
  color: #FF0;
  font-size: 22px;
  line-height: 1;
  margin-top: 9px;
}

.footer-fixed-mail {
  width: 30px;
}

.footer-fixed-arrow {
  width: 20px;
}

@media screen and (max-width: 768px) {
  #fixed-box_sp {
    background-color: unset;
    padding: 12px 10px 13px;
  }

  .sp_fixed_btn {
    gap: 8px;
    justify-content: center;
  }

  .sp_footer_fixed_img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }

  .sp_fixed_link {
    text-decoration: none !important;
    display: flex;
    border-radius: 4px;
    height: 40px;
    font-weight: 700;
    width: 160px !important;
    flex-shrink: 0;
  }

  .sp_fixed_link--white {
    text-decoration: none !important;
    display: flex;
    background: #FFF;
    box-shadow: 0px 3px 0px 0px #555;
    height: 40px;
    padding: 4px 6px 4px 4px;
    gap: 4px;
  }

  .sp_fixed_link--blue {
    border-radius: 4px;
    background: #106FB9;
    box-shadow: 0px 3px 0px 0px #08416D;
    padding: 7px 10px 3px 14px;
    gap: 8px;
  }

  .sp_footer_fixed_hours {
    color: #FF0;
    border-radius: 2px;
    background: #106FB9;
    font-size: 8px;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.32px;
    width: 114px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sp_footer_fixed_tel {
    color: #106FB9;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    margin-top: 4px;
    display: flex;
    gap:4px;
  }

  .sp_footer_fixed_icon {
    width: 17px;
  }

  .sp_footer_fixed_box:first-child {
    display: flex;
    gap: 7px;
  }

  .sp_footer_fixed_box:nth-child(2) {
    color: #FFF;
    font-size: 8px;
    font-style: normal;
    line-height: 1.555;
    letter-spacing: 0.36px;
  }

  .sp_footer_fixed_description {
    color: #FF0;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
  }

  .sp_footer_fixed_arrow {
    width: 16px;
    height: 16px;
    padding-top: 5px;
  }
}

@media screen and (max-width: 340px) {
  .sp_footer_fixed_img {
    width: 25px;
  }

  .sp_fixed_link {
    width: 150px !important;
  }

  .sp_footer_fixed_description {
    font-size: 14px;
  }
 
  .sp_footer_fixed_tel {
    font-size: 14px;
  }

  .sp_footer_fixed_icon {
    width: 14px;
  }
}