@charset "utf-8";
.cmn_mv__ttl {
	left: 20px;
}
.faq__search_area {
	margin-top: 40px;
	padding: 0 30px;
	margin-bottom: 40px;
}
.cmn_faq__list > li {
	margin-bottom: 20px;
}
.cmn_faq__q_txt {
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin-bottom: 0;
	min-height: 3em;
	cursor: pointer;
	border-bottom: 1px dotted #808080;
}
.is_ac_open .cmn_faq__q_txt {
	padding-bottom: 10px;
	margin-bottom: 0;
	border-bottom:none;
}
.cmn_faq__q_txt .icon_mark {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 36px;
	width: 36px;
	height: 36px;
	background-color: #10104B;
	position: absolute;
	margin-left: auto;
	top: 0;
	right: 0;
	transition: background .3s ease-in-out ;
}
.cmn_faq__q_txt .icon_mark::after, .cmn_faq__q_txt .icon_mark::before {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background-color: #fff;
}
.is_ac_open .cmn_faq__a_txt {
	display: flex;
}
.cmn_faq__q_txt .icon_mark::after {
	transform: rotate(270deg);
	transition-duration: .5s;
}
.is_ac_open .cmn_faq__q_txt .icon_mark {
	background-color: #33BAD6;
}
.is_ac_open .cmn_faq__q_txt .icon_mark::after {
	display: block;
	transform: rotate(0deg);
}

.faq_put_link {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.faq_put_link_icon {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #33BAD6;
	margin-left: 5px;
	position: relative;
}
.faq_put_link_icon::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 5px;
	height: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(320deg);
	z-index: 1;
}
.faq_put_link{
	cursor: pointer;
}
@media screen and (max-width:767px) {


}
@media screen and (min-width:768px) {
	.cmn_faq__q_txt::before {
		position: static;
		margin-right: 5px;
		margin-left: -2.5em;
	}
	.cmn_faq__a_txt::before {
		position: static;
		margin-right: 5px;
		margin-left: -2.5em;
	}
	.is_ac_open .cmn_faq__q_txt {
		padding-bottom: 20px;
	}
	.cmn_faq__q_txt .icon_mark {
		position: absolute;
		right: 0;
		cursor: pointer;
	}
	.cmn_faq__q_txt {
		padding-right: 50px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width:1025px) {
	.cmn_mv__ttl {
		left: 70px;
	}
	.faq__search_area {
		margin: 80px auto;
	}
	.cmn_faq__list_area {
		margin-top: 50px;
	}
	.cmn_search_list > li {
		min-width: 135px;
	}
	.cmn_faq__list > li {
		border-bottom: none;
		padding-bottom: 0;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-top: 0;
	}
	.cmn_faq__q_txt {
		padding-bottom: 30px;
		align-items: flex-start;
	}
	.is_ac_open .cmn_faq__q_txt {
		padding-bottom: 30px;
	}
	.cmn_faq__a_txt {
		display: none;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #ECF0F4;
	}
	.is_ac_open .cmn_faq__a_txt {
	}
}