/* clp-list01 スタイルのデザイン */
.is-style-clp-list01 .ctwlpt-block-bullet-list li {
	  line-height:2;
}



/* clp-list05 スタイルのデザイン */
.is-style-clp-list05 .ctwlpt-block-bullet-list li {
    background-color: #f9f9f9;
    border-left: 6px solid #0073aa;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
	  line-height:2;
}

.is-style-clp-list05 .ctwlpt-block-bullet-list li {
}


.is-style-clp-list05 .ctwlpt-block-bullet-list > li::before {
 margin-left:1em;
}

.is-style-clp-list05 .ctwlpt-block-bullet-list > li::before {
    list-style: none; 
    content: '';
}




/* 11 チェック */
.is-style-clp-list11 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list11 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f00c";
  color: #eb7f34;
}

/* 12 ペン */
.is-style-clp-list12 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list12 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f304";
  color: #eb7f34;
}

/* 13 吹き出し */
.is-style-clp-list13 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list13 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f086";
  color: #eb7f34;
}

/* 14 星 */
.is-style-clp-list14 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list14 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f005";
  color: #eb7f34;
}

/* 15 しおり */
.is-style-clp-list15 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list15 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f02b";
  color: #eb7f34;
}

/* 16 王冠 */
.is-style-clp-list16 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list16 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f521";
  color: #eb7f34;
}

/* 17 ハート */
.is-style-clp-list17 .ctwlpt-block-bullet-list li {
  padding-left: 2em;
  position: relative;
}
.is-style-clp-list17 .ctwlpt-block-bullet-list li:before {
  left: 0;
  position: absolute;
  font-family: FontAwesome;
  content: "\f004";
  color: #eb7f34;
}

