.sp-inner p{
	font-size: 1.4rem;
}

/* お客様の声 */
#voice section{
	padding-bottom: 30px;
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 30px;
}

#voice section:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


#voice .left{
	position: relative;
	width: 263px;
	line-height: 0;
	float: left;
}

#voice .left p{
	width: 100%;
	background-color: #2f1812;
	color: #fff;
	font-size: 10px;
	font-size: 2rem;
	line-height: 110%;
	padding: 12px 18px;
}

#voice .left p span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}

#voice .right{
	margin-left: 0;
	padding-left: 300px;
}

#voice .right h4{
	padding-left: 18px;
	line-height: 100%;
	border-left: 7px solid #2f1812;
	margin-bottom: 1em;
}

#voice .right p{
	margin-bottom: 1em;
}

#matome h3 {
    font-size: 22px;
    font-size: 2.2rem;
    color: #e55a13;
    margin: 1rem 0 0;
}

p{
	margin-bottom: 1em;
}


@media screen and (max-width: 767px) {

#voice section{
	padding: 14px;
	border-width: 1px;
}

#voice .left{
    float: none;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#voice .left p{
	background: none;
	color: #2f1812;
	font-size: 1.6rem;
}

#voice .left img{
	width: 94px;
}

#voice .right{
	padding: 0;
}

#voice .right h4 {
	margin-bottom: 0;
}

#voice .right p{
	padding: 10px 0;
	width: 100%;
	font-size: 1.4rem;
}


}
