:root {
  --color-blue: #005da7;
}

.lp-gw picture {
  display: block;
}
.lp-gw .gw-kv {
  border-bottom: 5px solid #052445;
}
.lp-gw .gw-content {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
.fs12{
	font-size: 12px;
}
@media screen and (min-width: 768px) {
  .lp-gw .gw-content {
    width: calc(100% - 100px);
  }
}
.lp-gw .gw-content-wide {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .lp-gw .gw-content-wide {
    width: calc(100% - 40px);
  }
}
.lp-gw .gw-lead {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-blue);
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .lp-gw .gw-lead {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-gw .gw-lead {
    font-size: 24px;
  }
}
.lp-gw .gw-cta {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .lp-gw .gw-cta {
    width: calc(100% - 100px);
  }
}
.lp-gw .gw-cta-ttl p {
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  color: #005da7;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .lp-gw .gw-cta-ttl p {
    padding-bottom: 50px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .lp-gw .gw-cta-ttl p {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  .lp-gw .gw-cta-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.lp-gw .gw-cta-btn a {
  transition: all 0.4s;
}
.lp-gw .gw-cta-btn a:hover {
  opacity: 0.7;
}
.lp-gw .gw-cta-btn-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .lp-gw .gw-cta-btn-right {
    margin-top: 20px;
  }
}

.floating_container {
  display: block;
  width: 6%;
  max-width: 73px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  visibility: hidden;
}

.floating_img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .floating_container {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    width: 100%;
    max-width: none;
  }
}/*# sourceMappingURL=gw.css.map */