@charset "shift_jis";
/* mv
----------------------------------------------------------------------- */
.mv {
	background: url(/brand/kurocure/img/lineup_mv.jpg) center top no-repeat #fefbfc;
}

.mv h2 {
	padding-top: 135px;
	margin-left: 503px;
}

.mv ul {
	left: 503px;
}

/* products03
----------------------------------------------------------------------- */
.products03 p {
	float: left;
	width: 484px;
	text-align: center;
	padding: 10px 0 0;
}
.products03 table {
	float: right;
	width: 544px;
	border-top: 1px solid #ccc;
}
.products03 table th,
.products03 table td {
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	box-sizing: border-box;
	line-height: 1.5;
}
.products03 table th {
	border-right: 1px solid #ccc;
	background: #fde0f1;
	width: 124px;
	text-align: center;
	padding: 15px;
}
.products03 table td {
	padding: 15px 30px;
}
.products03 table dl {
	margin: 0 0 15px;
}
.products03 table dt {
	font-weight: bold;
}
.products03 table span {
	font-size: 13px;
}

#products05{
	margin-bottom: 100px;
}

/* products04
----------------------------------------------------------------------- */
.products04 {
	width: 740px;
	margin: 60px auto 0;
}
.products04 li {
	width: 340px;
	height: 90px;
	display: table;
}
.products04 li:nth-of-type(1) {
	float: left;
}
.products04 li:nth-of-type(2) {
	float: right;
}
.products04 li a {
	display: table-cell;
	background: #f465bb url(/brand/kurocure/img/icon_arrow03.png) no-repeat right 21px center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	padding: 20px 60px 20px 20px;
}
.products04 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.products04 li a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background: url(/brand/kurocure/img/icon_blank01.gif) no-repeat center;
	vertical-align: text-top;
	margin: 0 0 0 5px;
}
/* productLink
----------------------------------------------------------------------- */
.productLink {
	margin-top: 106px;
}

/* characteristic
----------------------------------------------------------------------- */
.characteristic {
  border: 2px solid #f565bc;
  border-radius: 20px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.characteristic_body {
  width: 478px;
}

.characteristic_img {
  padding-top: 20px;
  width: 458px;
}
.characteristic_text {
  font-size: 21px;
  border-radius: 20px;
  background-color: #fbe6ef;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px !important;
  font-weight: bold;
}

.characteristic_list {
  padding-right: 30px;
  counter-reset: none;
}

.characteristic_list li {
  position: relative;
  padding-left: 40px;
  counter-increment: num;
}

.characteristic_list li + li {
  margin-top: 20px;
}

.characteristic_list li:before {
  content: counter(num);
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-image: linear-gradient(120deg, #ff9bc5 0%, #f465bb 60%);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.characteristic .lineup_btns {
  width: 100%;
}

.characteristic .bannerBox {
  width: 100%;
}

.lineup_btns {
  padding: 22px 0 25px;
  border-radius: 0 0 7px 7px;
  text-align: center;
  font-size: 0;
}

.lineup_btns li {
  display: inline-block;
  width: 315px;
  margin: 0 10px 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lineup_btns li a {
  display: block;
  border-radius: 7px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 23px 14px 15px;
  background: #e4648e url(../img/arrow_02.png) no-repeat right 90px center;
}

.lineup_btns li:last-child a {
  background-color: #68bfc2;
}

.lineup_btns li a:hover {
  opacity: 0.8;
}
.characteristic_memo{
font-size: 80%;
margin-top: 1em
}