@charset "UTF-8";
/*==============
    doctor
================*/

/* ------------------------------
    doctor_list
------------------------------ */
.doctor_list{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.doctor_list>li{
	padding: 30px;
	position: relative;
	border: 2px solid #e1e1e1;
	border-top: none;
	border-left: none;
	border-right: none;
}
.doctor_list .sub{
	display: block;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.07em;
	margin-bottom: 14px;
	line-height: 1.6;
}
.doctor_list .ttl{
	display: block;
	font-size: 2.1rem;
	font-weight: bold;
	margin-bottom:0;
	line-height: 1.3;
}

.doctor_list .txtbox1{
	align-items: flex-start;
}
.doctor_list .txtbox1 img{
	width: 130px;
	margin-right: 20px;
}
.doctor_list .txtbox1 p{
	flex:1;
}
.doctor_list .txtbox2{
	margin-top: 20px;
}
.doctor_list .ttls{
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.doctor_list .txtbox2 li{
	position: relative;
	line-height: 1.2;
}

.doctor_list .txtbox2 li+li{
	margin-top: 10px;
}
.doctor_list .txtbox2 a{
	color: #194375;
	text-decoration: underline;
	padding-left: 13px;
	display: inline-block;
}
.doctor_list .txtbox2 li span{
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: bold;
    padding: 0.5em 0.7em;
    color: #fff;
    background: #ed34a7;
    border-radius: 2px;
}

@media screen and (min-width: 769px) {
	.doctor_list{
		display: flex;
		flex-wrap: wrap;
	}
	.doctor_list>li{
		width: 100%;
	}

}
@media screen and (max-width: 768px) {
	.doctor_list{
	}
	.doctor_list>li{
		padding: 22px 0;
	}
	.doctor_list>li:before{
		left: 0;
		width: 100%;
	}
	.doctor_list .sub{
		margin-bottom: 16px;
	}
	.doctor_list .ttl{
		font-size: 2.1rem;
	}

	.doctor_list .txtbox1 img{
		width: 128px;
		margin-right: 20px;
	}
	.doctor_list .txtbox2{
		margin-top: 22px;
	}
	.doctor_list .ttls{
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.doctor_list .txtbox2 li+li{
		margin-top: 2.6vw;
	}
	.doctor_list .txtbox2 a{
		padding-left: 13px;
	}
	.doctor_list .txtbox2 a:before{
		top: 0.35em;
		width: 6px;
		height: 6px;
		border-width: 1px;
	}
    .doctor_list .txtbox2 li span{
		margin-left: 10px;
		font-size: 1.2rem;
		padding: 0.4em 0.6em 0.2em;
    }
}


/* ------------------------------
    detail
------------------------------ */
.doctor_prof{
	background: #F5F5F5;
	margin-top: 60px;
	padding: 44px 40px 60px;
}
.doctor_prof .ttl{
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	color: #194375;
	margin-bottom: 0.5em;
}
.dr_prof1{
	padding-top: 36px;
	border-top: 1px solid #194375;
}
.dr_prof1 .img{
	width: 240px;

}
.dr_prof1 .dr_name{
	flex:1;

}
.dr_prof1 .dr_name .sub{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	color: #194375;
	line-height: 1.2;
	margin-bottom: 23px;
}
.dr_prof1 .dr_name .name{
	font-size: 3.6rem;
	line-height: 1.2;
	font-weight: bold;
}
.dr_prof1 .dr_name .kana{
	font-size: 2.4rem;
	display: inline-block;
	margin-left: 0.5em;
}
.dr_prof2{
	border-top: 1px solid #194375;
	padding-top: 30px;
	margin-top: 40px;
}
.dr_prof2 .dr_his{
	padding-top: 10px;
}
.dr_prof2 .dr_his li{
	line-height: 1.2;
}
.dr_prof2 .dr_his li+li{
	margin-top: 13px;
}
.dr_prof2 .dr_his .year{
	font-weight: bold;
}
.dr_prof2 .dr_his .his_detail{
}
.dr_prof3{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #194375;
}

@media screen and (min-width: 769px) {
	.dr_prof1{
		justify-content: flex-start;
	}
	.dr_prof1 .img{
		margin-right: 30px;
	}
	.dr_prof2 .dr_his li{
		display: flex;
	}
	.dr_prof2 .dr_his .year{
		width: 75px;
	}
	.dr_prof2 .dr_his .his_detail{
		flex:1;
	}

}
@media screen and (max-width: 768px) {
	.doctor_prof{
		margin-top: 37px;
		padding: 26px 15px 20px;
	}
	.doctor_prof .ttl{
		font-size: 2.4rem;
	}
	.dr_prof1{
		padding-top: 20px;
	}
	.dr_prof1 .img{
        margin: 0 auto 20px;
        width: 100%;
        max-width: 350px;
	}
	.dr_prof1 .dr_name{
	}
	.dr_prof1 .dr_name .sub{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.dr_prof1 .dr_name .name{
		font-size: 2.8rem;
		line-height: 1.2;
	}
	.dr_prof1 .dr_name .kana{
		font-size: 1.8rem;
		display: inline-block;
		margin-left: 0.5em;
	}
	.dr_prof2{
		padding-top: 20px;
		margin-top: 20px;
	}
	.dr_prof2 .dr_his{
		padding-top: 0;
	}
	.dr_prof2 .dr_his li{
		line-height: 1.2;
	}
	.dr_prof2 .dr_his li+li{
		margin-top: 10px;
	}
	.dr_prof2 .dr_his .year{
		display: block;
		margin-bottom: 0.3em;
	}
	.dr_prof2 .dr_his .his_detail{
	}
	.dr_prof3{
		margin-top: 20px;
		padding-top: 20px;
	}

}
