@charset "utf-8";

/* =============== main =============== */
.mv{
	background: url("/doctor/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}
.doctorpic {
	margin-top: 20px;
	text-align: center;
}
.doctor-profile_list{
	margin-top: 20px;
}
.history {
	margin-top: 30px;
}
.history_list{
	margin-top: 20px;
}
.history figure {
	text-align: center;
}

.doctor-comment {
	margin-top: 30px;
	padding: 20px;
	background: #f0f9fc;
}
.doctor-comment dl dt {
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #0199cb;
	border-bottom: dotted 1px #9ad1e3;
}
.doctor-comment dl dd {
	margin-top: 10px;
}


/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
  
  

 
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {

  
  
}


/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {
	.doctor-profile{
		position: relative;
	}
	.doctorpic {
		position: absolute;
		right: 0;
		top: -20px;
		margin: 0;
	}

	.history {
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.history_list{
		margin: 0;
		width: calc(100% - 354px);
	}
	.history figure {
		width: 324px;
	}


}



