@charset "utf-8";

.titleBox div{
	text-align:center;
	margin-bottom:2.3%;
}
.titleBox img{
	width:256px;
}

.doctorInfoBox{
	font-size:1.4rem;
}
.doctorInfoBox .doctorName{
	font-size:1.6rem;
	font-weight:600;
	margin-bottom:0.6em;
}

main section > dl dt{
	color:#F9423A;
	padding:0.5em;
	padding-left:2em;
	border-top:1px solid #F9423A;
	border-bottom:1px solid #F9423A;
	position:relative;
	margin-bottom:4.5%;
	font-weight:600;
}
main section > dl dt::before{
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(../images/message/mark_q.png) no-repeat;
	background-size:100%;
	position:absolute;
	left:0;
	top:0.5em;
}

.doctorList{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.doctorList > li{
	width:320px;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	padding-bottom:32px;
	margin-bottom:32px;
	border-bottom:1px solid #CFCFCF;
}
.doctorList > li div:first-child{
	width:200px;
}
.doctorList > li div .btn{
	width:100%;
}
.doctorList > li div p{
	font-size:1.8rem;
	font-weight:600;
}

.doctorList > li .imgBox{
	width:104px;
}

@media screen and (min-width:769px){
	.doctorBox{
		position:relative;
	}
	.doctorBox::before{
		content:"";
		display:block;
		background:url(../images/message/bg_doctor.png) no-repeat;
		background-size:100% 230px;
		width:100%;
		height:230px;
		position:absolute;
		left:0;
		top:0;
		margin-top:260px;
	}
	.doctorInfoBox{
		border:1px solid #1BA0B2;
		padding:2.2%;
		background:white;
	}

	.imgR, .imgL{
		display:flex;
		justify-content:space-between;
	}
	.imgL{
		flex-direction:row-reverse;
	}
	.imgR p, .imgL p{
		width:488px;
	}
	.imgR p:last-child, .imgL p:last-child{
		width:196px;
	}
	
}
@media screen and (max-width:768px){
	.doctorInfo .titleBox div{
		position:relative;
	}
	.doctorInfo .titleBox div::before{
		content:"";
		display:block;
		background:url(../images/message/bg_doctor_sp.png) no-repeat;
		background-size:100% 100%;
		width:112%;
		height:0;
		padding-bottom:51.25%;
		position:absolute;
		left:-6%;
		top:50%;
		transform:translateY(-50%);
	}
	.doctorInfo .titleBox div img{
		position:relative;
	}
	.doctorListArea h2{
		margin-bottom:20%;
	}
	.doctorList > li{
		width:100%;
	}
	.doctorList > li div:first-child{
		width:60%;
	}
	.doctorList > li .imgBox{
		width:32%;
	}
	
}
