@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	message.css
*/

/*============================================================
	 コンテンツ
*/
.content {
	padding-top: 0;
	max-width: 1070px;
}

/* TB */
@media screen and (max-width: 1024px) {
	.content {
		padding-top: 0;
		max-width: 100%;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.content {
		padding-top: 0;
	}
}

/*============================================================
	メッセージ
*/
.message {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}
.message .profile {
	flex: 1 0 240px;
	max-width: 240px;
	margin: 0.5em 0 0 0;
	font-size: 16px;
	line-height: 1.5;
}
.message .profile .portrait {
	margin: 0 0 30px 0;
}
.message .profile .portrait .sp {
	display: none;
}
.message .profile .name {
	margin: 10px 0 40px 0;
	display: flex;
}
.message .profile .name dt {
	font-size: 30px;
}
.message .profile .name dd {
	padding: 20px 0 0 15px;
	font-size: 12px;
	color: #00a09b;
}
.message .lead {
	flex: 0 1 auto;
	padding: 0 0 0 65px;
	font-size: 15px;
	line-height: 2.4;
	text-align: justify;
	text-justify: inter-ideograph;
}
.message .lead p {
	margin-top: 2.5em;
}
.message .lead p:first-child {
	margin-top: 0;
}

/* TB */
@media screen and (max-width: 1024px) {
	.message {
		display: block;
		max-width: 100%;
	}
	.message .profile {
		float: left;
		margin: 0.5em 40px 50px 0;
		max-width: 240px;
		width: 48%;
	}
	.message .lead {
		padding: 0;
	}
}

/* SP */
@media screen and (max-width: 768px) {
	.message {
		padding: 0 25px;
	}
	.message .profile {
		float: none;
		font-size: 13px;
		width: 100%;
		max-width: 100%;
	}
	.message .profile .portrait {
		margin: 0 auto 30px;
		max-width: 70%;
	}
	.message .profile .name {
		margin: 5px 0 35px 0;
	}
	.message .profile .name dt {
		font-size: 22px;
	}
	.message .profile .name dd {
		padding: 10px 0 0 12px;
		font-size: 12px;
	}
	.message .lead {
		font-size: 14px;
		line-height: 2.1;
	}
	.message .lead p {
		margin-top: 2em;
	}
}
@media screen and (max-width: 600px) {
	.message .profile .portrait .pc {
		display: none;
	}
	.message .profile .portrait .sp {
		display: block;
	}
}
