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

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


/*小見出し*/
.tips {
    font-weight: bold;
    font-size: 103%;
    border-bottom: solid 3px #99D9E9;
    position: relative;
    padding: 3px;
    line-height: 30px;
}

.tips::before {
    content: "▶";
    color: #2EABDF;
    font-size: 1.2em;
    display: inline-block;
    vertical-align: middle;
}



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

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

.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;
	}


/*********/


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: 2% center no-repeat, linear-gradient(rgb(241, 88, 145) 11%, rgb(255, 199, 217) 100%);
}

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

div.color3 {
	margin: -10px 0 0px 0;
	padding: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: 2% center no-repeat, linear-gradient(rgb(241, 88, 145) 11%, rgb(255, 199, 217) 100%);
	clear: both;
}

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


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


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

}

.gainen_ttl.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:40px;
	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;
}


