@charset "shift_jis";

/* クロキュアの特長とメカニズムページ用 CSS
----------------------------------------------------------------------- */

#mechanism {
  margin-bottom: 30px
}

/* features */
#features dl {
	margin: 25px 0 0;
	border-radius: 10px;
/*	border: 1px solid #f465bb;*/
	overflow: hidden;
}
#features dl dt {
	background: #f465bb;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	line-height: 1.3;
}
#features dl dd {
	padding: 0 20px;
}
#features dl dd ul li {
	position: relative;
	min-height: 46px;
	padding: 15px 15px 15px 30px;
	border-radius: 10px;
	border: 1px solid #f465bb;
	margin-top: 20px;
}

#features dl dd ul li img {
	width: 46px;
	position: absolute;
	top: 50%;
  margin-top: -23px;
  left: -21px;
}
#features dl dd ul li strong {
	font-weight: bold;
	color: #f465bb;
}

/* 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: 12px;
  text-align: center
}
.stage li img {
	display: block;
	margin-bottom: 5px;
}
.stage + .text {
	margin-top: 25px;
	clear: both;
}



/* products00
----------------------------------------------------------------------- */
.products_lead {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.56;
}
.products_lead dt {
  text-align: center;
  margin: 0 0 10px;
}

.products_tips {
  margin: 0 0 45px;
  padding: 20px 20px;
  border: solid 1px #f465bb;
  border-radius: 15px;
  font-size: 16px;
}
.products_tips div {
}
.products_tips p {
  margin: 10px 0 0;
  line-height: 1.56;
}


/* characteristic
----------------------------------------------------------------------- */
.characteristic_img1 {
  margin: 20px auto;
  width: 63%;
}

.characteristic_img2 {
  margin: 20px auto 0;
}

.characteristic_text {
  font-size: 16px;
}

.characteristic_listWrap {
  margin-top: 30px;
  border: 2px solid #f465bb;
  padding: 15px;
  border-radius: 10px;
}
.characteristic_list {
  counter-reset: none;
  font-size: 16px;
}

.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);
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 50%;
  background-image: linear-gradient(120deg, #ff9bc5 0%, #f465bb 60%);
  font-size: 19px;
  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;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lineup_btns li {
  width: 48%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.lineup_btns li a {
  display: block;
  border-radius: 7px;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 2.4vw;
  background: #e4648e;
}

.lineup_btns li a:after {
  content: '';
  display: inline-block;
  margin-bottom: 1vw;
  width: 3.2vw;
  height: 3.2vw;
  vertical-align: middle;
  margin-left: 4px;
  background: url(../img/arrow_02.png) no-repeat center center/contain;
}

.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
}