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

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

.txt_blue_col{
	color: #B42141;
	font-weight: bold;
}


/* 小見出し */
.tips {
    border-color: #E0B0B4;
	font-size: 17px!important;
}

.tips::before {
    color: #B03346;
}

