@charset "utf-8";


.p-25summer-voice__list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	width: 90%;
	max-width: 1200px;
}
.p-25summer-voice__item{
	width: 48%;
	background-color: #fff;
	padding: 20px 25px;
	margin: 0 0 20px;
}
@media screen and (max-width: 770px){
	.p-25summer-voice__item{
		width: 100%;
	}
}

.p-25summer-voice__item .review{
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
	margin: 3px 0;
}
.p-25summer-voice__item img{
	margin-right: 10px;
	width: 100px;
}
.p-25summer-voice__item__ttl{
	font-size: 1.4rem;
	color: #D52425;
	font-family: 'Noto Serif JP', '游明朝', 'ヒラギノ明朝 ProN', 'HGS明朝E', 'MS P明朝', '明朝体', serif;
}
@media screen and (max-width: 770px){
	.p-25summer-voice__item__ttl{
		font-size: 1.1rem;
	}
}

