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


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

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

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


.tips_sv {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #f7bac7;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips_sv::before {
    content: "▼";
    color: #FFA43F;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}
.green_txt {
    color: #027A18;
    font-weight: bold;
}
.tag_1{
	filter: blur(0);
-webkit-filter: blur(0);
}
.tag_2{
	filter: blur(0);
-webkit-filter: blur(0);
}
.tag_3{
	filter: blur(0);
-webkit-filter: blur(0);
}


.return_btn{
	display: block;
	margin: 0 0 16px 0;
	padding: 5px 0;
	float: right;
	width: 23.3%;
	text-align: center!important;
}

.btn_wrap {
    width: 100%;
    clear: both;
    overflow: hidden;
}


.return_btn a {
    color: #FB3E7F;
	font-size: 15px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	width: 90%;
	padding: 15px 3px;
	margin: 0 auto;
	border-radius: 10px;
    background-image: linear-gradient(#dddbd2  0%, #fafafa 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.40);
}


.return_btn a:hover {
	color:#FF7E31;
    background-image: linear-gradient(#dddbd2 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}
.bg_tb_color_01{
	background-color: #FFEAEA;
}

.green_txt2 {
    font-weight: bold;
}


