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

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

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


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

.tips::before {
    color: #0062A0;
}

