@charset "utf-8";
@import url(cmn.css);
@import url(base.css);


/* ------------------------------------------------------------
  Content
   ------------------------------------------------------------ */

#leadBg{
  background: url(../images/ultra_images/lead_image.jpg) 100% 20px no-repeat;
}
#leadBox{
  width: 370px;
  padding-bottom: 30px;
}


.heberden-img{
  float:right;
  margin-left:15px;
}
.heberden-img img{
  width: 330px;
    margin-top: 10px;
}
/*
.heberden-img .image02{
  width: 197px;
  margin-top: 0;
}
*/
.heberden-img-l{
  float:left;
  margin: 20px 0 0;
}
.heberden-img-l p{
  width: 345px;
  margin-top: 10px;
}
.heberden-txt-l{
  width: 486px;
  float: left;
}

.item-title{
  margin: 30px 0 -15px 0;
}
.equelle-txt{
  letter-spacing: 0.29px;
}
.equelle-txt span{
  color: #f64e73;
  border-bottom: 1px solid #f64e73;
  font-weight: bold;
}

.ttlPink{
  color:#fd2755 !important;
  text-align:center;
  font-size:18px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.title{
  font-size: 24px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  line-height: 150% !important;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.title span{
  color: #f64e73;
  letter-spacing: 0.3px;
}

.start{
  font-size: 18px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  line-height: 150% !important;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.start span{
  color: #fe2354;
}

.start-txt{
  list-style: none;
  margin: 20px 0;
}

.start-qa{
  background: #fff;
  padding: 20px 25px;
  margin-bottom: 40px;
}

.start-qa dt{
  border-bottom: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}

.start-qa dt span{
  color: #fe2354;
}

.conclusion{
  background: #feeece;
  padding: 20px 25px 15px;
    width: 560px;
    border-radius: 10px;
    margin: 40px auto 0;
}
.conclusion p{
  color: #5a5a5a;
  text-align: center;
  font-size: 16px;
}

.link_equelle img{
  display: block;
    margin: 40px auto 40px;
}

/*クレナフィン*/
.subttl_bule{
color: #fff;
background: #3fa8b5;
padding: 12px 20px;
font-size: 1.2rem;
font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
font-weight: normal;
}

.check_area {
  border:1px solid #542f8e;
  padding:20px;
  margin: 40px 0 10px;
  border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
.check_area h3{
  color:#542f8e !important;
  font-size:18px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-bottom:15px;
  text-align: center;
}
.check_area .check_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 12px;
}
.check_area .check_list--item {
  position: relative;
  padding-left: 24px;
  width: calc(50% - 32px);
}
.check_area .check_list--item::before,
.check_area .check_list--item::after {
  content: '';
  position: absolute;
}
.check_area .check_list--item::before {
  border: 2px solid #542f8e;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  translate: 0 -50%;
}
.check_last_txt {
  margin-bottom: 30px;
}
.tsumemizumusi-qa{
  border:1px solid #fd839d;
  padding:15px;
  margin: 50px 0 10px;
  border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
.tsumemizumusi-qa h3{
  color:#416ab5 !important;
  font-size:18px;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin-bottom:10px;
}
.tsumemizumusi-qa dl{
  border-bottom:1px dotted #C4C4C4;
  padding:7px 0;
}
.tsumemizumusi-qa dl dt{
  background:url(../images/nail_images/q.png) no-repeat left center;
  padding:5px 0 5px 30px;
  font-weight:bold;
}
