@charset "UTF-8";

/* index
-------------------------------------------------------------------------- */
.body__faq--index h3 {
	background-color: #cd005b;
	font-size: 18px;
	padding: 10px;
	margin: 0 20px;
	color: #FFF;
}
.body__faq--index dl.faq {
	width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 20px;
}
.body__faq--index dl.faq dt.faq__question  {
	position: relative;
	width: 100%;
	padding: 15px 40px 15px 60px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 2px dotted #cd005b;
	cursor: pointer;
}
.body__faq--index dl.faq dt.faq__question::before {
	position: absolute;
	display: inline-block;
	content: "Q";
	width: 44px;
	height: 44px;
	background-color: #d8ecff;
	color: #cd005b;
	font-size: 22px;
	font-weight: normal;
	line-height: 44px;
	text-align: center;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 22px;
	top: 10px;
	left: 0;
}
.body__faq--index dl.faq dt.one_line {
	line-height:34px;
}
.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: 100%;
	background: url(/sp/service/repair/faq/img/index_bg_faq01.gif) 0 0 no-repeat;
	padding-left: 20px;
	margin-left: -80px;
	border-right: none;
	font-size:16px;
	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:"";
	display:block;
	background:url(/sp/service/repair/faq/img/index_icon_open01.gif);
	background-size:cover;
	width:16px;
	height:9px;
	top: 32px;
	right: 5px;
}

.body__faq--index dl.faq dt.faq__question.one_line::after {
	top: 30px;
}
.body__faq--index dl.faq dt.faq__question.three_line::after {
	top: 43px;
}
.body__faq--index dl.faq dt.faq__question.active::after {
	position: absolute;
	content:"";
	display:block;
	background:url(/sp/service/repair/faq/img/index_icon_close01.gif);
	background-size:cover;
	width:16px;
	height:9px;
}
.body__faq--index dl.faq .faq__answer {
	width: 100%;
	position: relative;
}
.body__faq--index dl.faq .faq__answer::before {
	position: absolute;
	display: inline-block;
	content: "A";
	width: 44px;
	height: 44px;
	margin-top: 15px;
	background-color: #e1669d;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	line-height: 44px;
	text-align: center;
	-moz-border-radius: 33px;
	-webkit-border-radius: 33px;
	border-radius: 22px;
	top: 0;
	left: 0;
}
.body__faq--index dl.faq .faq__answer p {
	display: inline-block;
	padding: 20px 0 0 60px;
	margin-bottom: 10px;
}
.body__faq--index dl.faq .faq__answer.one_line {
	margin-bottom:20px;
}
.body__faq--index .inquiry {
	margin-bottom: 40px;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	line-height: 22px;
}
.body__faq--index .inquiry {
	text-align: center;
	margin: 0 -2% 40px;
}
.body__faq--index .inquiry img {
	margin-top: 5px;
}

/*
.body__faq--index .inquiry a {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	line-height: 50px;
	font-size: 18px;
	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;
}
*/