@charset "utf-8";
@layer index;
@layer index {
    .figure_container {
        display: flex;
        flex-wrap: wrap;
    }
    .item {
        width: 15rem;
        height: 17rem;
        border: 1px solid #b5b8e3;
        background-color: rgba(218, 235, 247, 0.7);
        border-radius: 8px;
        text-align: center;
        padding: 1rem;
        font-size: 1.4rem;
        img {
            width: 11.11rem;
            height: 11.11rem;
            margin-bottom: 0.4rem;
            border: 2px solid #6f83bb;
            box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
        }
        p {
            text-decoration: underline;
        }
    }
}
