@charset "utf-8";
@media screen and (max-width: 768px){


/* cnts_consumer
======================================*/

/* index
---------------------------------- */
.questionBox {
	width:100%;
	margin-bottom:10px;
	padding:0;
	border-top:none;
}
.questionBox h4 {
	padding:9px 30px 9px 9px;
	border-top:1px solid #cccccc;
	background:#cccccc;
	color:#ffffff;
}
.questionBox h4 span {
	display:block;
	text-indent:-1em;
	padding-left:1.3em;
}
.questionBox h4.toggle {
	background:#cccccc url(https://www.nagatanien.co.jp/img/smartphone/common/icn_arr_17.png) no-repeat 95% 50%;
}
.questionBox h4.toggle-on {
	background:#cccccc url(https://www.nagatanien.co.jp/img/smartphone/common/icn_arr_17.png) no-repeat 95% 50%;
}
.questionBox h4.toggle-off {
	background:#cccccc url(https://www.nagatanien.co.jp/img/smartphone/common/icn_arr_18.png) no-repeat 95% 50%;
}

.questionBox .questionCategory {
	width:100%;
}
.questionBox .indentWrap02 {
	Xdisplay:none;
	position:relative;
	width:100%;
	padding:0;
	border:1px solid #cccccc;
}

table.questionList {
	width:100%;
}
table.questionList td a {
	display:block;
	padding:10px 40px 10px 10px;
	border-bottom:1px dotted #cccccc;
	color:#333333;
	background:url(https://www.nagatanien.co.jp/img/smartphone/common/icn_arr_16.png) no-repeat 95% 50%;
	text-decoration:none!important;
}
table.questionList tr:last-child td a {
	border-bottom:none;
}
table.questionList td a.sp_url {
	background:url(https://www.nagatanien.co.jp/img/smartphone/common/icn_arr_16.png) no-repeat 95% 50%;
}
table.questionList td a.pc_url {
	background:url(https://www.nagatanien.co.jp/img/smartphone/common/icn_arr_pc01.png) no-repeat 95% 50%;
}


.call {
	font-weight:bold;
	font-size:174%;
	color:#0e0d6a;
}

}