@charset "UTF-8";
.doctorbox img{width:90%;border-radius:160px 160px 0 0;margin:0 auto 5vw;}
.doctorbox .name{font-family: var(--mincho);font-size: 6vw;line-height: 1;margin-bottom:1%;}
.doctorbox .com{font-weight:bold;color:var(--blue);}
.doctorbox dl{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;align-items: flex-start;line-height: 1.45;padding: 6% 0 4% 0;border-top: 1px solid #dcdcdc;}
.doctorbox dt{width: 25%;background:var(--blue);color:#fff;text-align: center;padding: 2% 0;}
.doctorbox dd{width: 70%;}
.doctorbox .job{border-left:4px solid #fff;}
.doctorbox .job li{position:relative;padding: 0 0 0 6%;margin-bottom: 2vw;}
.doctorbox .job li:before{content:"⚫︎";position:absolute;left:-9px;color:var(--blue);}
.doctorbox .rew li{position:relative;padding: 0 0 0 6%;margin-bottom: 2vw;}
.doctorbox .rew li:before{content: '\f02e';font-family: 'icon';color:#c7dbde;position:absolute;left:0;}

/* ============================================= pc
================================================*/
@media screen and (min-width: 736px) { 
.doctorbox > li{display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;align-items: start;}
.doctorbox img{width: 50%;margin: 0 auto 30px;max-width: 425px;border-radius: 220px 220px 0 0;}
.doctorbox .textbox{width: 60%;}
.doctorbox .name{font-size: 30px;}
.doctorbox dl{-webkit-justify-content: space-around;justify-content: start;padding: 25px 0 18px 0;}
.doctorbox dt{padding:2px;max-width: 100px;margin: 0 20px 0 0;}
.doctorbox dd{max-width: 680px;}
.doctorbox .job li{margin-bottom: 6px;padding-left: 10px;}
.doctorbox .rew li{margin-bottom: 6px;padding-left: 20px;}
}

@media screen and (min-width: 1200px) { 
.doctorbox img{width:45%;margin:0 0 0 0;}
}

