
.contentBox_article{
	padding: 30px 40px;
}

.content_wrap{
	margin-top: 40px;
}
.content_wrap + .content_wrap{
	margin-top: 70px;
}

.detail_title{
	margin-bottom: 48px;
}

.faq_list > li + li{
	margin-top: 20px;
}

.faq_list li .main_txt {
	position: relative;
	font-weight: 500;
	cursor: pointer;
	padding: 12px 10px;
	background-color: #d8ebdc;
	transition: 0.3s all;
	font-size: 18px;
}
.faq_list li .main_txt:before{
	content: '';
	width: 20px;
	height: 4px;
	background-color: #1aa93a;
	position: absolute;
	top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.faq_list li .main_txt:after{
	content: '';
	width: 4px;
	height: 20px;
	background-color: #1aa93a;
	position: absolute;
	top: 50%;
    right: 28px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.faq_list li .main_txt.active:after{
	content: none;
}
.faq_list li .main_txt .faq_ttl{
	position: relative;
	padding: 0 50px;
}
.faq_list li .main_txt .faq_ttl:before{
	content: 'Q';
	display: inline-block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-color: #1aa93a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: -5px;
	left: 0;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.faq_list li .answer {
	position: relative;
	display: none;
	padding: 18px 20px 30px 60px;
}
.faq_list li .answer:before{
	content: 'A';
	display: inline-block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	background-color: #d8ebdc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1aa93a;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	top: 15px;
	left: 10px;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.notice01 li{
	text-indent: -1em;
	padding-left: 1em;
}
.spStyle{
	display: none;
}

@media screen and (max-width: 750px) {
	.contentBox_article{
		padding: 20px;
	}
	
	.content_wrap{
		margin-top: 20px;
	}
	.content_wrap + .content_wrap{
		margin-top: 40px;
	}
	
	.detail_title{
		margin-bottom: 20px;
	}
	
	.faq_list li + li{
		margin-top: 10px;
	}
	
	.faq_list li .main_txt {
		padding: 12px 10px;
		font-size: 15px;
	}
	.faq_list li .main_txt:before{
		width: 17px;
		height: 3px;
		right: 18px;
	}
	.faq_list li .main_txt:after{
		width: 3px;
		height: 17px;
		right: 25px;
	}
	.faq_list li .main_txt .faq_ttl{
		position: relative;
		padding: 0 40px;
		line-height: 1.6;
	}
	.faq_list li .main_txt .faq_ttl:before{
		width: 32px;
		min-width: 32px;
		height: 32px;
		font-size: 20px;
		top: -3px;
	}
	.faq_list li .answer {
		padding: 14px 20px 20px 50px;
	}
	.faq_list li .answer:before{
		width: 32px;
		min-width: 32px;
		height: 32px;
		font-size: 20px;
	}
}
@media screen and (max-width: 480px) {
	.spStyle{
		display: block;
	}
}