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

/*============================
丸山医師紹介
=============================*/
.dr_flexbox{
    display: flex;
}

.doctor_name{
    margin: 45px 0 15px;
    padding: 8px 0 5px;
    font-weight: bold;
    color: #343534;
    border-top: double 4px #C19FA9;
    border-bottom: double 4px #C19FA9;
    font-size: 20px;
}


.doctor_p{
    max-width:500px;/*固定*/
    width: 100%;
    padding-right:15px;
}

.doctor_p_nagata{
    max-width:150px;/*固定*/
    width: 100%;
    padding-right: 20px;
    padding-top: 25px;
}


.dr_shikaku{
    flex: 1;/*可変*/
}

.doctor_katagaki{
	margin-left:20px;
	margin-bottom:20px;
	padding-top:15px;
	float:left;
	width:400px;
}

.doctor_gakai{
	font-weight: bold;
	font-size:16px;
	color:#900;
	letter-spacing:2px;
}

.doctor_gakai2{
	font-size:13px;
}

.doctor_gakai2 a:link{
	text-decoration:underline;
}

.inchou_h3{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:solid 1px #666666;
}
.doctor_profile{
    border: solid 1px #C19FA9;
	color: #80324F;
    padding-left: 10px;
	margin:20px 0px 10px 0px;
    background: #F5E3E3;
}

.aisatu{
	padding: 5px 25px 25px 25px;
	border-radius: 20px;
	background: #FFFFFF;
	margin-top: 30px;
	box-shadow: 0px 2px 12px 0px rgba(217, 194, 189, 1);
}

/*永田先生紹介のindexリンクボタン*/
.nagata_dr_link{
    /*background: #D2F3FF;*/
    background: #DEE3E5;
    width: 220px;
    font-weight: bold;
    font-size: 17px;
    padding: 10px 20px 10px 20px;
    margin-top: 5px;
    text-align:left;
    border-radius: 25px;
    position: relative;
    padding-left: 25px;
    border: solid 1px #93A2A8;
    color: #044478;
    text-decoration: none;
}
.nagata_dr_link::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 235px;
  width: 8px;    /* くの字を山なりに見た時、左側の長さ */
  height: 8px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #759EAC;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #759EAC;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */ 
}

a .dr_link{
    margin: 0 auto;
    margin-bottom: 20px;
}




@media screen and (max-width:910px) { 
.dr_flexbox{
    display: block;
}
.doctor_p{
	margin: 0 auto;
}
	
}