.content > .long li:not(:first-child){
    margin-top: 1em;
}

.content ul,
.content ol,
.content dl,
.post-info dl{
    background-color: var(--pal-gray);
    padding: 1em 1em 1em 2.5em;
    border-top: 2px #ddd solid;
    border-bottom: 2px #ddd solid;
}

.post-info dl{
    border-bottom: none;
    border-radius: 0 0 .5em .5em;
}

@media screen and (min-width: 767px){
    .content ul,
    .content ol{
        padding: 2em 1em 2em 3.5em;
    }
}

li{
    list-style: none;
    list-style-position: inside;
}

.content > ul li{
    list-style: disc;
}

.content > ol li{
    list-style: decimal;
}

.content dl,
.post-info dl{
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: start;
    padding: 2em .5em;
}

@media screen and (min-width: 767px){
    .content dl{
        padding: 2.5em 1em 2.5em 2em;
    }

    .content dl.game{
        padding: 3.5em 1em 3.5em 2em;
    }

    .post-info dl{
        padding: 3.5em 1em 3.5em 2em;
    }
}

main dl + dl{
    margin-top: -4px !important;
}

main dl dt,
.post-info dl dt{
    align-items: center;
    display: inline;
}

main dl dt span,
.post-info dl dt span{
    white-space: nowrap;
    line-height: inherit;
    padding: .35em 1em;
    border-radius: 2em;
    font-size: .8em;
    line-height: inherit;
}


main dl dd,
.post-info dl dd{
    line-height: inherit;
    padding: 2px .25em;
    margin: 0;
    margin-left: 1.5em;
}

main dl dd::before,
.post-info dl dd::before{
    content: "\f141";
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #aaa;
    margin-right: .5em;
    font-size: .9em;
    text-align: center;
    display: inline-block;
    margin-left: -1.25em;
}


main dd.sns a{
    padding: .15em .75em;
    border-radius: 2em;
    font-size: .8em;
    text-decoration: none;
    line-height: inherit;
    border: 1px transparent solid;
    transition: .2s;
    display: inline-block;
    line-height: 1.5;
}

main dd.sns a + a{
    margin-left: .5em;
}

@media screen and (min-width: 1181px){
    main dd.sns a:hover{
        box-shadow: none;
        transform: translateY(2px);
    }
}

dd.hr,
dd.table,
dd.table table{
    margin-top: 0;
}

dd.hr{
    grid-column: 1 / -1;   /* 2列ぶち抜き */
    white-space: nowrap;
    line-height: inherit;
    width: auto;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

dd.hr span{
    border-radius: 2em;
    line-height: inherit;
    margin: .25em 0 0;
    padding: 0 1em;
    display: inline-block;
    background-color: var(--pal-sky);
    color: var(--sky);
    box-shadow: var(--sha-sky);
    font-size: .8em;
}

dd.table{
    grid-column: 1 / -1;   /* 2列ぶち抜き */
    margin: .5em 0 0;
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    font-size: .8em;
    line-height: inherit;
    padding: .35em 1em;
}

dd.table table{
    margin: .5em 0;
    box-shadow: var(--shadow);
}

dd.table table th,
dd.table table td{
    font-size: .8em;
}

dd.table table th{
    max-width: 50%;
}

@media screen and (min-width: 767px){
    dd.hr{
        margin-top: 1em;
    }

    dd.table{
        margin: .5em 0 1em;
    }

    dd.table table th,
    dd.table table td{
        font-size: .9em;
    }

    dd.table table th{
        width: 25%;
    }

}

main dl dd.hr::before,
dl dd.table::before{
    content: none;         /* 先頭のアイコンを消す */
    margin: 0;
}

dd.hr::after,
dd.hr div::after{
    display: block;
    content: "";
    clear: both;
}



/*
main dl.game::before{
    content: "作品情報";
    position: absolute;
    right: 0%;
    top: 0;
    display: inline;
    font-size: .8em;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    padding: .25em 1em;
}
*/

p.note{
    font-size: .8em;
    color: var(--green);
    margin-top: .25em;
    text-align: center;
}

dd span.new{
    padding: 0 .5em;
    margin-left: 4px;
    background-color: var(--red);
    color: var(--white);
    display: inline-block;
    font-size: .8em;
    border-radius: 2px;
    box-shadow: var(--shadow);
}

dd.report a{
    font-size: .9em;
    color: var(--red);
}

@media screen and (min-width: 767px){
    dd.report.right{
        margin-right: 1em;
    }
}