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 {
  position: relative;
  z-index: 900;
  font-size: 28px;
  color: #0048b4;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 414px) {
  header .head_logo {
    font-size: 18px;
  }
}
header .head_logo span {
  font-size: 32px;
  color: #0048b4;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 414px) {
  header .head_logo span {
    font-size: 20px;
  }
}

#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;
  }
}