.shadeQA_jisage {
	padding-left:1em;
	text-indent:-1em;
}
.shadeQA_title {
	font-weight:bold;
}
.shadeQA_title span {
	display: flex;
	align-items: center;
	color: #e04272;
	text-transform: uppercase;
	font-weight:bold;
	opacity:0.3;
}
.shadeQA_title span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #e04272;
}
.shadeQA_answer_box {
}
.shadeQA_answer_box table {
	border-collapse:collapse;
	width:100%;
}
.shadeQA_answer_box .scroll{
	overflow: auto;
	white-space: nowrap;
}
.shadeQA_answer_box .scroll::-webkit-scrollbar{
	height: 5px;
}
.shadeQA_answer_box .scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.shadeQA_answer_box .scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.shadeQA_answer_box th,.shadeQA_answer_box tr,.shadeQA_answer_box td {
	border: solid 1px;
}
.shadeQA_answer_box th {
	background:#e3e3e3;
}
.shadeQA_answer_box td {
	padding:5px 10px;
	font-size:14px;
}
.marker {
	box-shadow: 0px -6px 5px -5px	#ff78a4 inset,0px 8px 4px -8px	#ff78a4;
}
.shadeQA_wao_box{
	font-size:16px;
	margin-top:50px;
}
.shadeQA_wao_box_title {
	position: relative;
	padding-left: 1.2em;
	line-height: 1.4;
	font-weight: 900;
}
.shadeQA_wao_box_txt {
	margin-top:10px;
	padding:0 10px;
	line-height: 30px;
}
.shadeQA_wao_box_txt .advice {
	color:#9e0000;
	font-weight:bold;
	border-bottom: 3px double;
}
@media (max-width:767px){
	.shadeQA_wao_box{
		padding:0;
	}
	.shadeQA_wao_box_title{
		font-size:16px;
	}
	.shadeQA_wao_box_txt{
		font-size:14px;
		line-height:24px;
	}
}
@media (min-width:768px){
	.shadeQA_wao_box{
		padding:0 24px;
	}
	.shadeQA_wao_box_title{
		font-size:18px;
	}
}