/*リンクボタン*/
.solutionWrap dl:first-child ul.links img{
	width:auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.solutionWrap dd strong{
	display: block;
	margin: 10px 0 5px 0;
	line-height: 2.1rem;
	font-size: 1.4rem;
}





/*イメージ図*/
.solutionWrap dl:nth-child(2) dd{
	position: relative;
	line-height: 2.2rem;
}
.solutionWrap dl:nth-child(2) dd:first-of-type{
	margin-bottom: 50px;
	font-size: 1.4rem;
}
.solutionWrap dl:nth-child(2) dd:first-of-type::after {
    content: "";
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: -40px;
    left: 48%;
    border: 8px solid transparent;
	border-top: 13px solid #e60012;}


/*特長*/
ul.tokutyou li{
	width: calc((100% - 5px) / 2);
	margin-bottom: 5px;
}