@media print, screen and (min-width: 601px) {
    .dn-pc {
        display: none !important
    }
}

@media screen and (max-width: 600px) {
    .dn-sp {
        display: none !important
    }
}

.top-lead h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.top-lead ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .15em;
}

.top-lead ul li::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border: solid 1px #666;
}
