@charset "UTF-8";

/**
 * .benefit2
 */

#content .benefit2 .aside {
	border: #ddd solid 2px;
	padding: 38px;
	margin-bottom: 40px; 
	box-sizing: border-box;
}
#content .benefit2 .aside__title {
	margin-bottom: 1.25em;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 24px;
	letter-spacing: 0.15em;
	color: #76952f;
}
#content .benefit2 .cf .aside__image {
	float: right;
	width: 192px;
	margin: 0 0 30px 0;
}
#content .benefit2 .cf .aside__image img {
	max-width: 100%;
}
#content .benefit2 .cf .aside__image .txt-caption {
}
#content .benefit2 .cf .aside__text {
	float: left;
	width: 450px;
}
#content .benefit2 .aside__text .txt-lead {
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 0.25em;
}
#content .benefit2 .aside__text .txt-lead strong {
	font-weight: bold;
}

@media only screen and (max-width:767px) {
	#content .benefit2 .aside {
		padding: 20px;
		margin-bottom: 20px;
	}
	#content .benefit2 .aside__title {
		margin-bottom: 1em;
		font-size: 20px;
		letter-spacing: 0;
	}
	#content .benefit2 .cf .aside__image {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		text-align: center;
	}
	#content .benefit2 .cf .aside__text {
		float: none;
		width: 100%;
	}
	#content .benefit2 .aside__text .txt-lead {
		font-size: 16px;
	}
}