@charset "utf-8";
@layer others_illustrations;
@layer others_illustrations {
    #illustrations {
        width: 100%;
        max-width: 900px;
        margin: 0 auto;
        column-count: auto;
        column-gap: 0;
        column-width: calc(400px + 8px);
        text-align: center;
    }
    .illustration {
        margin: 4px;
        padding-bottom: 2rem;
        img {
            max-width: 100%;
            border: solid 1px #999999;
        }
    }
    #sns {
        border: solid 2px #eba3be;
        border-radius: 8px;
        padding: 0.5rem;
        .sns_subheader {
            font-size: 1.2rem;
            font-weight: bold;
            margin: 1rem 0 0.5rem;
            background-color: #bbb2bd;
            padding-left: 1rem;
            color: #fff;
            border-left: solid 8px #827c84;
            border-radius: 4px;
        }
        img {
            margin: 4px;
            border: solid 1px #999999;
        }
    }
}
