/* ----------------------------------------
* section
---------------------------------------- */

/*----------------------------
  - voice page
----------------------------*/
#voicePage #pageTitle h2 img {
	width: 130px;
	height: auto;
}
/* voice */
.voice .voiceList {
	padding: 40px 0;
}
.voice .voiceList li {
	width: 100%;
	padding: 20px 10px;
	background: #faf7da;
	border-radius: 10px;
	margin: 0 auto 20px;
	position: relative;
}
.voice .voiceList li .cat {
	font-size: 13px;
	line-height: 1;
	padding: 5px 10px;
	color: #fff;
	border-radius: 0 20px 20px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.voice .voiceList li .soudan {
	background: #308680;
}
.voice .voiceList li .seminar {
	background: #db8b4e;
}
.voice .voiceList li .image {
	width: 100px;
	position: absolute;
	top: 30px;
	left: 10px;	
	z-index: 1;
}
.voice .voiceList .fukidashi {
	width: auto;
	min-height: 100px;
	background: #fff;
	border-radius: 10px;
	padding: 0;
	margin: 0 0 0 110px;
	border: 1px solid #a0d468;
	position: relative;
}
.voice .voiceList .fukidashi:before {
	content: "";
	position: absolute;
	top: 40px;
	left: -19px;
	margin-top: -13px;
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	z-index: 2;
}
.voice .voiceList .fukidashi:after {
	content: "";
	position: absolute;
	top: 40px;
	left: -21px;
	margin-top: -13px;
	border: 10px solid transparent;
	border-right: 10px solid #a0d468;
	z-index: 1;
}
.voice .voiceList .fukidashi li {
	background: #fff;
	padding: 10px 10px 10px 20px;
	border-radius: 10px;
	margin: 0 auto;
	position: static;
}

/* ----------------------------------------
* media query
---------------------------------------- */

@media screen and (min-width: 780px) {

#voicePage #pageTitle h2 img {
	width: 217px;
}
/* voice */
.voice .secTitle img {
	width: 287px;
}
.voice .voiceList {
	padding: 70px 0 0;
	margin: 0 auto 90px;
}
.voice .voiceList li {
	max-width: 960px;
	min-height: 197px;
	padding: 40px 20px 20px 20px;
	margin: 0 auto 40px;
}
.voice .voiceList li .cat {
	font-size: 16px;
	padding: 7px 14px;
	border-radius: 0 20px 20px 0;
}
.voice .voiceList li .image {
	width: 160px;
	top: 40px;
	left: 30px;
}
.voice .voiceList .fukidashi {
	min-height: 60px;
	margin: 0 0 0 200px;
	padding: 10px 20px;
}
.voice .voiceList .fukidashi li {
	font-size: 16px;
	min-height: 60px;
	padding: 10px;
}

}