
#voice-sub-area h2.title-point {
	color: #000;
	font-size: 1.3em;
	position: relative;
	display: inline-block;
	margin: 50px 0 100px 0;
	width: 100%;
	text-align: center;
}
@media screen and (max-width:767px) {
	#voice-sub-area h2.title-point {
		margin: 50px 0 50px 0;
	}
}

#voice-sub-area h2.title-point:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
}

#voice-sub-area {
	max-width: 1240px;
	padding: 20px;
	background-color: #fff;
	margin: 0 auto;
	text-align: center;
}

#voice-sub-area p.voice-staff-comment {
	border-top: solid 1px #ddd;
	padding-top: 30px;
	font-size: 20px !important;
	margin: 0 auto !important;
	color: #888;
}

#voice-sub-area div#voice-eyecatch-area {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 50px;
}

#voice-sub-area .enquete {
	width: 150px;
	height: 150px;
	border-radius: 75px;
	border: solid 2px #ccc;
	background-color: #fafafa;
	background-image: url(/m/cmn_files/img_rwd/icon-note-blk.svg);
	background-size: 34px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 100px;
	font-size: 12px;
	position: absolute;
	left: 60%;
	bottom: -30px;
}

#voice-sub-area img.voice-eyecatch {
	height: 300px;
	object-fit: cover;
	margin: 0 auto 50px auto;
	border-radius: 20px;
}

#voice-sub-area p {
	font-size: 1.5vw;
	line-height: 1.5em;
	margin: 50px auto;
	width: 70%;
}

#voice-sub-area div#voice-list {
	width: 100%;
	margin: 1%;
	/* height: 280px; */
	padding: 30px 40px;
	text-align: center;
	background-color: #fff;
	/* float: left; */
	border-radius: 10px;
	border: solid 1px;
}

#voice-sub-area h3.voice-h3 {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
	margin-bottom: 0px;
	padding-top: 30px;
}

#voice-sub-area span.voice-area {
	background: #333333;
	border-top: solid 1px;
	color: #fff;
	padding: 5px 12px;
	margin: 0;
	display: block;
}

#voice-sub-area .staff-voice-img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 25px;
}

#voice-sub-area .voice-staff-area {
	margin: 30px auto 0 auto;
	border-top: solid 1px #fff;
	padding-bottom: 0;
	padding-top: 13px;
}

#voice-sub-area span.voice-staff-name {
	color: #000;
	position: relative;
	top: -17px;
	left: 10px;
}

#voice-sub-area #voice-staff-area-in {
	margin: 30px auto 100px auto;
	height: 100px;
	display: block;
	float: left;
	width: 100%;
}

#voice-sub-area #staff-list img {
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#voice-sub-area figure {
	width: calc(94% / 3);
	margin: 1%;
	float: left;
}

#voice-sub-area .my-gallery img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	background-color: #f1f1f1;
}

#voice-sub-area figcaption {
	font-size: 14px;
	line-height: 1.5em;
	text-align: left;
	padding: 10px;
	height: 90px;
	display: none;
}

.paging1 {
	text-align: left;
	border-top: solid 1px #ddd;
	padding: 20px;
	color: #888;
}

.dl-multi-table {
	width: 100%;
	float: left;
}

.dl-multi-table dt, .dl-multi-table dd {
	padding: 12px 0;
	border-top: 1px solid #EEE;
}

.dl-multi-table dt {
	width: 30%;
	float: left;
}

.dl-multi-table dd {
	width: 70%;
	margin-left: 30%;
	line-height: 1.5em;
}

.dl-multi-table dl {
	margin: -8px 0;
}

.dl-multi-table dd dl dt {
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
	border-top: none;
}

@media screen and (max-width: 768px) {
	#voice-sub-area {
		max-width: 100%;
		padding: 0;
		background-color: #fff;
		margin: 0 auto
	}

	#voice-sub-area p.voice-staff-comment {
		border-top: solid 1px #ddd;
		padding-top: 30px !important;
		font-size: 20px !important;
		margin: 0 auto !important;
		color: #888;
		font-size: 17px !important;
	}

	#voice-sub-area p {
		font-size: 16px;
		line-height: 1.5em;
		margin: 0px auto 50px auto;
		width: 100%;
		padding: 0 20px;
		float: left;
		text-align: center;
	}

	#voice-sub-area div#voice-eyecatch-area {
		width: 100%;
		text-align: center;
		position: relative;
		float: left;
		margin: 0 auto 50px auto;
		padding: 0 20px;
	}

	#voice-sub-area .enquete {
		width: 150px;
		height: 150px;
		border-radius: 75px;
		border: solid 2px #ccc;
		background-color: #fafafa;
		background-image: url(/m/cmn_files/img_rwd/icon-note-blk.svg);
		background-size: 34px;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 100px;
		font-size: 12px;
		position: absolute;
		bottom: 0;
		left: auto;
		right: 10px;
	}

	#voice-sub-area div#voice-list {
		padding: 20px 30px;
        box-sizing: border-box;
        margin: 10px 0;
	}

	#voice-sub-area h3.voice-h3 {
		font-size: 3vw;
		text-align: left;
		line-height: 1.5em;
	}

	#voice-sub-area span.voice-area {
		background: #333333;
		color: #fff;
		padding: 5px 12px;
		margin: 0;
		font-size: 3vw;
	}

	#voice-sub-area #staff-sub-area img {
		width: 50px;
		height: 50px;
		object-fit: cover;
		border-radius: 25px;
	}

	#voice-sub-area #voice-staff-area-in {
		margin: 30px auto 100px auto;
		border-top: solid 1px #fff;
		padding-bottom: 0;
		padding-top: 13px;
		height: 100px;
		display: block;
		float: left;
		width: 100%;
	}

	#voice-sub-area #voice-staff-area-in .staff-voice-img {
		width: 100px;
		height: 100px;
		object-fit: cover;
		border-radius: 50px;
	}

	#voice-sub-area #voice-staff-area-in span.voice-staff-name {
		color: #000;
		position: relative;
		top: -37px;
		left: 15px;
		font-size: 18px;
	}

	#voice-sub-area .voice-staff-area {
		margin: 30px auto 0 auto;
		border-top: solid 1px #fff;
		padding-bottom: 0;
		padding-top: 13px;
	}

	#voice-sub-area span.voice-staff-name {
		color: #000;
		position: relative;
		top: -17px;
		left: 10px;
		font-size: 3vw;
	}

	#voice-sub-area figure {
		width: calc(99.333% / 3);
		margin: 0.1%;
		float: left;
	}

	#voice-sub-area .my-gallery img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		background-color: #f1f1f1;
	}

	#voice-sub-area figcaption {
		display: none;
		font-size: 12px;
		line-height: 1.5em;
		text-align: left;
		padding: 5px;
		height: 90px;
	}

	#voice-sub-area span.setsubi-btn a {
		color: #333;
		padding: 12px 8px;
		background-color: #ffffff;
		border: solid 1px #888;
		border-radius: 3px;
		font-size: 14px;
		margin: 2px;
		display: inline-block;
	}

	.paging1 {
    text-align: center;
    border-top: solid 1px #ddd;
    padding: 20px;
    color: #888;
}

	.dl-multi-table {
		width: 100%;
	}

	.dl-multi-table dt, .dl-multi-table dd {
		padding: 8px 0;
		border-top: 1px solid #EEE;
	}

	.dl-multi-table dt {
		width: 20%;
		float: left;
		font-size: 10px;
	}

	.dl-multi-table dd {
		width: 80%;
		margin-left: 20%;
		font-size: 3.5vw;
	}

	.dl-multi-table dl {
		margin: -8px 0;
	}

	.dl-multi-table dd dl dt {
		font-weight: normal;
		color: #999;
		font-size: 10px;
		width: 30%;
	}

	.dl-multi-table dd dl dt:first-child, .dl-multi-table dd dl dd:nth-child(2) {
		border-top: none;
	}

}
