@charset "UTF-8";


/*================================================
 *  医療関係者の方（medical）
 ================================================*/

/*===============地域医療連携（index.php）===============*/




/*===============医師紹介（doctor.php）===============*/
.page-doctor section#doctor_area .btn_list {
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap: 0.75em 0.8em; 
	margin-top: 0;
}
.page-doctor section#doctor_area .btn_list li [class*="btn_icon_arrow"] {
	line-height: 1.25;
	width: 100%;
	padding-left: 1.1em;
}






/*===============手術症例件数（surgery_data.php）===============*/
.page-surgery_data section#surgery_area [class*="table_surgery"],
.page-surgery_data section#surgery_area [class*="table_surgery"] * {
	border-color: #e6e6e6!important;
}
.page-surgery_data section#surgery_area [class*="table_surgery"] {
	border: 1px solid;
	font-size: 90%;
	width: 100%;
	line-height: 1.5;
}
.page-surgery_data section#surgery_area [class*="table_surgery"] th,
.page-surgery_data section#surgery_area [class*="table_surgery"] td {
	padding: 0.75em 0;
}
.page-surgery_data section#surgery_area [class*="table_surgery"] tr + tr th,
.page-surgery_data section#surgery_area [class*="table_surgery"] tr + tr td {
	border-top: 1px solid;
}

.page-surgery_data section#surgery_area .table_surgery01 tr:nth-of-type(odd),
.page-surgery_data section#surgery_area .table_surgery02 tr:nth-of-type(odd),
.page-surgery_data section#surgery_area .table_surgery03 th:nth-of-type(1):not(:last-of-type) {
	background-color: #f2f2f2;
}
.page-surgery_data section#surgery_area .table_surgery01 th:nth-of-type(1) {
	width: 3.8em;
	padding-left: 1em;
}
.page-surgery_data section#surgery_area .table_surgery02 th:nth-of-type(1),
.page-surgery_data section#surgery_area .table_surgery03 th {
	padding-left: 1em;
}
.page-surgery_data section#surgery_area .table_surgery03 th:nth-of-type(1):not(:last-of-type) {
	border-right: 1px solid;
	width: 11.5em;
}

.page-surgery_data section#surgery_area .table_surgery01 td,
.page-surgery_data section#surgery_area .table_surgery02 td,
.page-surgery_data section#surgery_area .table_surgery03 td {
	padding-right: 1em;
	text-align: right;
	width: 6em;
}




/*===============セカンドオピニオンについて（secondopinion.php）===============*/
.page-secondopinion section#secondopinion_area .btn_list [class*="btn_icon_arrow"] {
	width: 17.5em;
}
















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



/*===============地域医療連携（index.php）===============*/





/*===============医師紹介（doctor.php）===============*/
.page-doctor section#doctor_area .btn_list {
	grid-template-columns: 1fr 1fr; 
	gap: 2vw 2vw; 
}





/*===============手術症例件数（surgery_data.php）===============*/
.page-surgery_data section#surgery_area [class*="table_surgery"] {
	font-size: 4vw;
}
.page-surgery_data section#surgery_area .table_surgery01 th:nth-of-type(1) {
	width: 2.5em;
	padding-left: 0.5em;
}
.page-surgery_data section#surgery_area .table_surgery02 th:nth-of-type(1),
.page-surgery_data section#surgery_area .table_surgery03 th {
	padding-left: 0.5em;
}
.page-surgery_data section#surgery_area .table_surgery03 th:nth-of-type(1):not(:last-of-type) {
	width: 7.5em;
}
.page-surgery_data section#surgery_area .table_surgery01 td,
.page-surgery_data section#surgery_area .table_surgery02 td,
.page-surgery_data section#surgery_area .table_surgery03 td {
	padding-right: 0.5em;
	width: 3.5em;
}



/*===============セカンドオピニオンについて（secondopinion.php）===============*/
.page-secondopinion section#secondopinion_area .btn_list [class*="btn_icon_arrow"] {
	width: 100%;
}










}