@charset 'utf-8';


.articleblock {
	width: 100%;
	max-width: none;
	padding: 20px;
}

body.safearea .articleblock {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#voiceitemlist {
	margin-bottom: 3em;
}

#voiceitems {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2em;
}

#voiceitems .item {
	display: flex;
	padding: 10px;
	font-size: .9em;
	line-height: 1.5;
}

/* 
#voiceitems .item > .cover {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #fff6f8;
}
 */

#voiceitems .item .foto {
}

#voiceitems .item img {
	width: 100%;
	height: auto;
}

#voiceitems .item .sentence {
	padding: 1em;
}

#voiceitems .item .name {
	color: #000;
	font-size: 1.2em;
	font-weight: 400;
}

#voiceitems .item .course {
	margin-bottom: 1em;
	color: #6a3b69;
	font-size: 1em;
}

#voiceitems .item .comment {
	font-size: 1.2em;
}

@media only screen and (min-width: 481px) {

	#voiceitems .item {
		width: 50%;
	}
}

@media only screen and (min-width: 641px) {

	#voiceitems .item {
		width: 33.33%;
		padding: 15px;
	}
}

@media only screen and (min-width: 769px) {

	#voiceitems .item {
		padding: 3%;
	}
}
