@charset "utf-8";

#partner p:first-of-type {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
}

#message img {
  width: 240px;
  margin-bottom: 20px;
}

#message .text {
  width: 420px;
}

#message .name {
  font-size: 20px;
  text-align: right;
  font-family: "Yuji Syuku", serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  #message img {
    margin: 0 auto 20px;
  }

  #message .text {
    width: 100%;
  }
}
