.dialogue__wrap + .dialogue__wrap {
  margin-top: 60px;
}

.dialogue__heading {
  margin-bottom: 0.5em;
  font-size: 24px;
  font-weight: 700;
  color: #004098;
}
@media (max-width: 767px) {
  .dialogue__heading {
    font-size: 1.8rem;
  }
}

.dialogue__speaker {
  font-weight: 700;
}

.textwrap {
  width: 100%;
}
.textwrap p + p {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .textwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.textwrap__leftimage {
  float: left;
  margin: 1rem 48px 1rem 0;
}
@media (max-width: 767px) {
  .textwrap__leftimage {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .textwrap__leftimage--orederLast {
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}

.textwrap__rightimage {
  float: right;
  margin: 1rem 0 1rem 48px;
}
@media (max-width: 767px) {
  .textwrap__rightimage {
    width: 100%;
    margin: 0;
  }
}

.message__head {
  display: none;
}
@media (max-width: 767px) {
  .message__head {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #004098;
  }
}

.message__lead {
  display: none;
}
@media (max-width: 767px) {
  .message__lead {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.message__signature {
  display: none;
}
@media (max-width: 767px) {
  .message__signature {
    display: inline-block;
    padding-left: 2.1em;
    font-size: 1.6rem;
    font-weight: 700;
    text-indent: -2.1em;
  }
}
@media (max-width: 767px) {
  .message__signature span {
    padding-right: 1rem;
    font-size: 1.2rem;
    font-weight: 400;
  }
}
.message__signature + .message__signature {
  margin-bottom: 8rem;
}
