@charset "UTF-8";
.side .clm.imgList02.voice01 .clmItem.T > .title {
	background-color: #E60000;
	padding: 7px;
}
.side .clm.imgList02.voice01 .clmItem.T > .title > p {
	color: #fff;
	position: relative;
	text-align: center;
	font-size: 1.28571rem;
	font-weight: bold;
}
.side .clm.imgList02.voice01 .clmItem.T > .title .mark{
	display: inline-block;
	left: 0;
	top: 0em;
	bottom: 0;
	margin: auto 10px auto auto;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #fff;
	color: #E60000;
	font-size: 1.42857rem !important;
	line-height: 1.5;
	text-align: center;
}
.side .clm.imgList02.voice01 .clmItem.T > .text{
	padding: 22px 20px;
	background-color: #FFDBDB;
}
.voiceBlock .orderListType01 .item{
	position: relative;
	padding-left: 2.64em;
	font-size: 1rem;
	line-height: 1.57;
}
.voiceBlock .orderListType01 > .item > .mark {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -0.1em;
	bottom: 0;
	margin: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #E60000;
	color: #fff;
	font-size: 1.42857rem !important;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}
.side .clm.imgList02.voice01 > .clmItem:last-child{
	width: 79.5%;
	margin: 20px auto auto;
}

@media print, all and (min-width:641px) {
		.side .clm.imgList02.voice01 > .clmItem:first-child {
		width: 54%;
	}
	.side .clm.imgList02.voice01 > .clmItem:last-child {
		width: calc(46% - 20px);
		margin: auto auto auto 20px;
	}
}