.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #e3000b;
  line-height: 1.25;
  cursor: pointer;
  color: #fff;
  padding: 15px 50px;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #ca000a;
}
.button:active {
  background-color: #960007;
}
#home {
  float: left;
  height: 12vw;
  max-height: 150px;
  position: absolute;
  top: 15px;
  left: 0;
}
.wrapper {
  font-size: 20px;
}
.content-wrapper {
  margin-top: 80px;
}
.meta.service_logotext {
  top: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.meta.service_logotext h2,
.meta.service_logotext h3 {
  font-size: 22px;
  line-height: 1.13636364;
}
.section--alpha {
  width: calc(100% - 40px);
  margin: 10px 20px;
  min-height: auto;
}
.section--multimood {
  margin-bottom: 10px;
}
.section--footer {
  margin-top: 10px;
}
h1,
h2 {
  font-size: 60px;
  line-height: 1.08333333;
  color: #e3000b;
  -webkit-hyphens: none;
          hyphens: none;
}
h3 {
  font-size: 36px;
  line-height: 1.11111111;
}
h4 {
  font-size: 28px;
  line-height: 1.14285714;
}
.section--alpha .area {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section--alpha .area .unit.wide {
  width: 100%;
}
.section--alpha .area .unit.wide .body {
  display: flex;
  flex-wrap: wrap;
}
.section--alpha .area .unit.wide .tall {
  width: calc(100% - 20px);
  margin-left: 10px;
}
.section--alpha .area .unit.wide .tiny {
  width: calc((100% - 40px) / 2);
  margin-left: 10px;
  margin-right: 10px;
}
.section--alpha .area .unit.wide.seam .tiny {
  width: calc((100% - 80px) / 4);
  margin-left: 10px;
  margin-right: 10px;
}
.section--alpha .area .unit.slim {
  width: calc((100% / 2) - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
.section--alpha .area .unit.slim .tall {
  width: 100%;
}
.section--alpha .area .unit.slim .tiny {
  width: 100%;
}
/*# sourceMappingURL=./screen-medium.css.map */