@charset "UTF-8";
/*============================================================================================
      Message
=============================================================================================*/
/*    Lead
=====================================================*/
.w_QaLead{
	padding-bottom: 40px;
}
.QaLead_head{
	margin-bottom: 40px;
}
.QaLead_group{
	width: 940px;
	margin: auto;
	padding: 0 80px;
	background-color: #fff;
}
.QaLead_lst_li{
	color: #1f8b1f;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 60px;
	margin-left: 2em;
	padding-left: 22px;
	cursor: pointer;
}
.QaLead_lst_li::before{
	width: 0.6rem;
	height: 0.6rem;
	border-top: 2px solid #1f8b1f;
	border-right: 2px solid #1f8b1f;
	-webkit-transform: rotate(135deg) translateX(-50%);
	transform: rotate(135deg) translateX(-50%);
	top: 0;
	bottom: 0;
	left: 0;
	transition: all 0.4s;
}
.QaLead_lst_li:hover::before{
	border-color: #404040;
}
.QaLead_lst_li:hover a{
	color: #404040;
	text-decoration: underline;
}
/*    SP Mode
===========================*/
html.sp .w_QaLead{
	padding-bottom: 80px;
}
html.sp .QaLead_head{
	margin-bottom: 60px;
}
html.sp .QaLead_group{
	width: 100%;
	padding: 25px 30px;
}
html.sp .QaLead_lst_li{
	width: 50%;
	font-size: 1.5rem;
	line-height: 2;
	margin-left: 0;
	padding-left: 34px;
}
html.sp .QaLead_lst_li::before{
	width: 12px;
	height: 12px;
	border-width: 4px;
}



/*    Sections
=====================================================*/
.w_QaSection{
	padding-bottom: 40px;
}
.w_QaSection__last{
	padding-bottom: 100px;
}
.QaSection_group{
	width: 940px;
	margin: auto;
	padding: 60px 60px 43px;
	background-color: #fff;
}
.QaSection_head{
	text-align: center;
	color: #404040;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 12px;
	margin-bottom: 23px;
}
.QaSection_head::before{
	width: 24px;
	height: 2px;
	background-color: #1f8b1f;
	left: 0;
	right: 0;
	bottom: 0;
}
.QaSection_lst_li{
	padding: 17px 20px;
	border-top: 1px solid #eee;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.QaSection_lst_li:first-child{
	border: none;
}
.QaSection_lst_li::before,
.QaSection_lst_li::after{
	height: 1px;
	width: 13px;
	background-color: #aaa;
	right: 20px;
	top: 23px;
}
.QaSection_lst_li::after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transform 0.4s;
	transition: transform 0.4s;
}
.QaSection_lst_li.js_open::after{
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.QaSection_lst_li:hover{
	background-color: rgba(240, 253, 240, 0.4);
}
.QaSection_question{
	color: #1f8b1f;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	margin: calc(((1.6rem * 1.5) - 1.6rem) / -2) auto;
}
.QaSection_answer{
	display: none;
	color: #404040;
	font-weight: 500;
	line-height: 1.7;
	font-size: 1.4rem;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 18px;
	margin: calc(((1.4rem * 1.7) - 1.4rem) / -2) auto;
}
.QaSection_answer a{
	text-decoration: underline;
}
.QaSection_answer a:hover{
	text-decoration: none;
}
/*    SP Mode
===========================*/
html.sp .w_QaSection{
	padding-bottom: 80px;
}
html.sp .QaSection_group{
	width: 100%;
	padding: 100px 30px 66px;
	background-color: #fff;
}
html.sp .QaSection_head{
	padding-bottom: 24px;
	margin-bottom: 26px;
}
html.sp .QaSection_head::before{
	width: 86px;
	height: 4px;
}
html.sp .QaSection_lst_li{
	padding: 34px 20px;
	border-width: 3px;
}
html.sp .QaSection_lst_li::before,
html.sp .QaSection_lst_li::after{
	height: 2px;
	width: 26px;
	right: 20px;
	top: 46px;
}
html.sp .QaSection_answer{
	padding-top: 36px;
}
