@charset "UTF-8";

/*------------------------------------------------------------
オリジナルのcssスタイルシート
Created by たいしん
-------------------------------------------------------------*/

.btn-voice_spoiler{/* お客様の声の「もっと見る」ボタン */
	background: #1A4069;
	border-radius: 5px;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	width: 100%;
	max-width: 9em;
}
.cell-voice{
	border: 1px solid #808183;
	box-shadow: 0 2px 5px #000000;
	margin-bottom: 30px;
	padding: 7px;
}
.img-voice_main img{
	border: 1px solid #221714;
	margin: 10px 0;
	width: 100%;
	height: 100%;
}
.isInactive{ display: none; }
.title-voice{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8!important;
	margin-bottom: 0!important;
	margin-top: 5px;
}
.voice-checktable{
	border: 0!important;
	display: flex;
	margin-bottom: 5px!important;
}
.voice-checktable td{
	border: 0!important;
	padding: 2px!important;
}
.voice-checktable td:first-child{ text-align: right; }

@media screen and (max-width: 768px){
	.voice-checktable{ width: 100%; }
}