@charset "utf-8";

/* ========================================================
	message.css
======================================================== */

/* message_contents
============================================================================================================ */
.message_contents .name {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1.5;
}
.message_contents h3 {
	margin-top: 15px;
}
.message_contents .message {
	position: relative;
	margin-top: 50px;
	padding: 35px 20px 25px;
	background-color: #eceff7;
}
.message_contents .message h4 {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 4rem;
	line-height: 1;
	color: #3e5faa;
	opacity: 0.5;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.message_contents > section + section {
		margin-top: 60px;
	}
	.message_contents .ph {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px), print {
	.message_contents > section + section {
		margin-top: 100px;
	}
	.message_contents header {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.message_contents .ph {
		width: 520px;
	}
	.message_contents .ph + div {
		width: calc(100% - 520px - 60px);
	}
	.message_contents .name {
		font-size: 2rem;
	}
	.message_contents h3 {
		margin-top: 20px;
	}
	.message_contents .message {
		margin-top: 60px;
		padding: 50px 40px 40px;
	}
	.message_contents .message h4 {
		left: 40px;
		font-size: 5.5rem;
	}
}
