@charset "utf-8";

.h2{font-size:20px;color: #252525}
.h2:before{width:8px;height: 8px;background: #004a33;border-radius:50%}

.list-1st li:before{width: 3px;height: 3px;background: #333962;border-radius: 50%}

.txt-check,.color-orange{color:#b94641;}

.ui-topbox{border:3px solid #f8f8f8;}
.ui-topbox:after{position:absolute;left: -3px;right: -3px;top: -3px;z-index: 0;height: 33px;visibility: visible;background: #00c056;content:'';}
.ui-topbox:before{position:absolute;left: -3px;top: -3px;z-index: 1;width:181px;height: 33px;background: #004a33;content:'';}
.ui-topbox.type1 .inner{position: relative;z-index: 1;padding: 40px 30px 30px 160px;background:#fff;}
.ui-topbox .inner .txtwrap .h-box{color:#252525;font-size: 20px}
.ui-topbox.type1 .circle{width:100px;height:100px;border:1px dashed #e2e2e2;}
.ui-list__bodo .inner .circle{background:#3d51b0;}

@media (max-width:767px){
    .ui-topbox.type1 .inner{padding:25px;}
}