.st_ir_message_fv {
  width: var(--content-width, auto);
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem;
}
.st_ir_message_fv > .texts {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 43.75rem;
}
.st_ir_message_fv > .texts > .catch {
  font-size: 2.5rem;
  line-height: 1.75em;
  font-family: "BIZ UDPGothic", sans-serif;
  color: var(--main-color, #0060ab);
}
@media (max-width:640px) {
  .st_ir_message_fv > .texts > .catch {
    font-size: 1.75rem;
  }
}
.st_ir_message_fv > .texts > .sign {
  display: block;
  width: 15rem;
  height: auto;
}
.st_ir_message_fv > .image {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 31.25rem;
}
.st_ir_message_fv > .image > img {
  display: block;
  width: 100%;
  height: auto;
}
.st_ir_message_contents__text {
  text-align: justify;
  font-size: var(--font-size-p, 1rem);
  line-height: 2em;
  letter-spacing: 0.03em;
  font-family: "BIZ UDPGothic", sans-serif;
}
.st_ir_message_contents__text + .st_ir_message_contents__text {
  margin-top: 1.5em;
}
.st_ir_message_contents__image {
  max-width: 68.75rem;
  width: 100%;
  margin-inline: auto;
}
/*# sourceMappingURL=./message.css.map */