@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#voice .box_wrap:not(:last-of-type) {
	margin-bottom: 150px;
}
#voice .box > .box_flex {
	align-items: flex-start;
	margin-bottom: 50px;
}
#voice .box .img {
	width: 498px;
	border: 1px solid #c9caca;
	padding: 5px;
}
#voice .box .img img {
	aspect-ratio: 488 / 388;
}
#voice .box .img .dummy {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 488 / 388;
	background: #f7f7f7;
}
#voice .box .img .dummy img {
	width: 80%;
	aspect-ratio: unset;
}
#voice .box .info {
	width: 551px;
}
#voice .box .info .midashi {
	position: relative;
	border-top: 1px solid #666;
	color: #ccc;
	padding-top: 5px;
	padding-left: 10px;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 20px;
}
#voice .box .info .midashi::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 1px;
	background: #666;
}
#voice .box .info .ttl {
	font-size: 45px;
	margin-bottom: 20px;
	line-height: 1.3;
}
#voice .box .info .job {
	margin-bottom: 30px;
}
#voice .box .info .job dt {
	width: 68px;
	text-align: center;
	background: #e5e5e5;
	font-size: 16px;
}
#voice .box .info .job dd {
	width: calc(100% - 80px);
	font-size: 24px;
	line-height: 1;
}

#voice .box .info .comment dt {
	background: url("../img/voice/human.png") no-repeat center left;
	height: 53px;
	display: flex;
	align-items: center;
	padding-left: 70px;
	font-size: 30px;
	margin-bottom: 30px;
}
#voice .box .info .comment dd {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 25px 30px;
	font-size: 110%;
	position: relative;
}
#voice .box .info .comment dd::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 14px;
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 15px solid #ccc;
}
#voice .box .qa_lsit dl {
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 50px;
}
#voice .box .qa_lsit dl dt {
	background: #e5e5e5;
	font-size: 30px;
	position: relative;
	padding: 17px 30px 20px;
}
#voice .box .qa_lsit dl dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 27px;
	height: 27px;
	background: #666;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
#voice .box .qa_lsit dl dd {
	background: #f7f7f7;
	font-size: 110%;
	padding: 24px 30px;
}
#voice .box .staff_comment {
	border: 1px solid #c9caca;
	border-radius: 5px;
	padding: 30px;
}
#voice .box .staff_comment.has_image {
	display: flex;
	justify-content: space-between;
}
#voice .box .staff_comment.has_image .ico {
	width: 100px;
}
#voice .box .staff_comment.has_image .ico img {
	border-radius: 50%;
}
#voice .box .staff_comment.has_image dl {
	width: calc(100% - 130px);
}
#voice .box .staff_comment dl dt {
	font-size: 33px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 20px;
}
#voice .box .staff_comment dl dd {
	font-size: 110%;
}
#voice .box .staff_comment.has_image dl dd {
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#voice .box_wrap:not(:last-of-type) {
		margin-bottom: 80px;
	}
	#voice .box > .box_flex {
		margin-bottom: 30px;
	}
	#voice .box .img {
		width: 400px;
		margin: 0 auto 30px;
	}
	#voice .box .info {
		width: 100%;
	}
	#voice .box .info .ttl {
		font-size: 30px;
	}
	#voice .box .info .job dt {
		font-size: 15px;
	}
	#voice .box .info .job dd {
		font-size: 22px;
	}
	#voice .box .info .comment dt {
		font-size: 24px;
	}
	#voice .box .info .comment dd {
		padding: 20px;
	}
	#voice .box .qa_lsit dl dt {
		padding: 12px 20px 15px;
		font-size: 20px;
	}
	#voice .box .qa_lsit dl dd {
		padding: 20px;
	}
	#voice .box .qa_lsit dl {
		margin-bottom: 20px;
	}
	#voice .box .staff_comment {
		padding: 15px;
	}
	#voice .box .staff_comment dl dt {
		font-size: 22px;
		margin-bottom: 15px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#voice .box .img {
		width: 100%;
	}
	#voice .box .info .ttl {
		font-size: 22px;
	}
	#voice .box .info .job {
		align-items: center;
	}
	#voice .box .info .job dt {
		font-size: 14px;
	}
	#voice .box .info .job dd {
		font-size: 16px;
	}
	#voice .box .info .comment dt {
		background-size: 40px auto;
		padding-left: 50px;
		font-size: 22px;
	}
	#voice .box .info .comment dd {
		padding: 15px;
		font-size: 100%;
	}
	#voice .box .info .comment dd::before {
		left: 7px;
	}
	#voice .box .qa_lsit dl dt {
		font-size: 18px;
		padding: 12px 15px 15px;
	}
	#voice .box .qa_lsit dl dd {
		padding: 15px;
		font-size: 100%;
	}
	#voice .box .staff_comment.has_image {
		display: block;
	}
	#voice .box .staff_comment.has_image .ico {
		margin: 0 auto 15px;
	}
	#voice .box .staff_comment.has_image dl {
		width: 100%;
	}
	#voice .box .staff_comment dl dt {
		font-size: 18px;
	}
	#voice .box .staff_comment dl dd {
		font-size: 100%;
	}
}