@charset "utf-8";
/* CSS Document */
.ir-section {
  margin-top: 12em;
}
@media screen and (max-width: 768px) {
  .ir-section {
    margin-top: min(12.5vw, 62.4px);
  }
}
.ir-section :where(p, dd) {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.2em;
}
.ir-section :where(dd) {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.ir-section :where(p, dd):last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .ir-section :where(p, dd) {
    font-size: min(3.90625vw, 19.5px);
    margin-bottom: min(2.86458vw, 14.3px);
  }
  .ir-section :where(dd) {
    margin-bottom: min(3vw, 15px);
  }
}
.ir-section dt {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ir-section dt {
    font-size: min(4.16667vw, 20.8px);
    margin-bottom: min(2vw, 12px);
  }
}