@charset "utf-8";

/***************************************************************
Voice archive
****************************************************************/

.voice__archive_top_text {
	margin-top: -10px;
	line-height: 1.5;
	color: #444;
	font-size: 16rem;
	font-weight: bold;
}
.voice-archive {
	margin-top: 30px;
	font-size: 0;
}
.voice-archive-li:not(:first-child) {
	margin-top: 24px;
}
.voice-archive-li-left {
	float: left;
	position: relative;
	top: 16px;
	vertical-align: top;
	display: inline-block;
}
.voice-archive-li-left__image {
	display: inline-block;
	width: 64px;
	height: 64px;
	background-color: #f1f1f1;
	border-radius: 50%;
}
.voice-archive-li-left__image img,
.voice-archive-li-left__image picture {
	width: 64px;
	height: 64px;
}
.voice-archive-li-right {
	position: relative;
	box-sizing: border-box;
	margin-left: 88px;
	padding: 12px 10px 16px 24px;
	background-color: #f1f1f1;
	border-radius: 8px;
}
.voice-archive-li-right::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 36px;
	left: -15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 16px 10px 0;
	border-color: transparent #f1f1f1 transparent transparent;
}
.voice-archive-li-right__title {
	margin-top: 5px;
	line-height: 1.25;
	font-size: 16rem;
	font-weight: bold;
}
.voice-archive-li-right__text {
	margin-top: 16px;
	line-height: 1.4;
	font-size: 14rem;
}
.voice-archive-li-right-bottom {
	margin-top: 10px;
}
.voice-archive-li-right-bottom__date {
	margin-right: 16px;
	display: inline-block;
	font-size: 14rem;
}
.voice-archive-li-right-bottom__gender {
	margin-right: 5px;
	display: inline-block;
	font-size: 14rem;
}
.voice-archive-li-right-bottom__age {
	display: inline-block;
	font-size: 14rem;
}


@media screen and (min-width: 1024px) {
	.voice-archive {
		margin-top: 50px;
	}
	.voice-archive-li__image {
		width: 80px;
		height: 80px;
	}
	.voice-archive-li-right {
		margin-left: 106px;
	}
	.voice-archive-li-right::before {
		top: 36px;
	}
}
