@charset "UTF-8";
/*
 * /commonY20/index/index.css
 *
 */

 /* !main
/*------------------------------------------------------- */
.wKeep {
	word-break: keep-all;
}

.bg_voice {
	padding: 0;
}
.voice .tit {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	margin-top: -6px;
} 
.voice .voiceList {
	margin-top: 74px;
}
.voice .voiceList .item {
	margin-top: 40px;
	position: relative;
}
.voice .voiceList .item::before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/commonY20/img/ico_user.svg) no-repeat left top;
	background-size: 40px 40px;
	border-radius: 50%;
}
.voice .voiceList .item .voiceGroup {
	background: #f7f7f7;
	margin-left: 60px;
	padding: 26px 30px;
	border-radius: 10px;
}
.voice .voiceList .item .voiceGroup .name {
	color: #cc0000;
	font-size: 1.8rem;
	display: block;
	font-weight: 500;
}
.voice .voiceList .item .voiceGroup .txt {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
	margin-top: 0.2em;
}

/*------------------------------------------------------- */
/* !Media screen
/*------------------------------------------------------- */
@media screen and (max-width: 740px) {

/* !main
/*------------------------------------------------------- */
.contents {
	padding-top: 60px;
}

.bg_voice {
	padding: 0 20px 0px;
}
.voice .tit {
	font-size: 1.8rem;
	margin-top: 0px;
	margin-bottom: -6px;
} 
.voice .voiceList {
	margin-top: 30px;
	margin-left: -20px;
}
.voice .voiceList .item {
	margin-top: 30px;
	position: relative;
}
.voice .voiceList .item::before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: -10px;
	border-radius: 50%;
}
.voice .voiceList .item .voiceGroup {
	margin-left: 20px;
    padding: 26px 20px;
}
.voice .voiceList .item .voiceGroup .name {
	font-size: 1.4rem;
}
.voice .voiceList .item .voiceGroup .txt {
	font-size: 1.2rem;
}


}
