/**
 * Base Font Size
 */
.data-block {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  counter-set: order;
}

.numbering {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .numbering {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.title-set {
  counter-increment: order;
  padding-bottom: 16px;
  border-bottom: 1px solid #C9C9CA;
  margin-bottom: 40px;
}
.title-set::before {
  content: counter(order, decimal-leading-zero);
  color: white;
  background-color: #E6181C;
  border-radius: 6px;
  padding: 6px;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: calc(20 * 1rem / 16);
}

.text-block {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .text-block {
    max-width: 100%;
  }
}

.image-block {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .image-block {
    max-width: 100%;
  }
}
.image-block .caption p {
  margin-bottom: 0;
  text-align: right;
  font-feature-settings: "halt" on;
}

/*# sourceMappingURL=fd_contents_02_style.css.map */
