@charset "shift_jis";
/* mv
----------------------------------------------------------------------- */
.mv {
	background: url(/brand/kurocure/img/products_mv.jpg) center top no-repeat #fdf5f8;
}

.mv h2 {
	margin-left: 503px;
}

.mv ul {
	left: 503px;
  bottom: 80px;
}


/* copy
----------------------------------------------------------------------- */
.copy {
	color: #666;
}

/* products00
----------------------------------------------------------------------- */
.products_lead {
  text-align: center;
  margin: 0 0 35px;
}
.products_lead dt {
  margin: 0 0 10px;
}

.products_tips {
  width: 730px;
  margin: 0 auto;
  padding: 30px 21px;
  border: solid 2px #f465bb;
  border-radius: 15px;
}
.products_tips div {
  float: left;
  margin: 0 25px 0 0;
}
.products_tips p {
  margin: 28px 0 0;
}

/* products01
----------------------------------------------------------------------- */
.products01 h4 {
	background: #f465bb;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 11px;
	border-radius: 9px 9px 0 0;
}
.products01 ol {
	width: 923px;
	margin: 48px 0 100px 60px;
}
.products01 li {
	display: table;
	width: 423px;
	border: 2px solid #f465bb;
	box-sizing: border-box;
	margin: 30px 0 0;
	border-radius: 10px;
	position: relative;
}
.products01 li:nth-of-type(odd) {
	float: left;
	clear: both;
}
.products01 li:nth-of-type(even) {
	float: right;
}
.products01 li:nth-of-type(-n+2) {
	margin-top: 0;
}
.products01 li:before {
	content: "";
	display: block;
	width: 58px;
	height: 58px;
	background: no-repeat center;
	position: absolute;
	left: -29px;
	top: 50%;
	margin-top: -29px;
}
.products01 li:nth-of-type(1):before {
	background-image: url(/brand/kurocure/img/products_icon_number01.png);
}
.products01 li:nth-of-type(2):before {
	background-image: url(/brand/kurocure/img/products_icon_number02.png);
}
.products01 li:nth-of-type(3):before {
	background-image: url(/brand/kurocure/img/products_icon_number03.png);
}
.products01 li:nth-of-type(4):before {
	background-image: url(/brand/kurocure/img/products_icon_number04.png);
}
.products01 li span {
	display: table-cell;
	padding: 20px 20px 20px 47px;
	vertical-align: middle;
}
.products01 li span strong {
	color: #f465bb;
}
/* products02
----------------------------------------------------------------------- */
.products02 {
	margin: 50px 0 0;
}
.products02 li {
	float: left;
	width: 231px;
	margin: 0 0 0 34px;
  text-align: center;
}
.products02 li:first-child {
	margin: 0;
}
.products02 li img {
	margin: 0 0 20px;
}

#products03 .ex_features_sub{
	text-align: center;
	margin-bottom: 0;
}
#products03 .ex_features{
	padding: 26px 36px 40px;
	background: #faf3db;
}
