@charset "utf-8";
/* CSS Document */

/*ページカラー
=======================================*/
.main-top-title,.main-bottom-title {
  background-color: #645D1A
}

.main-top-subtitle,.main-bottom-subtitle,.top-lead-text {
  color: #645D1A
}
/*=======================================*/

.subtitle {
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	background: #fff;
}

.sub-line {
	background: url("/funds/message/img/line.png") repeat-x center center;
	width: 60%;
	margin: auto;
	padding: 0 40px;
}

.main-title {
	color: #000;
	padding: 60px 0 20px;
	font-size: 4rem;
}

.message-box {
	margin: 60px 0;
	line-height: 1.8;
}

.message-picture {
	float: right;
	padding: 0 0 50px 40px;
}

.sign {
	display: flex;
	justify-content: flex-end;
    padding: 50px 0 0;
	text-align: left;
}

.sign img {
	padding-top: 6px;
}

@media screen and ( max-width: 767px ){
.message-picture {
    float: none;
    text-align: center;
}

}