@charset "utf-8";
.inner_md.contents.widget_side {
		display: block;
		margin-top: 5%;
		gap: 1rem;
	}

	.c-rank-card {
		max-width: 320px;
	}

	.sidebar-rank-card-wrap {
		justify-content: center;
		align-items: center;
		flex-direction: unset;
		flex-wrap: wrap;
	}

	aside.c-aside {
		height: 100%;
		margin: 100px auto;
	}

	main.top-new-layout-main {
		width: 100%;
	}

	.voice-content-ttl {
		background: #f4eDe7;
		padding: 5% 3%;
    line-height: 1.8;
	}

	.voice-content-ttl h2 {
		text-align: center;
		font-size: 24px;
		margin-bottom: 5%;
	}

	.voice-content-ttl p {
		font-size: 14px;
	}

	article.voice-item {
		font-size: 16px;
		margin: 5% auto;
		border: 1px solid #999;
		border-radius: 5px;
		padding: 5% 3%;
		background: #f8f8f8;
	}

	.voice-user-icon {
		width: 30px;
		height: 30px;
		color: #442a0d;
		flex-shrink: 0;
	}

.voice-head h3 {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
	align-items: flex-end;
    padding: 3px 10px;
    border-radius: 999px;
	width: fit-content;
}
	
	.voice-head h3 span {
    font-size: 14px;
}

		h3.voice-source.google {
    background: #e6f1fb;
    color: #0c447c;
}
	h3.voice-source.rakuten {	
	background: #fcebeb;
    color: #791f1f;
	}
	.voice-meta {
		color: #442a0d;
		font-size: 14px;
		font-weight: 600;
		text-align: right;
	}

	span.date {
		color: #333;
		font-size: 12px;
	}

	.voice-content-inner {
		padding: 20px 0;
		border-bottom: 1px solid #442a0d;
    line-height: 1.8;
	}
	
	span.voice-author {
    font-size: 14px;
    text-align: right;
    display: block;
    color: #442a0d;
}
	

	.voice-score {
		margin-top: 3%;
	}

	span.stars {
		color: #ccc;
	}

	.stars span.is-active {
	color: #f5b800;
}
	
	.voice-scores {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 3%;
		flex-wrap: wrap;
		margin: 5px auto 20px auto;
	}

	.voice-scores strong {
		font-weight: 700;
		padding-left: 5px;
	}

	.voice-reply h3 {
    background: #f5f0e8;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: normal;
    margin: 10px auto;
}
	
	.voice-reply p {
    font-size: 14px;
    line-height: 1.8;
		padding: 12px 10px 5px;
}

	.voice-pagination {
	margin-top: 40px;
}

.voice-pagination .page-numbers {
	display: flex;
	justify-content: center;
	gap: 8px;
	list-style: none;
	padding: 0;
}

.voice-pagination a,
.voice-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	border: 1px solid #ccc;
	text-decoration: none;
}

.voice-pagination .current {
	background: #8a5a2b;
	color: #fff;
	border-color: #8a5a2b;
}
	.tab-only {
			display: none;
		}
	
		@media screen and (min-width: 768px) {
		.sp-only {
			display: none;
		}
			.voice-content-ttl p {
    font-size: 16px;
}
			.voice-content-ttl h2 {
    font-size: 32px;
		}
			
			.voice-meta {
    font-size: 18px;
			}
			
			span.date {
		font-size: 14px;
	}
		
		.inner_md.contents.widget_side {
			display: flex;
			justify-content: space-between;
		}	
		aside.c-aside {
			width: 35%;
			min-width: 300px;
			margin: 0;
		}
	}
	
	@media screen and (min-width: 1024px) {
		
			.tab-only {
			display: block;
		}
		
		main.top-new-layout-main {
			flex: 1;
			margin-bottom: 100px;
		}
		
		
		.voice-head {
			display: flex;
			justify-content: space-between;
			align-items: center;
		}

	}