@charset "UTF-8";

#message {
  padding: 12vw 0;
  background-size: 200vw, 200vw;
  background-position: left -20vw top 90vw, left -90vw top 220vw;
}
#message h3 img {
  width: 80vw;
}
#message .text {
  margin-top: 10vw;
  padding-bottom: 10vw;
  font-size: 4vw;
  line-height: 2;
}
#message .text:nth-of-type(even) {
  padding-left: 0;
}
#message .text p + p {
  margin-top: 10vw;
}
#message .signature {
  margin: 0;
}
#message .img_signature {
  width: 30vw;
  margin-top: 9vw;
}