@charset "UTF-8";
/* CSS Document */

.box_qa{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:1px solid #ff645c;
}

.box_qa .head{
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	margin-bottom:20px;
	box-sizing: border-box;
	padding-left:90px;
}

.box_qa .head .num{
	width:60px;
	height:60px;
	text-align:center;
	background:#ff645c;
	color:#FFF;
	line-height:60px;
	font-size:24px;
	right:auto;
}

.box_qa .head .title{
	color:#ff645c;
	font-size:21px;
}