@charset "UTF-8";
.faq {
	border-top: 1px solid #ccc;
}
.faq:last-child {
	border-bottom: 1px solid #CCCCCC;
}
.faq_ques {
	font-weight: bold;
	font-size: 16px;
}
.isShow.faq_ques {}
.faq_ques > button {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 44px 84px;
	padding-right: 70px;
	text-align: left;
}
.isShow.faq_ques > button > .icon {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.faq_ques > button::before {}
.faq_ques > button::after {}
.faq_ques > button > .icon {
	display: block;
	color: #1DB3DC;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 27px;
	font-size: 22px;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.faq_mark {
	font-size: 24px;
	color: #fff;
	display: flex;
	justify-content: center;
	width: 44px;
	border-radius: 6px;
	font-weight: normal;
	align-items: center;
	min-width: 44px;
}
.faq_mark-q {
	background-color: #1DB3DC;
	position: absolute;
	z-index: 1;
	left: 20px;
	height: auto;
	top: 32px;
}
.faq_ans {
	background-color: #FAFAFA;
	display: none;
	padding: 36px 20px;
}
.isShow + .faq_ans {
	display: flex;
}
.faq_mark-a {
	background-color: #191D62;
	margin-right: 20px;
}
.faq_areaTxt {
	padding-top: 0.4em;
}
.faq_text {}
.faq_cauList {
	list-style: none;
	font-size: 81.25%;
	margin-top: 3px;
}
.faq_cauList > li {}
.faq_cauList > li:first-child {}
.faq_cauList > li:last-child {}
.faq_cauList > li:nth-child(2n+1) {}
.faq_cauList > li:nth-child(n+3) {}
.memo {
	font-size: 12px;
	text-align: center;
}
.faqNav {
	position: sticky;
	top: 95px;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	margin-bottom: 59px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.faqNav_list {
	list-style: none;
	display: flex;
}
.faqNav_list > li {
	margin: 0 5px;
	flex-grow: 1;
}
.faqNav_list > li > a {
	font-size: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.2;
}
.faqNav_list_text > br {
	display: none;
}
.faqNav_list > li > a > .icon {
	font-size: inherit;
}
.faqNavWrap {}
.faqNav_inner {
	max-width: 1200px;
}
.faqWrap {
	padding-top: 160px;
	margin-top: -160px;
	margin-bottom: 20px;
}
.title {
	text-align: center;
	font-size: 20px;
	margin: 30px 0;
}
.faqWrap_title {
	margin-top: 0;
}
@media screen and (max-width:1149px) {
	.faqNav_list_text > br {
		display: inline;
	}
	.faqWrap {
		padding-top: 180px;
		margin-top: -180px;
	}
}
@media screen and (min-width:1000px) {
	.faq_ques > button:hover {}
}
@media screen and (max-width:999px) {
	.faq {}
	.faq:last-child {}
	.faq_ques {}
	.isShow.faq_ques {}
	.faq_ques > button {}
	.isShow.faq_ques > button > .icon {}
	.faq_ques > button::before {}
	.faq_ques > button::after {}
	.faq_ques > button > .icon {}
	.faq_mark {}
	.faq_mark-q {}
	.faq_ans {}
	.isShow + .faq_ans {}
	.faq_mark-a {}
	.faq_areaTxt {}
	.faq_text {}
	.faq_cauList {}
	.faq_cauList > li {}
	.faq_cauList > li:first-child {}
	.faq_cauList > li:last-child {}
	.faq_cauList > li:nth-child(2n+1) {}
	.faq_cauList > li:nth-child(n+3) {}
	.faqNav {}
	.faqNav_list {}
	.faqNav_list > li {}
	.faqNav_list > li > a {
		padding-left: 10px;
	}
	.faqNav_list > li > a > .icon {}
	.faqNavWrap {}
	.faqNav_inner {}
	.faqWrap {}
	.faqWrap_title {}
}
@media screen and (max-width:767px) {
	.faq {
		margin-left: -10px;
		margin-right: -10px;
	}
	.faq:last-child {}
	.faq_ques {}
	.isShow.faq_ques {}
	.faq_ques > button {
		padding: 35px 60px 20px;
		padding-right: 40px;
	}
	.isShow.faq_ques > button > .icon {}
	.faq_ques > button::before {}
	.faq_ques > button::after {}
	.faq_ques > button > .icon {
		font-size: 16px;
		right: 14px;
	}
	.faq_mark {
		font-size: 23px;
		width: 35px;
		min-width: 35px;
	}
	.faq_mark-q {
		left: 10px;
		top: 31px;
	}
	.faq_ans {
		padding: 31px 10px;
	}
	.isShow + .faq_ans {}
	.faq_mark-a {}
	.faq_areaTxt {}
	.faq_text {}
	.faq_cauList {
		line-height: 1.4;
	}
	.faq_cauList > li {}
	.faq_cauList > li:first-child {}
	.faq_cauList > li:last-child {}
	.faq_cauList > li:nth-child(2n+1) {}
	.faq_cauList > li:nth-child(n+3) {}
	.faqNav {
		margin-bottom: 25px;
		position: sticky;
		top: 60px;
		padding-bottom: 15px;
	}
	.faqNav_list {
		flex-wrap: nowrap;
		margin-left: -3px;
		margin-right: -3px;
	}
	.faqNav_list > li {
		margin: 0;
		width: 20%;
		box-sizing: border-box;
		padding: 0 3px;
	}
	.faqNav_list > li > a {
		font-size: 10px;
		border-radius: 9px;
		padding: 4px 0;
		display: flex;
		text-align: center;
		white-space: nowrap;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.faqNav_list > li > a::before {
		display: none;
	}
	.faqNav_list > li > a > .icon {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
		align-self: center;
	}
	.faqNav_list_text {
		width: 70px;
		text-align: center;
		position: relative;
		left: 50%;
		transform: translateX(-50%) scale(0.9);
		font-feature-settings: "palt";
		line-height: 1.39;
		flex-grow: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.faqNavWrap {}
	.faqNav_inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.faqWrap {
		padding-top: 160px;
		margin-top: -160px;
	}
	.faqWrap_title {}
}
