@charset "UTF-8";

/* ===========================================
	qa Page
   =========================================== */

.qa_lead{
	margin-left: auto;
	margin-right: auto;
}
.qa_list{
	position: relative;
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	box-shadow: 5px 5px rgba(0, 0, 0, .26)
}
.qa_list:nth-child(even){
	background-color: #ffe2bc;
}
.qa_list:after{
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: dashed 1px;
}
.qa_list dt{
	position: relative;
	z-index: 3;
	padding: 0 5px 2px;
	font-weight: 700;
	color: #f98000;
	border-bottom: dashed 1px;
}
.qa_list dd{
	position: relative;
	z-index: 3;
	padding: 20px 5px 0;
}
@media (max-width: 767px){
	.qa_lead{
		max-width: 356px;
		margin-top: 35px;
		padding: 0 15px;
	}
	.qa_list{
		margin: 25px 5% 0;
		padding: 37px 20px;
	}
	.qa_list:last-child{
		margin-bottom: 70px;
	}
}
@media (min-width: 768px){
	.qa_lead{
		width: 744px;
		margin-top: 60px;
		margin-bottom: 55px;
	}
	.qa_list{
		padding: 37px 50px;
		margin-top: 45px;
	}
	.qa_list dd{
		padding-left: calc(1em + 5px);
		text-indent: -1em;
	}
	.qa_list:last-child{
		margin-bottom: 90px;
	}
}