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

#doctor{	
	margin-top:6.92%;
}

#doctor_pic-txt {
    display: flex;
    justify-content: space-between;
	align-items: center;
	margin-bottom: 7.69%;
}
#doctor_pic {
    width: 39.23%;
}
#doctor_pic img {
    width: 100%;
}
#doctor_txt {
    width: 55.38%;
}
#doctor_txt h2 {
	color: #f26d9a;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	margin-bottom: 5.38%;
}
#doctor_txt p{
	font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}
#doctor-name {
	margin-top: 7.69%;
}
#history-syozoku {
	display: flex;
	padding-bottom: 11.53%;
}
#history {
	width: 53.07%;
}


#doctor h3 {
	border-radius: 24px;
	padding: 10px 24px;
	display: inline-block;
	background-color: #319b91;
	color:#FFFFFF;
	font-size: 16px;
	line-height: 1em;
	font-weight: 500;
	margin-bottom: 16px;
}
.doctor_history_table-wrap {
    display: flex;
}


#doctor table{
	border-collapse: collapse;
	
}
#doctor table tbody {
    box-sizing: border-box;
    text-indent: initial;
    
}
#doctor table tbody tr{
	
}
#doctor table tbody th{
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
	padding-bottom: 2px;
	text-align: left;
	width: 25.38%;
}
#doctor table tbody td{
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
	padding-bottom: 2px;
	
}
#syozoku {
	margin-left: 12.3%;
	width: 22.3%;
}
#syozoku ul {
}
#syozoku ul li {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 400;
	padding-bottom: 8px;
}
