/****************************************************************************************/
#case .case:nth-child(n+2) {
	padding-top: 40px;
}
#case .case:not(:last-child) {
	padding-bottom: 40px;
}

#case .case .text {
	margin-top: 30px;
}
#case .case h2 {
	margin-top: 9px;
	padding-left: 14px;
	height: 35px;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -0.06rem;
	border-left-style: solid;
	border-left-width: 7px;
}
#case .case p {
	line-height: 2.5rem;
}
/****************************************************************************************/