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

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


/* 概要_小見出し色替え */
.txt_blue_col{
	color: #712294;
	font-weight: bold;
}

.tips_ttl {  
    border-bottom: solid 3px #99DEF7;
	line-height: 25px;;
}

.center_2{
	text-align: center!important;
	margin-bottom: 10px!important;
}

.break{
	margin-bottom: 10px;
}



/* 小見出し */
.tips {
    border-color: #99DEF7;
}

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