@charset "UTF-8";

/*faqQuestionList01*/

.faqQuestionList01 {

	margin-bottom: 15px;

}

.faqQuestionList01 > li {

	margin-bottom: 15px;

}

.faqQuestionList01 > li:last-child {

	margin-bottom: 0;

}

.faqQuestionList01 > li > a > span,

.faqQuestionList01 > li span.answerIcon01,

.faqQuestionList01 > li div.answerIcon01 {

	position: relative;

	display: inline-block;

	padding-left: 40px;

}

.faqQuestionList01 > li span.answerIcon01,

.faqQuestionList01 > li div.answerIcon01 {
	margin-top: 10px;
}
.faqQuestionList01 > li > a:hover > span {

	text-decoration: underline;

}

.faqQuestionList01 > li > a > span:before,

.faqQuestionList01 > li span.answerIcon01:before,

.faqQuestionList01 > li div.answerIcon01:before {

	position: absolute;

	top: 0;

	left: 0;

	display: inline-block;

	width: 28px;

	height: 28px;

	content: "";

}

.faqQuestionList01 > li > a > span:before {

	background: url(/kojin/faq/images/faq_icon_25.svg) no-repeat 0 0;

	background-size: 28px;

}

.faqQuestionList01 > li span.answerIcon01:before,

.faqQuestionList01 > li div.answerIcon01:before {

	background: url(/kojin/faq/images/faq_icon_26.svg) no-repeat 0 0;

	background-size: 28px;

}



/*faqQuestionList02*/

.faqQuestionList02 {

	margin-bottom: 10px;

}

.faqQuestionList02 > li {

	margin-bottom: 10px;

}

.faqQuestionList02 > li:last-child {

	margin-bottom: 0;

}

.faqQuestionList02 > li > a > span {

	position: relative;

	display: inline-block;

	padding-left: 0.8em;

}

.faqQuestionList02 > li > a:hover > span {

	text-decoration: underline;

}

.faqQuestionList02 > li > a > span:before {

	position: absolute;

	top: 0.5em;

	left: 0;

	content: "\e604";

	font-family: 'icon';

	font-weight: normal;

	color: #049849;

	display: block;

	position: absolute;

	font-size: 0.85em;

	line-height: 1;

}



/*faqQuestionList03*/

.faqQuestionList03 {

	margin-bottom: 15px;

}

.faqQuestionList03 > li {

	margin-bottom: 15px;

}

.faqQuestionList03 > li:last-child {

	margin-bottom: 0;

}

.faqQuestionList03 > li > a > span,

.faqQuestionList03 > li span.answerIcon01,

.faqQuestionList03 > li div.answerIcon01 {

	position: relative;

	display: inline-block;

	padding-left: 40px;

}

.faqQuestionList03 > li span.answerIcon01,

.faqQuestionList03 > li div.answerIcon01 {
	margin-top: 10px;
}
.faqQuestionList03 > li > a:hover > span {

	text-decoration: underline;

}

.faqQuestionList03 > li > a > span:before,

.faqQuestionList03 > li span.answerIcon01:before,

.faqQuestionList03 > li div.answerIcon01:before {

	position: absolute;

	top: 0;

	left: 0;

	display: inline-block;

	width: 28px;

	height: 28px;

	content: "";

}

.faqQuestionList03 > li > a > span:before {

	background: url(/kojin/faq/images/faq_icon_25.svg) no-repeat 0 0;

	background-size: 28px;

}

.faqQuestionList03 > li span.answerIcon01:before,

.faqQuestionList03 > li div.answerIcon01:before {

	background: url(/kojin/faq/images/faq_icon_26.svg) no-repeat 0 0;

	background-size: 28px;

}

/* faqQuestionWithAnswer */
.faqQuestionWithAnswer > li {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.faqQuestionWithAnswer > li > a.iconQ {
	display: block;
	padding: 22px 30px;
	background: #fff;
	border-bottom: 1px solid #eaeaea;
	font-weight: bold;
}
.faqQuestionWithAnswer > li > a.iconQ[aria-selected="false"] {
	border-bottom: none;
}
.faqQuestionWithAnswer > li > a.iconQ:hover {
	color: #0ca26c;
}
.faqQuestionWithAnswer > li > a.iconQ > span {
	position: relative;
	display: block;
	padding-right: 2.2em;
}
.faqQuestionWithAnswer > li > a.iconQ:hover > span {
	text-decoration: none;
}
.faqQuestionWithAnswer .faqVisited > span:after {
	padding: 0;
	background-color: transparent;
}
.faqQuestionWithAnswer > li > a.iconQ > span::after {
	content: "\e910";
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	margin-top: -0.5em;
	font-size: 30px;
	font-family: 'icon_type2018';
	font-weight: normal;
	color: #0ca26c;
	line-height: 1;
}
.faqQuestionWithAnswer > li > a.iconQ[aria-selected="false"] > span::after {
	content: "\e911";
}
.faqQuestionWithAnswer > li span.answerIconWrap,
.faqQuestionWithAnswer > li div.answerIconWrap {
	display: block;
	padding: 20px 30px 30px;
	background: #fff;
}
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnA01 {
	display: block;
}
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01,
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 {
	display: flex;
	justify-content: flex-start;
}
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01 > *,
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 > * {
	flex-grow: 1;
}
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01 .faqAnswerColText,
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 .faqAnswerColImg {
	padding-right: 30px;
}
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01 .faqAnswerColImg,
.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 .faqAnswerColImg {
	flex: none;
}
.faqQuestionWithAnswer .answerIconWrap .faqTextLinkList01 {
	margin: 30px 0 0 40px;
}
.faqQuestionWithAnswer .answerIconWrap .faqTextLinkList01 > li {
	margin-top: 10px;
}
.faqQuestionWithAnswer .answerIconWrap .faqTextLinkList01 > li:first-child {
	margin-top: 0;
}
.faqQuestionWithAnswer .answerIconWrap .relevanceBlock01 {
	margin-top: 56px;
}


/***************************************************************/

/* /kojin/faq/modal/selectbank.html

/***************************************************************/
.modalFaqColumn {
	display: flex;
	justify-content: center;
}
.modalFaqColumn > * {
	width: 32%;
	margin-left: 4%;
}
.modalFaqColumn > *:first-child {
	margin-left: 0;
}


@media screen and (max-width: 767px) {



	/*faqQuestionList01*/

	.faqQuestionList01 > li > a > span,

	.faqQuestionList01 > li span.answerIcon01,

	.faqQuestionList01 > li div.answerIcon01 {

		padding-left: 29px;

	}

	.faqQuestionList01 > li > a > span:before,

	.faqQuestionList01 > li span.answerIcon01:before,

	.faqQuestionList01 > li div.answerIcon01:before {

		top: 3px;

		width: 20px;

		height: 20px;

		background-size: 20px;

	}



	/*faqQuestionList03*/

	.faqQuestionList03 > li > a > span {

		display: -webkit-box;

		-webkit-line-clamp: 3;

		-webkit-box-orient: vertical;

		overflow: hidden;
	}

	.faqQuestionList03 > li > a > span,

	.faqQuestionList03 > li span.answerIcon01,

	.faqQuestionList03 > li div.answerIcon01 {

		padding-left: 29px;

	}

	.faqQuestionList03 > li > a > span:before,

	.faqQuestionList03 > li span.answerIcon03:before {

		top: 3px;

		width: 20px;

		height: 20px;

		background-size: 20px;

	}

	/* faqQuestionWithAnswer */
	.faqQuestionWithAnswer > li > a.iconQ {
		padding: 25px 24px;
	}
	.faqQuestionWithAnswer > li > a.iconQ > span::after {
		font-size: 20px;
	}
	.faqQuestionWithAnswer > li span.answerIconWrap,
	.faqQuestionWithAnswer > li div.answerIconWrap {
		padding: 15px 24px 25px;
	}
	.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01,
	.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 {
		display: block;
	}
	.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01 .faqAnswerColText,
	.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 .faqAnswerColImg {
		padding-right: 0;
	}
	.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnB01 .faqAnswerColImg,
	.faqQuestionWithAnswer .answerIconWrap .faqAnswerColumnC01 .faqAnswerColText {
		margin-top: 15px;
	}
	.faqQuestionWithAnswer .answerIconWrap .faqTextLinkList01 {
		margin: 30px 0 0;
	}
	.faqQuestionWithAnswer .answerIconWrap .relevanceBlock01 {
		margin-top: 28px;
	}


	/***************************************************************/

	/* /kojin/faq/modal/selectbank.html

	/***************************************************************/
	.modalFaqColumn {
		display: block;
	}
	.modalFaqColumn > * {
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
	.modalFaqColumn > *:first-child {
		margin-top: 0;
	}
}

