@charset "utf-8";
/* CSS Document */

#sub_img .title {
	color: #333;
}
#voice {
	margin-top: 30px;
}
#voice .cate {
	margin-top: 10px;
}
#voice .category {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #000;
}
#voice .cate h3 {
	background: url(../images/voice_img.png) no-repeat;
	background-position: left;
	padding-left: 40px;
	padding-top: 5px;
	font-weight: normal;
}
#voice .box {
	position: relative;
	background-color: #efefef;
	padding: 20px;
	margin-top: 20px;
	line-height: 180%;
	box-sizing: border-box;
}
#voice .box::before {
	content: "";
	border: 18px solid transparent;
	border-bottom-color: #efefef;
	position: absolute;
	top: -35px;
	left: 0px;
}


.news_photo{
	width: 300px;
	height: 430px;
	border-radius: 150px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
}
#voice figure {
	margin-top: 20px;
	text-align: center;
}
#voice figure img {
	width:auto;
	height:auto;
	max-width: 100%;
	max-height: 400px;
	display: inline;
}

@media (max-width:800px) {
	#voice {
		padding: 0 20px;
		margin-bottom: 40px;
	}
	#voice .cate h3 {
		padding-top: 15px;
	}
	#voice .box {
		margin-top: 20px;
		padding: 10px;
	}
}