:root {
  --deskWidth: 562px;
  --deskSpace: 5vw;
  --deskMaxWidth: calc(100vw - (2 * var(--deskSpace)));
}
:root {
  --spacePart: 15px;
}
@media (max-width: 1023px) {
  :root {
    --spacePart: 15px;
  }
}
@media (max-width: 767px) {
  :root {
    --spacePart: 15px;
  }
}
:root {
  --spaceUnit: 20px;
}
@media (max-width: 1023px) {
  :root {
    --spaceUnit: 20px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceUnit: 20px;
  }
}
:root {
  --spaceTotal: 35px;
}
@media (max-width: 1023px) {
  :root {
    --spaceTotal: 35px;
  }
}
@media (max-width: 767px) {
  :root {
    --spaceTotal: 35px;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
.button {
  background-color: #003CB8;
  line-height: 1.33333333;
  cursor: pointer;
  color: #fff;
  padding: 8px 40px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #00349f;
}
.button:active {
  background-color: #00236c;
}
.area--two .unit {
  padding-left: var(--deskSpace);
  padding-right: calc((100%/768*330) + var(--deskSpace));
  padding-top: calc(var(--spaceTotal) * 1);
  padding-bottom: calc(var(--spaceTotal) * 6);
  min-height: 690px;
  background-position: -25% calc(var(--spaceTotal) * 1);
  background-size: 660px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.area--two .unit .pict.tall:first-child {
  position: absolute;
  width: 39.0625%;
  top: 70px;
  right: var(--deskSpace);
}
.area--two .unit .part.text {
  color: #7C1A33;
}
/*# sourceMappingURL=screen-medium.css.map */