@charset "UTF-8";
#title.message{
	background: none;
}
#message {
  padding: 70px 0 70px;
  background-image: url("../img/message/bg_message_02.png"), url("../img/message/bg_message_01.png");
  background-size: 1618px, 1618px;
  background-position: center top 80px, center top 755px;
  background-repeat: no-repeat, no-repeat;
}
#message h3 {
  text-align: center;
}
#message h3 img {
  width: 600px;
}
#message .text {
  font-size: 1.6rem;
  line-height: 2.4;
  margin-top: 100px;
	padding-bottom:100px;
}
#message .text:nth-of-type(even) {
  padding-left: 35%;
}
#message .text p + p {
  margin-top: 50px;
}
#message .text p strong {
  background: linear-gradient(transparent 40%, #FFDF00 40%);
  padding: 0 .2em;
}
#message hr {
	border-top: 3px solid #000;
}
#message .img_photo {
  width: 100%;
  margin-top: 100px;
}
#message .signature {
  margin: 55px 120px 0 0;
  float: right;
	font-size:14px;
	letter-spacing: 1px;
}
#message .signature img {
  width: 140px;
	display: block;
}