/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./res/css/custom_lps/pages/page_custom_templates.less ***!
  \******************************************************************************************************************************************************************************************************/
@media screen and (width >= 736px) and (width <= 991px) {
  .hero-custom-templates .lp-cta {
    max-width: 480px;
  }
}
.hero-custom-templates .lp-cta-container {
  gap: 0;
}
.hero-custom-templates .lp-cta-figure .hero-jiima-badge {
  padding: 1rem 1rem 0;
}
.hero-custom-templates .lp-cta-heading {
  margin-bottom: 1rem;
}
@media screen and (width <= 479px) {
  .hero-custom-templates .lp-cta-heading {
    font-size: 7.5vw;
  }
}
@media screen and (width <= 735px) {
  .hero-custom-templates .lp-cta-lead {
    display: none;
  }
}
.custom-templates-intro {
  padding: 2rem 0;
}
.custom-templates-footer-cta {
  padding-bottom: 4rem;
}
.custom-templates-footer-cta .lp-cta-container {
  margin-bottom: 0;
}
.custom-templates-functions {
  display: grid;
  padding: 0;
  margin: 0.5rem 0;
  counter-reset: number;
  gap: 0.5rem;
  grid-template-columns: 1fr;
  list-style: none;
}
@media screen and (width >= 480px) {
  .custom-templates-functions {
    display: none;
  }
}
.custom-templates-function {
  position: relative;
  display: flex;
  min-height: 56px;
  align-items: center;
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border: 2px solid #fd8a42;
  border-radius: 8px;
  margin: 0;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
.custom-templates-function::before {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0;
  background-color: #3ea966;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  font-size: 0.75rem;
  line-height: 20px;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (width <= 639px) {
  .custom-templates-linkage-img {
    width: 65%;
  }
}


/*# sourceMappingURL=page_custom_templates.bundle.css.map*/