
.page_title{	margin-bottom: 30px;}
.qa_in .s_title,
.qa_txt .s_title{	margin-bottom: 20px;}


/** qa_top **/

.qa_top{
	margin: 0 20px 20px 20px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.95);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa_top .s_title span{	color: #E63692;}
.qa_top ul{
	margin: 0 0 20px 0;
}
.qa_top ul:last-of-type{	margin-bottom: 0;}
.qa_top li{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qa_top li a{
	color: currentColor;
	text-decoration: none;
}
.qa_top li:before{
	content: 'Q';
	width: 20px;
	font-family: "FontA";
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #000;
	background: #00b3ec;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** qa_in **/

.qa_in{
	padding: 20px;
}
.qa_in:last-of-type{	margin-bottom: 0;}

.qabox{
	position: relative;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbt{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	background: #00b3ec;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px 20px 10px 40px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbt:before{
	content: 'Q';
	width: 20px;
	font-family: "FontA";
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbt:after{
	content: '';
	width: 16px;
	height: 16px;
	background: url(./img/qa.png) no-repeat;
	background-size: 16px auto;
	-webkit-transition	: 0.4s ease-in-out;
	-moz-transition	: 0.4s ease-in-out;
	-o-transition	: 0.4s ease-in-out;
	transition		: 0.4s ease-in-out;
	position: absolute;
	top: 12px;
	right: 10px;
}
.qabox .acdbt.open:after{
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.qabox .acdbox{
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 10px 0 15px 40px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.qabox .acdbox i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.qabox .acdbox u{	text-decoration: underline;}
.qabox .acdbox:before{
	content: 'A';
	width: 20px;
	font-family: "FontA";
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #000;
	background: #fef252;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** qa_txt **/

.qa_txt{
	padding: 20px;
}
.qa_txt p{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 20px 0;
}
.qa_txt div{
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0 0 20px 0;
}
.qa_txt div a{
	font-weight: bold;
	color: #E63692;
}
.qa_txt h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
}

