@charset "UTF-8";

/* index
-------------------------------------------------------------------------- */
.body__faq--index h3.tit01 {
	background-color: #cd005b;
	font-size: 22px;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #FFF;
}
.body__faq--index dl.faq {
	width: 960px;
	font-size: 20px;
	margin-bottom: 90px;
}
.body__faq--index dl.faq dt.faq__question  {
	position: relative;
	width: 960px;
	padding: 10px 0 10px 80px;
	font-weight: bold;
	line-height: 66px;
	border-bottom: 2px dotted #cd005b;
	cursor: pointer;
}
.body__faq--index dl.faq dt.faq__question::before {
	position: absolute;
	display: inline-block;
	content: "Q";
	width: 66px;
	height: 66px;
	background-color: #d8ecff;
	color: #cd005b;
	font-size: 32px;
	font-weight: normal;
	line-height: 66px;
	text-align: center;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	bottom: 10px;
	left: 0;
}
.body__faq--index dl.faq dt.faq__question--category {
	margin-top: 90px;
}
.body__faq--index dl.faq dt.faq__question--category span {
	position: absolute;
	display: inline-block;
	width: 360px;
	height: 50px;
	background: url(/service/repair/faq/img/index_bg_faq01.gif) 0 0 no-repeat;
	padding-left: 20px;
	margin-left: -80px;
	border-right: none;
	color: #cd005b;
	line-height: 50px;
	top: -60px;
	left: 80px;
	cursor: default;
	overflow: hidden;
}
.body__faq--index dl.faq dt.faq__question::after {
	position: absolute;
	content: url(/service/repair/faq/img/index_icon_open01.gif);
	bottom: 12px;
	right: 5px;
}
.body__faq--index dl.faq dt.faq__question.active::after {
	content: url(/service/repair/faq/img/index_icon_close01.gif);
}
.body__faq--index dl.faq .faq__answer {
	width: 960px;
	position: relative;
}
.body__faq--index dl.faq .faq__answer::before {
	position: absolute;
	display: inline-block;
	content: "A";
	width: 66px;
	height: 66px;
	margin-top: 15px;
	background-color: #e1669d;
	color: #FFF;
	font-size: 32px;
	font-weight: normal;
	line-height: 66px;
	text-align: center;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 33px;
	top: 0;
	left: 0;
}
.body__faq--index dl.faq .faq__answer p {
	display: inline-block;
	padding: 30px 0 0 80px;
	margin-bottom: 45px;
}
.body__faq--index .inquiry {
	margin-bottom: 90px;
	font-size: 22px;
	text-align: center;
}
.body__faq--index .inquiry a {
	position: relative;
	display: inline-block;
	width: 420px;
	height: 56px;
	margin-top: 40px;
	line-height: 56px;
	color: #FFF;
	text-decoration: none;
	background-color: #cd005b;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.body__faq--index .inquiry a::after {
	position: absolute;
	content: ">";
	right: 15px;
}
.body__faq--index .inquiry a:hover {
	opacity: 0.75;
}
