@charset "UTF-8";
/* CSS Document */

/* ============================
		Reset
 ============================ */


/* ============================
		topVisualSection
 ============================ */


.topVisualSection .smartContainer {
background-image: url("../images/top_visual0001b.webp");
}


/* for PC */
@media screen and (min-width: 1201px) {

	.topVisualSection .smartContainer {
	background-image: url("../images/top_visual0001b_pc.webp");
	}

}




/* ============================
		staffSection
 ============================ */

.staffSection .profileList li {
margin-bottom: 3em;
}

.staffSection .profileTopsBlock {
display: table;
width: 100%;
margin-bottom: 1em;
}

.staffSection .staffName {
display: table-cell;
vertical-align: middle;
width: calc(100% - 150px);
}

.staffSection .staffName p {
margin-bottom: 0;
font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
font-size: 2.8rem;
font-weight: bold;
}

.staffSection .staffName p .partTime {
display: inline-block;
font-size: 1.4rem;
font-weight: normal;
position: relative;
top: -0.8em;
}

.staffSection .staffName .kana {
font-family: 'BIZ UDPGothic', sans-serif;
font-size: 1.4rem;
}

.staffSection .photo {
display: table-cell;
vertical-align: middle;
width: 150px;
box-sizing: border-box;
}

.staffSection .photo img {
width: 100%;
}

/* profileDataList */
.staffSection .profileDataList {
}

.staffSection .profileDataList dt {
font-size: 1.3rem;
line-height: 2.1em;
float: left;
clear: both;
width: 8em;
}

.staffSection .profileDataList dd {
font-size: 1.3rem;
line-height: 2.1em;
float: right;
width: calc(100% - 8em);
}

.staffSection .profileDataList dd a {
font-size: 1.3rem;
}


/* for PC */
@media screen and (min-width: 1201px) {

	.staffSection .profileList li {
	float: left;
	width: calc(50% - 40px);
	margin-bottom: 70px;
	}
	.staffSection .profileList li:nth-child(even) {
	float: right;
	}
	.staffSection .profileList li:nth-child(odd) {
	clear: both;
	}


	.staffSection .profileTopsBlock {
	display: block;
	width: auto;
	margin-bottom: 1em;
	position: relative;
	}

	.staffSection .staffName {
	display: block;
	width: 100%;
	}

	.staffSection .photo {
	display: block;
	width: 170px;
	position: absolute;
	top: 0;
	right: 0;
	}

	/* profileDataList */
	.staffSection .profileDataList dt {
	font-size: 1.5rem;
	}

	.staffSection .profileDataList dd {
	font-size: 1.5rem;
	}
	
	.staffSection .profileDataList dd a {
	font-size: 1.5rem;
	}

}



/* ============================
		doctorTableSection
 ============================ */

.doctorTableSection .basicTable.firstExamination  th,
.doctorTableSection .basicTable.firstExamination  td {
width: 13%;
}

.doctorTableSection .basicTable.SecondExamination  th,
.doctorTableSection .basicTable.SecondExamination  td {
width: 15.3%;
}


.doctorTableSection .basicTable thead th:first-child,
.doctorTableSection .basicTable tbody th:first-child {
border-left: none;
width: 4em;
}
.doctorTableSection .basicTable thead th:last-child {
border-right: none;
}

.doctorTableSection .basicTable tbody td:last-child {
border-right: none;
}

.doctorTableSection .basicTable tbody .time {
font-weight: bold;
}

.doctorTableSection .basicTable tbody .field {
font-weight: bold;
}

.doctorTableSection .basicTable th,
.doctorTableSection .basicTable td {
white-space: nowrap;
}

.doctorTableSection .basicTable tbody th {
background-color: #ece8e2;
border-left: none;
width: 5%;
}


.doctorTableSection .doctorTableNote {
}

.doctorTableSection .doctorTableNote dt {
line-height: 1.75em;
float: left;
width: 6em;
}

.doctorTableSection .doctorTableNote dd {
line-height: 1.75em;
float: right;
width: calc(100% - 6em);
}






/* ============================
		other
 ============================ */

/* for SP */
@media screen and (max-width: 767px) {
}

/* for TB */
@media screen and (max-width: 1200px) and (min-width: 768px){
}

/* for PC */
@media screen and (min-width: 1201px) {
}

/* for PCX */
@media screen and (min-width: 1501px) {
}

