/*
faq.css
*/

#sec01 {
	margin-bottom: 140px;
}

#sec01 .qa {
	padding: 25px 30px 30px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
}

#sec01 .qa_general {
	margin-bottom: 20px;
}

#sec01 img.ttl_cafisarch {
	margin-bottom: 10px;
}

#sec01 .qa_cafis_arch ul li {
	padding-left: 1em;
	text-indent: -1.3em;
	line-height: 2.3;
	font-size: 15px;
}

#sec01 .qa_cafis_arch ul li::before {
	content: "・";
	margin-right: 5px;
}

#sec01 .qa_cafis_arch ul li.txtSpace {
	margin-bottom: 35px;
}

#sec01 .qa h4 {
	margin-bottom: 20px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: normal;
}

#sec01 .qa h4 span.category {
	float: right;
	display: inline-block;
	width: 80px;
	font-size: 12px;
	border: solid 1px #000000;
	text-align: center;
}
#sec01 .qa h4 span.category.pos_cledit {
	width: 130px;
}

#sec01 .faq {
	margin-bottom: 10px;
}

#sec01 dt.question {
	position: relative;
	padding: 24px 80px;
	margin-bottom: 0;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.9;
	color: #000000;
	background-color: #ffffff;
	background-image: url(../img/question_bk.png);
	background-repeat: no-repeat;
	background-position: 26px 30px;
	cursor: pointer;
	z-index: 0;
	box-sizing: border-box;
}

#sec01 dt.question span.arrow {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 900px;
	height: 100%;
	background-image: url(../img/arrow_faq_down.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	z-index: 1;
}

/* open クラス付与時のスタイル */
#sec01 dt.question.open span.arrow{
	background-image: url(../img/arrow_faq_up.png);
}

/* onMouse クラス付与時のスタイル */
#sec01 dt.question.onMouse{
	color: #ffffff;
	background-color: #455761;
	background-image: url(../img/question_w.png);
}

#sec01 dt.question.onMouse span.arrow{
	background-image: url(../img/arrow_faq_down_w.png);
}

/* open & onMouse クラス両方付与時のスタイル */
#sec01 dt.question.open.onMouse span.arrow{
	background-image: url(../img/arrow_faq_up_w.png);
}


#sec01 dt.question p.indent {
	padding-left: 2em;
	text-indent: -2em;
	font-size: 18px;
	line-height: 1.9;
}

#sec01 .faq19 dt.question p.indent {
	padding-left: 1em;
	text-indent: -1em;
}


#sec01 dd.answer {
	padding: 25px 80px;
	background-color: #ffffff;
	border-top: solid 2px #f8f8f8;
	background-image: url(../img/answer_bk.png);
	background-repeat: no-repeat;
	background-position: 26px 27px;
}

#sec01 dd.answer h5 {
	display: inline-block;
	padding: 7px 10px 5px;
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #000000;
}

#sec01 dd.answer h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: normal;
	text-indent: -0.5em;
}

#sec01 .faq03 dd.answer p {
	margin-top: 18px;
}

#sec01 dd.answer p.txtSpace {
	margin-top: 20px;
}

#sec01 dd.answer p.indent {
	padding-left: 1em;
	text-indent: -1em;
}

#sec01 p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.8;
}

#sec01 p a {
	padding-left: 6px;
	color: #455761;
	text-decoration: none;
}

#sec01 p a:hover {
	text-decoration: underline;
}

#sec01 p.bold{
	font-weight: bold;
}

#sec01 p span.indent{
	display: inline-block;
	margin-left: -8px;
	margin-bottom: 5px;
}

#sec01 small {
	display: block;
	margin-top: 8px;
	font-size: 13px;
}
