@charset "UTF-8";
/* ===================================================================
CSS
 file name  :  qa.css
=================================================================== */
p.mt{
	margin-top: 30px;
}
a.anchor{
   display: block;
   margin-top:-80px;
   padding-top:80px;
}
ul.list_title{
	margin-top: 30px;
	background: #F5F5F5;
	padding: 20px 40px 30px 40px;
	display: flex;
	flex-wrap: wrap;
}
ul.list_title li{
	width: 33%;
	background: url("../images/common/arrow.png") no-repeat left top 7px;
	background-size: 6px auto;
	padding-left: 20px;
	margin-top: 10px;
}
ul.list_title li a{
	color: #545555;
}
h3.sub_title{
	margin-top: 50px;
	background: #FAF7F2;
	padding: 18px 40px;
	color: #A08B5C;
	font-size: 2.0rem;
	border-left: 2px solid #A08B5C;
}
dl.qanda dt{
	margin-top: 40px;
	background: url("../images/qa/icon_q.png") no-repeat top 3px left 35px;
	background-size: 16px auto;
	padding-left: 80px;
	color: #A08B5C;
}
dl.qanda dd{
	margin-top: 25px;
	background: url("../images/qa/icon_a.png") no-repeat top 3px left 35px;
	background-size: 16px auto;
	padding-left: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 768px) {
	p.mt{
		margin-top: 20px;
	}
	a.anchor{
	   margin-top:-50px;
	   padding-top:50px;
	}
	ul.list_title{
		margin-top: 20px;
		padding: 10px 15px 10px 15px;
	}
	ul.list_title li{
		width: 50%;
		background-size: 5px auto;
		padding-left: 15px;
	}
	h3.sub_title{
		font-size: 1.4rem;
		margin-top: 30px;
		padding: 10px 20px;
	}
	dl.qanda dt{
		margin-top: 20px;
		background: url("../images/qa/icon_q.png") no-repeat top 3px left 0px;
		background-size: 12px auto;
		padding-left: 25px;
	}
	dl.qanda dd{
		margin-top: 15px;
		background: url("../images/qa/icon_a.png") no-repeat top 3px left 0px;
		background-size: 12px auto;
		padding-left: 25px;
		padding-bottom: 20px;
	}
}