@charset "utf-8";

/* -------------------------------------------------- */
/* よくある質問 */
/* -------------------------------------------------- */
#container {
	min-width: auto;
}

#homepage {
	width: 100%;
}

#contentWrap {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 40px;
}

#catWrap {
	padding-bottom: 30px;
}

#selectCats {
	float: none;
}

.selectBox select {
	width: 100%;
	padding: 10px 0 10px 5%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../img/common/icon13.png) 90% center no-repeat;
	background-size: 5%;
  border: 1px #c9c9c9 solid;
  border-radius: 5px;
  font-size: 1.6rem;
  font-family: inherit;
  cursor: pointer;
}

#faqList .faqTit {
	width: 100%;
}

#catTxt {
	float: left;
}

.faqList {
	padding-bottom: 10px;
}

.faqBlock {
	padding-bottom: 70px;
}

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

.faqQ.off {
	background: url(../../img/common/icon13.png) 97% center no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px auto;
	font-size: 1.6rem;
}

.faqQ.on {
	background: url(../../img/common/icon12.png) 97% center no-repeat;
	-webkit-background-size: 16px auto;
	background-size: 16px 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;
}

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