@charset "utf-8";
.block-div {
  display: block;
  position: relative;
}
.block-div.palebg {
  background-color: #f4f4f4;
}
.block-div > .contents {
  display: block;
  position: relative;
  max-width: 110rem;
  width: auto;
  margin: auto;
  padding: 2rem 0rem;
}
.block-div.hasBorder > .contents {
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-width: 0.2rem;
  border-bottom-width: 0.2rem;
  border-top-color: #870000;
  border-bottom-color: #870000;
}
.block-div.hasBorderTop > .contents {
  border-top-style: solid;
  border-top-width: 0.2rem;
  border-top-color: #870000;
}
.block-div.hasBorderBottom > .contents {
  border-bottom-style: solid;
  border-bottom-width: 0.2rem;
  border-bottom-color: #870000;
}
.block-div > .background {
  display: block;
  position: absolute;
  top: 0rem;
  bottom: 0rem;
  left: 0rem;
  right: 0rem;
  z-index: -1;
}
/*# sourceMappingURL=./style.css.map */