

/* --- attentionIconListRspKyakuStep --- */
.attentionIconListWrapRspFlowStpKS {
	margin-top: 16px;
}
.attentionIconListRspFlowStpKS {
	position: relative;
	padding: 15px 16px 14px 48px;
	background-color: #FFF6DF;
	border: solid 1px #E98300;
	border-radius: 8px;
	line-height: 1.4;
}
.attentionIconListRspFlowStpKS + .attentionIconListRspFlowStpKS {
	margin-top: 16px;
}
.attentionIconListRspFlowStpKS::before {
	content: "";
	position: absolute;
	top: calc(50% - 12px);
	left: 10px;
	width: 24px;
	height: 24px;
	background-image: url("/shared/images/icon_messagebar_attention.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}



