@charset "utf-8";

/* =================================
 PC doctor
================================= */

@media (min-width: 768px) {
  .doctor .doctor_img {
    float: right;
    width: 281px;
    margin-left: 30px;
  }
  .doctor .doctor_img img {
    max-width: 100%;
    height: auto;
  }
  .doctor .doctor_name {
    font-weight: bolder;
  }
  .doctor .doctor_name span {
    font-size: 18px;
  }
  
  .doctor .history_list dt {
    float: left;
    clear: both;
  }
  .doctor .history_list dd {
    padding-left: 7em;
  }
  .doctor .history_list li:before {
    content: '・';
    display: inline-block;
    padding-right: 5px;
  }
}


/* =================================
 SP doctor
================================= */

@media (max-width: 767px) {
  .doctor .doctor_name {
    font-weight: bolder;
  }
  .doctor .doctor_name span {
    font-size: 16px;
  }
  
  .doctor .history_list dt {
    float: left;
    clear: both;
  }
  .doctor .history_list dd {
    padding-left: 7em;
  }
  .doctor .history_list li:before {
    content: '・';
    display: inline-block;
    padding-right: 5px;
  }
}