@charset "shift_jis";

/* 黒ずみの原因と対処法ページ用 CSS
----------------------------------------------------------------------- */

/* inflammation */
#inflammation .text {
	margin: 20px 0 0;
}


/* countermeasure */
#countermeasure dl {
	margin: 40px 0 0;
	padding: 35px 5px 25px;
	border: 1px solid #f465bb;
	border-radius: 10px;
	position: relative;
	text-align: center;
}
#countermeasure dl dt {
	background: #f465bb;
	width: 86%;
	height: 35px;
	line-height: 35px;
	border-radius: 35px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	top: -14px;
	left: 7%;
}
#countermeasure dl dt:before {
	content: "";
	display: block;
	background: url(/brand/kurocure/sp/img/common_arrow_balloon.png) no-repeat;
	background-size: 13px 8px;
	width: 13px;
	height: 8px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
}
#countermeasure dl dd p + p {
	margin-top: 15px;
}
#countermeasure dl dd p strong {
	font-weight: bold;
	color: #f465bb;
}
#countermeasure dl dd p strong span {
	font-size: 10px;
}

#countermeasure dl dd .notes {
	margin-top: 5px;
}

/* cause02
----------------------------------------------------------------------- */
#cause02 p {
  margin-bottom: 20px;
  font-size: 16px;
}
.cause_chedck {
  border: solid 1px #f465bb;
  padding: 20px 0 20px 15px;
}
.cause_chedck li {
  font-size: 14px;
  padding: 0 0 0 21px;
	background: url(/brand/kurocure/img/icon_check.png) left 6px no-repeat;
}


/* stage */
.stage {
	margin: -20px 0 0 -3%;
	padding-top: 20px;
}
.subTtl01 + .stage {
	padding-top: 0;
}
.stage li {
	margin: 20px 0 0 3%;
	width: 47%;
	float: left;
	line-height: 1.6;
	font-size: 15px;
  text-align: center;
}
.stage li img {
	display: block;
	margin-bottom: 5px;
}
.stage + .text {
	margin-top: 25px;
	clear: both;
}
