body h1 p, pre {
    font-family: "UDデジタル教科書体 R", "UDDigiKyokasho R", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
pre.list-pre {
    font-size:1rem ;
    margin: 1.2rem 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.list-line {
    display: block;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
    margin-bottom: 0.5rem; 
}

a.list-line:hover{
    text-decoration: underline;
}

a.underline {
    text-decoration: underline;
}
h4::before {
    color: #3a6369;
    content: "➤";
}