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

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

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

.tips::before {
    color: #5A0733;
}

.ovh_vi{
	overflow: visible!important;
}


.tb_or_color{
	background-color: #FFEEE4;
}

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

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



.mb_n{
	margin-bottom:4px!important;
}

/* 数字小見出し */
.tips_1 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_1::before {
    content: "1";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_2 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_2::before {
    content: "2";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_3 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_3::before {
    content: "3";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_4 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_4::before {
    content: "4";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.tips_5 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_5::before {
    content: "5";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_6 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_6::before {
    content: "6";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}


.tips_7 {
    font-weight: bold;
    font-size: 100%;
    border-bottom: solid 3px #b1cee3;
    position: relative;
	padding: 5px 0px 2px 0px;
    line-height: 30px;
}

.tips_7::before {
    content: "7";
	color: white;
	font-size: 1em;
	line-height: 22px;
	vertical-align: middle;
	display: inline-block;
	background: #649cc4;
	font-weight: bold;
	width: 20px;
	text-align: center;
	height: 20px;
	border: solid 6px white; 
	border-radius: 50%;
	margin-left: -10px; 
}

.txt_red_enm{
	color: #9A0D10;
	font-weight: bold;
}

.txt_blue_turn{
	color: #1A0EB3;
	font-weight: bold;
}




