@import url("https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap");
.small {
  font-size: 0.8rem;
  line-height: 180%;
}

.normal {
  font-size: 1rem;
  line-height: 180%;
}

.medium {
  font-size: 1.2rem;
  line-height: 140%;
}

.large {
  font-size: 1.8rem;
  line-height: 120%;
}

body {
  font-family: "open sans", sans serif;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  font-size: 1rem;
  line-height: 180%;
}

a {
  text-decoration: none;
  color: #0a3cbe;
}

a:hover {
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  color: #f0c814;
}

h1 {
  font-size: 1.2rem;
  line-height: 140%;
}

h2 {
  font-size: 1.2rem;
  line-height: 140%;
}

h3 {
  font-size: 1rem;
  line-height: 180%;
}

.flex-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100vh;
}

@media (hover: none), (hover: on-demand) {
  a:hover {
    color: #0a3cbe;
  }
}
footer {
  margin-top: auto;
  width: 100%;
  box-sizing: border-box;
  background-color: black;
  color: whitesmoke;
  padding: 2rem;
}
footer ul {
  text-align: center;
  padding: 0;
  margin: auto;
  list-style-type: none;
  font-size: 0.8rem;
  line-height: 180%;
}
footer a {
  text-decoration: none;
  color: whitesmoke;
}

.legal {
  max-width: 50rem;
  margin: 0 auto;
  padding: 3rem;
}

header.legal {
  width: 100%;
}

section.legal {
  padding-bottom: 6em;
  background-color: none;
}

.breadcrumps {
  font-size: 0.8rem;
  line-height: 180%;
  margin-top: 1rem;
}

article, .lv1 {
  padding-bottom: 2rem;
}

article:last-of-type {
  padding-bottom: 0;
}

.logo {
  width: 7.5rem;
}

.tel {
  padding-left: 0.2em;
  padding-bottom: 0;
  display: inline;
}

.lv1 {
  padding-left: 0;
  margin-left: 0;
}

ol li {
  font-weight: bold;
  padding-bottom: 0.5rem;
}
ol li p {
  font-weight: 300;
}
ol li ul li {
  list-style-type: disc;
  font-weight: 300;
}

ol li:last-of-type {
  padding-bottom: 0;
}

span {
  display: block;
  padding-bottom: 1rem;
}

span:last-of-type {
  padding-bottom: 0;
}

h3 {
  padding-top: 1em;
}

h2 + h3 {
  padding-top: 0;
}

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