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

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

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

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

.txt_blue_col{
	color: #005FE0;
	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;
}

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

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


/*画像center*/
.img_center{
	display: block;
	width: 60%;
	margin: 0 auto;
}

