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

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

.ct_ist{
	width: 40%;
	margin: 0 auto;
}

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

.tips::before {
    color: #0087F7;
}

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

.tips_repair::before {
    content: "▼";
    color: #F83B7F;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}


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

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

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

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




.pdd_regulation table tr td {
    padding: 0px 0px 0px 8px!important;
	}

	
.attention_02{
	padding: 0.5em;
	border: solid 1.5px #8cd7ff;
}	

.attention_03{
	margin: 0 0 25px 0;
	border: solid 1.5px #FEC1D5;
}	

div.attention_03 p{
	text-align: center!important;
	}
	
div.attention_03 img{
    margin-bottom: -20px!important;
	}



/****list_color*****/


div.color {
	margin: 10px auto 10px;
	padding: 10px;
	color: #005BB0;
	font-weight: bold;
	text-align: center;
	clear: both;
}

#news_color .article div.color p,
div.color p{
	margin: 0;
	text-align: center;
}



div.color2 {
	margin: -9px -9px 10px -9px; 
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-image: linear-gradient(360deg, rgba(165, 234, 255, 1), rgba(81, 122, 255, 1));
}

#news_color .article div.color2 p,
div.color2 p{
	margin: 0;
	text-align: center;
}



.attention_blue{
    padding: 1em 1em 0 1em;
    border: solid 2px #0D78D1;
    margin: 10px;
    background-color: #BBF6FB;	
}




/* accordion */
dl.accordion p{
	font-size: 1em;
	letter-spacing: 0;
}

.list_gainen_ttl_pu{
	color: #096DC0;
    font-size: 1.1em;
	font-weight: bold;
	display: inline-block;
    vertical-align: middle;	
}

.gainen_ttl_pu:after{
    content: "▼";
	margin-left: 5px;
    color: #096DC0;
    font-size: 1.2em;
	display: inline-block;
    vertical-align: middle;

}

.gainen_ttl_pu.open:after{
    content: "▲";
	margin-left: 5px;
    color: #096DC0;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}

/* アコーディオン */

dl.accordion {
	width:100%;
	margin:0;
	padding:0;
}

dl.accordion dt {
	background:none;
	height:auto;
	font-size:100%;
	text-indent:0;
	line-height:20px;
	color:#000;
	border: none;
	font-weight: unset;
}

dl.accordion dt.open {
	background:none;
}

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

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

.notice_title{
	color: #001b66;
    font-weight: bold;
}

/***btn****/

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









