@charset "UTF-8";

.section--message .cnts__txt{
	font-size: 1.4rem;
	line-height: 1.8;
}
.section--message .cnts__txt dt{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}
.section--message .cnts__txt dd{
	margin-bottom: 25px;
}
.message_img{
	position: relative;
	display: inline-block;
}
.message_img img{
	width: 464px;
	vertical-align: bottom;
}
.message_name{
	position: absolute;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
	letter-spacing: 0.07em;
	text-align: left;
	right: 5%;
	bottom: 10%;
}

@media screen and (min-width: 769px) {
	.section--message{
		margin-bottom: 75px;
	}
	.section--message .cnts {
		position: relative;
	}
	.message_img_wrapper{
		text-align: right;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.message_img_wrapper img{
		width: 48%;
	}
	.message_name{
		right: 2%;
		bottom: 7%;
	}
}
@media screen and (max-width: 768px) {
	.section--message{
		margin-bottom: 50px;
	}
	.message_img_wrapper{
		text-align: center;
	}
	.message_name{
		right: 3%;
		bottom: 8%;
	}
}
