@charset "utf-8";

/* faq */
/****************************************
	faq
****************************************/
#faq #must-documents {
	margin-top: 10px;
	border: solid 1px #ccc;
	text-align: center;
}
#faq #must-documents li {
	padding: 10px 5px 5px;
	line-height: 2;
}
#faq #must-documents li:last-child {
	padding: 0 10px 5px;
}
#faq #must-documents li.must {
	background: #fceaea;
}
#faq #must-documents li a {
	color: #06a;
	font-size: 1.3rem;
}
#faq #must-documents li a span {
	font-weight: bold;
}

#faq #fax {
	padding-bottom: 10px;
}
#faq #fax h5 {
	margin-bottom: 0;
	padding: 10px 5px 5px;
	background: #ccc;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#faq #fax #fax-body {
	border: solid 1px #ccc;
	border-bottom: 0;
	background: #fff;
}
#faq #fax #fax-body dl {
	display: table;
	width: 100%;
}
#faq #fax #fax-body dl:first-child {
	border-bottom: solid 1px #ccc;
}
#faq #fax #fax-body dt {
	padding: 15px 10px 10px;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#faq #fax #fax-body dd {
	padding: 0 10px 10px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#faq .tablelayout .bg1:nth-child(1) {
	width: 10%;
}
#faq .tablelayout .bg1:nth-child(2) {
	width: 40%;
}
#faq .tablelayout .bg1:nth-child(3) {
	width: 25%;
}
#faq .tablelayout .bg1:nth-child(4) {
	width: 25%;
}
