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

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

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

.tips::before {
    color: #2A56CC;
}




.tips_ttl {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #C4CEFF;
    position: relative;
}

/*四角小見出し*/
.info_tips {
    font-weight: bold;
    border-bottom: solid 3px #C4CEFF;
    position: relative;
    padding: 0;
    line-height: 0px;
}

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




.center_2{
	text-align: center!important;
	margin-bottom: 0px!important;
	/*line-height: 2em!important;*/
}

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

.break {
    margin-bottom: 10px;
}