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

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


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

.tips::before {
    color: #FFCDD0;
}
/* 
table tr td:last-child {
    border-top: 0!important;
}
table tr td {
    border-top: 0!important;
}*/

.float_box_sum .float_right_box {
	margin-top: 5%;
}

.list_ttl_sm{
	margin: 0 auto -6% auto;
	display: block;
	width: 70%;
}