@charset "utf-8";

.lat { width: 817px; }
.lat > ul {}
.lat > ul > li { list-style: disc outside; color: #000; width: 100%; height: 51px; font-size: 22px; font-weight: 500; display: flex; position: relative; padding-left: 33px; justify-content: space-between; align-items: center; box-sizing: border-box; border-bottom: 1px solid #A3A1EF; line-height: 1; }
.lat > ul > li::before { content: ''; position: absolute; left: 14px; top: 50%; width: 5px; height: 5px; background: #000; border-radius: 5px; transform: translate(0, -50%); }
.lat > ul > li > a { color: #000; }
.lat > ul > li > span { font-size: 18px; }