.catalogDl img {
  opacity: 0.92;
}

.flyerWrap {
  grid-template-columns: 1.1fr 0.9fr;
  margin: 64px auto 48px auto;
  padding: 42px 24px 60px 42px;
}

.flyerWrap > figure {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  position: relative;
}

.flyerTitle {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #00378c;
  color: #fff;
  padding-left: 18px;
  padding-right: 36px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.flyerTitleBefore {
  color: #00378c;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.01em;
}

.flyerContents {
  position: relative;
  border: 1px solid #00378c;
  padding: 24px;
  padding-top: 42px;
  padding-left: 32px;
}

.flyerContents .absolute {
  position: absolute;
  top: -16px;
  left: -1px;
}

.flyerImg {
  width: 290px;
  height: 412px;
}

.area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-weight: bold;
}

.area li {
  width: 26%;
  letter-spacing: 0.05em;
  line-height: 38px;
}

.area .areaChild {
  width: 48%;
  position: relative;
}

.area .areaChild::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  height: 1px;
  width: 60px;
  display: inline-block;
  background-color: #00378c;
}

.area li img {
  vertical-align: sub;
}

@media screen and (max-width: 520px) {
  .flyerWrap {
    padding: 32px 20px;
    padding-bottom: 48px;
    grid-template-columns: inherit;
  }
  .flyerWrap > figure {
    text-align: center;
  }
  .area li {
    width: 50%;
  }
  .area .areaChild {
    width: 100%;
  }
  .area .areaChild::after {
    height: 1px;
    width: 100%;
    top: 0;
    transform: inherit;
    right: 0px;
  }
}/*# sourceMappingURL=dl.css.map */