@charset "utf-8";
/* ===========================================================

	Title: about.css
	Created: 2017-10-24

=========================================================== */
/*

	message
	structure


=========================================================== */
/* ===========================================================

	message

=========================================================== */
.message-box {
  display: flex;
}
.message-box--txt {
  flex: 1;
  margin: 0 0 40px;
  font-weight: 500;
  line-height: 2;
}
.message-box--photo {
  width: 320px;
  text-align: center;
  margin: 0 0 40px 80px;
}
.message-box--photo p {
  margin: 32px 0 0px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-box--photo p span {
  margin-left: 12px;
}
.message-box--photo p span img {
  width: 143px;
}
.message-box--photo em {
  font-size: 32px;
  color: #000;
  letter-spacing: 2px;
  font-weight: 800;
  font-family: "A-OTF Kaisho MCBK1 Pro";
}

/* ===========================================================

	structure

=========================================================== */
.structure-txt {
  margin: -200px 0 50px;
}
