<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.voice-wrap{
	margin: 0 0 30px;
	padding: 30px;
	border: solid 2px #FCA672;
	border-radius: 8px;
	position: relative;
	background: #fff;
}
.voice-wrap h2{
	margin: 0;
	padding: 0 236px 0 100px;
	min-height: 86px;
	background: url(../img/parts_voice.jpg) no-repeat right bottom;
	font-size: 1.6rem;
	text-align: left;
}
.voice-wrap .name{
	padding: 0 10px 0 0;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 98px;
	height: 70px;
	color: #fff;
	line-height: 70px;
	background: url(../img/parts_baloon.png) no-repeat left top;
	font-weight: bold;
	font-size: 2.2rem;
}

.customer{
	padding: 20px;
	border-radius: 6px;
	background: #FFF2E5;
	text-align: left;
}
.customer dl{
	margin-right: 20px;
	flex: 1;
}
.customer dt{
	color: #F97A31;
	font-weight: bold;
}
.customer dt:before{
	content: url(../../common/img/dot_p.png);
	margin-right: 5px;
}
.customer dd{
	margin: 0 0 1em;
	line-height: 1.6;
	font-size: 1.4rem;
}
.customer dd:last-child{
	margin: 0;
}
.customer figure{
	font-size: 0;
	line-height: 0;
	width: 415px;
}
.customer figure img{
	border: solid 1px #ccc;
	width: 100%;
	height: auto;
}

.staff {
	margin: 20px 0 0;
}
.staff figure{
	width: 160px;
	font-size: 0;
	line-height: 0;
}
.staff figure img{
	border: solid 3px #FB7C31;
	border-radius: 6px;
	width: 100%;
	height: auto;
}
.staff div{
	margin-left: 20px;
	flex: 1;
	text-align: left;
	font-size: 1.4rem;
}
.staff div h3{
	margin: 0 0 1em;
	font-size: 1.8rm;
}
.staff div h3 span{
	color: #FA7B31;
	font-size: 1.4rem;
}


.pager{
	letter-spacing: -.5em;
	text-align: center;
}
.pager li{
	margin-right: 4px;
	display: inline-block;
	letter-spacing: normal;
}
.pager li a,
.pager li span{
	padding: .5em .75em;
	display: block;
	line-height: 1;
}
.pager li a{
	border: solid 1px #ccc;
	background: #fff;
	color: #000;
}
.pager li span{
	border: none;
	color: #C76100;
	background: transparent;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.voice-wrap{
		margin: 0 0 30px;
		padding: 15px;
		border: solid 2px #FCA672;
		border-radius: 8px;
		position: relative;
		background: #fff;
	}
	.voice-wrap h2{
		margin: 0;
		padding: 0 0 86px 80px;
		background: url(../img/parts_voice.jpg) no-repeat left bottom;
		font-size: 1.5rem;
		text-align: left;
	}
	.voice-wrap .name{
		position: absolute;
		top: -10px;
		left: 5px;
		width: 85px;
		height: 60px;
		color: #fff;
		line-height: 60px;
		background: url(../img/parts_baloon.png) no-repeat left top;
		background-size: auto 100%;
		font-weight: bold;
		font-size: 2rem;
	}

	.customer{
		padding: 15px;
		border-radius: 6px;
		background: #FFF2E5;
		text-align: left;
	}
	.customer dl{
		margin-right: 0;
		flex: 1;
	}
	.customer dd{
		font-size: 1.3rem;
	}
	.customer dd:last-child{
		margin: 0 0 1em;
	}
	.customer figure{
		width: auto;
	}
	.customer figure img{
		border: solid 1px #ccc;
		width: 100%;
		height: auto;
	}

	.staff {
		margin: 20px 0 0;
	}
	.staff figure{
		width: 30%;
		font-size: 0;
		line-height: 0;
	}
	.staff div{
		margin: 0 0 0 15px;
		text-align: left;
		font-size: 1.3rem;
		line-height: 1.3;
	}
	.staff div h3{
		margin: 0 0 .5em;
		font-size: 1.6rm;
	}
	.staff div h3 span{
		color: #FA7B31;
		font-size: 1.3rem;
	}
	.pager{
		letter-spacing: -.5em;
		text-align: center;
	}
	.pager li{
		margin-right: 4px;
		display: inline-block;
		letter-spacing: normal;
	}
	.pager li a,
	.pager li span{
		padding: .5em .75em;
		display: block;
		line-height: 1;
	}
	.pager li a{
		border: solid 1px #ccc;
		background: #fff;
		color: #000;
	}
	.pager li span{
		border: none;
		color: #C76100;
		background: transparent;
		font-weight: bold;
	}
}</pre></body></html>