body {
  background-color: #eefafe;
}

header {
  position: static;
  background-color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  header {
    margin-bottom: 30px;
  }
}
header .head_logo img {
  -webkit-filter: invert(15%) sepia(85%) saturate(3965%) hue-rotate(210deg) brightness(87%) contrast(102%);
          filter: invert(15%) sepia(85%) saturate(3965%) hue-rotate(210deg) brightness(87%) contrast(102%);
}

#diagnosis .hbspt-form {
  width: 100%;
  max-width: 580px;
  padding: 20px 3% 40px;
  margin: 0 auto 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #diagnosis .hbspt-form {
    padding: 20px 3% 30px;
    margin-bottom: 30px;
  }
}
#diagnosis .hbspt-form iframe {
  height: 654px !important;
}
#diagnosis > .container > p {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #diagnosis > .container > p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}

footer {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  footer {
    margin-top: 30px;
  }
}