
    /* text_block_006 */
.text_block_006{background-color: #fff;}
.text_block_006 .desc_box:first-child::after{display: none;}
.text_block_006 .desc_box::after{content: ''; position: absolute; top:0; left:0;width: 100%; border-bottom:1px solid rgba(0,0,0,0.1);}

.reverse.text_block_006{background-color: #171717;}
.reverse.text_block_006 .desc_box::after{border-color:rgba(255,255,255,0.2);}

@media all and (min-width:992px){
    /* text_block_006 */
    .text_block_006 .desc_box::after{top:8px; left:0px; bottom:auto; width:auto; height: calc(100% - 14px); border-left:1px solid rgba(0,0,0,0.1); border-bottom:none;}
}




