/* ---------------------------------------------------------------
start Faq CSS
--------------------------------------------------------------- */



/* --------------- faq --------------- */

.bg_white.faq {
	padding: 18px 0 15px;
}

.col_pankuzu.faq {
	padding: 0 3% 0;
	}

.ttl.faq {
	margin: 50px 0 40px;
}

.wrap_menu_faq {
	max-width: 542px;
	margin: 0 auto;
	width: 100%;
}

ul.menu_faq {
	margin: 0 0 35px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

ul.menu_faq li {
	margin: 0 0 17px;
	padding: 0;
}

a.btn_menu_faq {
	width: 254px;
	height: 48px;
	margin: 0 auto;
	padding: 0 ;
	color: #404040;
	border: solid 2px #404040;
	outline: none;
	font-size: 14px;
	border-radius: 24px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	-webkit-appearance: none;
	transition: all .2s;
}

a.btn_menu_faq span {
	margin: 0;
	padding: 0 0 0 20px;
	display: inline-block;
	position: relative;
	z-index: 0;
}

a.btn_menu_faq span:before {
	content: "";
	width: 5px;
	height: 5px;
	margin: -4px 0 0 0;
	padding: 0;
	border-right: solid 1.5px #404040;
	border-bottom: solid 1.5px #404040;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
}

.wrap_col_faq {
	max-width: 1100px;
	width: 94%;
	margin: 0 auto;
	padding: 0 0 30px;
}

.col_faq {
	width: 100%;
	margin: 0 auto 22px;
	padding: 70px 0 65px;
	background-color: #dff0f9;
}

.mds_faq1 {
	margin: 0 0 38px;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

dl.list_faq {
	max-width: 834px;
	width: 94%;
	margin: 0 auto 20px;
	padding: 0;
}

dl.list_faq:last-of-type {
	margin: 0 auto
}

dl.list_faq dt {
	width: 100%;
	margin: 0 0 8px;
	padding: 15px 20px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
}

.icon_question {
	width: 44px;
	height: 44px;
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: -0.02em;
	background-color: #414141;
	border-radius: 50%;
	text-align: center;
	padding: 2px 0 0;
}

dl.list_faq dt .inner_question {
	width: calc( 100% - 44px );
	padding: 8px 50px 8px 25px;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.5;
	position: relative;
	z-index: 0;
	display: block;
	cursor: pointer;
}

dl.list_faq dt .inner_question:before,
dl.list_faq dt .inner_question:after {
	content: "";
	width: 20px;
	height: 1px;
	background-color: #414141;
	position: absolute;
	transition: all .3s;
}

dl.list_faq dt .inner_question:before {
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 13px;
}

dl.list_faq dt .inner_question:after {
	margin: auto 0;
	top: 0;
	bottom: 0;
	right: 13px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

dl.list_faq dt.open .inner_question:after {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);	
}

dl.list_faq dd {
	margin: 0 0 40px;
	padding: 0;
	display: none;
}

dl.list_faq dd .inner{
	width: 100%;
	margin: 0;
	padding: 6px 20px;
	display: flex;
	align-items: flex-start;
}

.icon_answer {
	width: 44px;
	height: 44px;
	margin: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	background-color: #f4b100;
	border-radius: 50%;
	text-align: center;
	padding: 2px 0 0;
}

.txt_answer {
	width: calc( 100% - 44px );
	padding: 3px 0 0 25px;
	font-size: 15px;
	line-height: 1.7;
}

ul.list_faq1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.list_faq1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.mds_faq2 {
	font-weight: 500;
}

.txt_answer2 {
	margin: 0 0 15px;
}

.cont_faq {
	max-width: 834px;
	width: 88%;
	margin: 0 auto;
	padding: 0 0 20px;
	line-height: 1.9;
}




/* ---------------------------------------------------------------
	start min 701px
--------------------------------------------------------------- */

@media print,screen and ( min-width: 701px ) {


	a.btn_menu_faq:hover {
		color: #fff;
		background-color: #404040;
	}

	a.btn_menu_faq:hover span:before {
		border-right: solid 1.5px #fff;
		border-bottom: solid 1.5px #fff;
	}



}

/* ---------------------------------------------------------------
	end min 701px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 700px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 700px ) {

	.ttl.faq {
		margin: 20px 0 25px;
		font-size: 25px;
	}

	.wrap_menu_faq {
		max-width: 318px;
	}

	ul.menu_faq {
		margin: 0 0 20px;
	}
	
	ul.menu_faq li {
		margin: 0 0 10px;
		padding: 0;
	}

	a.btn_menu_faq {
		width: 155px;
		height: 48px;
		font-size: 15px;
		line-height:1.2;
		text-align: center;
	}

	a.btn_menu_faq span {
		padding: 0 0 0 11px;
	}

	a.btn_menu_faq span:before {
		width: 5px;
		height: 5px;
		left: 0;
	}

	.wrap_col_faq {
		width: 100%;
		padding: 0 0 0;
	}

	.col_faq {
		margin: 0 auto 15px;
		padding: 45px 1% 30px;
	}

	.mds_faq1 {
		margin: 0 0 20px;
		font-size: 20px;
	}

	dl.list_faq {
		margin: 0 auto 10px;
	}

	dl.list_faq dt {
		margin: 0 0 8px;
		padding: 15px 20px;
	}

	.icon_question {
		width: 33px;
		height: 33px;
		font-size: 15px;
		padding: 1px 0 0;
	}

	dl.list_faq dt .inner_question {
		width: calc( 100% - 33px );
		padding: 0 30px 0 13px;
		line-height:1.4;
	}

	dl.list_faq dt .inner_question:before,
	dl.list_faq dt .inner_question:after {
		width: 15px;
	}

	dl.list_faq dt .inner_question:before {
		right: 0;
	}

	dl.list_faq dt .inner_question:after {
		right: 0;
	}

	dl.list_faq dd {
		margin: 0 0 20px;
	}

	dl.list_faq dd .inner{
		width: 100%;
		margin: 0;
		padding: 6px 20px;
	}

	.icon_answer {
		width: 33px;
		height: 33px;
		font-size: 15px;
		padding: 1px 0 0;
	}

	.txt_answer {
		width: calc( 100% - 33px );
		padding: 0 0 0 13px;
		line-height: 1.9;
	}




}

/* ---------------------------------------------------------------
	end max 700px
--------------------------------------------------------------- */



/* ---------------------------------------------------------------
	start max 360px
--------------------------------------------------------------- */

@media print,screen and ( max-width: 360px ) {

	.wrap_menu_faq {
		width: 94%;
	}

	ul.menu_faq {
		justify-content: space-around;
	}

	a.btn_menu_faq {
		width: 142px;
		height: 48px;
		font-size: 14px;
	}



}

/* ---------------------------------------------------------------
	end max 360px
--------------------------------------------------------------- */


