@charset "UTF-8";
/* p-fix-cta */
.p-fixd-btn {
  width: 100%;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #6a90f0;
  position: fixed;
  bottom: 0;
  left: 0;
  cursor: url("/newwp/wp-content/themes/neutralworks/cursor/pointer-active.cur") 20 20, pointer;
  z-index: 99;
  font-weight: bold;
}
.p-fix-cta {
  width: 264px;
  position: fixed;
  bottom: -200px;
  right: 16px;
  -webkit-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
.p-fix-cta__subject {
  padding: 30px 0 23px;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.428571428571429;
  text-align: center;
  background-color: #6a90f0;
  color: #fff;
}
.p-fix-cta__subject p{
  color: #fff;
}
.p-fix-cta__subject .str {
  display: inline-block;
  margin: auto;
  position: relative;
  font-weight: bold;
}
.p-fix-cta__subject .str1 {
  font-size: 24px;
  line-height: 1.3;
}
.p-fix-cta__subject .str3 {
  width: 188px;
}
.p-fix-cta__subject .arrow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-fix-cta__subject .arrow img {
  vertical-align: middle;
}
.p-fix-cta .hs-form-required {
  display: none;
}
.p-fix-cta .hs-form-field {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: #6a90f0;
  padding: 15px 24px;
  margin-bottom: 0;
  background-color: #fff;
  line-height: 1.4;
  position: relative;
}
.p-fix-cta .hs-form-field label {
  font-size: 12px;
  color: #2959c6;
}
.p-fix-cta .hs-form-field label.hs-error-msg {
  font-size: 10px !important;
  color: #b70000;
}
.p-fix-cta .hs-form-field .input {
  margin: 0;
}
.p-fix-cta .hs-form-field .input input {
  border: none;
  padding: 2px 0;
  font-size: 14px;
  background-color: #fff;
}
.p-fix-cta .hs-form-field .input select {
  margin-top: 5px;
  height: 20px;
  height: 20px;
  font-size: 12px;
  background-color: #fff;
  line-height: 20px;
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: url("/newwp/wp-content/themes/neutralworks/cursor/pointer-active.cur") 20 20, pointer;
}
.p-fix-cta .hs_price_pulldown {
  border-bottom-width: 4px;
}
.p-fix-cta .hs_price_pulldown::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #2959c6 transparent transparent transparent;
  height: 0;
  right: 18px;
  bottom: 21px;
  z-index: 1;
}
.p-fix-cta .hs_submit {
  margin-top: 12px;
}
.p-fix-cta .hs_submit input[type="submit"] {
  height: 48px;
  max-width: 100%;
  font-size: 16px;
  line-height: 3;
  background: #EA637D;
  border-radius: 4px;
  cursor: url("/newwp/wp-content/themes/neutralworks/cursor/pointer-active.cur") 20 20, pointer;
}
.p-fix-cta .hs_submit input[type="submit"]:hover {
  background: #EA637D;
}
.p-fix-cta .hs_submit .actions:hover::before {
  display: none;
}
.p-fix-cta .hs_submit .actions{
  width: 100%;
}
@media (min-width: 768px) {
  .p-fix-cta.is-show  {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .p-fixd-btn.sp_only{
    display: none;
  }
}
@media (max-width: 767px) {
  .p-fix-cta {
    width: 100%;
    height: 100%;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background-color: #fff;
    overflow-y: scroll;
  }
  .p-fix-cta.is-active {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .p-fix-cta__subject {
    padding: 24px 0 20px;
    font-size: 28px;
    line-height: 1.428571428571429;
  }
  .p-fix-cta__subject::after {
    display: block;
    content: '×';
    font-size: 8.533333333333333vw;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 2.133333333333333vw;
    right: 2.133333333333333vw;
  }
  .p-fix-cta__subject .str {
    display: block;
  }
  .p-fix-cta__subject .str1 {
    font-size: 40px;
    line-height: 1.2;
  }
  .p-fix-cta__subject .str3 {
    font-size: 18px;
    line-height: 2.222222222222222;
  }
  .p-fix-cta__subject .arrow {
    height: auto;
  }
  .p-fix-cta .hbspt-form {
    padding: 0 !important;
  }
  .p-fix-cta .hs_submit {
    margin: 0;
    padding: 16px;
  }
  .p-fix-cta__form form{
    max-width: none;
    width: 100%;
  }
  .p-fixd-btn.sp_only{
    display: block;
  }
}
