/* text_block_004 */
.text_block_004{background-color: #fff;}
.text_block_004 .desc_box:first-child::after{display: none;}
.text_block_004 .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_004{background-color: #171717;}
.reverse.text_block_004 .desc_box::after{border-color:rgba(255,255,255,0.2);}


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