@charset "UTF-8";

/* シェアボタン */
.share-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin: 2rem 0;
}

.share-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 30px;
}

.share-buttons ul li a:hover {
    opacity: 0.5;
}

.share-buttons img {
    height: 36px;
}