figcaption.nocaption::before{
    content: "© ";
}


blockquote.sanko{
    padding: 2em 1em;
}

blockquote.sanko{
    margin-top: 2em;
    position: relative;
    background-color: rgba(230, 230, 230, .5);
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .5);
}

blockquote.sanko::before{
    position: absolute;
    content: "参考";
    top: -1em;
    left: -1em;
    background-color: #666;
    text-align: center;
    color: #fff;
    line-height: 3.5;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    font-size: .8em;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .5);
}

blockquote.sanko::after{
    position: absolute;
    font-size: inherit;
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    color: #666;
    content: "\f10e";
    bottom: -1em;
    right: 0;
}

blockquote.sanko > span > a{
    font-size: 12px;
    text-align: right;
    display: block;
}

blockquote.sanko > span > a::before{
    content: " - ";
}

blockquote.sanko > span > a::after{
    content: "より引用";
}

@media screen and (min-width: 767px){
    blockquote.sanko{
    padding: 2em;
    }

    blockquote.sanko{
        margin-top: 2em;
    }

    blockquote.sanko::after{
        font-size: 1.5em;
    }

    blockquote.sanko > span > a{
        font-size: .9em;
    }
}

blockquote.sanko ul{
    margin-left: 1em;
    margin-right: 1em;
}

a span.sanko,
span.sanko a{
    font-size: .8em;
    background-color: #fff;
    border: 1px #ccc solid;
    padding: .25em .5em;
    border-radius: 4px;
    word-break: keep-all;
    margin-left: .5em;
    color: #666;
}

a.soto::after{
    content: "外部";
    font-size: .8em;
    padding: .25em .5em;
    border: 1px #ddd solid;
    margin-left: .5em;
    color: #666;
    background-color: var(--max-white);
}
