@charset "utf-8";

#mv{
	background: url(../../payment/image/bg-faq.jpg) no-repeat center center / cover;
}
#contents{
	background: rgba(255,255,255,0.9);
	width: 1000px;
	margin: 0 auto;
	padding: 50px;
	box-sizing: border-box;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
	line-height: 1.8;
}
#contents #txt-intro{
	text-align: center;
	font-size: 16px;
	margin-bottom: 50px;
}
#contents h2{
	background: #1d207b;
	font-size: 32px;
	margin-bottom: 20px;
	padding: 3px 15px;
	color: #fff;
}
#contents dl{
	background: #fff;
	border: 1px solid #aaa;
	margin-bottom: 30px;
}

#contents dl dt{
	border-bottom: 1px solid #aaa;
	font-weight: bold;
	font-size: 20px;
	background: #eee;
	padding: 20px;
}
#contents dl dd{
	font-size: 16px;
	padding: 20px;
}
#contents dl dd:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #contents dl dd { 
	height: 1px;
	overflow: visible;
}
/**/

#contents dl dd img{
	float: right;
	margin-left: 15px;
}

.content-gard{
	margin-bottom:30px;
}