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

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

/**リンクボタン**/
.btn_wrap{
	width: 100%;
	overflow: hidden;
}

.link_btn {
	display: block;
	margin: 0 auto;
	padding: 4px 0;
	float: left;
	width: 33.3%;
}

.link_btn a {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.link_btn a:hover {
	opacity:0.5;
}


/**戻るボタン**/

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

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


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


.return_btn a:hover {
	color:#0504A6;
    background-image: -webkit-linear-gradient(#d7dce4 0%, #fafafa 60%);
    background-image: linear-gradient(#d7dce4 0%, #fafafa 60%);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.30);
}

hr {
    clear: both;
}


/**クラス選択テキスト***/

.box_txt{
	text-align: center!important;
	font-weight: bold;
	color: #324A8B;
	font-size: 1em!important;
}

/* アコーディオン内テキスト */
dl.accordion p{
	font-size: 1em;
	letter-spacing: 0;
}

/* アコーディオン */

dl.accordion {
	width:100%;
	margin:0 0 30px 0;
	padding:0;
	font-size: 0.9em;
	letter-spacing: 1px;
}
dl.accordion dt {
	background:url(../../../uploads/2019/tips_qavwi/arrow_open.png) 97% center no-repeat #0E4084;
	background-size:20px 20px;
	border-bottom:1px solid #EEE;
	height:40px;
	font-size:100%;
	text-indent:10px;
	line-height:40px;
	color:#fff;
	font-weight:bold;
}

dl.accordion dt.open {
	background:url(../../../uploads/2019/tips_qavwi/arrow_close.png) 97% center no-repeat #0E4084;
	background-size:20px 20px;
}

dl.accordion dd {
	display:none;
	margin:0 0 10px;
}

dl.accordion dd.open{
    display:none;
}


/**クラス_table**/

.bg_01 {
	
	background: url("../../../uploads/all_item_list/bg_01.png") no-repeat #d1ebeb center;
    background-size: 45%;
	font-weight: bold;
	color: #114E4D;
	text-align: center;
}

.bg_02{
	
	background: url(../../../uploads/all_item_list/bg_02.png) no-repeat #f7edc5 center;
    background-size: 45%;
	font-weight: bold;
	color: #574318;
	text-align: center;
}

.bg_03{
	background: url(../../../uploads/all_item_list/bg_03.png) no-repeat #eccdc8 center;
    background-size: 45%;
	font-weight: bold;
	color: #311011;
	text-align: center;
}


.bg_04{
	
	background: url(../../../uploads/all_item_list/bg_04.png) no-repeat #d5ebd1 center ;
    background-size: 40%;
	font-weight: bold;
	color: #183116;
	text-align: center;
}

.bg_05{
	background: url(../../../uploads/all_item_list/bg_05.png) no-repeat #dec6ec center;
    background-size: 40%;
	font-weight: bold;
	color: #431D4E;
	text-align: center;
}

.bg_06{
	
	background: url(../../../uploads/all_item_list/bg_06.png) no-repeat #A4A4A4 center;
    background-size: 45%;
	font-weight: bold;
	color: #121212;
	text-align: center;
}

.bg_07{
	
	background: url(../../../uploads/all_item_list/bg_07.png) no-repeat #C9BFB9 center;
    background-size: 40%;
	font-weight: bold;
	color: #2B1D0E;
	text-align: center;
}

.bg_08{
	background: url("../../../uploads/all_item_list/bg_12.png") no-repeat #A4AFD8 center;
    background-size: 60%;
	
	background-color: #A4AFD8;
	font-weight: bold;
	color: #170E37;
	text-align: center;
}

