@charset "utf-8";

/* -------------------------------------------------- */
/* よくある質問 */
/* -------------------------------------------------- */
#contentWrap {
	padding-bottom: 40px;
}

#catWrap {
	padding-bottom: 30px;
}

#selectCats {
	float: right;
}

#catTxt {
	float: left;
}

.faqList {
	padding-bottom: 10px;
}

.faqBlock {
	padding-bottom: 60px;
}

.faqQ {
	font-size: 1.8rem;
	padding: 10px 30px 10px 10px;
	border: 1px #c9c9c9 solid;
	cursor: pointer;
}

.faqQ.off {
	background: url(../../img/common/icon13.png) 98% center no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}

.faqQ.on {
	background: url(../../img/common/icon12.png) 98% center no-repeat;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}

.faqA {
	background: #f9f9f9;
	padding: 10px;
	border-left: 1px #c9c9c9 solid;
	border-bottom: 1px #c9c9c9 solid;
	border-right: 1px #c9c9c9 solid;
	font-size: 1.6rem;
}

#faqList .faqTxt {
	display: block;
	position: relative;
	padding-left: 30px;
}

#faqList .faqTxt a {
	color: #0095da;
}

#faqList .faqTxt a {
	position: relative;
	display: inline-block;
	transition: .3s;
	color: #0095da;
}

#faqList .faqTxt a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #0095da;
	transition: .3s;
}

#faqList .faqTxt a:hover:after {
	width: 100%;
}

.faqQ .faqTxt:before {
	content: "Q";
	color: #0095da;
	font-family: 'Chivo', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
}

.faqA .faqTxt:before {
	content: "A";
	color: #cd2121;
	font-family: 'Chivo', sans-serif;
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 1.8rem;
}

#catTxt a.bdAnimeBlue {
	padding-left: 13px;
	background: url(../../img/common/icon3.png) left center no-repeat;
}

