.message__name {
  line-height: 1.;
}

.message__name span{
  display: block;
}

.message__name span {
  font-size: 2.0rem;
}

.annual__message-title.h2-n {
  margin-bottom: 20px;
  font-size: 4.2rem;
}

.annual__message .h2-n::after, .annual__message .h3-n::after {
  content: none;
}

.annual__message .h2-n span {
  position: relative;
}

.annual__message .catch img {
  width: 50vw;
  max-width: 500px;
}

@media print, screen and (min-width:768px) {
  .bt-2 .bt-style {
    min-width: 416px;
  }
}

@media only screen and (max-width: 767.98px) {
  .annual__message .catch img {
    width: 100%;
    margin: 1em auto;
  }
}

.annual__message .h2-n span::after {
  position: absolute;
  top: 50%;
  right: -120px;
  display: block;
  width: 100px;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: #000;
}

@media only screen and (max-width: 767.98px) {
  .annual__message .h2-n {
    margin-bottom: 0;
  }
}