@charset "shift_jis";
/* mv
----------------------------------------------------------------------- */
.mv {
	background: url(/brand/kurocure/img/cause_mv.jpg) center top no-repeat #fff;
}
.mv ul {
	bottom: 20px;
}


/* cause01
----------------------------------------------------------------------- */
.cause01 {
	width: 908px;
	padding: 50px 60px 30px;
	margin: 100px auto 0;
	border: 2px solid #f465bb;
	border-radius: 14px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}
.cause_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cause01 h4 {
	display: table;
	width: 364px;
	height: 44px;
	position: absolute;
	top: -22px;
	left: 50%;
	margin-left: -182px;
}
.cause01 h4:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 9px solid #f465bb;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}
.cause01 h4 span {
	display: table-cell;
	background: #f465bb;
	color: #fff;
	font-size: 23px;
	vertical-align: middle;
	text-align: center;
	border-radius: 22px;
}
#contentsWrap .cause01 p {
	font-size: 18px;
	line-height: 2;
	text-align: center;
	margin: 0;
}
.cause01 p strong {
	color: #f465bb;
}
.cause01 p span {
	font-size: 14px;
	display: block;
	text-align: right;
}
/* cause02
----------------------------------------------------------------------- */
#cause02 {
  margin-bottom: 90px;
}
.cause_chedck {
  width: 870px;
  border: solid 1px #f465bb;
  padding: 30px 0 20px 36px;
}
.cause_chedck li {
  float: left;
  width: 410px;
  padding: 0 0 5px 22px;
	background: url(/brand/kurocure/img/icon_check.png) left 7px no-repeat;
}

/* cause03
----------------------------------------------------------------------- */

.cause_step {
	margin: 50px 0 0;
}
.cause_step li {
	float: left;
	width: 231px;
	margin: 0 0 0 34px;
  text-align: center
}
.cause_step li:first-child {
	margin: 0;
}
.cause_step li img {
	margin: 0 0 20px;
}