.top-message-box {
  text-align: justify;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .top-message-box {
    padding-right: 0;
  }
}
.top-message-box p {
  font-size: 1.125em;
  color: #0b1d65;
  line-height: 2;
  margin: 0 0 1em;
}
@media only screen and (max-width: 767px) {
  .top-message-box p {
    font-size: 0.875em;
  }
}

.top-message-box h3 {
  font-size: 1.625em;
  margin-bottom: 1.5em;
  color: #0b1d65;
  line-height: 1.5;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .top-message-box h3 {
    font-size: 1.125em;
    margin-top: 4em;
  }
}

.top-message-sign {
  text-align: right;
  color: #0b1d65;
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .top-message-sign {
    margin: 0;
  }
}
.top-message-sign__title {
  font-size: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-message-sign__title {
    font-size: 0.875em;
  }
}
.top-message-sign__name {
  font-size: 1.375em;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .top-message-sign__name {
    font-size: 1.125em;
  }
}
