﻿@charset "utf-8";
/* 色変更時用CSS */

/* 菱形 */
.diamond {
    color: #687aa9;
}

/* tips */
.tips {
    border-bottom: solid 3px #5b84d8;
}

.tips::before {
    content: "▶";
    color: #5b84d8;
}
