/*==============================
	message
==============================*/
.message .imgArea {
  margin-bottom: 10%;
}

.message p span {
  display: block;
  margin-bottom: 10%;
  font-size: 1.125em;
}

.message .name {
  width: 64%;
  margin: 2% 0 0 auto;
}

@media screen and (min-width: 768px) {
  .message .imgArea {
    margin-bottom: 5%;
  }

  .message p span {
    margin-bottom: 3.6%;
    font-size: 1.75em;
  }

  .message .name {
    margin-top: 0;
    width: 20%;
  }
}
