@charset "UTF-8";

/* qa */

#qa{
	width:100%;
}
#qa #contents .lists a{ color:#3d62ad; text-decoration:underline;}

#qa .AncList {
	width:100%;
	margin:0;
	padding:0;
}
#qa .AncList:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#qa .AncList li {
	float:left;
	width:32%;
	box-sizing:border-box;
	font-size:88%;
	line-height:30px;
	margin:0 2% 15px 0;
	border-bottom:3px dotted #3d62ad;
}
#qa .AncList li:nth-child(3n){margin:0 0 10px 0;}
#qa .AncList li a {
	display:block;
	color:#3d62ad;
	text-decoration:none;
	margin:0px;
	padding:0px 0 0 20px;
	background:url(../img/common/anc.png) no-repeat 0px 50%;
	background-size:12px 12px;
}
#qa .AncList li a:hover{
	background-color:#fff;
	border-bottom:none;
}

#qa .faq{
	width: auto;
	margin: 0;
	padding: 0px 0px 0px 0;
	text-align: left;
	clear:both;
}

#qa .faq dt{
	background: url(../img/qa/q.png) no-repeat 0px 0px;
	background-size:25px 30px;
	padding:0 0 5px 40px;
	color:#3d62ad;
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:700;
}

#qa .faq dd{
	background: url(../img/qa/a.png) no-repeat 0px 0px;
	background-size:25px 30px;
	padding:0;
	margin-bottom:2em;
}

#qa .faq dd div.answers{
	background-color:#f2f6ff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding:15px 20px;
	margin:0 0 0 40px;
}

@media screen and (max-width: 480px) {

/* qa
--------------------------------------------------------------------------------------*/

#qa .AncList {
/*
	width:100%;
	margin:0;
	padding:0;
*/
}
#qa .AncList:after {
/*
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
*/
}
#qa .AncList li,#qa .AncList li:nth-child(3n)
{
/*
*/
	float:left;
	width:100%;
	box-sizing:border-box;
	font-size:100%;
	line-height:30px;
	margin:0 2% 15px 0;
	border-bottom:3px solid #3d62ad;
}
#qa .AncList li a {
/*
	display:block;
	color:#3d62ad;
	text-decoration:none;
	margin:0px;
	padding:0px 0 0 20px;
	background:url(../img/common/anc.png) no-repeat 0px 50%;
	background-size:12px 12px;
*/
}
#qa .AncList li a:hover{
/*
	background-color:#fff;
	border-bottom:none;
*/
}

#qa .faq{
/*
*/
	width: auto;
	margin: 0;
	padding: 0px 0px 0px 0;
	text-align: left;
	clear:both;
}

#qa .faq dt{
/*
	background: url(../img/qa/q.png) no-repeat 0px 0px;
	color:#3d62ad;
	margin:0 0 5px 0;
	font-weight:700;
*/
	padding:0.2em 0 0.75em 45px;
	background-size:33px 40px;
	font-size:1rem;
}

#qa .faq dd{
/*
	background: url(../img/qa/a.png) no-repeat 0px 0px;
	padding:0;
	margin-bottom:2em;
*/
	background-size:33px 40px;
}

#qa .faq dd div.answers{
/*
	background-color:#f2f6ff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
*/
	margin:0 0 0 45px;
	padding:2% 5%;
}

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
