@charset "utf-8";

.devm02_lt-basic__hd{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.9rem}
.devm02_lt-basic__hd h3{display:flex;align-items:center;gap:.45rem;color:var(--c-fg,#1B2836);font-size:1.05rem;font-weight:700;letter-spacing:-.03em}
.devm02_lt-basic__hd h3 i{color:var(--c-accent,#2D6BC4)}
.devm02_lt-basic__more{display:inline-flex;align-items:center;gap:.25rem;color:var(--c-fg-3,#6E7F91);font-size:var(--fs-xs,.8125rem);font-weight:700}
.devm02_lt-basic__more:hover{color:var(--c-accent-deep,#23539B)}
.devm02_lt-basic__more i{transition:transform .3s var(--ez-out,cubic-bezier(.16,1,.3,1))}
.devm02_lt-basic__more:hover i{transform:translateX(3px)}

.devm02_lt-basic__none{padding:2rem 0;color:var(--c-fg-3,#6E7F91);font-size:var(--fs-sm,.875rem);text-align:center}

.devm02_lt-basic .sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0;white-space:nowrap}

.devm02_lt-basic__list{border-top:1px solid var(--c-line,#DDE5ED)}
.devm02_lt-basic__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--c-line-soft,#E9EFF5)}
.devm02_lt-basic__row b{display:flex;align-items:center;gap:.4rem;min-width:0;color:var(--c-fg-2,#4A5A6C);font-size:var(--fs-sm,.875rem);font-weight:500}
.devm02_lt-basic__row b span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.devm02_lt-basic__row:hover b span{color:var(--c-accent-deep,#23539B);text-decoration:underline}
.devm02_lt-basic__row em{flex:none;padding:.1rem .4rem;background:var(--c-accent-soft,#E6EEFA);color:var(--c-accent-deep,#23539B);font-size:.66rem;font-style:normal;font-weight:800}
.devm02_lt-basic__row i{flex:none;color:var(--c-accent,#2D6BC4);font-size:.85rem}
.devm02_lt-basic__row time{color:var(--c-fg-3,#6E7F91);font-size:var(--fs-xs,.8125rem)}

.devm02_lt-basic__row b .sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px}

@media (max-width:767px){
	.devm02_lt-basic__hd{margin-bottom:.7rem}
	.devm02_lt-basic__hd h3{font-size:1rem}
}
