#page_title{
	background:url('../images/bumon1/page_title.webp') no-repeat top center;
}
img.alignright{
	width:370px;
	height:370px;
	display:block;
	object-fit:cover;
	border-radius:20px;
}
.voice{
	margin:0 auto 60px;
	display:flex;
}
.voice dt{
	width:185px;
	flex:none
}
.voice dt img{
	display:block;
	border-radius:10px;
}
.voice dd{
	margin-left:56px;
	border:4px solid #489f2d;
	padding:15px;
	position:relative;
	box-sizing:border-box;
	border-radius:15px;
}
.voice dd:before{
	content:"";
	width:34px;
	height:38px;
	background:url('../images/bumon1/fukidashi.svg') no-repeat;
	background-size:contain;
	display:block;
	position:absolute;
	top:15px;
	left:-34px;
}