section {
  background: #f0efed;
}

.secLegalNotice {
  padding-top: 96px;
  padding-bottom: 124px;
}

section .commonWidth h3 {
  border-bottom: 2px solid #D95839;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #005D99;
  width: fit-content;
  margin-bottom: 20px;
}
section .commonWidth h3 + p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
}
section .commonWidth .content {
  padding-top: 40px;
}
section .commonWidth .content .textWrap {
  line-height: 2;
}
section .commonWidth .content .textWrap h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  color: #000;
  padding: 40px 0 15px;
}
section .commonWidth .content .textWrap a {
  width: fit-content;
  display: block;
  color: #005695;
  text-decoration: underline;
}
section .commonWidth .content .textWrap ol {
  padding-left: 1.5em;
}
section .commonWidth .content .textWrap .st {
  padding: 15px 0 0px;
}
section .commonWidth .content .textWrap ul.bullet-list {
  list-style: disc;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 15px;
  }
  h2 + p br {
    display: initial;
  }
  section .commonWidth h3 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  section .commonWidth h3 + p {
    font-size: 20px;
  }
  section .commonWidth .content .textWrap {
    font-size: 15px;
  }
  section .commonWidth .content .textWrap h4 {
    padding: 32px 0 16px;
  }
  section .commonWidth .content .textWrap p {
    font-size: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
