@charset "UTF-8";

/* doctor
-----------------------------------------------------*/
.greeting,
.profile {
	overflow:hidden;
}

.greeting .fig {
	float:left;
	width:300px;
}

.greeting .fig img,
.profile div img {
	border:1px solid #c3cbca;
}

.greeting .txt {
	float:right;
	width:750px;
}

.profile dl {
	float:left;
	width:850px;
}

.profile dt {
	border-bottom:1px solid #c3cbca;
	font-size:2rem;
	font-weight:500;
	margin-bottom:1em;
	padding-bottom:.6em;
}

.profile dt span {
	font-size:1.6rem;
	font-weight:400;
	display:block;
}

.profile dd {
	margin-bottom:.8em;
}

.profile div {
	float:right;
	width:200px;
}

.history li {
	border-bottom:1px dashed #c3cbca;
	padding:.8em 1em;
}

.history li dl {
	position:relative;
}

.history li dl dd {
	margin-left:6em;
}

.history li dt {
	left:0;
	position:absolute;
	top:0;
	width:6em;
}

@media only screen and (max-width:767px) {

.greeting .fig,
.profile dl,
.profile div,
.greeting .txt {
	float:none;
	width:auto;
}

.greeting .fig,
.profile .fig {
	margin:0 auto 4%;
	width:50vw;
}

.profile dl {
	margin-bottom:2em;
}

.profile dt {
	font-size:3.4vw;
}

.profile dt span {
	font-size:2.8vw;
}

.history {
	padding-bottom:2em;
}

.history li dl dd {
	margin-left:5em;
}

.history li dt {
	width:5em;
}

}

