@charset "utf-8";
/*====================================
	よくある質問ページスタイル
=====================================*/
#questions{margin-top:1.0em;}

#questions div:first-of-type{margin-top:1.0em;}

/*#questions p{margin-top:0.8em;}*/

#questions dl{margin:1.0em 0 0 0;}

#questions dl dt{
	background:#dbf0e8;
	padding:0.5em;
	font-size:1.1rem;
}

#questions dl .trigger{
	/* border-radius */
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 0 0.5em 0;
}

#questions dl .active{
	margin:0 0 0 0!important;
	/* border-radius */
	border-radius:5px 5px 0px 0px!important;
	-webkit-border-radius:5px 5px 0px 0px!important;
	-moz-border-radius:5px 5px 0px 0px!important;
	border-bottom:2px dotted #fff!important;
}

#questions dl dd{
	display:none;
	margin:0 0 0.5em 0;
	background:#dbf0e8;
	padding:0.5em;
	/* border-radius */
	border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
}
#questions dl dd .tel a{
	display:block;
	margin-top:0.5em;
	padding: 1.0em 1.0em 1.0em 3.8em;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
	background:url(../images/common/tel-icon.png) 1.0em center no-repeat, #26b37a;
	background-size:2.0em auto, 100% 100%;
	-moz-background-size:2.0em auto, 100% 100%;
	-ms-background-size:2.0em auto, 100% 100%;
	-o-background-size:2.0em auto, 100% 100%;
	-webkit-background-size:2.0em auto, 100% 100%;
	color: #FFF;
	text-decoration:none;
}

#questions dl dd:last-of-type{margin:0 0 8px 0;}