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

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

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

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


.txt_headline_col {
    color: #770001;
    font-weight: bold;
}

.info_tips {
    font-weight: bold;
    border-bottom: solid 3px #808080;
    position: relative;
    padding: 0;
	margin-bottom:5px;
    line-height: 0px;
}

.info_tips::before {
    content: "■";
    color: #8E0002;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

.cp_mt_10{
	margin:10px 0 0 0;
}