/* 写メ日記アイコン色変更 */
.sns .sns01 {
    background-color: #daa520; /* ←背景の色 */
}

/* X(Twitter)アイコン色変更 */
.sns .sns02 {
    background-color: #000000; /* ←背景の色 */
}