@charset "UTF-8";
/*
Template: swell
Theme Name: Cyber Guard SWELL Child
Description: Unified corporate and research presentation for cyber-guard.co.jp.
Version: 1.0.0
*/

.icon-home::before {
  content: none;
}

.footer-cta-button {
  z-index: 99999999;
  background-color: #00befa;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 5px 16px 10px 10px;
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  width: 90%;
  max-width: 480px;
  position: fixed;
  bottom: .7rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  box-shadow: 3px 6px 10px #00000070;
  line-height: 1;
}

.footer-cta-button span {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.footer-cta-button::after {
  content: "";
  background: url("assets/images/signup-button-chevron-white.svg") no-repeat center;
  position: absolute;
  right: 1.2rem;
  display: block;
  width: 10px;
  height: 100%;
  top: 0;
}

@media (min-width: 1024px) {
  .footer-cta-button {
    display: none !important;
  }
}
