@charset "utf-8";


/*診療方針*/

.feature-list-wrap{}

.feature-list{
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}

.feature-list li{
	width: 32%;
	padding: 0.5rem 1.4rem 1.4rem;
	border-radius: 8px;
	border: solid 3px #f3f3f3;
	box-sizing: border-box;
}

.feature-list-image{
	width: 60%;
	border-radius: 50%;
	overflow: hidden;
	margin: 0.5rem auto 0.7rem;
}

.feature-list-image img{
	width: 100%;
	vertical-align: bottom;
}

.feature-list dt{
	color: #2a3f5e;
	text-align: center;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.2;
	font-feature-settings: "palt";
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.feature-list-num{
	font-size: 1rem;
	color: #60b3e3;
	display: block;
	position: relative;
	margin-top: 0.5rem;
}

.star-kyupeen-bottom{
	bottom: -10px;
	margin-right:0;
}

@media only screen and  (max-width: 834px) {
.feature-list{
	flex-wrap: wrap;
}

.feature-list li{
	width: 100%;
	margin-bottom: 1.5rem;
}
}

/*院内写真*/

.feature-image-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.feature-image-list li{
	width: 32%;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 1rem;
}

.feature-image-list img{
	width: 100%;
	vertical-align: bottom;
}

@media only screen and  (max-width: 834px) {
.feature-image-list li{
	width: 49%;
	margin-bottom: 0.5rem;
	border-radius: 5px;
}

}