@charset "utf-8";
/* CSS Document */
.under_visual {
    background-image: url(../../img/voice/visual.jpg);
}


.voice_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px;
}

.voice_list li {
	width: 30%;
    margin-right: 5%;
    margin-bottom: 5%;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}

.voice_list li:nth-child(3n) {
    margin-right: 0%;
}

.voice_list li figure {
	display: block;
	width: 300px;
/*	height: 300px;*/
	height: 80% !important;
	max-width: 100%;
	max-height: 80%;
}
.voice_list li figure img{
	object-fit: contain !important;
	width: 100%;
	height: 80%;
}
.voice_body {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.voice_body {
		min-height: 320px;
	}
}
@media screen and (max-width: 684px) {
	.voice_body {
		min-height: 300px;
	}
}
@media screen and (max-width: 520px) {
	.voice_body {
		min-height: 280px;
	}
}
@media screen and (max-width: 480px) {
	.voice_body {
		min-height: 260px;
	}
}
@media screen and (max-width: 360px) {
	.voice_body {
		min-height: 240px;
	}
}

/* no_image */
.no_image_box {
	object-fit: contain !important;
	width: 100%;
	height:100%;
	display: flex;
}
.no_image {
	color: #9d9d9d;
	font-size: 24px;
	text-align: center;
	margin: auto;
	width: 95%;
	height: 95%;
	max-height: 320px;
    max-width: 320px;
    cursor: pointer;
	border: 1px solid #000;
	background-image: linear-gradient(
	  -45deg,
	  #fff 25%,
	  #ebebe4 25%, #ebebe4 50%,
	  #fff 50%, #fff 75%,
	  #ebebe4 75%, #ebebe4
	);
	/* 幅8px、高さ8pxで背景画像のサイズを指定 */
	background-size: 8px 8px;
	display: flex;
    justify-content: center;
    align-items: center;
}

main .hospital_btns {
    border-top: none;
    /*padding: 0 30px 30px 30px;*/
}