#content-main .red {
	color: red;
	display: block;
}
#content-main ul.way {}
#content-main ul.way li {
	display: inline-block;
	width: 150px;
    margin-right: 26px;
    border: 1px solid #999;
    vertical-align: top;
    height: 197px;
    position: relative;
}
#content-main ul.way li:last-child {
	margin-right: 0;
}
#content-main ul.way li span {
	display: block;
	text-align: center;
    padding: 0 7px;
	align-content: center;
}
#content-main ul.way li span.tit {
	height: 56px;
	background: #eff4ff;
    line-height: 1.2;
}
#content-main ul.way li span.cont {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
    line-height: 1.615;
    letter-spacing: -2px;
    font-size: 15px;
	height: 106px;
}
#content-main ul.way li span.target {
	height: 34px;
	font-weight: 500;
	font-size: 16px;
}
#content-main ul.way li::after {
	content: '';
	display: block;
	width: 21px;
	height: 16px;
	background: url("/images/open.content/health/health.business.info/support/mternal.child/beforehand.health.care/arrow.png") no-repeat center;
	background-size: contain;
    position: absolute;
    top: 100px;
    left: 152px;
}
#content-main ul.way li:last-child::after {
	display: none;
}
#content-main div.notice {
	border: 1px solid #e1e1e1;
	padding: 20px 30px;
}