@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :  faq.css
 style info :  スタイル指定
=================================================================== */
.content {
    width: 870px;
}
@media only screen and (max-width: 991px) {
	.content {
		width: inherit;
	}
	
	
}

.qa dt {
	border-bottom: 1px solid #f2ece1;
	font-size: 1.6em;
	line-height: 1.5;
	cursor: pointer;
}
.qa dt span {
	background: url(../../../img/pages/qa/icon2.png) no-repeat 20px center;
	display: block;
	padding: 15px 40px;
}
.qa dt span.open {
	background: url(../../../img/pages/qa/icon1.png) no-repeat 15px center;
}
.qa dd {
	padding: 15px 40px;
	display: none;
	}
	.qa .indent-1 {
		position: relative;
		padding-left: 0em;
	}
	.qa .indent-2 {
		position: relative;
		padding-left: 7.5em;
		text-indent: 0;
		}
		.qa .indent-2 span {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
		}
.article .qa_right {
	text-align: right;
	margin-bottom: 0;
}


.qa p {
	margin-bottom: 0!important ;
}

@media screen and (max-width: 720px) {
	.qa .indent-2 {
		position: relative;
		padding-left: 0;
		text-indent: 0;
		}
		.qa .indent-2 span {
			display: block;
			position: relative;
			left: 0;
			top: 0;
		}
}