/*----------------------------------------------------------------------------------------*/
/* abstract content ----------------------------------------------------------------------*/

#ContentsWrap .text-point{color:var(--concept-colorB);}

/* abstract content ----------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/




.testWrap{display:flex;}

.testWrap .test{width:25%;}


.testA{height:100%;display:flex;flex-direction:column;justify-content:flex-start;}
.testContent{height:100%;padding:10px 15px;}
.testContent ul{list-style:circle;padding-left:20px;}

.testTitle{min-height:60px;padding:10px 15px;line-height:1.3;display:flex;align-items:center;background:#f8f8f8;font-weight:500;color:#263238;border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4;}

