@charset "UTF-8";

.doctor {
	padding: 60px 0;
	border-bottom: 1px solid #ccc;
}

.doctor:last-child {
	border-bottom: 0;
}

.doctor>.inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.doctor:nth-child(odd)>.inner {
	flex-direction: row;
}

.doctor:nth-child(even)>.inner {
	flex-direction: row-reverse;
}

.doctor_img {
}

.doctor_cnt {
	width: 65%;
}

.doctor_tbl {
	width: 100%;
}

.doctor_tbl th,
.doctor_tbl td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}

.doctor_tbl tr:last-child th,
.doctor_tbl tr:last-child td {
	border-bottom: 0;
}

.doctor_tbl th {
	width: 7em;
	color: #7f7f7f;
	text-align: left;
}

.doctor.-oka .doctor_tbl th {
	color: #036DB7;
}

.doctor.-shimoda .doctor_tbl th {
	color: #F3A15E;
}
.doctor.-ooyama .doctor_tbl th {
	color: #f195b8;
}
.doctor.-shibuya .doctor_tbl th {
	color: #7ad1ee;
}

.doctor.-nakamura_i .doctor_tbl th {
	color: #50C57C;
}

.doctor.-hayasi .doctor_tbl th {
	color: #07936D;
}

.doctor.-nakamura_t .doctor_tbl th {
	color: #eac03c;
}

.doctor.-fukai .doctor_tbl th {
	color: #5FB7D8;
}
.doctor.-sugimori .doctor_tbl th {
	color: #d96bec;
}
.doctor.-sakamoto .doctor_tbl th {
	color: #5EC69A;
}

.doctor.-asakura .doctor_tbl th {
	color: #F98B84;
}



.doctor_tbl td {
	text-align: justify;
}

.doctor_tbl td a {
	text-decoration: underline;
}

.doctor.-doctor01 .doctor_tbl td a {
	color: #036DB7;
}

.doctor_tbl td a:hover {
	text-decoration: none;
}

.doctor_tbl td ul > li {
	text-indent: -1em;
	padding-left: 1em;
}

.doctor_tbl span.-bold {
	display: block;
	font-weight: bold;
}

/* All SP & Tablet */
@media screen and (max-width:960px) {
	.doctor_img {
		width: 28%;
	}

	.doctor_cnt {
		width: 68%;
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.doctor {
		padding: 25px 0 15px;
	}
	.doctor>.inner {
		display: block;
	}

	.doctor_img {
		margin: 0 auto;
		width: 180px;
	}

	.doctor_cnt {
		width: 100%;
		margin-top: 10px;
	}

	.doctor_tbl tr,
	.doctor_tbl th,
	.doctor_tbl td {
		display: block;
	}

	.doctor_tbl th {
		width: 100%;
		border-bottom: 0;
		padding-bottom: 0;
	}

	.doctor_tbl td {
		padding-top: 5px;
	}

}