@charset "utf-8";


/*=======================================================
	セルフケア
=======================================================*/
.profile-cont{
  margin: 50px 0 0;
}
.doctor-data{
  margin: 50px 0 0;
  padding: 50px;
}
.doctor-data__ttl{
  margin: 20px 0 30px;
  font-size: 1.5rem;
  text-align: center;
}
.doctor-message{
  margin: 0 0 30px;
  line-height: 1.8;
}
.doctor-name{
  padding-right: 50px;
  color: #454545;
  text-align: center;
}
.doctor-name img{
  margin: 0 0 15px;
  border: 10px solid #fff;
}
.doctor__txt--link img{
  vertical-align: middle;
}
.profile-info{
  flex: 1;
  font-size: 1.5rem;
}
.profile-info p{
  font-size: 1.5rem;
}
.profile-info h5{
  margin: 20px 0 10px;
  color: #ea6094;
}
.profile-info h5:first-child{
  margin-top: 0;
}


/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media screen and (min-width: 701px){
  .profile-cont{
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
  }
}
/* スマホ----------------------------- */
@media screen and (max-width: 700px){
  .doctor-data{
    margin: 50px 0 0;
    padding: 0;
  }
  .doctor-name{
    padding-right: 0;
  }
  .doctor-message{
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .profile-info p{
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
