@charset "UTF-8";
.custVoiceInner {
	margin-top: 25px;
}
.custVoice .acdCnt01 + .acdCnt01{
	margin-top: 30px;
}
/*アコーディオン見出し*/
.custVoice .acdCnt01 .date01{
	font-size: 1rem;
	font-weight: normal;
}
/*アコーディオン内ボックス*/
.custVoice [class*="acdCnt"] > .acdCheck:checked + .acdLabel + .acdContent{
	padding: 20px 22px;
}
.voiceArwBlock .voiceHear{
	border: 1px solid #CFCFCF;
	border-radius: 10px;
	padding: 15px 20px;
	position: relative;
	margin-bottom: 55px;
}
.voiceArwBlock .voiceHear::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #ffdbdb transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -15px;
}
.voiceArwBlock .voiceHear .voiceHearTitWrap{
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 100%;
}
.voiceArwBlock .voiceHear .voiceHearTitWrap .img{
	max-width: 46px;
}
.voiceArwBlock .voiceHear .voiceHearTitWrap .title{
	margin-left: 15px;
	font-size: 1.42857rem;
	font-weight: bold;
}
.voiceArwBlock .voiceHear .voiceHearText{
	font-size: 1rem;
	margin-top: 15px;
}
.voiceArwBlock .voiceRespond{
	background-color: #FCF4F4;
	border-radius: 10px;
	padding: 15px 20px;
}
.voiceArwBlock .voiceRespond .voiceResTitWrap{
	display: -webkit-box;
	display: flex;
	align-items: center;
	width: 100%;
}
.voiceArwBlock .voiceRespond .voiceResTitWrap .img{
	max-width: 46px;
}
.voiceArwBlock .voiceRespond .voiceResTitWrap .title{
	font-size: 1.42857rem;
	font-weight: bold;
	margin-left: 15px;
}
.voiceArwBlock .voiceRespond .voiceResText{
	font-size: 1rem;
	margin-top: 15px;
}
.voiceArwBlock .voiceRespond .voiceResText .txtType01{
	margin-top: 20px;
}
.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;
}
.custVoice .orderListType01 .item{
	position: relative;
	padding-left: 2.64em;
	font-size: 1rem;
	line-height: 1.57;
}
.custVoice .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;
}
/*電話番号横並び調整*/
.clm.callList > .clmItem {
	width: auto;
}
@media print, all and (min-width:641px) {
	.custVoiceInner {
		margin-top: 30px;
	}
	.custVoice .acdCnt01 + .acdCnt01{
		margin-top: 40px;
	}
	.custVoice [class*="acdCnt"] > .acdCheck:checked + .acdLabel + .acdContent{
		padding: 40px 30px;
	}
	.voiceArwBlock .voiceHear{
		margin-bottom: 75px;
	}
	.voiceArwBlock .voiceHear::after{
		border-width: 22px 21px 0 21px;
		bottom: -48px;
		margin-left: -22px;
	}
	.voiceArwBlock .voiceRespond .clm.imgList02.small > .clmItem.T {
		width: calc(100% - 223px);
	}
	.voiceArwBlock .voiceRespond .clm.imgList02.small > .clmItem.I {
		width: 223px;
	}
	.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;
	}
}