@charset "utf-8";
/* CSS Document */
.under_visual {
    background-image: url(../../img/voice/visual.jpg);
}


.voice_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.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;
	max-width: 100%;
}
.voice_list li figure img{
	object-fit: cover;
	width: 100%;
	height: 100%
}
_:lang(x)::-ms-backdrop, .voice_list li figure img {
	font-family: 'object-fit: cover;';
}

.btn01{
	display: flex;
	background-color: #ff9fd1;
	position: relative;
	font-size: 16px;
	outline: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	top: 0;
	background-color: #FFFFFF;
	background-image: none;
	border: solid 1px #333333;
	color: #333333;
	height: 50px;
	min-width: 200px;
	font-family: "Sawarabi Gothic";
	text-align: center;
	text-decoration: none;
	width: 200px;
	margin-bottom: 10px;
	line-height: 1;
	margin: 0 5px;
	transition: all 300ms 0s ease;	
}

.btn02{
	background-image: url(../../img/global/bg_1.png);
	position: relative;
	font-size: 20px;
	outline: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
	top: 0;
	color: #444444;
	height: 48px;
	min-width: 200px;
	font-family: "Sawarabi Gothic";
	text-align: center;
	text-decoration: none;
	font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
}
.btn01:hover{
	background-color: rgba(255,97,183,0.15);
}
.btn02:hover{
	color: #ffa010;
}

.btn_list{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.hospital_btns{
	border-top: none !important;
	padding: 0 30px 30px 30px !important;
}
.hospital_article .hospital_name{
	text-decoration: none;
}


@media screen and (max-width: 760px){
	.btn01,.btn02{
		min-width: inherit;
		width: 48%;
		margin: 0;
		font-size: 3.4vw;
		height: 12vw;
		padding: 0 3%;
	}
}