@charset "utf-8";
/* CSS Document */
#fv {
	padding: 10px 0 40px;
	margin-bottom: 0;
	background-color: #e8ecdf;
}
/*============================
voice
=============================*/
#voice {
	padding: 40px 0;
}
#voice h2 {
	text-align: center;
	font-size: 34px;
}
#voice h2 span {
	padding: 0 10px;
	border-bottom: 2px solid #007943;
}
#voice .cate_txt {
	margin-top: 20px;
	text-align: center;
	line-height: 1.8;
}
#voice h3 {
	margin-top: 60px;
	font-size: 28px;
	color: #007943;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 3px solid #ccc;
	position: relative;
	text-wrap:auto;
}
#voice h3.first {
	margin-top: 30px;
}
#voice h3::before {
	content: "";
	width: 20%;
	height: 3px;
	background-color: #007943;
	position: absolute;
	bottom: -3px;
	left: 0;
}
#voice .flexbox {
	flex-wrap: wrap;
	justify-content: space-between;
}
#voice .flexbox .cate_box {
	width: 100%;
}
#voice .flexbox .cate_box .flexbox {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
#voice .flexbox .cate_box .flexbox .left_box {
	width: calc(15% - 20px);
	margin-right: 20px;
}
#voice .flexbox .cate_box .flexbox .left_box .voice_icon {
	margin: 0 auto 10px;
	text-align: center;
}
#voice .flexbox .cate_box .flexbox .left_box .voice_icon img {
	margin: 0 auto;
	height: auto;
}
#voice .flexbox .cate_box .flexbox .left_box .name {
	text-align: center;
	font-size: 14px;
	margin-top: 5px;
}
#voice .flexbox .cate_box .flexbox .left_box .date {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}
#voice .flexbox .cate_box .flexbox .right_box {
	width: 85%;
	position: relative;
	display: inline-block;
	padding: 20px;
	border: 2px solid #ccc;
	box-sizing: border-box;
	border-radius: 10px;
}
#voice .flexbox .cate_box .flexbox .right_box::before {
	content:"";
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: -13px;
	border: 13px solid transparent;
	border-right: 13px solid #fff;
	z-index: 2;
}
#voice .flexbox .cate_box .flexbox .right_box::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #ccc;
	z-index: 1;
}
#voice .flexbox .cate_box .flexbox .right_box dl {
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
#voice .flexbox .cate_box .flexbox .right_box dl:first-of-type {
	padding-top: 0;
}
#voice .flexbox .cate_box .flexbox .right_box dl:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
#voice .flexbox .cate_box .flexbox .right_box dl dt {
	display: flex;
	flex-wrap: nowrap;
}
#voice .flexbox .cate_box .flexbox .right_box dl dt .title {
	font-weight: bold;
	color: #007943;
	font-size: 20px;
	padding-right: 20px;
}


@media only screen and (max-width: 768px) {
	#fv {
		padding: 10px 0 20px;
	}
	#voice h2 {
		font-size: 28px;
		border-bottom: 2px solid #007943;
		padding-bottom: none;
		text-wrap: auto;
	}
	#voice h2 span {
		border-bottom: none;
	}
	#voice .cate_txt {
		text-align: left;
		line-height: 1.5;
	}
	#voice .flexbox .cate_box .flexbox .left_box {
		width: 100%;
		margin-right: 0;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		margin-bottom: 20px;
	}
	#voice .flexbox .cate_box .flexbox .left_box .voice_icon {
		margin: 0;
	}
	#voice .flexbox .cate_box .flexbox .left_box .name {
		font-size: 16px;
		text-align: left;
		padding: 0 20px;
	}
	#voice .flexbox .cate_box .flexbox .left_box .date {
		font-size: 16px;
		text-align: right;
	}
	#voice .flexbox .cate_box .flexbox .right_box {
		width: 100%;
	}
	#voice .flexbox .cate_box .flexbox .right_box::before {
		top: -26px;
		left: 40px;
		margin-top: 0;
		margin-left: -13px;
		border-right: 13px solid transparent;
		border-bottom: 13px solid #fff;
	}
	#voice .flexbox .cate_box .flexbox .right_box::after {
		top: -30px;
		left: 40px;
		margin-left: -14px;
		margin-top: 0;
		border-right: 14px solid transparent;
		border-bottom: 14px solid #ccc;
	}
	#voice .flexbox .cate_box .flexbox .right_box dl dt {
		margin-bottom: 5px;
	}
	#voice .flexbox .cate_box .flexbox .right_box dl dt .title {
		font-size: 18px;
	}
}