@charset "utf-8";
/* =================================
faq.css
================================= */
.contentWrap {
	padding-bottom: 100px;
}
.mainView {
	min-height: 450px;
	background: url(../img/img_main_faq.png) no-repeat 0 0;
	background-size: cover;
}
.mainView .inner {
	position: relative;
	min-height: 450px;
}

.faqTitle {
	margin-top: 70px;
	color: #f8b62b;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.faqTitle.green {
	color: #7ada65;
}

.faqBox {
	width: 1000px;
	margin: 20px auto 0;
	border-top: 1px dotted #b2b2b2;
}
.faqBox dt {
	display: table;
	width: 100%;
	margin-top: 39px;
}
.faqBox dt span {
	display: table-cell;
	vertical-align: middle;
}
.faqBox dt .number {
	width: 77px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}
.faqBox dt .text {
	padding-left: 18px;
	font-size: 2.4rem;
	font-weight: bold;
}
.faqBox dd {
	margin-top: 25px;
	padding-bottom: 35px;
	border-bottom: 1px dotted #b2b2b2;
	font-size: 1.8rem;
	line-height: 1.7;
}

.faqException+.faqBox {
	margin-top: 0;
	border-top: none;
}

.faqException {
	width: 1000px;
	margin: 0 auto;
	padding: 39px 0 40px;
	border-bottom: 1px dotted #b2b2b2;
}
.faqException .faqBox {
	float: left;
	width: 530px;
	margin: 0;
	border-top: none;
}
.faqException .faqBox {
	padding-bottom: 0;
	border-bottom: none;
}
.faqException .faqBox dt {
	margin: 0;
}
.faqException .faqBox dd {
	padding-bottom: 0;
	border-bottom: none;
}
.faqException table {
	float: right;
	width: 442px;
}
.faqException th {
	background: #ffb51e;
	border-left: 2px solid #ffffff;
	text-align: center;
}
.faqException td {
	background: #fff0d2;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	text-align: center;
}
.faqException tbody tr:first-child td {
	background: #ffda8e;
}