@charset "UTF-8";
#faq .faq_category_con {
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	body.header_fixed #faq .faq_category_con {
		margin-top: -41px;
		padding-top: 41px;
	}
}

#faq #faq_category_navi {
	margin-bottom: 48px;
	border: 1px solid #CCCCCC;
	padding: 20px 26px;
}

#faq #faq_category_navi nav ul {
	margin-left: -26px;
	margin-top: -6px;
}

#faq #faq_category_navi nav li {
	margin-left: 26px;
	margin-top: 6px;
	padding-left: 23px;
	float: left;
	position: relative;
}

#faq #faq_category_navi nav li:before {
	position: absolute;
	font-family: icon_set_v1 !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	content: '\e993';
	font-size: 17px;
	color: #333333;
	top: 8px;
	left: 0px;
}

#faq #faq_category_navi nav li:last-child {
	margin-right: 0;
}

#faq #faq_category_navi nav li a {
	display: block;
	padding: 4px 0;
}

#faq .faq_category_con dl dd p:last-child {
	margin-bottom: 0;
}

#faq #faq_answer_open dd *,
#faq #faq_answer_close dd * {
	max-width: 100%;
}


/*常時回答表示*/

#faq #faq_answer_open dl {
	padding-right: 20px;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#faq #faq_answer_open dl {
		padding-right: 0;
		padding-left: 0;
	}
}

#faq #faq_answer_open dt,
#faq #faq_answer_open dd {
	padding-top: 6px;
	padding-left: 56px;
	min-height: 36px;
	position: relative;
}

#faq #faq_answer_open dt {
	margin-bottom: 22px;
	font-weight: bold;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#faq #faq_answer_open dt,
	#faq #faq_answer_open dd {
		padding-top: 4px;
		padding-left: 42px;
		min-height: 36px;
	}
	#faq #faq_answer_open dt {
		margin-bottom: 12px;
	}
}

#faq #faq_answer_open dt:before,
#faq #faq_answer_open dd:before {
	font-family: 'Raleway', sans-serif;
	line-height: 1;
	font-size: 26px;
	color: #333333;
	position: absolute;
	font-weight: normal;
	top: 6px;
}

#faq #faq_answer_open dt:after,
#faq #faq_answer_open dd:after {
	height: 36px;
	width: 36px;
	border: 1px solid #747474;
	display: block;
	position: absolute;
	content: '';
	top: 1px;
	left: 6px;
}

#faq #faq_answer_open dt:before {
	content: 'Q';
	left: 15px;
}

#faq #faq_answer_open dd {
	margin-bottom: 34px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 34px;
}

#faq #faq_answer_open dd:before {
	content: 'A';
	left: 16px;
}

#faq #faq_answer_open dd:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#faq #faq_answer_open dt:before,
	#faq #faq_answer_open dd:before {
		font-size: 18px;
		top: 8px;
	}
	#faq #faq_answer_open dt:after,
	#faq #faq_answer_open dd:after {
		top: 2px;
		height: 30px;
		width: 30px;
		left: 3px;
	}
	#faq #faq_answer_open dt:before {
		left: 11px;
	}
	#faq #faq_answer_open dd:before {
		left: 12px;
	}
}


/*クリックで回答表示*/

#faq #faq_answer_close dl {
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#faq #faq_answer_close dl {
		padding: 0;
	}
}

#faq #faq_answer_close #faq_category_close dl {
	padding: 0 10px;
}

#faq #faq_answer_close dt {
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 16px;
	padding-right: 44px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
	font-size: 15px;
}

#faq #faq_answer_close dt:before {
	position: absolute;
	line-height: 1;
	top: 50%;
	right: 18px;
	content: '';
	margin-top: -9px;
	display: block;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#faq #faq_answer_close dt {
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 10px;
		padding-right: 34px;
	}
	#faq #faq_answer_close dt:before {
		right: 8px;
		font-size: 13px;
		margin-top: -12px;
	}
}

#faq #faq_answer_close dt:first-child {
	border-top: 1px solid #cccccc;
}

#faq #faq_answer_close dt:hover {
	text-decoration: underline;
}

#faq #faq_answer_close dt:hover:before,
#faq #faq_answer_close dt.selected:hover:before {
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

#faq #faq_answer_close dt.selected {
	border-bottom: none;
	font-weight: bold;
}

#faq #faq_answer_close dt.selected:before {
	margin-top: -5px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#faq #faq_answer_close dd {
	display: none;
	padding: 20px 34px;
	background-color: #F4F4F4;
	line-height: 1.85;
}

@media only screen and (max-width: 767px) {
	/*スマホのみ*/
	#faq #faq_answer_close dd {
		padding: 12px 20px;
	}
}

#faq #faq_answer_close dt.selected+dd {
	border-bottom: 1px solid #cccccc;
}

#faq #main .post_content,
#faq #main .post_content p {
	line-height: inherit;
	letter-spacing: inherit;
}




/* ============================================================
カスタマイズ
============================================================ */
/* Q */
#faq #main dt {
	padding-top: 4px;
	padding-left: 66px;
	color: #083204;
	font-size: 18px;
	font-weight: ;
	}
/* Qアイコン */
#faq #main dt:before {
	z-index: 1;
	color: #fff;
	}
#faq #main dt:after {
	background-color: #083204;
	border-color: #083204;
	}
/* A */
#faq #main dd {
	padding-top: 4px;
	padding-left: 66px;
	border-bottom: 1px solid #c5dbc4;
	}
/* Aアイコン */
#faq #main dd:before {
	z-index: 1;
	color: #fff;
	}
#faq #main dd:after {
	background-color: #3e8738;
	border-color: #3e8738;
	}

/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

	/* 導入文 */
	#faq #main .common_donyu {
		font-size: 14px;
		}
	/* Q */
	#faq #main dt {
		margin-bottom: 15px;
		font-size: 17px;
		}

} /* end ＞767 */
