@charset "UTF-8";
body {
  color: #2E465E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}

body, .h1, .h2, .h3, h4, .h5 {
  line-height: 1.75;
}

.btn-blue {
  border-radius: 100px;
  display: block;
  width: auto;
  padding: 8px 40px;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 0;
  transition: 0.3s;
  background-color: #2E465E;
}
.btn-blue:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

.btn-red {
  border-radius: 100px;
  display: block;
  width: auto;
  padding: 8px 40px;
  box-sizing: border-box;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin: 0;
  transition: 0.3s;
  background-color: #F68E6B;
}
.btn-red:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

.bg-blue {
  background-color: #EFF0F3;
}

.bg-red {
  background-color: #FEF6F3;
}

.fc-red {
  color: #F68E6B;
}

div.header {
  background-color: #FFF;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
div.header div.header-wrap h1 {
  font-size: 1em;
}
div.header div.header-wrap h1 img {
  width: 30px;
  margin: 0 6px;
}
div.header div.header-wrap h1 span {
  background-color: #F68E6B;
  color: #fff;
  padding: 3px 8px;
}

ul.gnav li {
  position: relative;
}
ul.gnav li a {
  color: #2E465E;
  text-decoration: none;
}
ul.gnav li a:hover {
  text-decoration: underline;
}
ul.gnav li::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.3em;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
ul.gnav li:last-child::after {
  display: none;
}

div.mainv {
  background-image: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/mainv-bg.webp);
  background-size: cover;
  background-position: center;
  height: calc(100vh - 160px);
}
div.mainv .mainv-content .mainv-content-large {
  font-size: 1.6vw;
  font-weight: 600;
}
div.mainv .mainv-content .mainv-content-bg {
  line-height: 12px;
}
div.mainv .mainv-content .mainv-content-bg span {
  background-color: #2E465E;
  color: #fff;
  display: block;
  padding: 20px 0px;
  font-size: 1.6vw;
  font-weight: 600;
  position: relative;
  line-height: 1.4em;
}
div.mainv .mainv-content .mainv-content-bg span::before {
  content: "";
  background-color: #2E465E;
  width: 10000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10000px;
}
div.mainv .mainv-content .mainv-content-text {
  color: #5E5E5E;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 2em;
}
div.mainv .mainv-content .mainv-content-list {
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 4em;
}
div.mainv .mainv-content .mainv-content-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-style: solid;
  border-color: #F68E6B;
  border-width: 5px;
  border-radius: 125px;
  color: #F68E6B;
  width: 8.5vw;
  height: 8.5vw;
  font-size: 1vw;
  font-weight: 600;
  box-shadow: 10px 10px 0 rgba(246, 142, 107, 0.2);
}
div.mainv .mainv-content .mainv-content-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #F68E6B;
  width: 20vw;
  padding: 2vw;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.2vw;
  margin: 0 auto;
  transition: 0.3s;
}
div.mainv .mainv-content .mainv-content-button::before {
  content: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/envelope.svg);
  width: 1.4vw;
}
div.mainv .mainv-content .mainv-content-button::after {
  content: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/arrow.svg);
  width: 3.2vw;
}
div.mainv .mainv-content .mainv-content-button:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

.mainv-fotter {
  background-color: #2E465E;
  color: #FFF;
}
.mainv-fotter .row {
  height: 91px;
}
.mainv-fotter .row .col-5 {
  position: relative;
}
.mainv-fotter .row .col-5 img {
  position: absolute;
  right: 0;
  top: -9vw;
  width: 11vw;
}

.mainv-sp {
  background-image: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/mainv-bg.webp);
  background-size: cover;
  height: 87vh;
  background-position: 70%;
  position: relative;
}
.mainv-sp::after {
  content: "";
  height: 87vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(46, 70, 94, 0.8);
  mix-blend-mode: multiply;
}
.mainv-sp .mainv-sp-logo {
  background-color: #fff;
  width: 210px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 0;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.mainv-sp .mainv-sp-logo h1 {
  font-size: 1em;
  line-height: 1.2;
}
.mainv-sp .mainv-sp-logo h1 img {
  width: 40px;
  margin-right: 6px;
  margin-top: -8px;
}
.mainv-sp .mainv-sp-logo h1 span {
  background-color: #F68E6B;
  color: #fff;
  padding: 4px 2px;
  font-size: 1.4em;
  display: inline-block;
  margin-top: 4px;
}
.mainv-sp .menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.mainv-sp .menu-btn span,
.mainv-sp .menu-btn span:before,
.mainv-sp .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background-color: #2E465E;
  position: absolute;
}
.mainv-sp .menu-btn span:before {
  bottom: 8px;
}
.mainv-sp .menu-btn span:after {
  top: 2px;
  background-color: transparent;
  font-family: "Oswald", sans-serif;
  content: "MENU";
  font-size: 11px;
  text-align: center;
}
.mainv-sp #menu-btn-check:checked ~ .menu-btn span::after {
  content: "";
}
.mainv-sp #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: -37px;
  transform: rotate(90deg);
  left: 0;
  top: 0;
  right: 0;
}
.mainv-sp #menu-btn-check:checked ~ .menu-btn span {
  top: 0px;
  transform: rotate(-45deg);
  bottom: 0;
  margin: auto;
}
.mainv-sp #menu-btn-check {
  display: none;
}
.mainv-sp .menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #2E465E;
  transition: all 0.5s;
}
.mainv-sp .menu-content ul {
  padding: 70px 10px 0;
}
.mainv-sp .menu-content ul li {
  border-bottom: solid 1px #fff;
  list-style: none;
}
.mainv-sp .menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.mainv-sp .menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.mainv-sp #menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.mainv-sp .mainv-sp-text {
  position: absolute;
  z-index: 3;
  bottom: 4%;
}
.mainv-sp .mainv-sp-text .mainv-content-text {
  color: #fff;
  font-weight: 600;
}
.mainv-sp .mainv-sp-text .mainv-content-bg span {
  font-size: 1.3em;
  background-color: #fff;
  padding: 14px;
  line-height: 4em;
  font-weight: 600;
  padding-left: 4%;
  letter-spacing: .03em;
}

.mainv-sp-footer {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.mainv-sp-footer p {
  font-size: 10px;
}

main h2, main .h2, main h3 {
  text-align: center;
}
main h2 {
  font-size: 3vw;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main h2 {
    font-size: 2rem;
  }
}
main h2 span {
  display: block;
  color: #F68E6B;
  font-size: 1.6vw;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.15em;
  margin-top: 0.4em;
}
@media screen and (max-width: 1200px) {
  main h2 span {
    font-size: 1.2rem;
  }
}
main h3 {
  font-size: 3vw;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  main h3 {
    font-size: 1.8rem;
  }
}
main .bg-v {
  position: relative;
}
main .bg-v::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20vw solid #FEF6F3;
  border-right: 50vw solid #FEF6F3;
  border-left: 50vw solid #FEF6F3;
  border-top-color: #fff;
  margin: 0;
  opacity: 1;
  position: absolute;
  bottom: 0px;
  z-index: -1;
}
main section {
  padding: 6vw 0;
}

#section-sp01 .mainv-content-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background-color: #F68E6B;
  width: 80%;
  height: 60px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  margin: 20px auto 0 auto;
  transition: 0.3s;
}
#section-sp01 .mainv-content-button::before {
  content: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/envelope.svg);
  width: 20px;
  margin-right: 1em;
}
#section-sp01 .mainv-content-button:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.3s;
}

#section02 .section02-block-easy {
  margin-bottom: 15vh;
}
#section02 .section02-block {
  gap: 2vw;
  margin: 2vw 0;
  margin-bottom: 7vw;
}
#section02 .section02-block .section02-block-wrap {
  background-color: #fff;
  padding: 5%;
  box-shadow: 10px 10px 0 rgba(246, 142, 107, 0.2);
  position: relative;
}
@media screen and (min-width: 1200px) {
  #section02 .section02-block .section02-block-wrap {
    width: 48%;
  }
}
@media screen and (max-width: 1200px) {
  #section02 .section02-block .section02-block-wrap {
    padding: 10%;
  }
  #section02 .section02-block .section02-block-wrap:first-child {
    margin-bottom: 30%;
  }
}
#section02 .section02-block .section02-block-wrap .section02-block-comment {
  width: 80%;
  height: 270px;
  position: absolute;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F68E6B;
  padding: 0;
  text-align: center;
  font-size: 1.4vw;
  font-weight: 400;
  box-shadow: 10px 10px 0 #F8E6E5;
  border-radius: 10px;
  top: -10%;
  right: 0;
  left: 0;
  margin: auto;
}
#section02 .section02-block .section02-block-wrap .section02-block-comment::before {
  content: "";
  display: block;
  position: absolute;
  width: 10%;
  height: 20%;
  transform: rotate(-45deg);
  bottom: -17px;
  left: 48%;
  background-color: #F68E6B;
  box-shadow: 10px 10px 0 #F8E6E5;
}
#section02 .section02-block .section02-block-wrap .section02-block-comment::after {
  content: "";
  display: block;
  position: absolute;
  width: 20%;
  height: 20%;
  bottom: 0px;
  left: 50%;
  background-color: #F68E6B;
}
#section02 .section02-block .section02-block-wrap h3 {
  color: #fff;
  background-color: #2E465E;
  display: block;
  padding: 30px 0;
  margin-top: 175px;
  margin-bottom: 30px;
  font-size: 2em;
}
@media screen and (max-width: 1200px) {
  #section02 .section02-block .section02-block-wrap h3 {
    margin-top: 175px;
  }
}
#section02 .section02-block .section02-block-wrap h5::before {
  content: "■";
  margin-right: 0.5em;
}
#section02 .section02-block .section02-block-wrap .section02-block-price {
  margin-bottom: 30px;
}
#section02 .section02-block .section02-block-wrap .section02-block-price p {
  font-size: 1.4vw;
  font-weight: 600;
  align-items: baseline;
  justify-content: center;
  display: flex;
  line-height: 3em;
}
#section02 .section02-block .section02-block-wrap .section02-block-price p::before {
  content: "●";
  margin-right: 3px;
}
#section02 .section02-block .section02-block-wrap .section02-block-price p b {
  color: #F68E6B;
  font-family: "Oswald", sans-serif;
  font-size: 3em;
  font-weight: 500;
  margin-left: 30px;
  margin-right: 10px;
}
#section02 .section02-block .section02-block-wrap .section02-block-price p span {
  font-size: 0.8em;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  #section02 .section02-block .section02-block-wrap .section02-block-price p {
    font-size: 16px;
  }
}
#section02 .section02-block .section02-block-wrap .section02-block-price div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F68E6B;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
  height: 8vw;
}
@media screen and (max-width: 1200px) {
  #section02 .section02-block .section02-block-wrap .section02-block-price div {
    font-size: 24px;
  }
}
#section02 .section02-block .section02-block-wrap .section02-block-detail p {
  padding-left: 2em;
}
#section02 .section02-block .section02-block-wrap .section02-block-detail ul {
  padding-left: 3em;
}

#section03 .section03-list {
  background-color: #2E465E;
  color: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 170px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #section03 .section03-list {
    background-color: transparent;
    color: #2E465E;
    justify-content: center;
  }
}
#section03 .section03-list ul {
  margin-bottom: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  #section03 .section03-list ul {
    padding-left: 0;
    margin-bottom: 30px;
  }
}
#section03 .section03-list ul li {
  margin-bottom: 0.3em;
}
#section03 .section03-list ul li:last-of-type {
  margin-bottom: 0;
}
#section03 .section03-list ul li::before {
  content: "●";
  margin-right: 0.3em;
}

@media screen and (max-width: 576px) {
  #section05 {
    padding-bottom: 100px;
  }
}
#section05 .section-05-wrap {
  gap: 0 8vw;
}
#section05 .section05-box h3 {
  font-size: 30px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 11vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 14px;
}
#section05 .section05-box h3.section05-h3-blue {
  background-image: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/section05-h3-blue.svg);
}
#section05 .section05-box h3.section05-h3-red {
  background-image: url(/hubfs/4542895/100inc-corp/image/lp/100assistant/section05-h3-red.svg);
}
@media screen and (max-width: 1200px) {
  #section05 .section05-box h3 {
    height: 40%;
    padding: 7% 0 11%;
  }
}
@media screen and (max-width: 576px) {
  #section05 .section05-box h3 {
    height: 140px;
  }
}
@media screen and (max-width: 1200px) {
  #section05 .section05-box h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  #section05 .section05-box p {
    margin-bottom: 0;
    line-height: 1.5;
  }
}
#section05 .section05-box p span {
  font-size: 1em;
  font-weight: normal;
  border-radius: 0;
}
#section05 .section05-box p span.bg-badge-blue {
  background-color: #2E465E;
}
#section05 .section05-box p span.bg-badge-red {
  background-color: #F68E6B;
}

#section06 h2 {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  #section06 h2 b {
    font-size: 14px;
  }
}

#section07 h2 {
  color: #F68E6B;
}
#section07 p.h2-text {
  font-size: 1.4em;
  border-bottom: 1px solid #F68E6B;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

#footer {
  font-feature-settings: "palt" 1;
  background: #121212;
  padding: 60px 0 25px;
}

#footer .footer_inr {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1260px;
  width: 90%;
}

#footer .left_area {
  width: 320px;
}

#footer h2 img {
  width: 76px;
}

#footer .left_area .diamind, #footer .left_area .isms {
  display: none;
}

#footer ul {
  box-sizing: border-box;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 60px;
  position: relative;
  width: 720px;
  list-style: none;
  list-style-image: none;
}

#footer ul:after {
  background: #353535;
  content: "";
  display: block;
  height: 180px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

#footer li:nth-child(2) {
  width: 170px;
}

#footer li:nth-child(3) {
  width: 195px;
}

#footer li:nth-child(4) {
  width: 80px;
}

#footer li span.en {
  color: hsla(0deg, 0%, 100%, 0.5);
  display: block;
  font-size: 11px;
  margin-bottom: 25px;
  padding-left: 8px;
  position: relative;
}

#footer li span.en:before {
  background: #ff7a59;
  border-radius: 2px;
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 4px;
}

#footer a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
}

#footer a:hover {
  color: #ff7a59;
}

#footer .logo_area {
  text-align: center;
  width: 220px;
}

#footer .diamind {
  margin-bottom: 20px;
  padding-right: 25px;
}

#footer .diamind img {
  width: 100px;
}

#footer .isms {
  text-align: center;
}

#footer .isms img {
  border-radius: 2px;
  width: 150px;
}

#footer h3.en {
  border-top: 1px solid #353535;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 55px;
  padding-top: 25px;
  text-align: right;
  width: 100%;
}

#footer p.isms-text {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  padding: 10px 0 0 30px;
  text-align: left;
}

@media screen and (max-width: 1400px) {
  #footer .left_area {
    width: calc(100% - 940px);
  }
}
@media screen and (max-width: 1150px) {
  #footer .left_area {
    width: 90px;
  }
  #footer ul {
    padding-right: 0;
    width: 60%;
  }
  #footer ul:after {
    right: -30px;
  }
  #footer .logo_area {
    width: 20%;
  }
}
@media screen and (max-width: 1000px) {
  #footer .left_area {
    width: 170px;
  }
  #footer .left_area h2 {
    padding-left: 32px;
  }
  #footer .left_area .diamind, #footer .left_area .isms {
    display: block;
    padding: 0;
    text-align: left;
  }
  #footer .left_area .diamind {
    margin: 20px 0;
    padding-left: 20px;
  }
  #footer .left_area .isms {
    width: 140px;
  }
  #footer ul {
    width: calc(100% - 170px);
  }
  #footer .logo_area, #footer ul:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #footer {
    padding: 37px 0 30px;
  }
  #footer .footer_inr {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #footer .left_area {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 38px;
    width: 235px;
  }
  #footer .left_area h2 {
    display: block;
    margin: 0 auto 30px;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
  #footer .left_area h2 img {
    width: 60px;
  }
  #footer .left_area .diamind {
    display: block;
    margin: 0;
    padding: 0;
    transform: translateY(-4px);
    width: 65px;
  }
  #footer .left_area .diamind img {
    width: 100%;
  }
  #footer .left_area .isms {
    display: block;
    width: 140px;
  }
  #footer .left_area .isms img {
    width: 100%;
  }
  #footer ul {
    border-bottom: 1px solid #353535;
    border-top: 1px solid #353535;
    padding-right: 0;
    width: 100%;
  }
  #footer li, #footer ul:after {
    display: none;
  }
  #footer li:nth-child(4) {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
  }
  #footer li span.en {
    display: none;
  }
  #footer li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    width: 50%;
  }
  #footer h3.en {
    border: none;
    margin-top: 30px;
    padding-top: 0;
    text-align: center;
  }
}
#footer ul ul {
  padding-right: 0;
  width: 100%;
}

#footer ul ul:after {
  display: none;
}

#footer ul ul li a:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}
.hs-form-required{
  color:#dc3545!important;  
}
legend.hs-field-desc {
  font-size: 12px;
  margin-bottom:10px;
  line-height:1em;
}

.hbspt-form label{
  margin-bottom:0;
}

.hbspt-form input[type=text],
.hbspt-form input[type=email],
.hbspt-form input[type=tel],
.hbspt-form textarea{
  display: block;
  width: 100% !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-top:10px;
}
.hbspt-form input[type=checkbox]{
  width: 1em !important;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0,0,0,.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
  float: left;
  margin-left: -1.5em;
  border-radius: 0.25em;
  list-style: none;
  margin-top: 6px;
}
.hbspt-form input[type=checkbox]:checked{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.hs-form-checkbox-display span {
    margin-left: 0.5em;
}

ul.inputs-list {
  margin-top: 10px;
  list-style: none;
}
}
li.hs-form-checkbox {
    margin-bottom: 6px;
}

.hbspt-form input[type=text]:focus,
.hbspt-form input[type=email]:focus,
.hbspt-form input[type=tel]:focus{
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.hbspt-form fieldset {
    max-width: 100% !important;
}
.field{
  margin-bottom:24px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span{
  margin-left: 0 !important;
}
/*# sourceMappingURL=style.css.map */