@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: 20px;
	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_center {
	text-align: center;
	max-width: 100%;
	margin-bottom: 30px;
}
#content .benefit2 .cf .aside__image_center img{
	width: 48%;
	vertical-align: middle;
}
#content .benefit2 .cf .aside__image_center_cnt3 img{
	width: 32%;
	vertical-align: middle;
	margin: 0 0 30px 0;
}
#content .benefit2 .cf .img100 img{
	width: 100%;
}
#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;
}

p.indent-paragraph {
	text-indent: 2em;
	margin-bottom: auto;
}

/*#content .text,*/
/*#content .text p {*/
/*	font-size: 17px;*/
/*	line-height: 1.4;*/
/*}*/
/*PCの場合*/
@media screen and (min-width:768px) {
	.img_w50 {
		width: 50%;
	}
}
/*SPの場合*/
@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__image_center img{*/
	/*	width: 100%;*/
	/*	margin-bottom: 10px;*/
	/*}*/
	#content .benefit2 .cf .aside__text {
		float: none;
		width: 100%;
	}
	#content .benefit2 .aside__text .txt-lead {
		font-size: 16px;
	}
	.aside__text a {
		word-break: break-all;
	}
}

