@charset "UTF-8";


/*================================================
 * ご利用の案内（about）
 ================================================*/


/*===============ごあいさつ（index.php）===============*/





/*===============当院の特色（feature.php）===============*/
/*******イントロダクション*******/
.page-feature section#feature_intro_area .intro_list {
	margin-top: 2em;
	gap: 0 0.5em;
}
.page-feature section#feature_intro_area .intro_list li {
	border: 1px solid var(--color-main);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	text-align: center;
	width: 11em;
	height: 11em;
	padding-bottom: 0.5em;
}
.page-feature section#feature_intro_area .intro_list li img {
	width: auto;
	height: 1.5em;
}
.page-feature section#feature_intro_area .intro_list li em {
	font-size: 110%;
	font-weight: 600;
	line-height: 1.45;
	margin-top: 0.6em;
}





/*===============病院理念・方針（philosophy.php）===============*/
/*******理念*******/
.page-philosophy section#philosophy_main_area .img_philosophy {
	display: block;
	width: 23.95em;
	margin: 0 auto;
}






/*===============各種認定・施設基準（facility.php）===============*/
.page-facility .table_facility_surgery01 thead th:nth-of-type(1),
.page-facility .table_facility_surgery01 thead th:nth-of-type(3),
.page-facility .table_facility_surgery02 thead th:nth-of-type(2) {
	width: 17.5%;
}
.page-facility .table_facility_surgery01 tbody td:nth-of-type(2),
.page-facility .table_facility_surgery02 tbody td {
	text-align: right;
	padding-left: 0;
}























/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width: 800px) {


/*===============当院の特色（feature.php）===============*/
/*******イントロダクション*******/
.page-feature section#feature_intro_area .intro_list {
	margin-top: 8vw;
	gap: 0 3vw;
}
.page-feature section#feature_intro_area .intro_list li {
	height: 40vw;
	width: 40vw;
}
.page-feature section#feature_intro_area .intro_list li:first-of-type {
	margin: 0 10vw;
}
.page-feature section#feature_intro_area .intro_list li:nth-of-type(n+2){
	margin-top: -3vw;
}





/*===============各種認定・施設基準（facility.php）===============*/
.page-facility .table_facility_surgery01 thead th:nth-of-type(1),
.page-facility .table_facility_surgery01 thead th:nth-of-type(3),
.page-facility .table_facility_surgery02 thead th:nth-of-type(2) {
	width: 15vw;
}












}