@charset "UTF-8";

/***********************************************************************
faq
************************************************************************/
/* ===================================================================
common
================================================================ */
#wrap_cont #page_current_other {
	overflow: hidden;
	width: 990px;
	margin: 0 auto;
	font-size: 14px;
}

#sec_page_ttl {
	margin: 0 0 70px 0;
	padding: 85px 0 0 0;
}

#sec_page_ttl h2 {
	margin: 0 0 4px 0;
	color: #ff9727;
	font-size: 30px;
	text-align: center;
}

#sec_page_ttl .layout_mesh {
	height: 9px;
	background: url(../img/page/bg_h2_01.png) 0 0 repeat-x;
}


/* ===================================================================
sec_faq
================================================================ */
#sec_faq {
	margin: 0 0 70px 0;
	padding: 0 0 0 0;
}

#sec_faq .sec_inner {
	overflow: hidden;
}

#sec_faq .lead_range {
	padding: 0 0 60px 0;
}

#sec_faq .lead_range .lead_mass {
	font-size: 18px;
}

#sec_faq .ft_lead_range {
	padding: 0 0 50px 0;
}

#sec_faq .ft_lead_range .lead_mass {
	font-size: 18px;
}

#sec_faq .contents_range .category_box_mass {
	margin: 0 0 70px 0;
}

#sec_faq .contents_range h3 {
	margin: 0 0 25px 0;
	padding: 8px 0 8px 0;
	border-top: 2px solid #a9aeb1;
	border-bottom: 2px solid #a9aeb1;
	color: #ff9727;
	font-size: 22px;
	text-align: center;
}

#sec_faq .contents_range .box_mass {
	display: block;
	width: 100%;
	padding: 0 0 0 0;
}

#sec_faq .lt_col {
	display: block;
	width: 100%;
	padding: 30px 0 40px 0;
	vertical-align: top;
	background: url(../img/faq/bg_sec_faq_mesh.png) 0 bottom repeat-x;
}

#sec_faq .lt_col.no_cont {
	background: none;
}

#sec_faq .rt_col {
	display: block;
	width: 100%;
	padding: 30px 0 40px 0;
	vertical-align: top;
	background: url(../img/faq/bg_sec_faq_mesh.png) 0 bottom repeat-x;
}

#sec_faq .rt_col.no_cont {
	background: none;
}

/*--- q_area ---*/
#sec_faq .q_area {
	display: table;
	width: 100%;
	min-height: 54px;
	margin: 0 0 15px 0;
}

#sec_faq .q_area .icon {
	display: table-cell;
	content: "";
	width: 54px;
	height: 54px;
	vertical-align: middle;
}

#sec_faq .q_area h4 {
	display: table-cell;
	width: 100%;
	min-height: 54px;
	padding: 0 0 0 70px;
	background: url(../img/faq/icon_q.png) 0 0 no-repeat;
	color: #bf9c46;
	font-size: 20px;
	line-height: 1.3;
	vertical-align: middle;
}

/*--- a_area ---*/
#sec_faq .a_area {
	display: table;
	width: 100%;
	min-height: 54px;
}

#sec_faq .a_area .icon {
	display: table-cell;
	width: 54px;
	height: 54px;
	vertical-align: middle;
}

#sec_faq .a_area .txt_a {
	display: table-cell;
	width: 100%;
	min-height: 54px;
	margin: 0 0 0 0;
	padding: 0 0 0 70px;
	background: url(../img/faq/icon_a.png) 0 0 no-repeat;
	color: #6f7071;
	font-size: 18px;
	line-height: 1.3;
	vertical-align: middle;
}

#sec_faq .a_area .txt_a a {
	color: #ff9727;
}

#sec_faq .a_area .txt_a a:hover {
	text-decoration: underline;
}