.pic-mess {
	width: 100%;
	margin-bottom: 53px;
}
.title_message {
	font-family: ヒラギノ明朝 Pro;
	font-size: 40px;
	color: #42210B;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 52px;
}
.text-message {
	margin-bottom: 45px;
}
.text-last {
	font-size: 40px;
	color: #1A1A1A;
	text-align: right;
	letter-spacing: 2px;
}
.text-last span {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}
.text-last img {
	width: 300px;
}

@media (max-width: 420px) {
	.title_message {
	    font-size: 24px;
	}
	.text-last {
	    font-size: 24px;
	}
	.text-last span {
	    font-size: 16px;
	}
.text-last img {
	width: 250px;
}

}
