.head_faq::before{
	opacity: 1 !important;
}
.faq_width{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 60px;
}
.faq_list{
	padding: 80px 0 100px;
}
.question_bottom{
	margin-bottom: 20px;
}
.accordion_open{
	color: #221814bd;
	font-size: 20px;
	font-weight: bold;
	background-color: #d3dce0;
	padding: 20px 0px 20px 55px;
	letter-spacing: 2px;
	position: relative;
	cursor: pointer;
}
.accordion_open:active{
	background-color: #d3dce0a6;
}
.accordion_open::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #221814;
	top: 50%;
	right: 35px;
	transform: translate(0px, -50%);
}
.accordion_open::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 15px;
	background-color: #221814;
	right: 42px;
	top: 50%;
	transform: translate(0, -50%);
}
.accordion_open.faq_on::after {
	content: '';
	width: 0px !important;
	height: 0px !important;
}
.ans_box{
	display:none;
}
.ans_box p{
	font-size: 16px;
	line-height: 30px;
	padding: 20px 0px 20px 25px;
}
.fc_bottom{
	padding-bottom: 100px;
}
.fc_ttl{
	font-size: 21px;
	text-align: center;
	margin: 60px 0px 20px 0px;
	line-height: normal;
}
.fc_text{
	font-size: 16px;
	line-height: 25px;
}
.fc_width{
	width: 950px;
	max-width: 100%;
	margin: 50px auto 0;
}
.fc_flex{
	display: flex;
	justify-content: space-between;
}
.gp_box{
	/*width: 49%;*/
	width: 100%;
}
.gp_box2{
	margin-top: 30px;
}
.gp_box p, .gp_box2 p{
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 30px;
	position:relative;
}
.first:before, .second:before, .gp_box2 p:before{
	width: 20px;
	height: 20px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #757575;
	border-radius: 30px;
	position: absolute;
	top: -2px;
	left: -22px;
}
.first:before{
	content: 'A';
}
.second:before{
	content: 'B';
}
.gp_box2 p:before{
	content: 'C';
}
.gp_box div, .gp_box2 div{
	border: 2px solid #426384;
}
.gp_box img, .gp_box2 img{
	width: 100%;
}

@media screen and (max-width:1024px) {
	.faq_width {
		width: 88%;
	}
	.fc_width {
		max-width: 90%;
	}
}
@media screen and (max-width:480px) {
	.faq_width {
		padding-top: 8vw;
	}
	.faq_list {
		padding: 8vw 0 30vw;
	}
	.question_bottom {
		margin-bottom: 3vw;
	}
	.accordion_open {
		font-size: 3.5vw;
		padding: 3vw 6vw 3vw 6vw;
		line-height: 4vw;
	}
	.accordion_open::before {
		width: 3vw;
		height: 0.4vw;
		right: 3vw;
	}
	.accordion_open::after {
		height: 3vw;
		width: 0.4vw;
		right: 4.25vw;
	}
	.ans_box p {
		font-size: 3.2vw;
		line-height: 4.5vw;
		padding: 2vw 2vw 2vw 2vw;
	}
	.fc_flex {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.fc_width {
		max-width: 90%;
		margin: 0px auto;
	}
	.gp_box {
		width: 100%;
		margin-top: 6vw;
	}
	.fc_text {
		font-size: 3vw;
		line-height: 5vw;
	}
	.gp_box p, .gp_box2 p {
		font-size: 3vw;
		margin-bottom: 2vw;
		margin-left: 6vw;
	}
	.fc_bottom {
		padding-bottom: 20vw;
	}
	.first:before, .second:before, .gp_box2 p:before {
		width: 4.3vw;
		height: 4.3vw;
		line-height: 4.3vw;
		font-size: 3vw;
		top: -0.5vw;
		left: -4.8vw;
	}
}