article.singular-article.type-post header.singular-header h1.singular-header__title {
	margin: 20px auto 0;
	text-align: center;
	font-size: var(--fs30);	
}
article.singular-article.type-post header.singular-header .singular-header__meta {
	justify-content: center;
}
article.singular-article.type-post header.singular-header .singular-header__meta > *{
	margin:0;
	font-size: var(--fs14);
}
@media only screen and (max-width:600px){
	article.singular-article.type-post header.singular-header h1.singular-header__title {
		font-size: var(--fs40);	
	}
}
@media only screen and (max-width:380px){
	article.singular-article.type-post header.singular-header h1.singular-header__title {
		text-align:left;
	}
}

.voices_archive__detail{
	display: flex;
	gap: 30px;
}
.voices_archive__thumbnail {
	width: 25%;
}
.voices_archive__text {
	width: 75%;
}
.voices_archive__detail time.post-date {
	font-size: var(--fs12);
}
.voices_archive__detail p.voices-entry-title{
	margin: 0;
	font-size: var(--fs15);
}
.voices_archive__detail p.voices-entry-title a{
	color:#000;
	text-decoration:none;
}
.voices-entry-content p{
	font-size:var(--fs14);
	margin: 0;
}
.voices_archive__thumbnail .ratio .ratio__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.voice-page-content {
	margin-bottom: 80px;
}
@media only screen and (max-width:640px){
	.voices_archive__detail{
		gap:15px;
	}
	.voices_archive__thumbnail {
		width: 35%;
	}
	.voices_archive__text {
		width: 65%;
	}
}
@media only screen and (max-width:500px){
	.voices_archive__thumbnail {
		width: 40%;
	}
	.voices_archive__text {
		width: 60%;
	}
	.voices-entry-content {
		display: none;
	}
}
/**/
.voice-content-block {
	display: flex;
	flex-wrap:wrap;
	gap: 30px;
	border: 1px solid #37d3fa;
	border-radius: 15px;
	padding: 15px;
}
.voices_single__thumbnail{
	width:25%;
}
figure.voices_single__thumbnail_image {
	max-width: 240px;
	margin: auto;
}
.voices_single__text{
	width:calc(75% - 30px);
}
h1.voices-title {
	margin: 0;
	margin-bottom: 10px;
	font-size: var(--fs20);
	padding-bottom: 10px;
	border-bottom: 3px solid #37d3fa;
}
.voices_single__text p {
	margin: 0;
	font-size: var(--fs15);
}
.voices-archive-link {
	margin: 70px auto;
	width: fit-content;
}
a.voices-archive-link-btn {
	padding: .625em 1.25em;
	background: #21dee8;
	color: #FFF;
	text-decoration: none;
	border-radius: 10px;
	line-height: 1;
}
@media only screen and (max-width:600px){
	.voices_single__thumbnail{
		width:100%;
	}
	.voices_single__text{
		width:100%;
	}	
}

a.pagination__item, span.pagination__item {
	border-radius: 100%;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.1em;
	line-height: 100%;
	margin: 0 1px 0 0;
	min-height: 36px;
	min-width: 36px;
	padding: 8px 9px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
span.pagination__item.is-current {
	background-color: #272727;
	border: 0;
	color: #fff;
}
.pagination__item.is-current:after{
	content:none;
}
