@charset 'utf-8';

.iconed_list_block {
    list-style: none;
    /* デフォルトの黒丸を消す */
    padding-left: 0;
}

.iconed_list_block li {
    position: relative;
    padding-left: 22px;
    /* アイコン分の余白 */
    margin: 16px auto;
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
}

.iconed_list_block li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    width: 14px;
    height: 11px;
    background: url("/img/front/sub/plan/block_icon_list.gif") no-repeat center / contain;
}

.block_text {
    line-height: 23px;
}