@charset "utf-8";

/* -------------------------------------------------- */
/* 代金回収サービスについてのよくあるご質問 */
/* -------------------------------------------------- */

/* メインビジュアル */
#pagetitWrap.photoback {
	background-image: url(../../img/daikin_qa/bg1.jpg);
}

/* ページ内リンク */
#qaLink {
	margin-bottom: 50px;
}

#qaLink ul {
	display: table;
	width: 100%;
}

#qaLink ul li {
	display: table-cell;
	border: solid 2px #bfbfbf;
	border-right: none;
}

#qaLink ul li:last-child {
	border-right: solid 2px #bfbfbf;
}

#qaLink ul li a {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	color: #000000;
	background-image: url(../../img/common/arrow_blue_down_small.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 11px auto;
	padding: 25px 20px;
	padding-right: 35px;
	display: inline-block;
}

#qa1, #qa2, #qa3 {
	margin-bottom: 100px;
}

#qa1, #qa2, #qa3, #qa4 {
	padding-top: 10px;
}


/* QAリスト */
.qaListQ {
	display: table;
	width: 100%;
	border: solid 1px #a0a0a0;
	background-color: #f8f8f8;
	background-image: url(../../img/common/arrow_gray_down_small.png);
	background-position: right 30px center;
	background-repeat: no-repeat;
	background-size: 23px auto;
	margin-top: 50px;
	cursor: pointer;
}
	.qaListQ.open {
		background-image: url(../../img/common/arrow_gray_up_small.png);
	}

.qaListQHead {
	display: table-cell;
	width: 92px;
	padding: 22px 0 22px 25px;
	font-family: "Avenir Next", Verdana, sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	color: #000;
}

.qaListQBody {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
}

.qaListA {
	display: table;
	width: 100%;
	border: solid 1px #a2000d;
	margin-top: -1px;
	display: none;
}

.qaListAHead {
	display: table-cell;
	width: 92px;
	padding: 22px 0 22px 25px;
	font-family: "Avenir Next", Verdana, sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	color: #b50202;
}

.qaListABody {
	display: table-cell;
	padding: 22px 25px 22px 0;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.563;
	color: #000;
}


