.list-contents p {
margin-bottom: 0;
}
.list-contents .js__list-contents {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.list-contents p.list-contents__title {
font-size: 18px;
}
.list-contents a img, .list-contents a br {
display: none !important;
}  .navigation-box-contents {
padding: 20px;
margin: 0;
border-radius: 8px;
margin-bottom: 0!important;
list-style-type: none;
}
.navigation-box-contents li {
font-size: 14px;
line-height: 120%;
}
.navigation-box-contents li::before {
content: url('data:image/svg+xml; utf8, <svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.07764 4.55516L0.872812 0.361959C0.735046 0.224654 0.511999 0.224885 0.374463 0.362669C0.237034 0.500435 0.237389 0.723606 0.375174 0.861017L4.32972 4.80464L0.375031 8.74825C0.237265 8.88568 0.23691 9.10871 0.374321 9.24649C0.443267 9.31556 0.53359 9.3501 0.623913 9.3501C0.714005 9.3501 0.803973 9.31579 0.872794 9.2472L5.07764 5.05411C5.14399 4.98809 5.18123 4.89825 5.18123 4.80464C5.18123 4.71104 5.14389 4.6213 5.07764 4.55516Z" fill="black"/></svg>')!important;
display: block;
font-weight: 900;
position: absolute;
left: 0;
top: -1px;
}
.navigation-box-contents li:not(:last-child) {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #d6dbe0;
}
.navigation-box-contents a {
text-decoration: none;
}