/*--------------------------------------------------------*/

/*  お客様の声ページのレイアウト　*/

/*--------------------------------------------------------*/

/*  レイアウト　*/

#container {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
}

#container #navi{
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}

/*--------------------------------------------------------*/

/*  タイトルとメッセージ　*/

/*--------------------------------------------------------*/

h1.voice_page_title{
	text-align:center;
	width:278px;
	margin:0 auto;
}

h1.voice_page_title img{
	width:100%;
}

p.voice_page_message{
	margin:40px 0 0;
	text-align:center;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	color:#555;
	font-weight:500;
	line-height:2.0em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	margin-bottom:50px;
}

/*--------------------------------------------------------*/

/*  ご家族の声　*/

/*--------------------------------------------------------*/

.voice_card{
	background:#FBF8F0;
	border-radius:10px;
	padding:30px 30px;
	box-sizing:border-box;
	margin-bottom:35px;
}

.voice_card:last-child{
	margin-bottom:80px;
}

.voice_card .voice_card_inner{
	display:flex;
	align-items:flex-start;
	gap:30px;
}

.voice_image{
	width:180px;
	flex-shrink:0;
	background:#FFF;
}

.voice_image img{
	display:block;
	width:100%;
	height:auto;
}

.voice_image img{
	transition: all  0.2s ease;
}

.voice_image img:hover{
	opacity: 0.7;
}

.voice_body{
	flex:1;
	background:#FFF;
	border:1px solid #E0CC85;
	border-radius:8px;
	padding:30px 30px;
	box-sizing:border-box;
}

.voice_meta{
	margin-bottom:25px;
}

.voice_row{
	display:flex;
	align-items:center;
	gap:12px;
	margin-bottom:10px;
}

.voice_row:last-child{
	margin-bottom:0;
}

.voice_label{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:92px;
	padding:4px 15px 6px;
	border:1px solid #E0CC85;
	background:#FFF;
	border-radius:8px;
	background:linear-gradient(
	to bottom,
	#FFFFFF 0%,
	#FFF7F0 55%,
	#FAD7B4 100%
	);
	color:#CD9650;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
	box-sizing:border-box;
}

.voice_text,
.voice_stars{
	color:#8F6938;
	font-family: "Noto Sans JP","游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:1.2em;
	letter-spacing:0.08em;
	font-feature-settings : "palt";
}

.voice_stars{
	color:#E5AE2D;
	letter-spacing:2px;
}

.voice_comment{
	color:#444;
	font-size:15px;
	font-weight:500;
	line-height:1.9em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	text-align: justify;
}

.voice_comment p{
	margin:0 0 20px;
}

.voice_comment p:last-child{
	margin-bottom:0;
}

.voice_comment span{
	background-color:#FFF6BF;
	padding:0 1px;
	font-weight:bold;
}

.staff_message{
	margin-top:40px;
	background:#FFF;
	border:1px solid #E0CC85;
	border-radius:8px;
	padding:28px;
}

.staff_message p.staff_message_tit{
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:1.8em;
	letter-spacing:0.05em;
	font-feature-settings : "palt";
	margin-bottom:18px;
}

.staff_message p.staff_message_txt{
	color:#444;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	letter-spacing:0.03em;
	font-feature-settings : "palt";
	margin-bottom:18px;
}

.staff_message p.staff_message_txt:last-child{
	margin-bottom:0;
}