﻿@charset "utf-8";


/* トップページ */
.solution-top h2 { margin: 29px 0px 19px 0px;
}
.solution-top h3 { margin: 52px 0px 29px 0px;
}
.solution-top h4 { margin: 12px 0px 12px 0px;
	padding-bottom: 5px;
	border-bottom: solid 1px #4271b1;
}
.solution-top .feature { margin-bottom: 50px;
}

.wrap-part p { margin-top: 18px;
}
p.mrgn { margin-top: 30px;
}
.feature p { margin: 3px 0px 16px 15px;
}
.feature dl { margin: 0 0 30px 15px;
}
.feature dt { font-weight: bold;
}
.feature dd { padding-bottom: 3px;
}
/* トップページ */
